@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> GLOBAL BODY <<<-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	background: #080808 url(../images/body_background.jpg) repeat-y center;
}
/* TABLE */
table td {
	vertical-align: top;
}
/* INPUT */
input, select, textarea {
	font-size: 8pt;
}
/* GENERAL LINKS */
a, a:link, a:visited, a:active {
	text-decoration:none;
	border:none;
	color:#4A5D6B;
}
a:hover {
	color: #7692A8;
}

/* BORDER */
img, table, div {
	border: none;
}
/* add photograph border with shadow */
img.img_system
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-system.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_s
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_m
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-m.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_l
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-l.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

img.img_xl
{
	padding: 5px 6px 15px 10px;
	background-image: url(../images/graphics/image_bg-xl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_custom {
	background: url(../images/graphics/image_bg-xl.png) left bottom no-repeat;
	padding: 5px 6px 15px 10px;
	border-right: 1px solid #EEEEEE;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> NAVIGATION <<<------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* SIDE BAR LINKS */
#side_bar {
	width: 190px;
}
/* MAIN LEVEL 1 LINKS */
.links_toggle_1 {
	width: 190px;
	height: 25px;
	font-size: 11px;
	font-weight: regular;
	text-transform: uppercase;
	background-color: #263037;
	padding: 0px;
	margin: 0px;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	height: 100%;
	display: block;
	color: #CCCCCC;
	padding: 8px 0px 0px 35px;
	background: url('../images/sidelinks_bgcell_links.jpg') no-repeat;
}
.links_toggle_1 a:hover {
	height: 100%;
	color: #FFFFFF;
	background: url('../images/sidelinks_bgcell_active.jpg') no-repeat;
}
.links_toggle_home {
	width: 190px;
	height: 25px;
	font-size: 11px;
	font-weight: regular;
	text-transform: uppercase;
	background-color: #263037;
}
.links_toggle_home a:link, .links_toggle_home a:visited, .links_toggle_home a:active {
	height: 100%;
	display: block;
	color: #CCCCCC;
	padding: 8px 0px 0px 35px;
	background: url('../images/sidelinks_bgcell_home.jpg') no-repeat;
}
.links_toggle_home a:hover {
	height: 100%;
	color: #FFFFFF;
	background: url('../images/sidelinks_bgcell_active_home.jpg') no-repeat;
}
/* MENU EXPAND AREA */
.links_expand_1 {
	padding: 0px;
	margin: 0px;
}
.links_under_1 {
	padding: 0px;
	margin: 0px;
	height: 0px;
}
/* MAIN LEVEL 1 (ACTIVE) */
.links_active_1 {
	display:block;
	width: 190px;
	height: 25px;
	font-size: 11px;
	font-weight: regular;
	z-index: 10;
	background: url('../images/sidelinks_bgcell_links.jpg') no-repeat;
}

.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:active { 
	color: #3399FF;
}

.links_active_1 a:hover {
	color: #79BCFF;
}

/* LEVEL 2 LINKS */
.links_toggle_2 {
	width: 190px;
	height: 21px;
	font-size: 10px;
	font-weight: regular;
	background-color: #263037;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	height: 100%;
	display: block;
	color: #999999;
	padding: 3px 0px 1px 40px;
	background: url('../images/sidelinks_sub_off.jpg') no-repeat;
}
.links_toggle_2 a:hover {
	height: 100%;
	color: #CCCCCC;
	background: url('../images/sidelinks_sub_on.jpg') no-repeat;
}

/* LEVEL 3 LINKS */
.links_toggle_3 {
	width: 190px;
	height: 21px;
	font-size: 10px;
	font-weight: regular;
	background-color: #263037;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	height: 100%;
	display: block;
	color: #888888;
	padding: 3px 0px 1px 50px;
	background: url('../images/sidelinks_sub2_off.jpg') no-repeat;
}
.links_toggle_3 a:hover {
	height: 100%;
	color: #999999;
	background: url('../images/sidelinks_sub2_on.jpg') no-repeat;
}
/* LEVEL 4 LINKS */
.links_toggle_4 {
	padding-left: 25px;
	font-size: 8pt;
	color: #999999;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.links_toggle_4 a:hover {
	color: #457FD2;
}
/* PROPERTY INFO BUTTONS */
.info_button {
	font-size: 10pt;
	margin: 15px 10px 15px 0px;
}
.info_button a:link, .info_button a:visited, .info_button a:active {
	text-decoration: none;
	padding: 3px 20px 3px 10px;
	color: #FFFFFF;
	background-color: #7692A8;
	border-left: #666666;
	border-width: 0 0 0 5px;
	border-style: none none none solid;
}
.info_button a:hover {
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	background-color: #7692A8;
	border-left: #666666;
	border-width: 0 0 0 15px;
	border-style: none none none solid;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> FOOTER <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 900px;
	margin: 10px auto 10px auto;
	font-size: 8pt;
	color: #5F604B;
	text-align: right;
}
#footer a {
	text-decoration:none;
	color:#666666;
}
#footer a:hover {
	color:#999999;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> HOME LAYOUT <<<-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#home_top {
}
#home_flash {
	width: 900px;
	height: 407px;
}
#home_middle {
	width: 100%;
	background: url(../images/home/home_module.jpg);
}
#home_bottom {
	clear: left;
	width: 100%;
	height: 32px;
	background: url(../images/home/home_bottom_bg.gif);
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> HOME MODULES <<<----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#module_wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	background: url(../images/home/home_mod_lines.gif) repeat-y;
}
#module_wrapper:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
/* MODULE CONTAINER */
.module_container {
	float: left;
	width: 360px;
}
.module_header {
	color: #718FBC;
	font-weight: bold;
	font-size: 14px;
}
.module_title {
	color: #718FBC;
	font-weight: bold;
	font-size: 14px;
}

