body
{
	background-color: #858585;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #555555;
	padding: 0;
	margin: 0;
}

a, a:visited {
	color: #2a86cd;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #5E95E8;
}

b {
	color: #444;
	font-weight: bold;
}

img {
	margin: 0px;
}

/******************** External Menu ********************/
#external_menu_container {
	width: 100%;
	height: 32px;
	display: block;
	background: url('../images/external_menu_bg2.gif') repeat-x;
	font-family: trebuchet ms, verdana, sans-serif;
	color: #333;
}

#external_menu {
	margin: 0 auto;
	width: 880px;
	height: 32px;
	position: relative;
	line-height: 30px;
	display: block;
}

#external_menu #site_links {float: left;}
#external_menu #login_links {float: right;}

#external_menu  a {
	color: #0a73af;
	text-decoration: none;
	font-weight: normal;
}

#external_menu a:hover {
	text-decoration: underline;
}

/******************** Buttons ********************/
.buttons a, .buttons button{
    display:inline;
    float:none;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #BEBEBE;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

table {
	border: #bebebe solid thin;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	font-size: 9pt;
}

table.cluster
{
	border: none;
	width: 300px;
}

tr {height: 20px;}

tr.item
{
	background-color: white;
}

tr.item_alt
{
	background-color: #d8deec;
}

td.review_content
{
	text-align:left;
	width:300px;
}

td.review_date
{
	min-width: 80px;
}

tr.head {
	background: #8aae18 url('/images/table_header_bg.jpg') repeat-x;
	height: 20px;
	color: white;
	font-weight: bold;
}

#content
{
	background: url('/images/content_bg.jpg') repeat-y;
	margin: 0 auto 0;
	width: 900px;
	position: relative;
}

#top_pane
{
	height: 80px;
	width: 900px;
	margin: 0 auto;
	background: url('/images/header_bg.jpg') no-repeat top;
	position: relative;
}

#top_pane h1
{
	height: 49px;
	width: 270px;
	border: 0;
	position: absolute;
	background: url('/images/logo.jpg') no-repeat;
	text-indent: -9999px;
	top: 30px;
	left: 35px;
	margin: 0px;
	padding: 0px;
}

a.image
{
	text-decoration: none;
	border: 0px;
}

/* Login Area */

#login_area {
	display: block;
	width: 400px;
	height: 40px;
	position: absolute;
	right: 50px;
	top: 30px;
	font-size: 8pt;
	text-align: right;
	overflow: hidden;
}

#login_info {
	float: right;
	right: 0px;
	line-height: 12pt;
}

button#login {
	background: url('/images/button_login01.jpg');
	width: 60px;
	height: 20px;
	text-indent: -9999px;
	border: 0;
	margin: 0 3px;
	float: left;
}

button#login:hover { 
	background: url('/images/button_login02.jpg');
}

a#signup {
	background: url('/images/button_signup01.jpg');
	width: 70px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	border: 0;
	position: relative;
	float: left;
	margin: 0 3px;
}

a#signup:hover { 
	background: url('/images/button_signup02.jpg');
}

#secondary_nav a {
	font-weight: bold;
	text-decoration: none;
	color: #435b0b;
}

#secondary_nav a:hover {
	text-decoration: underline;
	color: #222222;
}

#loginSignup {
	display: block;
}

#login_inputs {
	background: #ffffff;
	height: 30px;
	position: absolute;
	right: -500px;
	top: 0px;
	padding-top: 0px;
}

#input_login {
	background: url('/images/input_login_bg.jpg');
	border: none;
	padding: 3px 0 0 5px;
	margin: 0 5px;
	height: 17px;
	width: 145px;
	font-size: 8pt;
	color: #444444;
	float: left;
}

#input_password {
	background: url('/images/input_login_bg.jpg');
	border: none;
	padding: 3px 0 0 5px;
	margin: 0 5px;
	height: 17px;
	width: 145px;
	font-size: 8pt;
	color: #444444;
	float: left;
}

#button_check {
	width: 20px;
	height: 20px;
	background: url('/images/button_check01.jpg');
	border: none;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	float: left;
}

