body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: black;
	text-align: center;
	padding: 0;margin:0;
	margin: 0 auto;
}
table {
	border-collapse: collapse;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/* Top Header and Menu */

#menu {
	text-align: left;
	background-image: url('images/yellow.png');	
	color: black;
	padding: 10px;
	line-height: 1.5em;
}

img.logo {
	float: left;
	margin: 0px 15px 0px 0px;
	border-style: solid;
	border-width: 0px;
	border-color: black;
}
#menu-big {
	text-align: center;
	background-image: url('images/yellow.png');	
	color: black;
	padding: 2px;
	font-size: small;
}

img.logo {
	float: left;
	margin: 2px;
	border-style: solid;
	border-width: 0px;
	border-color: black;
}

.clear {
	clear:both;
	float: none;
}
.green-bar {
	background: #060;
	color: #fff;
}
#logo-bar {
	background-image: url('images/header.jpg');
	margin:0px;
	padding: 0px;
	background-color: #609C60;
	height:79px;
}

#logo-bar h1 {
	margin-left:235px;
	line-height: 37px;	/* This is approximately #logo-bar height/2 (or a bit less), assuming two lines (max) will be displayed*/
}

/* Div Borders */


#header {
/*	border-style: solid;
	border-color: #999;
	border-width: 1px; */
	width: 837px;
}

#top-bar {
	padding:3px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('images/consulting.png');		
	text-align: center;
	border-color: #444;
	border-style: solid;
	border-width: thin;
}

#menu-lite {
	background:#F8F8F8;
	color: black;
	text-align: justify;
/*	font-style: italic; */
	font-size: .8em;
	border-color:#999;
	border-style: solid;
	border-width: thin;
	padding: 10px;
	line-height: 1.5em;
}
#menu-small{
	background:#F8F8F8;
	color: black;
	text-align: left;
	font-style: italic;
	font-size: small;
	border-color:#999;
	border-style: solid;
	border-width: thin
	margin: 2px;
}
#menu {
	border-style: solid;
	border-color: #999;
	border-width: thin;
}

#renting_is_easy {
	align: center;
	text-align: center;
}

#communities {
	align: center;
	text-align: center;
/*	padding-top: 7px;  /* Align with col1 and col2 */
}
.v-spacer {
	margin-top: 10px;
}
#communities img.easy-leasing {
	width: 373px;
	border: 1px solid #999;
}
/* General Layout */

#page {
	width:837px;
	margin: auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}
		
#col1 {
	width:243px;
	float:left;
	background:#fff;
	text-align: left;
}
#col1 .featured-property td {
	padding: 10px;
}
#col2 {
	width:375px; margin-left:10px;
	padding:0px;
	float:left;
	background:white;
	text-align: left;
}
	
#col3 {
	width:195px; margin-left:10px;
	padding:0px;
	float:right;
	background: #fff;
}
#col3 .line-spacer table tr {
	vertical-align: top;
}
#col3 .line-spacer table td {
	line-height: 1.3em;
}
#col3 .line-spacer table a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#col3 .line-spacer table a:hover {
	text-decoration: underline;
	color: #060;
}
/* Footer */

#footer {
	background:#fff;
	margin:0px;
	background-color: white;
	width: 837px;
}

#footer table {
/*	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray; */
	border-collapse: separate;
	background-color: white;
	vertical-align: top;
	font-size: .8em;
	width: 100%;
}

/* Tables */

#footer table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	white-space: nowrap;
	text-align: center;
}
#footer table td a {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 0;
}
#footer table td a:hover {
	background: #888;
	color: #fff;
}
#footer div.footnote {
	font-size: 9px;
	font-weight: normal;
	margin-top: 10px;
	border-top: 1px solid #999;
	display: block;
}
#col2 table {border-width: 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #999;
	background-color: rgb(216, 255, 206);
	padding: 2px;
	width: 100%;
	align: center;
}

table.additional_services {
        border-style: solid;
        border-color: black;
        border-width: thin;
}