.module_title a:link, .module_title a:visited, .module_button a:active {
	color: #718FBC;
}

.module_title a:hover {
	color: #94ABCD;
}

.module_date {
	margin: 0 20px;
	color: #D3D6C0;
	font-weight: bold;
}

.module_emphasis {
}

.module_image {
	float: right;
}

.module_details_container {
	padding-top: 12px;
	width: 300px;
}
.module_emphasis {
	color: #CCCCCC;
}
.module_body {
	color: #999999;
	font-size: 11px;
}
.module_button {
	margin: 10px 0;
	font-size: 9px;
	text-align: right;
	text-transform: UPPERCASE;
}
.module_button a:link, .module_button a:visited, .module_button a:active{
	color: #20160B
}
.module_button a:hover {
	color: #FFFFFF;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> SHELL LAYOUT <<<----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* SHELL PAGE */
.header {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

/* ROW TITLE */
.title {
	color: #4A5D6B;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

#page_wrapper {
	width: 640px;
	padding: 10px 37px 30px 40px;
}
/* PAGE HEADER */
#page_header {
	margin: 10px 0px 30px 0px;
}
/* PAGE SECTION */
.page_section {
	display: inline;
	font-size: 12pt;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #333333;
}
/* PAGE TITLE */
.page_title {
	display: inline;
	font-size: 12pt;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #7692A8;
}
/* PAGE DESCRIPTION */
.page_description {
	font-size: 10pt;
	text-transform: UPPERCASE;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 5px 0 15px 0;
}

.page_description a:link, .page_description a:visited, .page_description a:active {
	color: #d0a00e;
}

.page_description a:hover {
	color: #fec200;
}


/* ROW TITLE */
.row_title {
	color: #4A5D6B;
	font-size: 13px;
	font-weight: bold;
}
.row_title_light {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
}
/* QUOTE */
.quote {
	font-size: 11px;
	color: #333333
}
/* LISTS */
.list_header {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	background: #4A5D6B;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:hover {
	color: #999999;
	font-weight: bold;
}
.list_header_dark {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:hover {
	color: #666666;
	font-weight: bold;
}
.list_details {
	font-size: 9pt;
	color: #333333;
}

.list_details_light {
	font-size: 8pt;
	color: #FFFFFF;
}
.list_details_light a:link, .list_details_light a:visited, .list_details_light a:hover, .list_details_light a:active {
	color: #FFFFFF;
}
/* SMALL */
.small {
	color: #333333;
	font-size: 10px;
}
.small a:link, .small a:visited, .small a:hover, .small a:active {
	color: #382A1B;
}
.small a:hover {
	color: #FFFFFF;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> SHELL COLORS <<<----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* THEME COLORS */
.theme_color {
	background-color: #FFFFFF;
}
.theme_color_compliment {
	background-color: #457FD2;
}
.theme_color_title_row {
	background-color: #457FD2;
}
/* LIST ROW COLORS */
.color1 {
	background-color: #E7E8DF;
}
.color2 {
	background-color: #FFFFFF;
}
/* MLS COLORS */
.featured_listings {
	background-color: #FFCC00;
}
.personal_listings {
	background-color: #FFDC42;
}
.new_listings {
	background-color: #90B2CA;
}
.updated_listings {
	background-color: #B7AA87;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> CMS <<<-------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* PREV-NEXT DISPALY ON LONG DATABASE LISTS */
.pager {
	padding: 10px;
	text-align: right;
}
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
	text-decoration: none;
	color: #333333;
}
.pages {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.prev_next {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.pager form text {
	font-size: 7pt;
	color: #333333;
	background-color: #CCCCCC;
}
#action_results {
	width: auto;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 20px;
}
/* IDENTIFYING USERNAME AND SIGN OUT INFORMATION */
.user_info {
	text-align: right;
	font-size: 8pt;
	color: #666666;
	padding-bottom: 20px;
}
/* AUTO FORM */
.form_prompt {
	width: 100px;
	font-size: 8pt;
	font-weight: bold;
	color: #474747;
	text-transform: none;
}
.form_prompt .error {
	font-weight: bold;
	color: #CC3300;
}
.form_input {
	font-size: 8pt;
	color: #474747;
	background-color: #EEEEEE;
	text-transform: none;
	padding: 1px;
}
.form_input .error {
	color: #FFFFFF;
	background-color: #CC3300;
}
.form_comment {
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}
.form_comment a:link, .form_comment a:visited, .form_comment a:hover, .form_comment a:active {
	color: #000000;
	font-weight: bold;
}
.form_note {
	display: block;
	padding: 3px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
/* ERROR REPORTING */
.alert {
	color: #333366;
	font-weight: bold;
}
.alert a:link, .alert a:visited, .alert a:hover, .alert a:active {
	color: #333366;
}
.error {
	color: #CC3300;
	font-weight: bold;
}
.error a:link, .error a:visited, .error a:hover, .error a:active {
	color: #CC3300;
}
/* DISCLAIMER */
.disclaimer {
	font-size: 7pt;
	color: #4C030E;
}
/* COMMENT */
.comment {
	color: #4C030E;
	text-transform: none;
	font-weight: normal;
	font-size: 8pt;
}
.comment a:link, .comment a:visited, .comment a:hover, .comment a:active {
	color: #4C030E;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> CUSTOM <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#news_button {
	text-align: right;
	margin: 0 auto;
	width: 900px;
}
#news_button a:link, #news_button a:visited, #news_button a:active {
	font-weight: bold;
	background: #2B2013;
	padding: 3px 25px;
	color: #94A768;
	font-size: 12px;
}
#news_button a:hover {
	background: #513D24;
	color: #FFFFFF;
}
.contact_us a:link, .contact_us a:visited, .contact_us a:active {
	float: left;
	padding: 32px 0 0 67px;
	color: #769253;
}
.contact_us a:hover {
	float: left;
	padding: 32px 0 0 67px;
	color: #333333;
}
.phone {
	float: right;
	font-weight: bold;
	text-align: right;
	padding: 13px 35px 0 0;
	color: #CCCCCC;
}
/* BOTTOM LINKS */
#bottom_links {
	clear: both;
	width: 900px;
	text-align: right;
	padding-top: 14px;
	margin: 0 auto;
}
#home_bottom a:link, #home_bottom a:visited, #home_bottom a:active {
	font-size: 11px;
	font-weight: bold;
	color: #CBC8A9;
}
#home_bottom a:hover {
	color: #333333;
}
#home_bottom ul {
	padding: 0;
	margin: 0;
}
#home_bottom li {
	margin: 0 5px;
	display: inline;
	padding: 0 0 0 20px;
	background: url(../images/tick.gif) no-repeat;
	background-position: left;
}

