@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);



/* ----------------------------------------------------- Page layout */

body{
	background-image				:	url(../img/bg/bg.png);
	background-repeat				:	repeat;
}
#wrapper{
	width							:	47em;
	margin							:	0 auto;
}
#navwrapper{
	background-image				:	url(../img/bg/bg_nav.png);
	background-repeat				:	no-repeat;
	width							:	10.8125em;
	height							:	34.9375em;
	float							:	left;
	margin-top						:	3.1875em;
}
#contentwrapper{
	width							:	35.625em;
	background-image				:	url(../img/bg/bg_first_upper.png);
	background-repeat				:	no-repeat;
	float							:	left;
	padding-top						:	6.525em;
}
.teaser{
	background-image				:	url(../img/bg/bg_teaser.png);
	background-repeat				:	repeat-y;
}
.spacer{
	background-image				:	url(../img/bg/bg_spacer.png);
	background-repeat				:	no-repeat;
	height							:	3.625em;
}
h1{
	font-family						:	Georgia, Times New Roman, serif;
	font-style						:	italic;
	font-size						:	1.125em;
	color							:	#0065a6;
	margin-left						:	1.875em;
}
h2{
	font-family						:	Georgia, Times New Roman, serif;
	font-style						:	italic;
	font-size						:	0.9em;
	color							:	#0065a6;
	margin-top						:	1em;
	margin-left						:	1.875em;
}
p.wide{
	font-family						: 	Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size						:	0.75em;
	width							:	42em;
	margin							:	1em 0 0 2.5em;
	padding-bottom					:	1em;
	line-height						:	120%;
}
.ce_download{
	font-family						: 	Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size						:	0.75em;
	width							:	42em;
	margin							:	1em 0 0 2.5em;
	padding-bottom					:	1em;
	line-height						:	120%;
}
#contentwrapper li{
	font-family						: 	Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size						:	0.75em;
	width							:	42em;
	margin							:	1em 0 0 2.5em;
	padding-bottom					:	1em;
	line-height						:	120%;
	list-style-type					:	circle;	
}
.last{
	height							:	1.5em;
}
#navigation{
	margin-top						:	2.375em;
}
li.nav01{
	background-image				:	url(../img/nav/01b.png);
	height							:	23px;
	width							:	153px;
	background-repeat				:	no-repeat;
	background-position				:	top left;
}
li.nav01:hover{
	background-position				:	top right;
}
.navlink{
	margin-left						:	5em;
	display							:	none;
}
p.more{
	font-family						: 	Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size						:	0.75em;
	width							:	42em;
	margin							:	1em 0 0 2.5em;
	padding-bottom					:	1em;
	line-height						:	120%;
}
.caption{
	font-family						: 	Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size						:	0.65em;
	width							:	42em;
	margin							:	0.5em 0 0 0;
	padding-bottom					:	1em;
	line-height						:	120%;
}
p.back{
	display							:	none;
	visibility						:	hidden;
}