/*********** RESET ***********/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}

/* remember to define focus styles! */ :focus{outline:0;}

/* remember to highlight inserts somehow! */ ins{text-decoration:none;}del{text-decoration:line-through;}

/* tables still need 'cellspacing="0"' in the markup */ table{border-collapse:collapse;border-spacing:0;}



/*********** GENERAL ***********/

body{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#1f5175;
	text-align:center;
}



/*********** TYPE ***********/

h1{
	margin:17px 0 3px 0;
	font-size:18px;
	font-weight:normal;
}

h2{
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:normal;
	color:#fff;
}

#sidebar p{
	margin:0 0 20px 0;
	color:#fff;
}
#sidebar p.big{
	font-size:14px;
}

p{
}



/*********** LINKS ***********/

a:link, a:visited{
	color:#094355;
	text-decoration:underline;
}
a:active, a:hover{
	color:#3a6977;
}

#sidebar a:link,#sidebar a:visited{
	color:#fff;
	text-decoration:underline;
}

#sidebar a:active, #sidebar a:hover{
	color:#e5e5e5;
}



/*********** LAYOUT ***********/

#wrapper{
	width:950px;
	margin:0 auto;
	text-align:left;
}

#header{
	position:relative;
	height:267px;
}

#navigation{
	position:absolute;
	top:233px;
	left:0;
	display:block;
	background:url(images/navigation_bg.jpg);
	width:940px;
	height:34px;
	padding:0 0 0 10px;
}

#navigation li{
	float:left;
	height:34px;
}
#navigation li a{
	display:block;
	height:28px;
	padding:0 10px;
	font-size:14px;
	line-height:28px;
	text-decoration:none;
	color:#fff;
}
* html #navigation li a{ /* IE6 */
	float:left;
}

#navigation li a:active, 
#navigation li a:hover{
	background:url(images/navigation_h.jpg) left top repeat-x;
}

#navigation li a.active{
	background:url(images/navigation_active.jpg) left top repeat-x;
}



/*********** CONTENT ***********/

#content-wrapper{
	margin:38px 0 0 20px;
}

#content{
	float:left;
	width:613px;
}

#sidebar{
	float:right;
	background:url(images/sidebar_bg.jpg);
	width:270px;
	height:256px;
	margin:5px 0 0 0;
	padding:16px 0 0 16px;
}



/*********** FOOTER ***********/

#footer{
	margin:41px 0 0 0;
	padding:0 0 0 17px;
	border-top:1px solid #1f5175;
}

#footer p{
	display:block;
	float:left;
	height:25px;
	font-size:10px;
	line-height:33px;
	color:#1f5175;
}

#footer ul{
	display:block;
	float:right;
}

#footer li{
	float:left;
	margin:0 12px 0 0;
}

#footer li a{
	display:block;
	height:25px;
	font-size:10px;
	line-height:33px;
	text-decoration:none;
}
* html #footer li a{ /* IE6 */
	float:left;
}

#footer li a:link,
#footer li a:visited{
	color:#2a5c6c;
}
#footer li a:active,
#footer li a:hover{
	color:#557d89;
}



/*********** CLEAR FLOATS ***********/

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	font-size:0;
	height:0;
	visibility:hidden;
}
*:first-child+html .clearfix{ /* IE7 */
	min-height:0;
}
* html .clearfix{ /* IE6 */
	height: 1%;
}