/* BLOG */
.blog_archives_title
{
	font-size: 14px;
	margin: 4px auto;
}

.archives_title
{
	font-size: 12px;
	margin: 2px auto;
}

/*
.communities_links_container
{
	border: 1px solid #999999;
	background-color: #FFCC00;
}

.communities_links_title
{
	margin: 0px;
	font-size: 15px;
	font-color: #000000;
}

.communities_links
{
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}
*/

/* IMAGE ROLLOVERS */
.rollover {
	display: block;
}

.rollover img {
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover {
	visibility: visible;
}

.rollover:hover img {
	visibility: hidden;
}


/* RESOURCES ROLLOVERS */
.resources_rollover_1 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_property_checklist.jpg') 0 0 no-repeat;
}

.resources_rollover_1 a:hover {
	background-position: 0 -135px;
}

.resources_rollover_2 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_local_schools.jpg') 0 0 no-repeat;
}

.resources_rollover_2 a:hover {
	background-position: 0 -133px;
}

.resources_rollover_3 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_mortgage_info.jpg') 0 0 no-repeat;
}

.resources_rollover_3 a:hover {
	background-position: 0 -133px;
}

.resources_rollover_4 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_home_evaluation.jpg') 0 0 no-repeat;
}

.resources_rollover_4 a:hover {
	background-position: 0 -135px;
}