#button_check:hover {
	background: url('/images/button_check02.jpg');
}

#button_x {
	width: 20px;
	height: 20px;
	border: none;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	float: left;
	background: url('/images/button_x01.jpg');
}

#button_x:hover {
	background: url('/images/button_x02.jpg');
}

#remember_me_container {
	position: absolute;
	top:20px;
	right: 0px;
}

#login_label {
	position: absolute;
	font-size: 8pt;
	color: #555555;
	top: 22px;
	left: 5px;
}

#password_label {
	position: absolute;
	font-size: 8pt;
	color: #555555;
	top: 22px;
	left: 165px;
}

/* Primary Nav */
div#primary_nav
{
	background: url('/images/primaryNav_bg.jpg');
	width: 800px;
	height: 40px;
	padding: 0 40px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	font-size: .85em;
	overflow: hidden;
}

#primary_nav li {
	float:left;
	display:block;
	cursor: pointer;
}

#primary_nav a {
	height: 40px; 
	text-indent: -9999px;
	float:left;
	display:block;
	cursor: pointer;
}

div#primary_nav ul {
	background: url('/images/primaryNav.jpg') 0px 40px;
	width: 800px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#search_button a {width:110px;}
#search_button a:hover {background: url('/images/primaryNav.jpg') 0px 0px;}

#saved_listings_button a {width:140px;}
#saved_listings_button a:hover {background: url('/images/primaryNav.jpg') -110px 0px;}

#inquiries_button a {width:100px;}
#inquiries_button a:hover {background: url('/images/primaryNav.jpg') -250px 0px;}

#reviews_button a {width:90px;}
#reviews_button a:hover {background: url('/images/primaryNav.jpg') -350px 0px;}

#create_button a {width:140px;}
#create_button a:hover {background: url('/images/primaryNav.jpg') -440px 0px;}

#view_properties_button a {width:170px;}
#view_properties_button a:hover {background: url('/images/primaryNav.jpg') -580px 0px;}

#faq_button a {width:50px;}
#faq_button a:hover {background: url('/images/primaryNav.jpg') -750px 0px;}

/* Current City */
#current_city {
	width: 880px;
	height: 17px;
	background: url('/images/city_listing_bg.jpg') no-repeat;
	text-align: left;
	margin: 0 10px;
	padding: 3px 0 0 40px;
	font-size: 8pt;
	color: #333333;
}

/* Search Dropdown */

#search_outerContainer {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 0;
}
#search_topShadow {
	height: 10px;
	width: 880px;
	background: url('/images/search_topShadow.jpg') no-repeat;
}

#search_bottomShadow {
	height: 10px;
	width: 880px;
	margin: 0;
	padding: 0;
	background: url('/images/search_bottomShadow.jpg') no-repeat;
}

#search_container {
	width: 880px;
	margin: 0 10px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 8pt;
	background: url('/images/searchContainer_bgMid.jpg') repeat-y;
	color: white;
}

#search_container h2 {
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 10pt;
	text-align: left;
}

.search_divider {
	width: 880px;
	height: 4px;
	margin: 0;
	padding: 0;
	display: block;
	background: url('/images/search_divider.jpg') no-repeat;
	overflow: hidden;
}

img.container_icon {
	margin: 1px 10px;
	float: left;	
}

#search_city {
	width: 800px;
	height: 24px;
	padding: 5px 40px 0 40px;
	display: block;
	text-align: left;
}

#search_criteria01 {
	width: 800px;
	position: relative;
	padding: 0 40px;
	margin: 5px 0;
	text-align: center;
}
/*
#search_criteria01 img {
	position: absolute;
	top: 40%;
	left: 0;
}
*/

#search_criteria02 {
	width: 800px;
	position: relative;
	padding: 0 40px;
	margin: 5px 0;
}

.sliderValue
{
	min-width: 80px;
}

.sliderBgH
{
	position:relative;
	background: url(/images/slider/bg-h.gif) 7px 0 no-repeat;
	height: 28px;
	width:150px;
}

.sliderBgV
{
	position:relative;
	background: url(/images/slider/bg-v.gif) 12px 0 no-repeat;
	height: 105px;
	width:48px;
}

