html
{
        height: 100%;
        width: 100%
        overflow: auto;
}

body
{
        margin: 0;
        padding: 0;
        text-align: center;
	color:#555555;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;

}

h1,h2,h3,h4,h5,h6,ul,p,hr
{
 	margin: 0;
	padding: 0;

}

.hider
{
        visibility: hidden;
}

img
{
        border: 0;
}
span.underline
{
 	text-decoration: underline;
}

div#container
{
	width: 784px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid darkgray;
	border-right: 0px solid darkgray;
}
div#header
{
 	width: 100%;
	background-color: lightblue;
	height: 80px;
	clear: both;
	background-image: url(/img/header_bg.gif);
}

div#header_bg_left
{
 	background-image: url(/img/header_bg_left.gif);
 	width: 10px;
 	height: 80px;
	display: block;
	float:left;

}

div#header_middle
{
 	width: 764px;
 	height: 80px;
	display: block;
	float:left;
	position: relative;
}

div#header_middle img.header_img
{
        float: left;
}
img#banner_left
{
        /*
	margin-top: 20px;
	*/
	position: absolute;
	top: 20px;
	left: 0px;
}
img#banner_right
{
        /*
	margin-top: 26px;
        margin-left: 20px;
        */
	position: absolute;
	top: 30px;
	right: 0px;
}

div#banner_right
{
 	float: right;
}



div#header_bg_right
{
 	background-image: url(/img/header_bg_right.gif);
 	width: 10px;
 	height: 80px;
	display: block;
	float: right;
}


div#nav_bar
{
 	width: 100%;
	background-color: navy;
	height: 33px;
	clear: both;
	background-image: url(/img/nav_bg.png);
	line-height: 33px;
}

