body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	text-align:center;
	font-size:12px;
	color:#0a4c5e;
	
}	

a: link {
color: #fff;
}
a: hover {
color: #fff;
}
a: active {
color: #fff;
}
form{margin:0; padding:0;}
/*header*/
.header{
	width:100%;
	margin:0px;
	padding:0px;
}
.logoDiv{
	float:left;
	margin: 45px 0px 0px 20px;
	
}
.adsDiv{
	float:right;
	margin: 5px 20px 10px 0px;
	width:500px;
	text-align:right;
}
.adsDiv img{
	margin-top:10px;
	text-align:right;
}
.navDiv{
	height:40px;
	width:100%;
	background: url(../images_new/navBg.jpg) left top repeat-x;
}
.nav{
	height:40px;
	width:100%;color:#FFFFFF;
}
.whiteC{color:#FFFFFF;}

.mainmenu {
	float:left;
	width:670px;
	height:40px;
	color:#FFFFFF;
}
.mainmenu ul{
	margin:0px;
	padding:0px;
	height:40px;
	color:#FFFFFF;
}
.mainmenu ul li{
	float:left;
	height:40px;
	line-height:40px;
	list-style-type:none;
	margin:0px ;
	color:#FFFFFF;
	text-align:center;
	width:82px;
	padding: 0px 0px;
	border-right:1px solid #85bac9;
}
.mainmenu li a{
 	color:#FFFFFF;
 	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	text-align:center;
}
.mainmenu ul li a:hover{
	color: #FF9900;
}
.selected{
	text-align:center;
	height:42px;
	background-image:url(../images_new/homeSelected.jpg); 
	background-position:center bottom; 
	background-repeat:no-repeat;
}
.search{
	float:right;
	margin: 0px 7px 0px 0px;
	text-align:right;
	width:auto; 
}
.inputbox{
	width:200px;
	border:1px solid #ffffff;
	margin:0px 5px 0px 7px; float:left;padding:2px;
}

.search .button{
	float:right; margin-right:5px; 
}
.submenu{
	width:998px;
	height:30px;
	background-color:#f7c44a;
}
.submenu ul{
	margin:0px;
	padding:0px 0px 0px 10px;
}
.submenuHome{
	width:100%;
	height:20px;
	background-color:#f7c44a;
}
.submenu ul li{
	float:left;
	list-style-type:none;
	margin:0px 5px;
	line-height:30px; 
}
.submenuSelected{background-color:#f8ebca; padding:4px;}
.clear{ clear:both;}

.buttonSmall{background:url("../images_new/buttonBgSmall.png") no-repeat scroll 0 0 transparent; cursor:hand; cursor:pointer; width:88px; height:30px; border: none; color:#ffffff; 
}
.buttonMedium{background:url("../images_new/buttonBgMedium.png") no-repeat scroll 0 0 transparent; cursor:hand; cursor:pointer;
 width:141px; height:30px; border: none; color:#ffffff; 
 }