td.additional_services {
	background: white;
        border-collapse: separate;
        border-style: double;
        border-color: black;
        border-width: thin;
}

/* Text */
	
p {
	margin:5px 10px 0px 10px;
	line-height: 1.5em;
}

#logo-bar p {
 	margin: 0px;
	padding: 5px;
}
	
#content {
	padding-top:10px;
	font-size: 1.0em;
	color: black;
}	
	
h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: white;
	font-family: Franklin, Verdana, sans-serif;
	font-weight: bold;
}

h2 {
	padding:3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #006600;
	color: white;
	text-align: center;
	border-color: black;
	border-style: solid;
	border-width: thin;
}

h2b {
	padding:3px;
	font-size: small;
	margin: 2px 2px 2px 2px;
	background-color: #006600;
	color: green;
	text-align: left;
}

h3 {
	padding: 3px;
	font-size: small;
	margin: 1px 1px 1px 1px;
	color: #006600;
	font-family: verdana;
	text-transform: uppercase;
	text-align: center;
}

h4 {
	padding-top:10px;
	font-size: x-small;
	margin: 2px 2px 2px 2px;
	font-style: italic;
	text-transform: uppercase;
}
		
h4b {
	padding-top:10px;
	font-size: small;
	margin: 2px 2px 2px 2px;
	font-family: arial;
	font-style: italic;
}

h5 {
	padding:3px;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2px 2px 2px 2px;
	background-color: gray;
	color: white;
	text-align: center;
}

.font-xsmall  {
	padding-top:10px;
	font-size: x-small;
	margin: 2px 2px 2px 2px;
	font-style: italic;
	color: white;
	text-transform: uppercase;
}
        	  
.font-medium {
	padding-top:10px;
	font-size: medium;
	margin: 2px 2px 2px 2px;
	font-style: italic;
	color: white;
	text-transform: uppercase;
}

.font-small {
	text-transform: uppercase;
	color: white;
	background-color: #212121;
	font-size: small;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
	border-color: black;
}

.agent_number {
	font-weight: bold;
	Font-size: 110%;
	display: block;
}

.user_instructions {
	font-size: xsmall;
	color: blue;
}

.emphasized_text {
	font-size: larger;
	font-weight: bold;
}

.notice_this {
	font-size: larger;
	font-weight: bold;
	color: red;
}

.subsection_heading {
	font-size: small;
	font-weight: bold;
}

.state_heading {
	font-size: small;
	font-weight: 600;
	color: black;
}

.service_heading {
	font-weight: bold;
	color: black;
        text-align: center;
}

.service_listing {
	font-size: xsmall;
	font-weight: normal;
	color: black;
}

.important_service_listing {
	font-size: xsmall;
	font-weight: bold;
	color: black;
}

td.office_information {
	background: #ffff66;
	font-weight: bold;
}

.important_listing_text {
	font-size: small;
	font-weight: normal;
	color: red;
}

table.plain {
	border-style: none;
	padding: 0px;
	margin: 0px;
}

/* Links and Images */

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
}

a:hover {
	color: gray;
	text-decoration: underline;
}

a:active {
	color: #006600;
}


a img {
	border: none;
}

img {
	border-style: none;
	display: block;  /* Avoid potential double-float bug in ID */
}

img.borderless {
	border-style: none;
	margin: 0px;
}

img.affiliate_image {
	border-style: none;
	margin: 5px;
}

a.affiliate_link {
	font-size: small;
	font-weight: bold;
}

a.state_link {
	font-size: small;
	font-weight: 600;
	color: black;
}

a.major_city_link {
	font-size: small;
	font-weight: 500;
	color: black;
}

a.city_link {
	font-size: small;
	font-weight: 500;
	color: red;
}

a.city_condo_link {
	font-size: small;
	font-weight: 500;
	color: black;
}

a.large_service_listing_link {
	font-size: medium;
	font-weight: 500;
	color: black;
}

