/* ----------------------
HTML DEFAULTS
---------------------- */ 

body {
	margin:0;
	padding:0;
	
	/* text-align:center; */

}

/* headings */

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* paragraph */

p {}
p.dots {
	margin:0;
	padding:0;
	height:1px;
	font-size:0;
	line-height:0;
	border-bottom:1px dotted #777;
}


/* links */

a:focus { outline:none; }
a { }
a:hover { }
a img { border:none; }
a.pdf { 
	background:#fff url(images/pdf.gif) left no-repeat;
	padding-left:25px;
	float:left;
}

/* lists */

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* forms */

form { margin:0; padding:0; }

/* ----------------------
BASE STRUCTURAL ELEMENTS 
---------------------- */

/* main website sections */

div#wrapper {
	margin:20px auto;
	width:780px;
}
div#container {
	float:left;
	text-align:left;
	width:100%;	
	background:#fff url(build/container_top.gif) top no-repeat;
	margin-bottom:20px;
}
div#header {
	position:relative;
}
div#navigation {
	float:left;
}
div#secondary-navigation {
	background:#858600;
	height:25px;
	width:100%;
	margin-top:65px;
	float:left;
}
div#content {
	width:100%;
	float:left;
	
}
/*Added to enable backend CMS to see same content */
div#content2 {
	width:520px;
	BACKGROUND-COLOR: #ffffff; 
	TEXT-ALIGN: left
}

div.left_col {
	width:259px;
	text-align:left;
	float:left;
}

div.right_col {
	width:521px;
	float:left;
}
div#footer {
	width:100%;
	float:left;
	background:url(build/footer-tilerX.gif) repeat-x;
	height:60px;
	border-bottom:1px solid #fff;
}

/* columns */

.half { 
	width:49.9%;
}
html>body .half {
	width:50%;
}
.third {
	width:33.333%;
}	
.quarter {
	width:24.99%;
}
html>body .quarter {
	width:25%;
}
.three-quarters {
	width:74.99%;
}
html>body .three-quarters {
	width:75%;
}

/* alignment */

.left { float:left; }
.right { float:right; }
.clear {
	width:100%;
	font-size:0;
	line-height:0;
	float:left;
	clear:left;
}

/* forms */

div.row {
	width:100%;
	float:left;
}
label {
	float:left;
	color:#666666;
	font-weight:bold;
}

/* ----------------------
STYLED STRUCTURAL ELEMENTS
---------------------- */ 

/* header */
div#header h1#logo {
	width:140px;
	height:108px;
	background:url(build/logo.gif);
	margin:20px 0 0 55px;
	display:inline;
	float:left;
}
div#header h1#logo a {
	width:140px;
	height:108px;
	display:block;
	float:left;
	text-indent:-5000px;
}
div#header h2#tagline {
	position:absolute;
	top:20px;
	right:30px;
	margin:0;
	padding:0 0 10px 30px;
	width:521px;
	font-weight:normal;
	font-size:21px;
	font-style:italic;
	color:#666;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:491px;
}

/* navigation */

div#navigation ul {
	float:left;
	width:100%;
	background:#5261ac;
}
div#navigation ul li {
	float:left;
}
div#navigation ul li a {
	display:block;
	height:53px;
	text-indent:-5000px;
	float:left;
}

/* button original states */
div#navigation ul li a#btn1 { width:79px; background:url(build/btn/btn-buying1.gif) no-repeat; }
div#navigation ul li a#btn2 { width:84px; background:url(build/btn/btn-selling1.gif) no-repeat; }
div#navigation ul li a#btn3 { width:88px; background:url(build/btn/btn-listings1.gif) no-repeat; }
div#navigation ul li a#btn4 { width:82px; background:url(build/btn/btn-agents1.gif) no-repeat; }
div#navigation ul li a#btn5 { width:99px; background:url(build/btn/btn-financing1.gif) no-repeat; }
div#navigation ul li a#btn6 { width:89px; background:url(build/btn/btn-renting1.gif) no-repeat; }

/* button hover states */
div#navigation ul li a#btn1:hover { width:79px; background:url(build/btn-roll/btn-buying1.gif) no-repeat; }
div#navigation ul li a#btn2:hover { width:84px; background:url(build/btn-roll/btn-selling1.gif) no-repeat; }
div#navigation ul li a#btn3:hover { width:88px; background:url(build/btn-roll/btn-listings1.gif) no-repeat; }
div#navigation ul li a#btn4:hover { width:82px; background:url(build/btn-roll/btn-agents1.gif) no-repeat; }
div#navigation ul li a#btn5:hover { width:99px; background:url(build/btn-roll/btn-financing1.gif) no-repeat; }
div#navigation ul li a#btn6:hover { width:89px; background:url(build/btn-roll/btn-renting1.gif) no-repeat; }

