/* CSS Document */

body {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #84C22E;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
.body_wrapper {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
.header {
	display: block;
	clear: both;
	padding-top: 20px;
}
.header .logo {
	height: 59px;
	width: 554px;
	margin-bottom: 10px;
}
.header .logo img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header .search_box {
}
.menu {
	display: block;
	clear: both;
	height: 49px;
	background-image: url(../images/menu/menu_bottom_border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 3px;
}
.menu a{
	display: block;
	height: 40px;
	width: 180px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	float: left;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu a.active {
	background-image: url(../images/menu/active_menu.png);
	background-repeat: no-repeat;
	color: #333333;
}
.menu a.inactive {
	background-image: url(../images/menu/inactive_menu.png);
	background-repeat: no-repeat;
	color: #FFF;
}
.menu a.active .sub_menu{
	display: block;
	font-size: 11px;
	color: #FFF;
}
.menu a.inactive .sub_menu {
	display: block;
	font-size: 11px;
	color: #83C12D;
}
.menu a.inactive:hover {
	background-image: url(../images/menu/active_menu.png);
	background-repeat: no-repeat;
	color: #333;
}
.menu a.inactive:hover .sub_menu {
	color: #FFF;
}
.content_head {
	width: 980px;
	display: block;
	background-image: url(../images/content/content_head_bg.png);
	background-repeat: no-repeat;
	height: 18px;
}
.content_body {
	display: block;
	width: 940px;
	background-image: url(../images/content/content_body_bg.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #333;
	clear: both;
}
.content_foot {
	width: 980px;
	height: 18px;
	display: block;
	background-image: url(../images/content/content_foot_bg.png);
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 20px;
}
.footer {
	background-image: url(../images/footer/footer_head_bg.png);
	background-repeat: repeat-x;
	background-color: #84C22E;
	clear: both;
}
.footer_wrapper {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
}
.footer .logo {
	margin-bottom: 25px;
	margin-top: 10px;
}
.footer .footer_content {
}
.footer .footer_content p{
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.footer .footer_content a{
	color: #FFF;
	text-decoration: none;
}
.footer .footer_content a:hover{
	text-decoration: underline;
}
.content_body .left_column {
	display: block;
	width: 770px;
	clear: left;
	float: left;
	margin-right: 5px;
	color: #333;
}
.content_body .right_column {
	display: block;
	width: 165px;
	text-align: center;
	clear: right;
	float: left;
}
.content_body .left_column h1 {
	font-size: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content_body .left_column h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	clear: both;
}
.content_body .left_column .sub_h2 {
	font-size: 18px;
	color: #83C12D;
}
.content_body .left_column p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.content_body .left_column .divisions {
	clear: both;
	display: table;
	margin-bottom: 15px;
}
.content_body .left_column .divisions a {
	font-size: 13px;
	color: #B27029;
	text-decoration: none;
	display: block;
	float: left;
	width: 150px;
	margin-right: 4px;
	margin-bottom: 3px;
}
.content_body .left_column .divisions a:hover {
	text-decoration: underline;
}
.content_body .left_column .breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	display: block;
	background-color: #EAEAEA;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.content_body .left_column .breadcrumb a {
	color: #006699;
	text-decoration: none;
}
.content_body .left_column .breadcrumb a:hover {
	text-decoration: underline;
}
.content_body .left_column .cities {
}
.content_body .left_column .cities a {
	color: #B27029;
	text-decoration: none;
	width: 380px;
	display: block;
	float: left;
	margin-right: 5px;
}
.content_body .left_column .cities a:hover {
	text-decoration: underline;
}
.content_body .left_column .listings {
}
.content_body .left_column .listings .listing {
	display: block;
	width: 374px;
	margin-right: 5px;
	float: left;
	background-color: #F2F2F2;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
}
.content_body .left_column .listings .listing a{
	color: #B27029;
	text-decoration: none;
}
.content_body .left_column .listings .listing a:hover{
	text-decoration: underline;
}
.content_body .left_column .listings .listing p{
	margin: 0px;
	padding: 0px;
}
.content_body .left_column .listing_content {
}
.content_body .left_column .listing_details {
	display: block;
	width: 460px;
	margin-right: 5px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
.content_body .left_column .listing_details p {
	clear:both;
}
.content_body .left_column .listing_details .field{
	width: 100px;
	display: block;
	float: left;
	margin-right: 3px;
	text-align: right;
}
.content_body .left_column .listing_details .text{
}
.content_body .left_column .listing_content .map {
	height: 180px;
	width: 300px;
	display: block;
	background-color: #CCC;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.content_body .left_column .listing_content .extra_box {
	display: block;
	clear: both;
}
.content_body .left_column .listing_content .extra_box .sub_title {
	font-size: 15px;
	font-weight: bold;
}
.content_body .left_column .listing_content .extra_box .left_extra_box {
	display: block;
	float: left;
	width: 365px;
	clear: left;
	margin-right: 5px;
	
}
.content_body .left_column .listing_content .extra_box .left_extra_box a.button {
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_120x30.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 120px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.content_body .left_column .listing_content .extra_box .right_extra_box {
	display: block;
	clear: right;
	float: left;
	width: 400px;
}
.content_body .left_column .listing_content .extra_box .right_extra_box .also_nearby_listing {
	display: block;
	background-color: #F2F2F2;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
}
.content_body .left_column .listing_content .extra_box .right_extra_box .also_nearby_listing a {
	color: #B27029;
	text-decoration: none;
}
.content_body .left_column .listing_content .extra_box .right_extra_box .also_nearby_listing p {
	margin: 0px;
	padding: 0px;
}
.content_body .left_column .city_listing_ad {
	display: block;
	clear: both;
	text-align: center;
}
.content_body .left_column .contact_form {
}
.content_body .left_column .contact_form .form_row {
	display: block;
	clear: both;
}
.content_body .left_column .contact_form .form_row .form_label {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	display: block;
	width: 40%;
	text-align: right;
	float: left;
	clear: left;
	line-height: 20px;
	margin-right: 3px;
}
.content_body .left_column .contact_form .form_row .notice{
	color: #FF0000;
}
.content_body .left_column .cover_table {
	display: block;
	clear: both;
	margin-bottom: 7px;
}
.content_body .left_column .cover_table .header {
	display: block;
	clear: both;
}
.content_body .left_column .cover_table .header .left{
	display: block;
	background-image: url(../images/cover_table/cover_table_left_bg.png);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 38px;
	width: 9px;
}
.content_body .left_column .cover_table .header .mid{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	display: block;
	float: left;
	height: 38px;
	width: 740px;
	background-image: url(../images/cover_table/cover_table_mid_bg.png);
	background-repeat: repeat-x;
	line-height: 38px;
	padding-left: 5px;
}
.content_body .left_column .cover_table .header .right{
	background-image: url(../images/cover_table/cover_table_rigth_bg.png);
	background-repeat: no-repeat;
	display: block;
	clear: right;
	float: left;
	height: 38px;
	width: 9px;
}
.content_body .left_column .cover_table .table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	display: table;
	width: 763px;
	clear: both;
}
.content_body .left_column .cover_table .table th {
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.content_body .left_column .cover_table .table tr {
	border: 1px solid #333;
}
.content_body .left_column .cover_table .table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: center;
}
.content_body .left_column .cover_table .table td .get_quote {
	display: block;
	height: 30px;
	width: 120px;
	background-image: url(../images/cover_table/get_quote.png);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
}
.content_body .left_column p.sub_title {
	font-size: 15px;
	font-weight: bold;
}
.content_body .left_column .content_block a {
	color: #06C;
}
.above_listing_ads {
	display: block;
	margin-bottom: 10px;
}

