/* Start: Possible Include styles */
.fh_search_label{font-weight: bold;}
.fh_paging_link{}
.fh_title_link{font-weight: bold;}
.fh_remarks_link{text-decoration: none;}

.disclaimer{
	font-size: 8pt;
	font-weight: normal;
}

.agent_picture{
	border: 1px solid #ffffff;
}
.agent_picture_with_cursor{
	border: 1px solid #ffffff;
	cursor: pointer;
}
.property_picture{
	border: 2px solid #ffffff;
	cursor: pointer;
}

.calc_table {border:1px solid #000000;}
.calc_table_dark {color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; text-transform: uppercase; font-weight:bold; background-color: #666666}
.calc_table_light {color: #000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color: #FFFFFF}
.calc_table_link{font-weight:bold;text-decoration:underline; font-size:14px;}
A.calc_table_link:link {color:#000000; text-decoration:underline}
A.calc_table_link:visited {color:#000000; text-decoration:underline}
A.calc_table_link:hover {color:#666666; text-decoration:underline}
A.calc_table_link:active {color:#000000; text-decoration:underline}

a.office_link {text-decoration:underline; font-weight:bold}

.front_page_prop_pic {
	margin-top:7px;
	margin-left:7px;
}

/* 
=====================================
TAG STYLES 
=====================================
*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 5px 0px 0px 0px;
	background: url(/images/bg_body.jpg) repeat-x #000;
}

h1 {
	font-size:16px;
	margin-top:3px;
	margin-bottom:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#65614B;
}

h2 {
	font-size:14px;
	margin-top:3px;
	margin-bottom:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:12px;
	margin-top:3px;
	margin-bottom:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	font-size:12px;
}

a {
	color:#000;
}

a:hover {
	color:#65614B;
}

img {
}

table td {
	font-size:12px;
}

/* 
=====================================
COMMON STYLES 
=====================================
*/

.main_container {
	margin-left:auto;
	margin-right:auto;
	/* DEFINE THE SITE WIDTH */
	width:979px; /* ! REQUIRED PROPERTY */
	clear:both;
}


.top {
	width:900px;
	height:118px;	
	padding-left:15px;
	padding-right:15px;
}

.top a {

}

.top a:hover {
	
}


.main_content {
	padding:12px 25px 25px 25px;
	background: #CEC8A8;
	
	/* Min height hack for ie */
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

.content_container {
	clear:both;
	width:917px;
	margin:auto;
}

.content_bottom {
	background: url(/images/content_bottom.jpg) no-repeat;
	width:917px;
	height:17px;
	clear:both;
	margin:0px;
}

.bottom {
	text-align:center;
	font-size:12px;
}

.bottom p {
	
}

.bottom a {
	
}

.bottom a:hover {
	
}

.clear_float {
	clear:both;
}

.logo {
	width: 210px;
	float:left;
}

.contact_info {
	width:600px;
	float:right;
	text-align:right;
	padding-top: 60px;
}

.slogan {
	color:#d6c669;
	font-size:16px;
	letter-spacing:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
}

.phone_numbers {
	color:#cec9aa;
	margin-top:10px;
	margin-bottom:0px;
	font-size:16px;
}

/* 
================================= 
Navigation
================================= 
*/

.nav_container {
	background: url(/images/bg_nav.jpg) repeat-x;
	margin:0px;
	padding:0px;
	height:43px;
}

.nav_decoration_left {
	background: url(/images/nav_decoration_left.jpg) no-repeat;
	width: 41px;
	height: 66px;
	float:left;
	clear:left;
}

.nav_decoration_right {
	background: url(/images/nav_decoration_right.jpg) no-repeat;
	width: 41px;
	height: 66px;
	float:left;
}

.nav_top {
	height:8px;
	width:100%
}

.nav_bottom {
	height:15px;
	width:100%;
	background: url(/images/nav_bottom.jpg) repeat-x;
}


.nav_center {
	width:897px;
	height:66px;
	float:left;
}
/*	
	-------------------
	FIRST LEVEL NAV
	-------------------
*/ 

/* MAIN NAVIGATION */
.nav_container ul {
	margin:0px;
	padding-left:0px;
	text-align:left;
	/*width:100%;   ! REQUIRED PROPERTY */
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

/* MAIN NAVIGATION LIST */
.nav_container ul li { 
	/* DEFINES VERTICAL OR HORIZONTAL NAVIGAITON */
	float:left; /* ! REQUIRED PROPERTY */
	position:relative; /*! REQUIRED PROPERTY */
	color: #1f341c;
	text-align:center;
	list-style: none;
	padding-left:7px;
	padding-right:7px;
	cursor:pointer;
	border-right:solid 1px #000000;
	line-height:43px;
}

/* NAV LIST ELEMENT WITH ANCHOR TAG */
.nav_container ul li a {
	color: #1f341c;
	text-decoration: none;
}

/* NAV LIST ELEMENT WITH ANCHOR TAG HOVER */
.nav_container ul li a:hover {
	color: #000;
}

/* NAV LIST HOVER THAT DISPLAYS THE NESTED SUBNAV */
.nav_container ul li:hover  ul {
	/* THIS SHOWS THE 2ND LEVEL NAV */ 
	display: block;
}

/* 
	---------------------------------
	SECOND LEVEL NAV (SUB NAV) 
	---------------------------------
*/

/* SUB NAV LIST */
.nav_container ul ul {
	position: absolute;
	z-index: 1000000;
	display:none;
	text-align:left;
	width:150px; /* ! IMPORTANT - THE SUB NAV SHOULD ALWAYS BE SMALLER THAN THE WIDTH OF THE PARENT LI */ 
	color:Black;
	background-color: White;
	border: solid black 1px;
	left:0px;
	top:43px;
	font-size:12px;	
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
}

/* SUB NAV LIST ITEM */
.nav_container ul ul li {
	/* OVERRIDE THE FLOAT FROM THE MAIN MENU */
	float:none;
	width:99%;
	text-align:left;
	line-height:normal;
	border-right:none;
	border-bottom: solid 1px #CCCCCC;
}

/* SUB NAV LIST HOVER */
.nav_container ul ul li:hover {
	color:Green;
}

/* 
	-----------------------------
	THIRD LEVEL NAV 
	-----------------------------
*/

/* */
.nav_container ul ul ul {
	position: absolute;
	margin-left:0px;
	z-index: 501;
	display:none;
	text-align:left;
	width:150px;
	color:Black;
	background-color:White;
	border: solid black 1px;
}

/* */
.nav_container ul ul ul li {
	width:100%;
	text-align:left;
}

/* 
================================= 
Tabs
================================= 
*/

.tabs_content {
	background:url(/images/bg_tabs.jpg) no-repeat 2px 0px;
	width: 377px;
	height: 197px;
}

#tabs ul li a {
	font-size:10px;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content a { color: #222222; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { height:26px; border: 1px solid #d3d3d3; background: #d5d3bd; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }

/* selected state */
.ui-state-active, .ui-widget-content .ui-state-active { height:26px; border: 1px solid #E2E0D1; background: url(/images/tab_selected.jpg) 50% 50% repeat-x; font-weight: bold; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 100; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}


/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* 
================================= 
Page Styles
================================= 
*/

/* Home Page */
.showcase_home {
	background:url(/images/bg_showcase.jpg) no-repeat;
	width: 373px;
	height: 213px;
	position:relative;
	left:4px;
}

.showcase_home h2 {
	font-size:14px;
	margin: 10px;
	padding-top:10px;
	font-weight:500;
}

.showcase_home h3 {
	font-size:13px;
	margin: 10px;
	padding-top:10px;
	
}


.bg_showcase_img {
	background:url(/images/bg_showcase_img.jpg) no-repeat;
	width: 202px;
	height: 144px;
	float:left;
	margin-left:15px;
}

.showcase_desc {
	position:relative;
	left: 10px;
}

/*.showcase_desc h3 {
	padding-left:10px;
}
*/
.showcase_desc p {
	margin-left:10px;
	margin-bottom:10px;
}

.bg_openhouse_img {
	background:url(/images/bg_openhouse_img.jpg) no-repeat;
	width: 205px;
	height: 145px;
	float:left;
	margin-left:5px;
	padding-left:8px;
	padding-top:8px;
}

.copyright {
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
}

.footer_links {
	padding-top:10px;
}

.footer_links a {
	color:#D6C65D;
	font-size:12px;
}

.footer_links span {
	color:#979700;
	padding-left:10px;
	padding-right:10px;
}


.quick_search {
	/*border-bottom: solid 1px #999;*/
	padding:0px;
	margin:0px;
	font-size:12px;
	width:340px;
}

/*.quick_search input {
	
	height:14px;
}*/

.quick_search td {
	font-size:12px;
}

.mls_search {
	width:200px;
	float:left;
}

.mls_search input {
	font-size:12px;
	height:20px;
}

.mls_search td {
	font-size:12px;
}

.search_agents {
	border:dotted 1px #CCCCCC; 
}

.search_agents td {
	font-size:12px;
}

.agentlink {
	width:25px;
	text-align:center;
	float:left;
	font-size:12px;
	line-height:25px;
}
	
.agent_search {
	border:solid 1px #C6C09C; 
	width:335px;
}

.agent_search h2 {
	text-align:center;
	background-color: #EAE8DC;
	margin:0px; 
	padding-top:5px; 
	padding-bottom:5px
}

.agent_letter_container {
	height:60px;
	padding-top:5px;
	position:relative;
	left:5px;
}

.agent_search_container {
	float:left; 
	width:180px; 
	padding-top:10px; 
	margin-left:10px; 
	margin-right:10px;
}