
body {
	margin: 0px;
	padding: 0px;
	background: #e6f0f6 url(/images/bg_horizontal.png) repeat-x;
	text-align: center;
}

#site_wrap_outer {
	background: url(/images/bg_vertical.png) repeat-y center top;
}

#site_wrap_inner {
	min-width: 960px;
	background: url(/images/site_header.jpg) no-repeat center top;
	border: 0px solid #f00;
}

#site_centered {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}


a, a:visited, a:focus, a:active {
	color: #00456f;
}

a:hover {
	color: #0065a3;
}

.clear {
	clear: both;
	height: 1px;
}

.center {
	text-align: center;
}


#header {
	position: relative;
	width: 960px;
	height: 350px;
	z-index:500;
}




#header-title {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 950px;
	height: 20px;
	text-align: right;
	vertical-align: bottom;
	font-size: 14px;
	color: #FFF;
}

#header-title a,
#header-title a:visited,
#header-title a:active,
#header-title a:hover {
	color: #FFF;
}




#header_agent {
	position: absolute;
	top: 60px;
	left: 265px;
}
	#header_agent img {
		float: left;
		border: 2px solid #FFF;
	}
	
	#header_agent h2 {
		width: 400px;
		position: absolute;
		left: 250px;
		top: 20px;
		color: #FFF;
	}

	#header_agent h2 a {
		font-size: 40px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}
		
	#header_agent h3 {
		width: 400px;
		position: absolute;
		left: 250px;
		top: 10px;
		font-size: 24px;
		font-weight: bold;
		color: #FFF;
	}

#navigation {
	position: absolute;
	z-index: 9999;
	top:306px;
	margin: 0px 5px;
	height: 25px;
	font:bold 14px Arial, Helvetica, sans-serif;
}

#content {
	height: 1%; /* IE6 hack so background shows up */
	width: 960px;
}

#content_main {
	float: left;
	margin-bottom: 20px; 
	padding: 0px 9px 20px 10px;
	width: 700px; /* = 720px - right and left padding */
	overflow: hidden;
	border-right: 1px solid #b6ae92;
	font-size: 14px;
}

	#content_main h1 {
		font-size: 24px;
		font-weight: normal;
		border-bottom: 1px solid #333;
	}

	#content_main h2 {
		font-size: 20px;
		font-weight: normal;
		padding-left: 20px;
	}




#index_properties .section h2 {
	background: none;
}

.highlighted_properties li {
	background: none;
}



#content_sidebar {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 220px; /* = 240px - right and left padding */
}

	#content_sidebar h3 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 5px;
		color: #FFF;
	}



#footer-wrap {
	position: relative;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding: 0px;
	background: #00456f url(/images/footer_bg_horizontal.png) repeat-x;
	height: 250px;
}

#footer {
	position: relative;
	margin: 10px auto;
	width: 900px;
	padding: 10px 0px;
	text-align: left;
	overflow: hidden;
	color: #fff
}

	#footer a, #footer a:hover, #footer a:visited, #footer a:active {
		color: #FFF;
	}

	#footer_logo {
		float: left;
		margin-right: 10px;
		background: #fff;
		padding: 10px;
		border: 1px solid #000;
	}

	#footer ul {
		overflow: hidden;
	}
	
	#footer ul li {
		float: left;
		margin-right: 10px;
		list-style:none;
	}


	#footer_company {
		font-weight: bold;
	}
	
	
	#footer_contact {
		float: left;
		margin-right: 50px;
	}
	
	#footer_contact .footer_office {
		float: left;
		margin-right: 20px;
	}

	#footer_agent_image {
		float: left;
		margin-right: 10px;
		border: 1px solid #000;
	}
	
	#footer_agent_name {
		font-weight: bold;
	}

	#footer_onjax {
		float: right;
		text-align:right;
	}
	
		#footer_onjax a {
			text-decoration: none;
			font-weight: bold;
		}

		#footer_onjax #pureagent_login {
			text-align: right;
		}
		
		#footer_onjax #pureagent_login a {
			text-decoration: underline;
		}
		
		#footer_onjax #webmail_login {
			text-align: right;
			margin-bottom: 10px;
		}
		
		#footer_onjax #webmail_login a {
			text-decoration: underline;
		}
		
		#footer_onjax a.onjax_logo {
			text-align:left;
			display: block;
			text-indent: -9999px;
			width: 150px;
			height: 60px;
			background: url(/images/onjax_logo.gif) no-repeat;
		}



#module-quick-search {
	padding: 0px; 
	margin: 5px 5px 20px 5px;
	font-size: 11px; 
	text-align: center;
	color: #000;
	border: 7px solid #fff;
}

#quick-search-wrap {
	text-align: center;
	border: 2px solid #0065a3;
	background: #fff url(/images/menu_bg.png) repeat-y;
}

#quick-search-wrap h3 {
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#quick-search-form {
	text-align: center;
}

#quick-search-form select {
	width: 80px;
	margin-right: 5px;
	border: 1px solid #333;
	font-size: 11px;
}