div#nav_bar ul
{
 	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
div#nav_bar ul li
{
 	margin: 0 6px;
	padding: 0;
	display: inline;
}

div#nav_bar ul li a
{
 	color: white;
	text-decoration: none;
	font-weight: bold;
 	font-family: Verdana,Arial,Helvetica,sans-serif;
 	font-size: 12px;
 	background: url(/img/arrow.gif) 0 4px no-repeat;
 	/*background-repeat: no-repeat;*/
 	padding-left: 10px;
}

div#nav_bar ul li a:hover
{
 	color: #D1D5D7;
}
div#body_wrapper
{
 	width: 100%;
 	top: 0px;
 	bottom: 0px;
 	left: 0px;
 	right: 0px;
	background-color: #03689B;
	xheight: 50px;
	clear: both;
}

div#invalid_msg
{
	position: absolute;
	left: 221px;
	top:200px;
	width: 200px;
	color: red;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.home_search_box div#invalid_msg
{
	position: static;
	padding:10px 0 0 200px;
	}
div#left_menu
{
 	width: 167px;
	float: left;
	height: 100%;
	min-height: 600px;
	clear: left;
	background: #03689B;
	display: block;
	margin: 0;
	border-right: 1px solid black;

}
div#page_content
{
	display: block;
	height: 100%;
	clear: right;
	background: white;
	margin: 0;
	padding: 0;
	margin-left: 168px;

}

/* left side panels */
div.panel
{
 	 border: 1px solid black;
}
div.panel h3.panelHeading
{
 	 color: white;
 	 background-image: url(/img/left_nav_light.png);
 	 height: 21px;
 	 width: 157px;
 	 display: block;
 	 margin: 0;
 	 padding: 0;
 	 font-family: Verdana,Arial,Helvetica,sans-serif;
 	 font-size: 12px;
 	 padding-left: 10px;
 	 line-height: 18px;
}

div.panel div.panelBody
{
 	 overflow: auto;
 	 background-color: white;
 	 height: 300px;
 	 width: 167px;
}

div.box_top
{
	 position: relative;
}

div.box_top div.topleft
{
 	 display: block;
 	 width: 20px;
 	 height: 20px;
	 background-image: url(/img/box/top_left.gif);
	 position: absolute;
	 top: 0px;
	 left: 0px;
}

div.box_top div.topmiddle
{
 	  height: 20px;
 	  display: block;
	  background-image: url(/img/box/top_middle.gif);
}

div.box_top div.topright
{
 	 display: block;
 	 width: 20px;
 	 height: 20px;
 	 background-image: url(/img/box/top_right.gif);
	 position: absolute;
	 top: 0px;
	 right: 0px;
}

div.box_bottom
{
	 position: relative;
}

div.box_bottom div.bottomleft
{
 	 display: block;
 	 width: 20px;
 	 height: 20px;
	 background-image: url(/img/box/bottom_left.gif);
	 position: absolute;
	 top: 0px;
	 left: 0px;
}

div.box_bottom div.bottommiddle
{
 	  height: 20px;
 	  display: block;
	  background-image: url(/img/box/bottom_middle.gif);
}

div.box_bottom div.bottomright
{
 	 display: block;
 	 width: 20px;
 	 height: 20px;
 	 background-image: url(/img/box/bottom_right.gif);
	 position: absolute;
	 top: 0px;
	 right: 0px;
}

div.box_middle
{
	 position: relative;
}

div.box_middle div.middleleft
{
 	 display: block;
 	 width: 20px;
 	 height: 100%;
	 background-image: url(/img/box/left.gif);
	 position: absolute;
	 top: 0px;
	 left: 0px;
}

div.box_middle div.middle
{
 	  display: block;
	  background: url(/img/box/box_middle.gif) 1px 5px repeat-y;
	  /*background: #EFEEEE;*/
	  z-index: 100;
	  padding: 0 0 0 10px;
	  height: auto !important;
	  height: 440px;

}

div.box_middle div.middleright
{
 	 display: block;
 	 width: 20px;
 	 background-image: url(/img/box/right.gif);
 	 background-repeat: repeat-y;
	 position: absolute;
	 top: 0px;
	 right: 0px;
}

fieldset.fieldline
{
 	 width: 500px;
	 margin-left: 30px;
}

fieldset.fieldline legend
{
         font-weight: bold;
         font-size: 14px;
}

/* Homepage */
.home_search_box {
 	background: transparent url(/img/searchbox_bg.png) 0 0 no-repeat;
 	height: 285px;
}
.home_search_box h4 {
	font-size: 12px;
	}
.home_search_form {
	padding: 110px 0 0 200px;
	overflow:hidden;
	}
* html .home_search_form {
	height: 61px;
	}
.home_search_form input.searchbox {
	vertical-align: top;
	margin-top: 5px;
	}
.home_search_form form {
	float:left;
	width: 300px;
	}
.additional_search_options {
	float:left;
	width:300px;
	}
.home_contact_box {
 	background: url(/img/contact_you.png) 0 0 no-repeat;
	height: 150px;
	width: 532px;
	margin-left: 46px;
	padding: 43px 0 0 18px;
	}
.home_contact_box h4 {
	font-size: 16px;
	color: #000;
	}
.home_contact_box p {
	font-weight: bold;
	color: #000;
	}
.home_contact_box .step1 {
	width: 110px;
	float: left;
	padding-right: 47px;
	}
.home_contact_box .step2 {
	width: 110px;
	float: left;
	}
.home_contact_box .click_here {
	width: 100px;
	float: left;
	}
.home_contact_box .step1 h4, .home_contact_box .step2 h4
{
 	margin: 0;
	padding: 0;
	color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}

.home_contact_box div.step1 p
{
 	width: 110px;
        float: left;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.home_contact_box div.step2 p
{
 	width: 105px;
 	float: left;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;

}
div#homepage_search_box
{
 	background: url(/img/searchbox_bg.png) 0 0 no-repeat;
 	width: 100%;
 	height: 285px;
 	margin: 0px;
 	xposition: relative;
 	display: block;
}

div#homepage_search_box div.search_form
{
 	position: absolute;
	top: 100px;
	left: 220px;
	width: 300px;
 	height: 100px;
 	border: 0px solid blue;
 }

div#homepage_search_box div.search_form input.submit
{
 	position: absolute;
	left: 160px;
	top: 30px;
}

div#homepage_search_box div.search_form input.searchbox
{
 	width: 150px;
 	position: absolute;
	left: 0px;
	top: 30px;
	background-color:#EBE9D8;
	border:1px solid #003366;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	height: 19px;
	line-height: 20px;
	font-size: 12px;
	padding: 4px 0px 0px 4px;
}
#update_listing input select	 {
	position:absolute;
	top:0;
}
div#homepage_search_box div.additional_search_options
{
 	position: absolute;
	left: 1px;
	top: 62px;
}

div#homepage_search_box div.additional_search_options h4
{
	color:#403F41;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

div.additional_search_options ul
{
 	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.additional_search_options ul li
{
 	margin: 0 6px;
	display: inline;
}

div.additional_search_options ul li a:hover
{
        text-decoration:underline;
}

div.additional_search_options ul li a
{
	color:#31679D;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 0 0 0 10px;
	display: inline;
	background: url(/img/red_dot.gif) 0px 5px;
	background-repeat: no-repeat;

}

/* Homepage - Have a local X contact you*/
div#homepage_contact_box
{
 	background: url(/img/contact_you.png) 60px 0 no-repeat;
 	width: 100%;
 	height: 150px;
 	margin: 0px;
	position: relative;
}

div#contact_wrapper
{
 	display: block;
 	position: relative;
}

div#homepage_contact_box div.step1
{
 	float: left;
 	position: relative;
 	left: 100px;
 	top: 40px;
}

div#homepage_contact_box div.step2
{
 	float: left;
 	position: relative;
 	left: 130px;
 	top: 40px;
}

div#homepage_contact_box div.click_here
{
 	float: left;
 	position: relative;
 	left: 130px;
 	top: 53px;
}


div#homepage_contact_box div.step1 h4
{
 	margin: 0;
	padding: 0;
	color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}
div#homepage_contact_box div.step2 h4
{
 	margin: 0;
	padding: 0;
	color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}

div#homepage_contact_box div.step1 p
{
 	width: 110px;
        float: left;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

div#homepage_contact_box div.step2 p
{
 	width: 105px;
 	float: left;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;

}

div#homepage_contact_box div.click_here img
{
 	border: 0;

}

/* Search Results */
div.search_listing
{
 	border: 0px solid black;
 	display: block;
 	width: 100%;
 	xposition: relative;
 	margin: 5px 0px;
}

/* Search Results */
div.search_listing p.field_name
{
 	display: block;
 	width: 50px;
 	float: left;
 	font-weight: bold;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
 	text-decoration:none;
 	height: 20px;
 	line-height:20px;
 	margin-left: 20px;
}

div.search_listing p.field_value
{
 	width: 250px;
 	float: left;
 	display: block;
 	margin-left: 60px;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
 	height: 20px;
 	line-height:20px;
 	overflow: hidden;
}


div.search_listing p.field_extra
{
 	display: block;
 	margin-left: 420px;
 	margin-right: 30px;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
 	height: 20px;
 	line-height:20px;
 	text-align: right;
 	padding-right: 7px;
}

div.search_listing p.field_update
{
 	display: block;
 	width: 250px;
 	font-weight: bold;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
 	text-decoration:none;
 	height: 20px;
 	line-height:16px;
 	margin-left: 20px;
}

div.search_listing p.field_update input.update_checkbox
{
 	margin-top: 5px;
 	xposition: relative;
 	top: 4px;
}


div.search_listing p.field_extra img
{
	border: 0;
	float: right;
}

hr.listings
{
  	width: 550px;
 	margin: 0 25px;
 	clear: right;
}


 /* Exclusive Ad */
 div#exclusive_ad
 {
  	min-height: 107px;
  	display: block;
  	width: 560px;
  	margin: 0 10px 15px 10px;
  	text-align: center;
 }
 div#exclusive_ad img.left
 {
  	float: left;
 }

 div#exclusive_ad img.center
 {
  	/*margin-left: 0p*/
 }

 div#exclusive_ad h2
 {
        color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align: center;
 }
 div#exclusive_ad p
 {
        color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
        font-weight:bold;
        text-align: center;
        font-style: italic;
        width: 300px;
        margin-left: auto;
	margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
}
 div.ad_available
 {
  	background-color: #617085;
  	padding: 2px 2px 6px 2px;
 }

h3.listings
{
        color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	margin: 0px 0 15px 10px;
}

/* Search Again Box */
div#search_again_box
{
 	background-color: #cccccc;
 	clear: right;
	color:#403F41;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
  	width: 550px;
  	padding: 2px 5px;
  	margin: 0 10px;
  	border: 1px solid #bbbbbb;
  	height: 20px;
  	line-height: 20px;
  	display: block;
}

form#search_again_form
{
 	display: inline;
 	margin-left: 0px;
 	font-size: 11px;
 	float: right;
 	line-height: 20px;
}

form#search_again_form span
{
 	font-size: 11px;
 	line-height: 20px;
	position:relative;
	top: -0px !important;
	top: -3px;
}


form#search_again_form input.text
{
 	width: 60px;
}

div#search_again_box h5
{
 	width: 308px;
	display: inline;
 	font-size: 11px;
 	line-height: 25px;
 	float: left;
}

div#search_again_box h5 a
{
 	color:#2B5A89;
        font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
        font-weight:bold;
 	margin: 0 0 0 10px;

}

div#search_again_box h5 span
{
 	margin: 0 0 0 10px;
}

form#expand_search_form
{
        color:#403F41;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 12px 12px;
}
form#expand_search_form select
{
 	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	xposition: relative;
	top: 2px;
}

form#expand_search_form input.submit
{
	background-color:#31679D;
	color:#FFFFFF;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	xposition: relative;
	top: -2px;
}

div#search_again_box h5 a:hover
{
 	color: #3399FF;
}

/* Page numbers on search page */

div.page_numbers
{
        text-align: center;
        padding-top: 5px;
}

div.page_numbers ul
{
 	list-style-type: none;
}

div.page_numbers ul li
{
 	display: inline;
 	margin: 5px 5px;
}

div.page_numbers ul li a
{
	color: #2B5A89;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

div.page_numbers ul li a:hover
{
}


/* Google Map page */
div.map_it
{

}

div#google_map
{
 	border: 1px solid black;
	width: 550px;
	height: 400px;
	margin: 0 0 0 18px;
}

div#google_map_details
{
 	text-align: left;
}

div.map_it h1
{
 	font-size: 16px;
	color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
}

div.map_it h2
{
 	font-size: 12px;
	color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-left: 25px;
	margin-top: 5px;
}

div.map_it h3
{
 	font-size: 12px;
	color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 20px;
}

/* Advertisements Page */

div#advertising
{
 	text-align: center;

}

div#advertising div.stripe1
{
 	background-color:#E1E0C9;
	padding:5px;
	width: 550px;
	margin: 0 auto 10px auto;
	text-align: left;
}

div#advertising div.stripe2
{
  	background-color:#EBEADB;
	padding:5px;
	width: 550px;
	margin: 10px auto;
	text-align: left;
}

div#advertising div h2
{
	color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom: 10px;
}
div#advertising div p
{
	color:#555555;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

div#advertising div p.buttons
{
	color:#555555;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align: center;
	margin-top: 25px;
}

div#advertising div p.buttons img
{
 	margin: 0 3px;
}

div#listing_lookup
{
 	xposition: relative;
}
div#listing_lookup form p
{
 	height: 30px;
 	display: block;
 	line-height: 20px;
}


div#listing_lookup form
{
 	margin-left: 20px;
}

div#listing_lookup h2
{
	color:#181703;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom: 10px;
	margin-left: 20px;
}

input#text_name
{
	width: 114px;

}

input#text_phone1
{
	width: 30px;
	text-align: center;
}

input#text_phone2
{
	width: 30px;
	text-align: center;

}

input#text_phone3
{
	width: 40px;
	text-align: center;

}

div.space_filler
{
 	display: block;
}


/* Listing Update Form */
div.update_form_2 p input
{
 	margin-top: 5px;
}

#update_listing input, select
{
 	margin: 3px 10px;

}

#category_search_box select
{
 	margin: 0;
}


#update_listing p.listing_input input
{
 	width: 250px;

}

#update_listing p.listing_input_small input, #update_listing p.listing_input select
{
 	width: 145px;
}


#update_listing label
{
        float: left;
        width: 110px;
        margin-top: 10px;
}

span#required_field
{
	color: red;
 	margin: 0 0 0 15px;

}


div.update_form_1, div.update_form_2
{
 	padding: 0px 20px;
}

div.update_form_2 p
{
 	margin-left: 15px;
}

div.update_form_1 fieldset
{
 	margin-bottom: 20px;
 	padding-left: 20px;
}

div.update_form_2 fieldset
{
 	margin-bottom: 20px;
}

div.update_form_1 legend, div.update_form_2 legend
{
	font-size: 14px;
}

div.update_form_2 p span
{
}

div.update_form_2 p input.text
{
 	width: 250px;
}

/* Left Menu Ad Styles */
div.ad_enhanced
{
	background: #fff990;
	padding: 2px;
 	margin: 5px;
}

div.ad_enhanced#orange
{
	background: #ffec97;
}

div.ad_enhanced p.ad_name
{
	color:#003C77;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

div.ad_enhanced p.ad_address
{
	color:#06883A;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

p.updateform_textinput_p span
{
/* 	width: 120px;*/
}

p.updateform_textinput_p input
{
/* 	margin-left: 120px;*/
}

div#ad_lead_box
{
	margin-left: 25px;
}

div#ad_lead_box input.text
{
        left:125px;
        position:absolute;
}

div#ad_lead_box textarea.textarea
{
        width: 233px;
        height: 200px;

}
div#footer
{
	border: 1px solid #ccc;
	text-align: center;
}

ul.footerNav {
	clear: both;
	}

ul.footerNav  li{
	display: inline;
	margin: 0 20px;
	line-height: 30px;
	vertical-align: middle;
	}

ul.footerNav  li a {
	text-decoration: none;
	color: #03689b;
	}
div#footer p {
	margin: 5px 0;
	font-size: 10px;
	}
.clearFloat {
	clear: both;
	}
.formatText h3,.formatText ul, .formatText p {
	padding: 5px 0;
	}
.formatText h4 {
	padding: 6px 0 0 0;
	}
.formatText li {
	margin: 5px 10px 5px 20px;
	}
.aedForm {
	float: right;
	margin: 6px 25px 5px 0px;
	}
.row {
	clear: both;
	padding-top: 2px;
	height: 20px;
	margin: 10px 0;
	}
.notesrow {
	clear:both;
	padding-top:2px;
	height: auto;
	margin: 10px 0;
	width: 550px;
}

.notesrow label{
	font-weight: bold;
}

.cbrow {
	margin: 5px 0 0 167px;
	position: relative;
	height: 20px;
	}
.row label, .cbrow input  {
	clear: both;
	float: left;
	width: 110px;
	text-align: left;
	margin-top: 2px;
	}
.row input, .row select, .row textarea, .cbrow label, .row h4 {
	float: left;
	width: 350px;
	margin: 0 0 0 10px ;
	text-align: left;
	padding-left: 3px;
	}
.row label {
	font-weight: bold;
	}
.button {
	clear: both;
	padding-top: 2px;
	margin: 30px 0 0 110px;
	position: relative;
	z-index: 10;
	}
.button input{
	width: 80px;
	margin: 6px 20px 0 10px;
	}
.lgCol {
	float: left;
	overflow: auto;
	}
.floatClear {
	clear: both;
	}
.deleteForm, .cancelForm {
	width: 80px;
	margin-right: 20px;
	float: left;
	}
.editListing {
	position: relative;
	padding-bottom: 30px;
	}
.editListing .button {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	}
.editListing form.cancelForm {
	position: absolute;
	bottom: 0;
	left: 100px;
	z-index: 0;
	}
.lastUpdated {
	float: left;
	font: italic normal bold 11px/33px arial;
	color: #fff;
	margin-left: 5px;
	}
.list_services, .list_nearby {
	padding: 10px 0 0 20px;
	width: 45%;
	float: left;
	}
.list_services ul {
	padding: 5px 0 0 10px;
	}
.list_nearby ul {
	list-style: none;
	padding: 5px 0 0 20px;
	}
.list_why_choose {
	clear: both;
	padding: 10px 20px;
	}