a.medium_service_listing_link {
	font-size: small;
	font-weight: normal;
	color: red;
}


/* Box and HR */

hr {
	margin: 0px;
	padding: 0px
}

#box {
	margin: 5px;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}

hr.full_width {
	width: 100%;
}

/* Form styles */


.contact_form {
  	  font-family: Verdana, Arial, Helvetica, sans-serif;
   	 font-size: 11px;
   	 background-color: #ffffff;
    	color: #000000;
   	 width: 195px;
		}

.contact_form_title {
   	 background-color: #f0f0f0;
   	 margin: 1px 1px 1px 1px;
   	 padding: 4px 4px 4px 4px;
   	 border: thin solid #d0d0d0;
   	 font-weight: bold;
	}

.contact_form_body {
  	  background-color: #f0f0f0;
  	  margin: 1px 1px 1px 1px;
    	padding: 4px 4px 4px 4px;
   	 border: thin solid #d0d0d0;
	}

.cf_body_heading {
    font-weight: bold;
    text-decoration: underline;
}

.cf_input {
    font-weight: bold;
    margin-top: 4px;
}

.cf_input_req {
    font-size: smaller;
    color: #ff0000;
}

/* Bottom List for Footer */

	#table table
		{border-style: solid;
		border-width: 2px;
		text-align: left;
		padding: 0px;
		}

	#table thead
		{background-color: #262626;
		color: white;
		text-transform: uppercase;
		text-align: center;
		}

	#table td
		{border-width: thin;
		border-style: none solid none solid;
		border-color: gray;
		width: 200;
		}

	#table tbody
		{color: gray;
		padding: 10px;}

	#table tfoot
		{background-color: gray;
		color: white;
		text-transform: uppercase;
		text-align: center;
		}

	#table ul {
		  float: left;
		  width: 12em;
		  margin: 0;
		  padding: 0;
 		 list-style: none;
			}
 
	#table li {
		  float: left;
		  width: 5em;
  		margin: 0;
  		padding: 0;
} 

/* style for apartments generated by buildings_by_zip, buildings_by_city, etc. */

.building_list_item {
}
#weather-graphic {
	float:right;
}

/* Featured property callout boxes */
    .callout-feat {
    	background: #fff url(images/mid.gif) repeat-y scroll 0 0; position: absolute; top: 30px; height: 207px; width: 250px; left: 250px;
    	display: none;
    	z-index: 9999;
    }
    .callout-feat .gutter {
	    margin: 10px;
    }
    .callout-feat .top, .callout-feat .bot, .callout-feat .arrow {
    	position: absolute;
    	background-position: 0 0;
    	background-attachment: scroll;
    	background-repeat: no-repeat;
    	background-color: transparent;
    }
    .callout-feat .top, .callout-feat .bot {
    	height: 8px;
    	width: 250px;
    	left: 0px;
    }
    .callout-feat .top {
    	background-image: url(images/top.gif);  
    	top: -8px; 
    }
    .callout-feat .bot {
    	background-image: url(images/bot.gif); 
    	bottom: -8px;
    }
    .callout-feat .arrow {
		background-image: url(images/arrow2.gif); 
		height: 19px; 
		width: 18px; 
    }
    .callout-feat .arrow.left {
		top: 70px; 
		left: -17px;
    }
/* Col1 (left) aptsnear include file styling */
		#col1 .featured-property img {
			width: 220px;
			height: 130px;
			margin-top:10px;
			display:block;
		}
		#col1 .featured-property div.box  {
			background: #eed; 
			padding: 10px; 
			text-align:justify; 
			border:1px solid #999;
			margin:0 0 10px 0; 
			font-size: .8em;
			position: relative;
		}
		#col1 .featured-property div.box h5 {
			margin: 10px 0;
			background: #6E6C60;
			font-size: 10px;
			padding: 5px;
			color: #fff;
			text-align: center;
		}
		#col1 .featured-property div.box p {
			margin:0;
		}
