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

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#272727;
}

a:link {color: #0000FF}
a:visited {color: #0000FF}
a:hover {color: #000099}
a:active {color: #000099}

#container{
	margin:0;
	padding:0;
	width:752px;
	height:inherit;
}
#headerTxt{
	width:752px;
	height:15px;
	color:#006F51;
	text-align:center;
	float:right;
	margin:0 2px 0 0;
	padding:0;
}
#header{
	width:752px;
	height:121px;
	margin:0;
	padding:0;
	background:url(../images/header.gif) no-repeat left top;
}
#menu{
	width:750px;
	height:52px;
	background:#A3C9BE url(../images/menuBg.jpg) repeat-x left top;
	margin:0;
	padding:0;
	border:#147B5E 1px outset;
}
#menu ul{
	width:750px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li{
	font-family:"Agency FB";
	font-size:18px;
	margin:0;
	padding:0;
	height:52px;
	float:left;
	background:url(../images/button.jpg) no-repeat right top;
}
#menu li a{
	height:52px;
	width:inherit;
	display:block;
	padding:0;
	margin:0;
	line-height:270%;
	color:#F4F4F4;
}
#menu li a:link{
	text-decoration:none;
}
#menu a:visited{
	text-decoration:none;
}
#menu li a:hover{
	color:#272727;
	height:52px;
	display:block;
	text-decoration:none;
	background:url(../images/bgCurrent.jpg) repeat-x left top;
}
#menu .current{
	background:url(../images/bgCurrent.jpg) repeat-x left top;
}
#middle{
	margin:0;
	padding:0;
	background:url(../images/bgMiddle.jpg) no-repeat left top;
	width:752px;
	height:169px;
	text-align:right;
}
#middle h1{
	font-weight:bold;
	font-size:24px;
	color:#f4f4f4;
	margin:0;
	padding:10px 20px 0 0;
}
#content{
	margin:0;
	padding:0;
	text-align:left;
	width:752px;
	height:inherit;
}
#contLeft{
	width:524px;
	height:inherit;
	background-color:#F6F6F6;
	float:left;
}
#contLeft h1{
	color:#006F51;
	font-size:20px;
	font-weight:bold;
	margin:5px 10px 5px 10px;
	padding:0;
}
#contLeft h2{
	color:#006F51;
	font-size:14px;
	font-weight:bold;
	margin:5px 10px 5px 10px;
	padding:0;
}
#contLeft p{
	margin:5px 10px 5px 10px;
	padding:0;
}
#contLeft ul{
	margin:5px 10px 5px 30px;
	padding:0;
	color:#242424;	
}
#contLeft li{
	list-style-image:url(../images/arrow.gif);
	line-height:150%;
}
#contLeft .bold{
	font-weight:bold;
	margin:5px 10px 5px 10px;
	padding:0;
	color:#272727;
}
#smallCont{
	width:263px;
	height:261px;
	margin:0 10px 5px 5px;
	padding:0;
	background:url(../images/yellowButtonCont.jpg) no-repeat left top;
	float:right;
}
#smallCont h1{
	color:#272727;
	font-size:14px;
	font-weight:bold;
	line-height:230%;
	text-align:center;
}
#smallCont p{
	margin:0;
	padding:10px;
	color:#272727;
}
#smallCont img{
	margin:0;
	padding:10px 0 0 7px;
}
#smallCont ul{
	margin:0;
	padding:10px 20px 0 30px;
	font-size:12px;
	font-weight:bold;
	color:#272727;
}
#smallCont li{
	line-height:150%;
	list-style-image:url(../images/arrow.gif);
}
img.floatLeft{ 
    float:left;
	position:relative;
	margin:0 10px 5px 0;
	padding:0;
}
img.floatRight{
	float:right;
	position:relative;
	margin:0 10px 10px 10px;
	padding:0;
}
#contRight{
	width:228px;
	height:inherit;
	margin:0;
	padding:0;
	float:right;
	clear:right;
	background-color:#FFFFFF;
}
#contRight1{
	width:218px;
	height:inherit;
	margin:10px 0 0 10px;
	padding:0;
	background:#EAB000 url(../images/sideContTop.jpg) no-repeat left top;
	float:right;
}
#contRight2{
	width:218px;
	height:inherit;
	margin:0 0 0 10px;
	padding:0;
	background:#EAB000 url(../images/sideContBottom.jpg) no-repeat right bottom;
	float:right;
}
#contRight2 a, #contRight2 a:hover, #contRight1 a, #contRight1 a:hover{
	text-decoration:none;
	font-weight:bold;
}
#contRight2 a, #contRight1 a{
	color:#006F51;
}
#contRight2 a:hover, #contRight1 a:hover{
	color:#242424;
}
#contRight1 h1, #contRight2 h1{
	width:206px;
	height:40px;
	background:url(../images/greenButton.jpg) no-repeat left top;
	margin:15px 0 0 7px;
	padding:11px 0 0 0;
	text-indent:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#f4f4f4;
}
#contRight1 p, #contRight2 p{
	font-weight:bold;
	margin:0;
	padding:5px 15px 15px 15px;
}
#footer{
	width:752px;
	height:74px;
	margin:0;
	padding:0;
	background:url(../images/footer.jpg) no-repeat left bottom;
	clear:both;
}
#footer p{
	color:#ABABAB;
	font-weight:bold;
	padding:20px 0 0 0;
}
/*For normal list*/
.normList{
	list-style-image:url(../images/bullet.gif);
	text-align:left;
	line-height:150%;
}
/*For the bullet style locations*/
#locCont{
	width:752px;
	height:inherit;
	margin:0;
	padding:0;
	clear:both;
}
.bulletLoc{
	height:105px;
	width:188px;
	margin-top:10px;
	padding:0;
	float:left;
	position:relative;
	text-align:left;
	background-color:#F6F6F6;
}
.bulletLoc ul{
	list-style-image:url(../images/arrow.gif);
	list-style-position:outside;
	line-height:150%;
	font-size:12px;
	padding:0 0 10px 30px;
	margin:0;
}
.bulletLoc a, .bulletLoc a:hover, .bulletLoc a:visited{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.bulletLoc a{
	color:#242424;
}
.bulletLoc a:hover{
	color:#006F51;
}
.bulletLoc a:visited{
	color:#006F51;
}
.citiesHeader{
	font-size:12px;
	font-weight:bold;
	text-indent:5px;
	color:#006F51;
	padding:5px 0 5px 10px;
	margin:0;
	clear:both;
}
#zipCodeCont{
    width:752px;
	height:inherit;
	margin:0;
	padding:0;
	clear:both;
}
.zipCodes{
	height:auto;
	width:752px;
	float:left;
	position:relative;
	margin:0;
	padding:0 0 10px 0;
	background-color:#F6F6F6;
}
.zipCodes ul{
	list-style-image:none;
	list-style-type:none;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0 0 25px;
	margin:0;
}
.zipCodes li{
	float:left;
	position:relative;
	margin-left:15px;
}
/*For Form*/

form{
	width:400px;
	height:inherit;
	margin:0;
	padding:20px;
}
textarea{
	width:200px;
	height:100px;
}
table, td{
	border:none;
}.largegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006F51;
}