.sliderBgH div
{
	position:absolute;
	top:4px;
}

.sliderBgV div
{
	position:absolute;
	left:15px;
}

.criteria_container {
	position: relative;
	left:25px;	
	text-align: left;
	display: block;
	width: 10px;
	float: left;
	line-height: 10px;
	margin-bottom: 10px;
}

div.form_element
{
	text-align: left;
	float: left;
	margin: 0 20px;
}

div.form_elementVSlider
{
	text-align: left;
	float: left;
	margin: 0 20px;
	padding-bottom: 5px;
}

.form_element input {
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 10px;
}

#search_buttons {
	width: 800px;
	position: relative;
	text-align: center;
	padding: 5px 40px;
}

/* Main Content */
div#main_content
{
	height: 100%;
	padding: 0 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}

#main_content h1 {
	border-bottom:1px solid #79A914;
	color:#79A914;
	font-size:1.5em;
	margin-bottom:10px;
}

#main_content h2 {
	color:#79A914;
	font-size:1.1em;
	margin: 10px 0 0 0;
}

.generic_text_field {
	background: url('/images/input_login_bg.jpg');
	border: none;
	padding: 4px 5px;
	height: 12px;
	width: 140px;
	font-size: 8pt;
	color: #444444;
}

div.search
{
	margin-top: 30px;
}

span.mini_header
{
	color: #79A914;
	font-size: 1.5em;
	margin-bottom: 20px;
}

/****************************/
/* Landing Page (tag cloud) */
/****************************/
#citySelect {
	height: 380px;
	width: 200px;
	background: url('/images/citySelect_bg.jpg') no-repeat;
	padding: 10px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

#citySelect h1 {
	color: black;
	font-size: 12pt;
	border: none;
	margin: 10px 0 0 0;
}

#citySelect form {
	margin: 10px 0;
	padding: 0;
}
#citySelect .input_city {
	width: 180px;
	height: 25px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	font-color: #555555;
	text-align: center;
	padding: 5px 0 0 0;
	color: #333333;
	border: none;
	background: url('/images/cityInput_bg.jpg');
}

/******************
TABLE BETTER?
******************/

#citySelect table
{
	margin: 0 auto;
	padding: 0;
	color: white;
	font-size: 10pt;
	width: 140px;
	border: none;
}


#citySelect ol {
	margin: 0 auto;
	padding: 0;
	color: white;
	font-size: 10pt;
	width: 140px;
	list-style: decimal inside;
}

#citySelect li {
	height: 20px;
	display: list-item;
}

#citySelect a {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

#citySelect a:hover {
	color: #ccc;
}

#citySelect ol li img {
	display: inline;
	position: relative;
	top: 5px;
	left: 4px;
	margin: 0;
}

img#citySelectPointer {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Landing Page Slider */
#landing_container01 {
	width: 570px;
	height: 350px;
	background: #ddd;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	float: left;
	background: url('/images/landingSlider_bg.jpg');
}

#landing_container02 {
	width: 570px;
	height: 350px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
#landing_container03 {
	width: 1710px;
	height: 350px;
	left: -570px;
	position: relative;
}

.landing_subcontainer {
	width: 530px;
	height: 310px;
	position: relative;
	float: left;
	padding: 20px;
}

.landing_subcontainer ul {
	margin: 0;
	text-indent: 0;
	padding: 10px 0 0 15px;
	list-position: inside;
	font-weight: normal;
}

#landing_listButton {
	width: 212px;
	height: 60px;
	background: url('/images/landing_listButton01.jpg');
	padding: 50px 0 50px 50px;
	display: block;
	float: left;
	font-size: 9pt;
	color: black;
}

#landing_findButton {
	width: 212px;
	height: 60px;
	background: url('/images/landing_findButton01.jpg');
	padding: 50px 0 50px 50px;
	display: block;
	float: left;
	font-size: 9pt;
	color: black;
}

#main_content .landing_subcontainer h1 {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.landing_subcontainer p {
	margin: 4px 0 10px 0;
}

.landing_subcontainer .large{
	font-size: 14pt;
	color: black;
}