#quick-search-form select.towns_select, #quick-search-form select.category_select {
	width: 165px;
}






#module-featured-property {
	padding: 0px; 
	margin: 5px 5px 20px 5px;
	font-size: 11px; 
	text-align: center;
	background: #fff url(/images/menu_bg.png) repeat-y;
	color: #000;
	border: 7px solid #fff;
}

#featured-property-wrap {
	text-align: center;
	border: 2px solid #0065a3;
}

#featured-property-wrap h3 {
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#featured-property-images {
	visibility: hidden;
	position: relative;
	height: 125px;
	text-align: center;
}

#featured-property-images img {
	border: 1px solid #000;
}

#featured-property-images div {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

#featured-property-price {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#featured-property-address {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 12px;
	padding-bottom: 10px;
}



#module-tag-cloud {
	padding: 0px; 
	margin: 5px 5px 20px 5px;
	font-size: 11px; 
	text-align: center;
	background: #fff url(/images/menu_bg.png) repeat-y;
	color: #000;
	border: 7px solid #fff;	
}

#module-tag-cloud-wrap {
	border: 2px solid #0065a3;
}

#module-tag-cloud h3 {
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #666;
}


.tag-cloud {
	font:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	line-height: 3em;
	text-align: center;
}

.tag-cloud a {
	padding: 0px;
	text-decoration: none;
}

.tag-cloud a:hover {
	text-decoration: underline;
}

.tag-cloud li {
	display: inline;
	margin: 1px;
}

.tag-cloud span.text {
	position: absolute;
	left: -9999px;
	width: 9990px;
}

.tag-cloud span.count {
	font-size: 9px;
}

.tag-cloud li.tag0 a { font-size: 1em; font-weight: 100; }
.tag-cloud li.tag1 a { font-size: 1.1em; font-weight: 100; }
.tag-cloud li.tag2 a { font-size: 1.2em; font-weight: 200; }
.tag-cloud li.tag3 a { font-size: 1.3em; font-weight: 300; }
.tag-cloud li.tag4 a { font-size: 1.4em; font-weight: 400; }
.tag-cloud li.tag5 a { font-size: 1.5em; font-weight: 500; }
.tag-cloud li.tag6 a { font-size: 1.6em; font-weight: 600; }
.tag-cloud li.tag7 a { font-size: 1.7em; font-weight: 700; }
.tag-cloud li.tag8 a { font-size: 1.8em; font-weight: 800; }
.tag-cloud li.tag9 a { font-size: 1.9em; font-weight: 900; }
.tag-cloud li.tag10 a { font-size: 2em; font-weight: 900; }


#content_sidebar .tag-cloud { line-height: 1.35em; border: 1px solid #FFF; background: none; }
#content_sidebar .tag-cloud a { color: #333; }
#content_sidebar .tag-cloud a:hover { text-decoration: underline }


#content_sidebar .tag-cloud #module-tag-cloud h3 a:hover {
	text-decoration: none;
}

.module-footer {
	text-align: center;
	color: #000;
	font-size: 14px;
	border-top: 1px solid #666;
	margin: 5px;
	padding-top: 5px;
}

img.map {
	border: 1px solid #000;
}

















#index_h1 {
	margin-bottom: 0px;
}

#index_property_search {
	padding-left: 350px;
	padding-top: 50px;
	width: 350px;
	height: 200px;
	background: url(/images/quick_search.jpg) no-repeat top center;
	margin: 0px 0px 20px 0px;
}

#index_property_search_form {
	margin-left: 20px;
	width: 350px;
}

#index_property_search_form input {
	margin-right: 20px;
}

#index_property_search_form select {
	width: 145px;
	margin-right: 5px;
	border: 1px solid #333;
	height: 25px;
	font-size: 1.25em;
}

#index_property_search_form select.towns_select {
	width: 295px;
}

#index_property_search_form a {
	color: #FFF;
}









#agent_details {
	padding-top: 20px;
}

#agent_details td {
	vertical-align: top;
}

#agent_details_subpage_links, #agent_details_subpage_links * {
	margin:0;
	padding:0;
	list-style:none;
}

#agent_details_subpage_links li {
	float:left;
	position:relative;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 3px 10px;
	margin-right: 10px;
	height: 15px;
	margin-top: 3px;
}

#agent_details_subpage_links li.current {
	background: #666;
	margin-top: 0px;
	padding: 5px 13px
}

#agent_details_subpage_links li a,
#agent_details_subpage_links li a:hover, 
#agent_details_subpage_links li a:visited {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}

#agent_details_subpage_links li.current a,
#agent_details_subpage_links li.current a:hover, 
#agent_details_subpage_links li.current a:visited {
	color: #FFF;
}

#contact_agent_form_div textarea {
	width: 350px;
}

.real_estate_simulator_link {
	text-align:center;
	margin: 20px 0;
}


.copy {
	margin: 10px 10px;
	font-size: 14px;
	overflow: auto;
}




#learn ul {
	list-style: disc;
	font-size: 16px;
	font-weight: bold;
}