/* button active states */
div#navigation ul li a#btn1.active { width:79px; background:url(build/btn-roll/btn-buying1.gif) no-repeat; }
div#navigation ul li a#btn2.active { width:84px; background:url(build/btn-roll/btn-selling1.gif) no-repeat; }
div#navigation ul li a#btn3.active { width:88px; background:url(build/btn-roll/btn-listings1.gif) no-repeat; }
div#navigation ul li a#btn4.active { width:82px; background:url(build/btn-roll/btn-agents1.gif) no-repeat; }
div#navigation ul li a#btn5.active { width:99px; background:url(build/btn-roll/btn-financing1.gif) no-repeat; }
div#navigation ul li a#btn6.active { width:89px; background:url(build/btn-roll/btn-renting1.gif) no-repeat; }

/* secondary-navigation */

div#secondary-navigation ul {
	width:100%;
	color:#5261ac;
	float:left;
}
div#secondary-navigation ul li {
	float:right;
	text-transform:uppercase;
	height:25px;
	padding:7px 8px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:11px;
}
div#secondary-navigation ul li a {
	color:#ffffff;
	font:bold 10px arial, helvetica, sans-serif;
	display:block;
	text-decoration:none;
}
div#secondary-navigation ul li a:hover {
	color:#6a2430;
}

/* flash */

div#flash
{
	width:100%;
	border-bottom:3px solid #666;
}

div#inside-page-header {
	width:100%;
	float:left;
	border-bottom:3px solid #666;
	border-top:3px solid #666;
}
div#inside-page-header img {
	margin:2px;
}

/* homepage intended actions */

div.left_col div.action {
	
	width:100%;
	font-size:13px;
	float:left;
}
div.left_col div.action a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	float:left;
	width:259px;
}

div.left_col div.action a#looking-to-buy, 
div.left_col div.action a#find-your-agent,
div.left_col div.action a#stay-in-touch,
div.left_col div.action a#careers {
	padding:15px 0 0 65px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:194px;
	height:58px;
}

div.left_col div.action a#looking-to-buy {background:url(build/icon-buy.gif) top left no-repeat;}
div.left_col div.action a#find-your-agent {background:url(build/icon-find.gif) top left no-repeat;}
div.left_col div.action a#stay-in-touch {background:url(build/icon-news.gif) top left no-repeat;}
div.left_col div.action a#careers {background:url(build/icon-jobs.gif) top left no-repeat;}

div.left_col div.action a strong, 
div.left_col div.action strong {
	color:#ffffff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
div.left_col div.action span.title {
	color:#ffffff;
	float:left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 5px;
}
div.left_col div#sign-up {
	margin:10px 20px;
	display:inline;
	float:left;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:219px;
}

div#sign-up label {
	margin-right:10px;
}
div#sign-up input#submit {
	margin:10px 0 0 40px;
	float:left;
}

/* homepage news */

div#news-section {
	width:100%;
	float:left;
	color:#666;
	font-size:12px;
	line-height:1.4em;
	background:#fff;
}
div.news-item {
	border-top:1px dotted #666;
	width:100%;
	padding:5%;
	float:left;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:90%;
}
div#news-section h3 {
	color:#6a2430;
	text-transform:uppercase;
	margin:12px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
div#news-section a {
	color:#6a2430;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* homepage content */

div#content div.right_col h2, div#content2 div.right_col h2 {
	color:#333333;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 20px;
}
div#content div.right_col p,div#content2 div.right_col p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
div#content div.right_col div.right_panel, div#content2 div.right_col div.right_panel {
	float:right;
	width:129px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
div#content div.right_col div.right_panel h4,div#content2 div.right_col div.right_panel h4 {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
div#content div.right_col div.right_panel p,div#content2 div.right_col div.right_panel p {
	margin:5px 0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	float:left;
		line-height:1.4em;
}
div#content div.right_col div.right_panel a {
	color:#fff;
}

/*  footer */

div#footer {
	position:relative;
}
div#footer a {
	display:block;
	float:left;
	color:#fff;
	font:normal 11px Arial, Helvetica, sans-serif;
	border-right:1px solid #fff;
	padding:0 10px;
	margin:10px 0 5px 0;
}
div#footer a.last {
	border:none;
}
div#footer span.copyright {
	color:#fff;
	float:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	right:20px;
	bottom:10px;
	position:absolute;
}
div#footer span.footer-row { 
	float:left;
	width:100%;
}

/* ----------------------
LISTINGS PAGE STYLES
---------------------- */ 
div#listings {
	min-height:650px;
	height:auto !important;
}
div#content div.right_col#listings {
	background:#fff;
	width:520px;
	overflow:hidden;
	float:left;
}
div#content div.right_col#listings h4 {
	text-transform:uppercase;
	color:#333333;
	margin:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