.featurePoint {
	height: 70px;
	margin: 0 0 5px 0;
}

.featurePoint h3 {
	margin: 0;
	color: #5c8300;
	font-size: 12pt;
}

.featurePoint p {
	font-size: 12pt;
	color: #222;
	margin: 0;
}

.featurePoint img {
	width: 70px;
	height: 70px;
	background: url('/images/landing_featureImg_bg.jpg');
	float: left;
	margin-right: 10px;
	border: 0;
}

/* Full City List */
#fullCityList_topShadow {
	height: 10px;
	width: 880px;
	background: url('/images/search_topShadow.jpg') no-repeat;
}

#fullCityList_bottomShadow {
	height: 10px;
	width: 880px;
	margin: 0;
	padding: 0;
	background: url('/images/search_bottomShadow.jpg') no-repeat;
}

#fullCityList {
	width: 880px;
	margin: 0 10px;
	padding: 0;
	font-size: 10pt;
	background: url('/images/searchContainer_bgMid.jpg') repeat-y;
	color: white;
}

#fullCityList h1 {
	font-size: 12pt;
}

#fullCityList ul {
	width: 800px;
	margin: 10px auto;
}

#fullCityList .quarterCol {
	width: 200px;
	padding: 0 10px;
	float: left;
	text-align: left;
}


.quarterCol a
{
	font-weight: normal;
}

#fullCityList .quarterCol ul 
{
	list-style: none inside;
	width: 200px;
}

#fullCityList a
{
	color: white;
}

#fullCityList .selected a 
{
	 color: #2a86cd;
}

/* Featured Banner */
a.featured {
	text-decoration: none;
}

a.featured:hover {
	text-decoration: none;
}

div#search_results
{
	margin-top: 30px;
	z-index: 0;
}

div#map_container_wide
{
	margin-top: 30px;
	z-index: 0;
}

div.featured
{
	float: right;
	margin: 0;
}

img.featuredImage {
	border: 1px solid #FFF;
	width: 200px;
	margin: 4px;
}

div.featured_info {
	margin: 4px;
}

img.featuredImage:hover {border: 1px solid #5E95E8;}

div.featured_content
{
	border: 1px solid #aaaaaa;
	border-top: 1px solid #79a718;
	background-color: #eee;
	width: 210px;
	height: 300px;
}

#search_results div#map
{
	width: 628px;
	height: 348px;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #79a718;
	background-color: #eee;
	top: 0px;
}

#search_results #map_container {
	margin-right: 10px;
	float: left;
}

#search_results #adsense {
	width: 160px;
	height: 600px;
	float: right;
	background: #BEBEBE;
}

a#featured_House {
	width: 550px;
	height: 50px;
	display: block;
	margin: 10px 0 20px 0;
	padding: 10px 10px 10px 70px;
	cursor: pointer;
	color: white;
	font-size: 10pt;
	position: relative;
	background: url('/images/featured_banner.jpg') 0px 0px;
}

a#featured_House:hover {background: url('/images/featured_banner.jpg') 0px -70px;}

a#featured_Apartment{
	width: 550px;
	height: 50px;
	display: block;
	margin: 10px 0 20px 0;
	padding: 10px 10px 10px 70px;
	cursor: pointer;
	color: white;
	font-size: 10pt;
	position: relative;
	background: url('/images/featured_banner.jpg') 0px -140px;
}

a#featured_Apartment:hover {background: url('/images/featured_banner.jpg') 0px -210px;}

a#featured_House h2 {
	font-size: 12pt;
	margin: 0;
	padding: 0;
	color: white;
}

a#featured_House h3 {
	color: #1d45b9;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

a#featured_House img {
	width: 75px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid white;
}

a#featured_Apartment h2 {
	font-size: 12pt;
	margin: 0;
	padding: 0;
	color: white;
}

a#featured_Apartment h3 {
	color: #1d45b9;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

a#featured_Apartment img {
	width: 75px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid white;
}

div.results {
	width: 630px;
}

.results_list tr.rental_item:hover,
.results_list tr.rental_item_alt:hover
{
	cursor: pointer;
	background-color: #9bc1e9;
}

