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

body
{
margin:0px;
}
.topBg
{
background-image:url(../images/topBg.jpg);
background-repeat:repeat-x;
height:148px;
background-color:#3c637c;
}
.topHederBg
{
background-image:url(../images/topHeaderBg.jpg);
background-repeat:no-repeat;
background-position:top;
padding-left:10px;
padding-right:10px;
}
.clear
{
clear:both;
}
.topHr
{
background-color:#008ed0;
color:#008ed0;
border:0px;
height:2px;
margin:0px;
}
.topHeaderH
{
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#3d647d;
}
.searchBox
{
height:22px;
width:160px;
border:1px #008ed0 solid;
padding-left:5px;
padding-right:5px;
font-family:Arial;
font-size:12px;
color: #999999;
}
.menu
{
background-image:url(../images/menuBgCenter.jpg);
background-repeat:repeat-x;
height:39px;
margin:0px;
padding:0px;
}
.menu ul
{
padding:0px;
margin:0px;
}
.menu ul li
{
list-style:none;
float:left;
}
.menu ul li a
{
font-family:Arial;
font-size:12px;
color:#484848;
font-weight:bold;
line-height:39px;
text-decoration:none;
display:block;
padding-left:12px;
padding-right:12px;
}
.menu ul li a:hover
{
background-image:url(../images/menuHover.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
}
.menu ul li ul { 
	position: absolute;  
	display: none; 
} 
.menu ul li:hover ul { 
	display: block; 
	z-index:40000;
} 
.menu ul li ul li { 
	float: none; 
	display: inline; 
	background-color:#ccc;
}
.menu ul li ul li a { 
	width: 118px; 
	position: relative; 
	color:#484848;
	background-color:#ccc;
}
.menu ul li ul li a:hover { 
	background-image:url(../images/menuHover.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
}
.pading
{
padding:10px;
padding-bottom:0px;
}
.servicesBg
{
background-image:url(../images/serviceHbgCenter.jpg);
background-repeat:repeat-x;
height:44px;
}
.servicesH
{
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}
.servicesLinksBg
{
width:198px;
border:1px #dbdbdb solid;
border-top:0px;
}
.servicesLinks
{
font-family:Arial;
font-size:12px;
color:#999999;
text-decoration:none;
display:block;
}
.servicesLinks:hover
{
text-decoration:underline;
color:#666666;
}
.hr
{
background-color:#dbdbdb;
color:#dbdbdb;
margin:0px;
border:0px;
height:1px;
}
.h1
{
font-family:Arial;
font-size:16px;
font-weight:bold;
color:#00557d;
}
.h2
{
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#00557d;
}
.h3
{
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#00557d;
}
.h4
{
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#008ed0;
}
.text
{
font-family:Arial;
font-size:12px;
color: #666666
}
.box
{
background-color:#ffffff;
width:177px;
border:1px #dbdbdb solid;
}
.boxB
{
background-color:#f4f3f3;
width:187px;
border:1px #dbdbdb solid;
}
.link
{
font-family:Arial;
font-size:12px;
color:#028fd0;
text-decoration:none;
}
.link:hover
{
text-decoration:underline;
}
.bttn
{
background-image:url(../images/bttnBg.jpg);
background-repeat:repeat-x;
height:25px;
border:0px;
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
cursor:pointer;
}
.name_city{ float:left; width:730px; margin:20px 0px 0px 0px;}
.footer
{
background-color:#f4f3f3;
height:40px;
}
.table
{
border:1px #eeeded solid;
}
.table tr td
{
border:1px #eeeded solid;
padding:5px;
}
.textFormDefault
{
height:20px;
width:170px;
border:1px #CCCCCC solid;
font-family:Arial;
font-size:12px;
color:#999999;
}
.textFormLarge
{
height:80px;
width:270px;
border:1px #CCCCCC solid;
font-family:Arial;
font-size:12px;
color:#999999;
}
.tableLinks
{
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#333333;
text-decoration:none;
}
.tableLinks:hover
{
text-decoration:underline;
}