body{
	background:url(img/bg_gradient.jpg);
	/*background:url(img/bg_concrete.jpg);*/
	background-color:#727272;
	font-size:13px;
	font-family: Verdana,Arial;
	margin:0px;
	padding:0px;
}

#banner{
	background-color:#fff;
	width:997px;
	height:150px;
	margin:0px auto;
}

#main_wrapper{
	width:997px;
	margin:0px auto;
	clear:both;
}

#main_wrapper_float{
	float:left;
	background-color:#fff;
}

#content_left{
	width:190px;
	float:left;
	border-right:2px solid #777;
}

#content_left div.menu a{
	color:#000;
	padding: 10px 10px;
	display: block;
	font-weight:bold;
	text-decoration: none;
	border-bottom:2px solid #fff;
}

#content_left div.menu a:hover, #content_left div.menu a.selected{
	background-color:#017550;
	color:#fff;
	border-bottom:2px solid #E0C8A4;
}

#content_left img{
	margin:10px 0px;
}

#contact_detail{
	font-size:11px;
	background: url(img/phone.gif);
	background-repeat: no-repeat;
	background-position: 10px 45px;
	background-color:#e1c7a4;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:thin;
}

#contact_detail span{
	display: block;
	padding: 5px 0px;
	margin-left:50px;

}

#contact_detail div.header{
	background-color:#017550;
	color:#fff;
	border-bottom:2px solid #E0C8A4;
	padding: 10px 10px;
	display: block;
	font-weight:bold;
}
#contact_detail b{
	font-size:+15;
}
#contact_detail b.phone{
	font-size:+17;	
}
#contact_detail span a{
	color:#000;
	display:block;
}

#content_right{
	width:785px;
	float:left;
	padding: 0px 10px;
}

#footer{
	text-align:center;
	width:997px;
	margin:0px auto;
	margin-top:20px;
	font-size:12px;
	color:#fff;
	margin-bottom:20px;
}

#footer a{
	color:#fff;
}

h1{
	font-size:20px;
	font-weight:normal;
	font-style: italic;
	color:#CDA871;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#797979;
	text-decoration: underline;
	margin:0px;
}

h3{
	font-size:14px;
	font-weight:bold;
	color:#336600;
	margin-bottom:0px;
	margin-top:0px;
}

textarea, input{
	margin:0px;
	padding:0px;
	display:inline;
}

li{
	margin: 10px auto;
	list-style-image: url(img/bullet.gif);
}

.img_left{
	width:150px;
	margin-right:20px;
	float:left;
}


.content_right{
	width:600px;
	float:left;
}

.error{
	color:#c00;
	font-weight:bold;
}

a img{
	border: 0px;
}

.blurb,b,strong{
	color:#336600;
}



.text_image_left{
	width:250px;
	margin-right:20px;
	float:left;
}


.text_image_right{
	width:250px;
	margin-left:20px;
	float:right;
}

.text_left{
	width:500px;
	float:left;
}

.text_right{
	width:500px;
	float:left;
}