/* IE6 table row highlight style */
tr.hover {
	background-color: #9bc1e9;
	cursor: pointer;
}

.results_list tr.header:hover
{
	cursor: default;
	background-color: #586F0B;
}

.results_list a
{
	text-decoration: none;
	color: black;
}



/************************/
/* /rentals/id stuff   */
/**********************/

div.rental_item
{
	margin-top: 10px;
}

div.rental_top_nav
{
	margin-bottom: 20px;
	background-color: #F2F2F2;
	border: 1px solid #D2D2D2;
	padding: 10px;
	text-align: center;
}

.rental_top_link 
{
	margin-left: 20px;
	text-decoration: none;
	color: #585858;
}

div.listing_content
{
	border-top: 1px solid #A5C889;
}

div.location_info
{
	width: 250px;
}

div.address
{
	padding-bottom: 10px;
	color: #343434;
}

span.street_info
{
	text-align: left;
	color: #353535;
}

div.rental_info_pane
{
	margin-bottom: 20px;
}


div.general_info_content
{
	
}

div.places_nearby_content
{
	
}

div.related_listings
{
	
}

div.reviews_content
{
	
}

span.map_content
{
	color: blue;
	cursor: pointer;
}

div.photos img
{
	margin-top: 20px;
	border: 0px;
}

span.listing_navigation
{
	text-align:right;
	float:right;
	margin-top: 10px;
	font-size:8pt;
}

/***********************/
/* Listing Details */
/***********************/

.listing_infobox {
	width: 260px;
	float: left;
}

.divider {
	width: 260px;
	height: 10px;
	background: #bebebe url('/images/table_header_bg.jpg') repeat-x;
	margin: 0px;
	border: none;
	display: block;
}

a#address_house {
	width: 180px;
	height: 60px;
	padding: 5px 60px 5px 20px;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	cursor: normal;
	display: block;
	text-decoration: none;
	background: url('/images/housingType_addressBg.jpg');
	position: relative;
}

a#address_house:hover {background: url('/images/housingType_addressBg.jpg') 0px -70px}

a#address_apartment {
	width: 180px;
	height: 60px;
	padding: 5px 60px 5px 20px;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	cursor: normal;
	display: block;
	text-decoration: none;
	background: url('/images/housingType_addressBg.jpg') 0px -140px;
	position: relative;
}

a#address_apartment:hover {background: url('/images/housingType_addressBg.jpg') 0px -210px;}

.hidden {
	display: none;
}

#listing_info_primary {
	width: 240px;
}

table.listing_info_table {
	border-collapse: collapse;
	padding: 0px;
	text-align: left;
	width: 260px;
}

.listing_info_table td {
	border: #BEBEBE 1px solid;
	padding-left: 10px;
}

ul.primary_data {
	padding: 0px;
	margin: 0;
	list-style: none;
}

li.primary_data_item {
	float: left;
	height: 30px;
	width: 130px;
	margin: 0px;
	padding: 0px;
}

ul.secondary_data {
	display: block;
	margin: 0;
	border: 1px solid #BEBEBE;
	list-style: none;
	padding: 0;
}

li.secondary_data {
}

ul.secondary_data label {
	width: 16px;
	height: 16px;
	display: block;
}

td.icon {
	width: 28px;
	height: 28px;
	padding: 0px;
	margin:0px;
}

td.check_icon {
	height: 10px;
	text-align: center;
	width: 28px;
	padding: 0;
}

#landlord_comments {
	border: 1px solid #BEBEBE;
	font-size: .85em;
	padding: 5px;
}

#landlord_comments h2 {
	margin: 4px 0 8px 0;
}

#photo_container {
	width: 260px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

#photo_subcontainer01 {
	width: 220px;
	height: 80px;
	left: 20px;
	background: #000000 url('/images/photo_subcontainer.jpg	');
	overflow: hidden;
	position: absolute;
}

#photo_subcontainer02 {
	height: 80px;
	left: 0px;
	position: relative;
}

.photo {
	width: 90px;
	height: 60px;
	margin: 10px;
	float: left;
	overflow: hidden;
	background: #BBBBBB;
	border: none;
}

