﻿* {
	/* global resets - eliminates cross 
	browser inconsistancies */
	margin: 0;
	padding: 0;
}

html {
	/* this is a hack to force scrollbars on at 
		all times so that the page does not jump
		when going from short to long pages 
	*/
	height: 100%;
	margin-bottom: 1px;
	background: #19130f url(../images/bg.jpg) 0 0 no-repeat;
	color: #fff;
	/*background-attachment: fixed;*/  
}

* html a:hover {
	visibility:visible
}

body {
	margin-top: 43px;
	margin-left: 121px;
	padding: 0;
	font: 62.5%/1.5em Verdana, Arial, sans-serif; /* Base Font Size of 10px */
	color: #fff;
	background: #19130f;
}

/* ====== Common Elements ====== */

p {
	font-size: 1.2em;
	line-height: 1.4em;
}

a {
	font-size: 1.1em;
}

a:link {
	text-decoration: none;
	}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.text {
	white-space:normal;
	color:white;
}

.text2 {
	white-space:normal;
	color:#cdcdcd;
	font-size:12px;
}

td {
	text-align:left;
}

input {
	/*font-family: Verdana, sans-serif;*/
	width: 155px;
	border: 1px solid #777576;  
	font-size: 0.9em; 
	color: #422100;
	padding: 1px; 	
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 1.1em;
	font-weight: bold;
}

.titleSuper{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#d29b49;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.titleMinor{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#83694e;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.titleWhite{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
 

.link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#d29b49;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.link:hover{
	color:#ddc49e;
	text-decoration:none;
}

.link2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#19130f;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

.link2:hover{
	color:#ddc49e;
}

.imgFloatR {
	float: right;
	margin: 5px 0 15px 15px;
	border-color:white;
}

.imgFloatL {
	float: left;
	margin: 5px 15px 5px 0;
	border-color:white;
}

.imgFramed {
	background-image:url(../images/teamFrame.gif)
	float: left;
	margin: 5px 15px 5px 0;
	border-color:white;
}


textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border: 1px solid #777576; 
	color: #422100; 
	background-color: #fff;
	font-weight: bold;  
	padding: 1px; 
	margin-top: 4px;
	margin-bottom: 8px;
}

select {
	/*font-family: Georgia, Verdana, sans-serif; */
	width: 155px; 
	font-size: 1.1em; 
	padding: 1px; 
	line-height: 1.3em; 
	border: 1px solid #777576; 
	color: #422100; 
	text-transform: none; 
	font-weight: bold; 
	margin-top: 4px;
	margin-bottom: 8px;
}

input.button {
	background-color: #ccc;
	border: 1px solid #000;
	color: #000;
	font-size: 1.2em; 
	font-weight: bold;
	width: 4em;
	height: 1.5em;
	cursor: pointer;
}

input.checkbox {
	color: #000;
	font-size: 1.0em; 
	font-weight: bold;
	width: 1.5em;
	height: 1.5em;
}

div label {
	 font-size: 1.2em;
}

.popup {
}

/* ====== Clearing Floats without structural markup ======
  Add a class of .clearfix to any element containing a float needing to be cleared.
  This is the most comprehenisve method to fix the many IE6 windows and mac 
  bugs for clearing Floats.  See "http://www.positioniseverything.net/easyclearing.html" 
  for a complete explanation.
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */	

/* ====== End Clearing Floats without structural markup ======*/

#wrapper {
	min-height: 883px; /*100%;*/
	height: 100%;
	margin: 0;
	padding: 0;
	width: 869px;
	background: #19130f;
}

* html #wrapper {
	height: 883px; 
}

#header {
	background: url(../images/header.jpg) 0 3px no-repeat;
	height: 92px;
	width: 815px;
	/*border: blue 1px solid;*/
}

.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:14px;
	font-weight:bold;
}

