*{ margin:0; padding:0;}
html, body { height: 100%;}
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:#0070BA url(../images/bg.jpg) repeat-x left top;
}

h1{ font-size:24px; color:#003C64;} h2{ font-size:21px; color:#94D34C;} h1, h2{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}h1, h2, p{ padding:5px 0;} ol, ul{ padding:5px 0 5px 30px;} li, p{ line-height:150%;} strong{ color:#94D34C;}

.floatLeft{ width:auto; float:left;} .floatRight{ width:auto; float:right;} .clear{ clear:both;}

img{ border:none;} a, a:hover{ color:#94D34C;} a{ text-decoration:none;} a:hover{ text-decoration:underline;}

.phone{ color:#8C4517;} .center{ margin:0 auto;} .padInside{ padding:10px;} .btn{ width:80px; height:28px; background:url(../images/button.png) no-repeat center; cursor:pointer; border:none;}

img, div { behavior: url(iepngfix.htc); } strong.phone{ font-size:24px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:960px;
	margin: 0 auto -146px; /* the bottom margin is the negative value of the footer's height */
}

#header{
	width:960px;
	height:111px;
}
#header .logo{
	margin-top:20px;
}
#header .rightImg{
	margin-top:5px;
}

#menu{
	width:960px;
	height:49px;
	padding:0; margin:0;
	text-align:center;
}
#menu li{
	list-style:none;
	float:left;
	margin-left:10px;
}
#menu a{
	height:49px;
	width:89px;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:280%;
	color:#fff;
	text-decoration:none;
	background:url(../images/menu.jpg) no-repeat 0 0;
	padding:0; margin:0;
}
#menu a:hover, #menu .current{
	color:#B3E12B;
	text-decoration:none;
	background:url(../images/menu.jpg) no-repeat 0 -50px;
}

#banner{
	width:960px;
	height:194px;
}

#content{
	width:960px;
	height:inherit;
	background:#00B0D9 url(../images/bgCont.jpg) repeat-x left top;
}
#leftMenu{
	width:301px;
	height:177px;
	background:url(../images/bgSideMenu.jpg) repeat-x left top;
	float:left;
	padding:0; margin:15px 5px;
}
#leftMenu li{
	width:291px;
	height:30px;
	border-bottom:#0385AB 1px solid;
	list-style-type:none;
	margin:8px 5px;
}
#leftMenu a{
	width:291px;
	height:29px;
	display:block;
	border-bottom:#011C23 1px solid;
	text-decoration:none;
	text-indent:10px;
	line-height:150%;
	font-size:18px;
	color:#FFF;
}
#leftMenu a:hover{
	background-color:#0385AB;
}
#leftBox{
	float:left;
	clear:left;
	padding:0; margin:15px 5px;
}

#mainCont{
	width:632px;
	height:inherit;
	float:right;
	margin-top:5px;
}

#footer, .push {
	height: 146px; /* .push must be the same height as .footer */
}
.push{ width:960px;}

#footer{
	width:100%;
	background:url(../images/footer.jpg) no-repeat center top;
	margin: 0 auto;
	text-align:center;
}
#footer p{
	color:#000;
}
#footer a{
	color:#000;
}
#footer a:hover{
	color:#94D34C;
	background:none;
	text-decoration:underline;
}
.cities {
	padding: 4px 0 4px 0;
	line-height:150%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:url(../images/bullet1.gif) no-repeat left center;	
	text-align: left;
}
.cities a, .cities a:hover{
	font-weight:bold;	
	margin-left:20px;
	text-decoration:none;
}
.cities a{		
	color:#000000;
}
.cities a:hover{
	color:#fff;
}

.Next {
	padding: 4px 40px 4px 0px;
	line-height:150%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}
.Next a, .Next a:hover{
	font-weight:bold;	
	margin-left:20px;
	text-decoration:none;
}
.Next a{
	color:#000000;
}
.Next a:hover{
	color:#E3BA0A;
}

.Next span{ margin:0 30px 0 0;}