div#content div.right_col a {
	color:#6a2430;
}
div#content div.right_col#listings p {
	color:#666666;
	font-size:13px;
	padding-right:15px;
}
div#content div.right_col#listings td {
	color:#666;
	font-size:13px;
}
div#content div.right_col#listings div.pagination {
	float:left;
	margin:0 15px;
	color:#666666;
}
div.pagination a {
	color:#666;
	font:bold 12px Helvetica, Arial, sans-serif;
}
div.pagination input {
	padding:0;
	margin:0;
}


/* MENU SYSTEM */

ul#subNav {
	padding:15px;
	margin:0;
	width:259px;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:229px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
ul#subNav li {
	color:#6a2430;
	padding:0;
	width:100%;
	float:left;
}
ul#subNav li a {
	text-decoration:none;
	color:#333333;
	padding:5px 0 5px 15px;
	float:left;
}
ul#subNav li a:hover {
	color:#6a2430;
}
ul#subNav li ul li {
	border-top:1px dotted #666;
}
ul#subNav li ul li a {
	font-size:13px;
	float:left;
}
ul#subNav li a.active {
	color:#6a2430;
	cursor:default;
}
ul#subNav li ul li a.active {
	font-weight:bold;}

.googleMap {
 font-size: 10px;
 font-style: italic;
}


ul#subNav li ul li ul li {
	background-color: #FFFFFF;
	
}
/*ul#subNav li ul li ul li a {padding-left:30px;}*/
ul#subNav li ul li ul li a {
	padding-left:30px;
}

ul#subNav li ul li ul li ul li a {
	padding-left:45px;
}

.form_table {
	font-family:arial, helvetica, sans-serif;
	margin:0 15px;
	width:90%;
}
.VendorContent {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
}
.VendorContentSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: bold;
}
.VendorContentLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: bold;
}
.VendorContentSlogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}
.VendorCategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: bold;
}




/* ----------------------
LISTINGS PAGE
---------------------- */ 
div.divider {
	font:normal 18px Arial, Helvetica, sans-serif;
	margin:20px 0px 0px 10px;
	color:#6a2430;
	clear:both;
}
div.listing {
	width:505px;
	float:left;
	margin:10px 0 0 10px;
	display:inline;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
}

div.listing_popup{width:545px}

div.listing-top {
	width:100%;
	float:left;
	height:15px;
	background:url(build/listing-tilerX.gif) repeat-x;
	border-bottom:2px solid #fff;
}
div.listing-top span.left {
	width:10px;
	height:15px;
	float:left;
	background:url(build/listing-left.gif) no-repeat left;
}
div.listing-top span.right {
	width:14px;
	height:15px;
	float:right;
	background:url(build/listing-right.gif) no-repeat left;
}
div.listing div.image {
	float:left;
}
div.listing div.image img {
	border:1px solid #ccccff;
	width:256px;
}
div.listing div.info {
	float:right;
	width:48%;
}

div.listing_popup div.info {
	float:right;
	width:52%;
}

div.listing table {
	border-collapse:collapse;
	border-spacing:0;
}

div.listing table tr td+td {width:55%}

div.listing table tr+tr td {/*top border on all but first row */
	border-top:1px solid #cee0e7;
}

div.listing table tr td {
	height:20px;
}
div.listing h5 {
	color:#6a2430;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
div.listing .blue {
	background:#e4f6fd;
}
div.listing div.realtor {
	border-top:3px solid #c1d0d6;
	padding:10px;
	border-bottom:3px solid #c1d0d6;
	float:left;
	width:500px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:480px;
}
div.listing div.realtor div.left {
	margin:0 0 0 10px;
	display:inline;
	width:240px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:230px;
}
div.listing-buttons {
	float:left;
	padding-top:3px;
	padding-bottom:0;
}
div.listing-buttons #listing-btn1,
div.listing-buttons #listing-btn2,
div.listing-buttons #listing-btn3 {
	height:65px;
	width:166px;
	float:left;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	padding:0;
	margin:0;
}

div.listing-buttons #listing-btn1 {
	background:url(build/btn-find-your-agent.gif) no-repeat;
}
div.listing-buttons #listing-btn2 {
	background:url(build/btn-looking-to-buy.gif) no-repeat;
}
div.listing-buttons #listing-btn3 {
	background:url(build/btn-stay-in-touch.gif) no-repeat;
}


div.listing fieldset {margin:4px 0 5px 0px}
fieldset table tr td p {margin:0}/*Not sure why we have to be so specific */
html > body #wrapper #content div.listing fieldset table tr td p {margin:0}/*Not sure why we have to be so specific */
div.listing fieldset table {width:100%}