#header h1 a {
	display: block;
	text-indent: -5000em;
	text-decoration: none;
	float: right;
	/* Logo position width and height */
	margin: 2px 0px 0px 0px;
	width: 126px;
	height: 92px;	
}

#navbar {
	float: left;
	background: url(../images/navbar.jpg) 0 0 no-repeat;
	margin-top: 13px;
	padding: 0;
	width: 862px;
	height: 30px;
}

#topnav {
	text-align: center;
	margin-top: 7px;
	font-size: .9em;
	font-weight: bold;
}

#nav {
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	/*height: 48px;*/
	overflow: hidden;
	margin-left: 155px;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	padding: 0;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: #fff;		
}

ul#nav {
	Verdana, Arial, sans-serif;
}

#nav li ul.subsearch {
	width: 285px;
	display: none;
	padding: 0;
	position: absolute;
	height: 24px;
	top: 180px;
	left: 354px;
	overflow: hidden;
	background: url(../images/subnav_search.gif) 0 0 no-repeat;
}

#nav li ul.subabout {
	width: 182px;
	display: none;
	padding: 0;
	position: absolute;
	height: 24px;
	top: 180px;
	left: 600px;
	overflow: hidden;
	background: url(../images/subnav_about.gif) 0 0 no-repeat;
}

#nav li:hover {
	color: #ffcc33;
}

#nav li.over {
	color: #ffcc33;
}

#nav li.over a {
	color: #ffcc33;
}

#nav li:hover a {
	color: #ffcc33;
}

#nav li:hover ul {
	display: block;
	/*z-index: 5000;*/
}

#nav li.over ul {
	display: block;
	/*z-index: 6000;*/
}

#nav li a {
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	height: 23px;
	line-height: 16px;
}

/* sub level links */

#nav ul li {
	padding: 0;
	background: none;
	margin-left: 2px;
	margin-top: 6px;
}

#nav li ul a {
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	background: none;
	height: 23px;
	line-height: 16px;
	color: #fff;
}

#nav li ul a:hover {
	color: #fff;
}

#phone_top{
	margin-top: -23px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	margin-left: 680px;
	letter-spacing: .2em;	
	color: #ffcc33;
}

#content {
	float: left;
	width: 862px;
	margin: 29px auto;
}

#slideshow {
	float: left;
	margin: 0;
	width: 494px;
	height: 372px;
}

#list_info {
	float: right;
	background: url(../images/flisting_bg_top.jpg) 0 0 no-repeat;
	width: 351px;
	height: 372px;
}

.list_info {
	float: left; 
	margin: 52px 0 0 28px; 
	font-size: 1.0em;
	line-height: 1.6em;
	width: 322px; 
}

.contact_btn {
	float: left;
	margin-left: 25px;
	margin-top: 6px;
}

.list_info2 {
	float: left; 
	margin: 12px 0 0 28px; 
	font-size: 1.0em;
	line-height: 1.6em;
	width: 322px;
}

.goback_btn {
	float: left;
	margin-left: 25px;
	margin-top: 6px;
}		

#prop_details {
	float: left;
	margin-top: 10px;
	width: 862px;
	font-size: 1.0em;
	line-height: 2.6em;
}

#search_panel {
	float: left;
	background: url(../images/search_panel.gif) 0 0 no-repeat;
	width: 196px;
	height: 374px;
	margin-left: 30px;
}

.searchList {
	margin-top: 94px;
	margin-left: 39px;
}

#searchLinks {
	float: left;
	width: 150px;
	text-align: right;
	margin-top: 10px;
}

.search_links {
	font: 0.9em Times New Roman;
	color: #fff;
	font-weight: bold;
	line-height: 2.5em;
}

.search_links:link {
	text-decoration: none;
	}

.search_links:hover {
	color: #d69946;
	text-decoration: none;
}

.controls {
	text-align: right;
	padding: 5px 5px 0px 0px;
}

.controls {
	color: #ffcc66;
	font-weight: bold;
}

.controls:link {
	text-decoration: none;
	}

