/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#efefef;
	color:#6C6C6C;

}



.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.vspace {
	margin: 30px 0px;	
}


#skinheader{
	background:url(../img/header.jpg) 0 0 no-repeat;
	width:942px;
	height:93px;
	margin:0 auto;
	padding:0 5px 0 34px;
}
#skinheader ul.topLink{
	width:111px;
	height:16px;
	float:right;
}
#skinheader ul.topLink li{
	float:left;
	font-size:0;
	line-height:0;
}
#skinheader ul.topLink li a.subscribe{
	display:block;
	background:url(../img/subscribe_bg.gif) 0 0 no-repeat;
	width:60px;
	height:16px;
	margin:0 4px 0 0;
}
#skinheader ul.topLink li a.subscribe:hover{
	background:url(../img/subscribe_bg_hover.gif) 0 0 no-repeat;
}
#skinheader ul.topLink li a.signup{
	display:block;
	background:url(../img/signup_bg.gif) 0 0 no-repeat;
	width:47px;
	height:16px;
	margin:0;
}
#skinheader ul.topLink li a.signup:hover{
	background:url(../img/signup_bg_hover.gif) 0 0 no-repeat;
}
#skinheader img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:21px 41px 0 0;
	float:left;
}
#skinheader p.topTxt{
	display:block;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#C2C2C2;
	background-color:inherit;
	margin:36px 0 0 0;
	float:left;
}
#skinheader p.topTxt span{
	color:#fff;
	background-color:#9D0303;
	padding:0 3px 0 3px;
}

#body{
	width:979px;
	margin:0 auto;
	background-color:#fff;
	color:#6C6C6C;
}
#body p.navLeft{
	display:block;
	background:url(../img/nav_left.gif) 0 0 no-repeat;
	width:22px;
	height:34px;
	float:left;
}

#body ul.nav{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
	width:935px;
	height:34px;
	background:url(../img/nav_bg.gif) 0 0 repeat-x;
	
	float:left;
	margin:0 0 6px 0;
}
#body ul.nav li{
	float:left;
	background:url(../img/nav_div.gif) right top no-repeat;
	height:34px;
	padding:0 2px 0 0;
}
#body ul.nav li a{
	display:block;
	padding:0 15px;
	font:bold 13px/34px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
#body ul.nav li a:hover{
	color:#000;
	background-color:#999;
}
#body ul.nav li.noImg{
	background-image:none;
}
#body p.navRight{
	display:block;
	background:url(../img/nav_right.gif) 0 0 no-repeat;
	width:22px;
	height:34px;
	float:left;
}

#full{
	width:900px;
	padding-top: 15px;
	padding-right: 26px;
	padding-bottom: 40px;
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: 304px 195px;
}

#skinfooter{
	width:979px;
	height:60px;
	/*background:url(../img/footer_bg.jpg) 0 0 no-repeat;*/
	background-color:#005696;
	padding:14px 0 0 0;
	margin:0 auto;
	position:relative;
}
#skinfooter p.copyright{
	font:normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0 0 0;
	/*position:absolute;
	left:400px;
	top:14px;*/
	width:979px;
	color:#cccccc;
	background-color:inherit;
	text-align:center;
	font-size:10px;
	
}
#skinfooter p.copyright a{
	color:white;
}
#skinfooter p.design{
	display:block;
	padding:0;
	position:absolute;
	left:797px;
	top:31px;
	font:bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#0F6B92;
	background-color:inherit;
}
#skinfooter p.design a.link{
	font:bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#0F6B92;
	background-color:inherit;
	text-decoration:none;
	padding:2px;
}
#skinfooter p.design a.link:hover{
	color:#fff;
	background-color:#000;
}
#skinfooter a.xhtml{
	display:block;
	background:url(../img/xhtml_bg.gif) 0 0 no-repeat;
	width:91px;
	height:21px;
	position:absolute;
	left:13px;
	top:14px;
	text-indent:-2000px;
}
#skinfooter a.xhtml:hover{
	background:url(../img/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#skinfooter a.css{
	display:block;
	background:url(../img/css_bg.gif) 0 0 no-repeat;
	width:91px;
	height:21px;
	position:absolute;
	left:110px;
	top:14px;
	text-indent:-2000px;
}
#skinfooter a.css:hover{
	background:url(../img/css_bg_hover.gif) 0 0 no-repeat;
}