#buying_copy ul, #selling_copy ul {
	font-size: 16px
}

#real_estate_tags h2 {
	margin: 0px;
	padding: 0px 3px;
	font-weight:normal;
}

#real_estate_tags h2 a {
	text-decoration: none;
	font-size: 18px;
	color: #000;
}




#featured-properties-map-wrap {
	text-align: center;
	padding: 10px;
	width: 640px;
	margin: 20px
}

#featured-properties-map {
	border: 1px solid #000;
	width: 100%;
	height: 400px;
}

#featured_properties_copy h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
}

#featured_properties_copy .featured_property {
	margin: 0px 0px 30px 0px;
	padding: 10px;
	border-bottom: 2px solid #666;
}

#featured_properties_copy .featured_property img {
	float: right;
	margin-left: 20px;
	border: 1px solid #000;
	padding: 0px;
}

#featured_properties_copy .featured_property .listing_details {

}

#featured_properties_copy .featured_property .address {
	font-weight: bold;
	font-size: 16px;
}

#featured_properties_copy .featured_property .price {
	font-weight: bold;
	font-size: 16px;
}

#featured_properties_copy .featured_property .mls_number {
	font-size: 10px;
	margin-bottom: 10px;
}

#featured_properties_copy .featured_property .description {
	font-size: 14px;
}

.featured_property_agent {
	margin-top: 20px;
	clear: both;
	overflow: auto;
}


#contact_map {
	float: left;
	margin-right: 20px;
}

#contact_information {
	font-size: 16px;
}

#contact_company {
	font-weight: bold;
}











#contact_form {
	margin-top: 30px;
	border-top: 1px solid #000;
	padding-top: 20px;
}

#contact_form fieldset{
	background: #F3F3F3;
}

#contact_form ol {
	list-style:none;
}

#contact_form li {
	margin-bottom: 10px;
}

#contact_form form label {
	text-align: right;
	margin-right: 15px;
	width: 100px;
}

#contact_form textarea {
	width: 600px;
	height: 150px;
	font-size: 14px;
}













#contact_directions_form input[type="text"] {
	width: 250px;
}

#driving_directions {
	position: relative;
	display: none;	
}

#driving_directions_table {
	border: 2px solid #98002e;
	padding: 3px;
}

#driving_directions th {
	margin-top: 30px;
	background-color: #98002e;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

#driving_directions td {
	vertical-align: top;
	padding: 10px;
}

#directions_map {
	width: 300px;
	height: 400px;
}

#driving_directions_close {
	text-align: right;
	border: 0px;
	padding:0px;
	margin: 0px;
}

#driving_directions_close a, #driving_directions_close a:hover, #driving_directions_close a:visited, #driving_directions_close a:active {
	background: #98002e;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	text-decoration:none
}












#index-boxes {
	background: url(/images/index_boxes_bg.png) no-repeat;
	overflow: auto;
	padding: 30px 15px 0px 15px;
}


#index-agents, #index-open-houses {
	float: left;
	width: 310px;
	padding: 0px;
	margin: 0px 10px 0px 13px;
	font-size: 12px;
	border: 0px solid #000;
}


#index-agents h3, #index-open-houses h3, #index-featured-lender h3 {
	font-size: 18px;
	text-indent: -9999px;
	color: #000;
	margin-bottom: 10px;
}

#index-agents .agent {
	overflow: auto;
}

#index-agents img {
	float: left;
	margin: 5px;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #007480;
	background: #fff;
}

#index-agents .agent-name {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

#index-agents .agent-phone {
	font-weight: bold;
	font-size: 14px;
}

#index-agents .agent-profile-link {
	font-weight: bold;
}

#index-agents #meet-our-agents-rotation {
	height: 150px;
}

#index-agents .agent-list-link {
	clear: both;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}


.open-house-date {
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 14px;
}

.open-house-listing {
	font-size: 12px;
	border-bottom: 1px solid #999;
	padding: 10px;
}

.open-house-time {
	font-weight: bold;
}

.open-house-address {
	display: inline;
}

.open-house-price {
	display: inline;
	margin-right: 5px;
}

.open-house-host {

}

#open-houses-list-link {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}


#index-featured-lender {
	text-align: center;
}

#lender-name {
	font-weight: bold;
	margin-top: 10px;
}


.area_schools {
	border-bottom: 1px solid #666;
	margin: 10px;
	padding: 10px;
	font-size: 14px;
}

#content_main .area_schools h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}


#index-cycle-wrap {
	text-align: center;
}

#index-cycle {
	visibility: hidden;
	width: 702px;
	height: 207px;
	padding: 0;
	margin: 5px 0;
}

#index-cycle img {
	margin: 0px;
    padding: 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #eee;
    background-color: #fff;
    width:  680px;
    height: 185px;
    top:  0;
    left: 0;
}


.giving_back .copy div {
	margin-bottom: 20px;
	overflow: auto;
}

.giving_back .copy div div {
	margin-bottom: 10px;
	font-size: 16px;
}

#index-cycle {
	z-index: 1;
}