.controls:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	float: left;
	width: 862px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#bottom_bar {
	background: url(../images/footer_line.gif) 0 0 repeat-x;
	width: 862px;
	height: 1px;
}

#address {
	margin-top: 8px;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: .3em;
	text-align: center;
	color: #cecfca;
}

#footer_nav {
	float: left;
	background: url(../images/footer.gif) 0 0 no-repeat;
	padding: 0;
	width: 862px;
	height: 59px;
	margin-top: 20px;
}

#bottomnav {
	text-align: center;
	margin-top: 6px;
	font-size: .9em;
	font-weight: bold;
}


ul.bottom_nav li {
	display: inline; 
	padding: 0px 2px 0px 0px;
}

ul.bottom_nav li a {
	text-decoration: none;
	color: #4c4f44;
}

ul.bottom_nav li a:link {
	text-decoration: none;
}

ul.bottom_nav li a:active {
	text-decoration: none;
}

ul.bottom_nav li a:visited {
	text-decoration: none;
}

ul.bottom_nav li a:hover {
	color: #cecfca; 
	text-decoration: none;
}

#copyright {
	font-size: 0.7em;
	color: #7d634c;
	text-align: center;
	margin-top: 8px;
}

/* ====== Home page ======*/

#intro {
	float: left;
	margin: 0;
	padding: 14px 0 14px 0;
	width: 602px;
	height: 346px;
}

#headlines {
	float: left;
	width: 422px;
	line-height: 2.6em;
}

.title {
	color: #79634c; 
	font-size: 1.5em
}	

#list_info1 {
	float: right;
	margin-top: 8px;
	width: 394px;
	background: url(../images/flisting_home_bg_top.jpg) top left no-repeat;
}

#home_desc {
	float: left; 
	margin: 6px; 
	font-size: 0.9em; 
	width: 380px;
}

#mission {
	float: right;
	background: url(../images/mission_bg_top.jpg) 0 0 no-repeat;
	width: 397px;
	/*height: 230px;*/
	margin-top: 28px;	
}

.mission {
	float: left; 
	font-size: 1.2em; 
	width: 350px;
	line-height: 1.8em;
	margin-top: 56px;
	margin-left: 24px;
}

/* ====== Featured Listings page ======*/

#adv_search_panel {
	float: left;
	width: 862px;
} 

.adv_searchList {
	float: left;
	margin: 0px 0px 20px 20px;
}	

.advSearch td {
	padding-right: 15px;
}

.advSearch select	 {
	width: 110px;
}

.advSearch input	 {
	width: 107px;
}

.listing1 {
	float: left;
	margin-top: 10px;
	width: 863px;
}

.standard1 {
	float: left;
	margin-top: 10px;
	width: 636px;
}

.listing2 {
	float: left;
	margin-top: 10px;
	width: 863px;
}

.listing1_data {
	float: left;
	background: url(../images/listing1_main.gif) 0 0 repeat-y;
	width: 863px;
}

.standardBG {
	float: left;
	background: url(../images/listing1_sub.gif) 0 0 repeat-y;
	width: 636px;
	margin-top:-4px;
}

.standardBG2 {
	float: left;
	background: url(../images/listing2_sub.gif) 0 0 repeat-y;
	width: 636px;
	margin-top:-4px;
}

.listing2_data {
	float: left;
	background: url(../images/listing2_main.gif) 0 0 repeat-y;
	width: 863px;
}

.listing_text {
	float: left;
	width: 545px;
	margin-left: 20px;
	padding-bottom: 4px;
}

.listing_text2 {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 4px;
}


.details_btn {
	float: right;
	margin-right: 12px;
}		

/* ====== MLS Pages ======*/

#mls_header {
	float: left;
	margin-top: 29px;
}

.mls_desc {
	float: left;
	width: 530px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.paging{
	color:#ffcc66;
	padding:5px;
}	
.community
{
	border: solid 1px #d29b49;
	background-color: #8B7863;
}