a#photobutton_left {
	width: 20px;
	height: 80px;
	background: url('/images/photobutton_left.jpg');
	float: left;
}

a#photobutton_left:hover {background: url('/images/photobutton_left_hover.jpg')}

a#photobutton_right {
	width: 20px;
	height: 80px;
	background: url('/images/photobutton_right.jpg');
	float: right;
}

a#photobutton_right:hover {background: url('/images/photobutton_right_hover.jpg')}

#map_detail_column {
	float: left;
	top:0px;
	width:520px;
	margin-left: 10px;
}

#listing_menu {	
	width: 780px;
	height: 30px;
	background: url('/images/listing_menu_bg.jpg') no-repeat;
	color: #4c6202; 
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	list-style: none;
	margin: 0 0 10px 0px;
	/*padding: 0 10px;*/
	padding: 0 10px 0 70px;
}

#listing_menu li {
	float:left;
	margin-left: 20px;
}

#listing_menu a {
	float: left;
	text-indent: 30px;
	height: 20px;
	display: block;
	padding-top: 10px;
}

#listing_menu #inquiry {background: url('/images/listing_menu_inquiry.jpg') no-repeat 0 0}
#listing_menu #inquiryDone {background: url('/images/listing_menu_inquiry02.jpg') no-repeat 0 0}
#listing_menu #review {background: url('/images/listing_menu_review.jpg') no-repeat 0 0}
#listing_menu #reviewDone {background: url('/images/listing_menu_review02.jpg') no-repeat 0 0}
#listing_menu #save {background: url('/images/listing_menu_save.jpg') no-repeat 0 0}
#listing_menu #saveDone {background: url('/images/listing_menu_save02.jpg') no-repeat 0 0}
#listing_menu #email {background: url('/images/listing_menu_email.jpg') no-repeat 0 0}
#listing_menu #flag {background: url('/images/listing_menu_flag.jpg') no-repeat 0 0}

#map {
	border: 1px solid #aaaaaa;
	background-color: #eee;
}

#map.medium
{
	width: 528px;
	height: 316px;
}

#map.large {
	width: 798px;
	height: 316px;
}

.float_anchor {
	clear: both;
}

/************************/
/* /reviews stuff   */
/**********************/

.review_full
{
	border: 1px solid black;
	margin-top: 40px;
}

tr.landlord_reply
{
	background-color: #95B043;
}

/*********************************/
/* /rental_applications stuff   */
/*******************************/

div.rental_application
{
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
}

/************************/
/* will_paginate stuff */
/**********************/
.pagination {
    padding: 3px;
    margin: 3px;
	text-align: center;
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #95b338;
    text-decoration: none;
    color: #95b338;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #95b338;
    color: #000;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #95b338;
    font-weight: bold;
    background-color: #95b338;
    color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaa;
    color: #aaa;
  }

/************************/
/* Data Entry Table */
/************************/
table.data_entry {
	text-align: left;
	border-collapse: collapse;
}

td.field_title {
	text-align: right;
	line-height: 1em;
	width: 140px;
	font-weight: bold;
	background: #ddd;
	padding: 5px;
	border-right: 1px solid #bebebe;
}

.data_entry td {
	padding: 5px;
	border-bottom: 1px solid #bebebe;
}

.data_entry tr {
	border-bottom: 1px solid #bebebe;
}

.data_entry label {
	clear: both;
}
.center {
	display: block;
	width: 100%;
	position: relative;
	height: 2em;
	text-align: center;
}
.center .buttons {
	float: none;
}
/************************/
/* Footer */
/************************/
#footer {
	width: 900px;
	background: url(/images/footer_bg.jpg);
	height: 80px;
	position: relative;
	color: #435b0b;
	font-weight: bold;
	font-size: 8pt;
}

#footer a {
	color: #435b0b;
}

#footer a:hover {
	color: #c1f93e;
}

#footer #copyright {
	position: absolute;
	left: 50px;
	top: 30px;
}

#footer #build {
	position: absolute;
	right: 50px;
	top: 30px;
}

.float_left {float: left;}
.float_right {float:right;}