.resources_rollover_5 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_free_reports.jpg') 0 0 no-repeat;
}

.resources_rollover_5 a:hover {
	background-position: 0 -135px;
}

.resources_rollover_6 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_downloadable_files.jpg') 0 0 no-repeat;
}

.resources_rollover_6 a:hover {
	background-position: 0 -135px;
}

.resources_rollover_7 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_open_homes.jpg') 0 0 no-repeat;
}

.resources_rollover_7 a:hover {
	background-position: 0 -133px;
}

.resources_rollover_8 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_home_improvements.jpg') 0 0 no-repeat;
}

.resources_rollover_8 a:hover {
	background-position: 0 -133px;
}

.resources_rollover_9 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_current_news.jpg') 0 0 no-repeat;
}

.resources_rollover_9 a:hover {
	background-position: 0 -135px;
}

.resources_rollover_10 a {
	display: block;
	width: 137px;
	height: 125px;
	background: url('../images/icon_sellers_advice.jpg') 0 0 no-repeat;
}

.resources_rollover_10 a:hover {
	background-position: 0 -133px;
}





/*****************/
/* MLS OVERRIDES */
/*****************/
#property_search_sidebar, .rp_container, .mc_container {
	width: 150px;
	margin-left: 20px !important;
}

.search_header, .sidebar_search_prompt, .search_tb_label,
#sidebar_search_startover a:hover, .sidebar_search_title a:hover,
.route_header, .route_sub_header, .rp_container .address, 
.rp_container .city, .mc_title, .mc_title a, .mc_prompt, 
.mc_disclaimer a {
	color: #CCCCCC !important;
}
#sidebar_search_startover, #sidebar_search_startover a,
.search_tb_input, .sidebar_search_title, .sidebar_search_title a,
.start_address, .rp_container .open_house, .rp_container #instructions,
.mc_title a:hover, .sidebar_mc_table, .mc_disclaimer, 
.mc_disclaimer a:hover, .mc_value {
	color: #79BCFF !important;
}

#backToSearch_button, #community_button {
	margin-left: 20px !important;
}