@charset "utf-8";
/* CSS Document */

body{
	background-color:#ececec;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	margin:0 auto;
}
a{
	border:none;
}
a:link, a:visited{
	color:#0c6eb2;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visted{
	color:#0c6eb2;
	text-decoration:none;
}
h3{
	font-size:16px;
	font-weight:normal;
	color:#0061a1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:none;
}

/*TOP NAVIGATION OUTSIDE BODY CONTAINER*/
.universalNav{
	background:url(../images/body_container_top.gif) center bottom no-repeat;
	display:block;
	height:32px;
	margin:0 auto;	
	padding:12px 15px 0px 0px;
	text-align:right;
	width:854px;
	font-size:11px;	
}
.universalNav li{
	float:right;
	border-right: solid 1px #bababa;
	padding: 0px 6px 0px 7px;	
	list-style-type:none;
}
.universalNav li.none{	
	display:inline;	
	border:none;
}

/*BODY CONTAINER*/
.bodyContainer{
	background:url(../images/body_container_mid.gif) repeat-y center;
	margin:0 auto;	
	width:854px;
}
.bodyContent{
	padding:10px 22px 10px 22px;
}
/*LOGO AND SLOGAN*/
.logoLarge{
	padding-left:3px;
	background:url(../images/logo_large.gif) no-repeat right top;
	width:167px;
	height:39px;
	float:left;
	display:block;
	cursor:pointer;
}
.logoSmall{
	padding-left:3px;
	background:url(../images/logo_small.gif) no-repeat right top;
	width:118px;
	height:28px;
	float:left;
	display:block;
	cursor:pointer;
}
.slogan{
	background: url(../images/slogan.gif) no-repeat center bottom;
	width:284px;
	height:39px;
	padding-left:15px;
	float:left;
}
.sloganSmall{
	background:url(../images/slogan_small.gif) no-repeat center bottom;
	width:206px;
	height:28px;
	padding-left:12px;
	float:left;
}
/*MAIN NAVIGATION*/
/*.nav{
	height:25px;
	clear:both;
	padding-top:20px;	
	border-bottom:solid 2px #d8d8d8;
	margin-bottom:35px;
}*/
.nav{
	background:url(../images/tab_rest.gif) no-repeat center bottom;
	height:48px;
	clear:both;
	padding-top:20px;	
	margin-bottom:0px;
}
.nav ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 0px 28px;
	padding:0;
	height:25px; /*29*/
	position:relative;
	top:0px;
	
}
.nav ul li{
	background: url(../images/tab_corners_left.gif) no-repeat left top;	
	float:left;
	margin:0;
	padding:0px 0px 0px 13px;	/*0 2 0 13*/
}
.nav ul li a{
	background:url(../images/tab_corners_right.gif) no-repeat right top;
	display:block;
	float:left;
	padding: 6px 15px 3px 0px; /*8 15 5 0*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#E0E0E0;
	text-decoration:none;
}
.nav ul li a:hover{
	color:#FFFFFF;
}
.nav ul li.current{
	background-position:0px -40px;
	
	/*padding-bottom:3px;*/
}
.nav ul li.current a{
	background-position:100% -40px;
	padding-bottom:7px; /*5*/
	color:#0c6eb2;
}

/*FOOTER*/
.footer{
	background:url(../images/body_container_bottom.gif) center top no-repeat;
	margin:0 auto;
	height:32px;
	width:854px;
	font-size:11px;	
	color:#4a4a4a;
	clear:both;
}
.footerLeft{	
	display:block;		
	margin:0;
	padding:12px 0px 0px 15px;
	width:430px;
	float:left;	
}
.footerLeft li{
	display:inline;
	border-right: solid 1px #bababa;
	padding: 0 6px;	
	list-style-type:none;
}
.footerLeft li.none{
	display:inline;
	border-right:none;
	padding:0px 15px 0px 3px;	
	list-style-type:none;
}
.footerRight{
	display:block;
	padding:12px 15px 0px 0px;	
	margin:0;	
	width:350px;
	text-align:right;	
	float:right;
}
.footerRight li{
	display:inline;	
	padding: 0 6px;	
	list-style-type:none;
}

