@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> GLOBAL BODY <<<-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	background: #333333 url(../images/shell/shell_bg.jpg) repeat-x;
}
/* 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;
	color: #5A6A38;
	font-weight: bold;
}
a:hover {
	color: #718A39;
}

/* BORDER */
img, table, div {
	border: none;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> NAVIGATION <<<------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* SIDE BAR LINKS */
#side_bar {
	width: 200px;
	padding-top: 10px;
}
/* MAIN LEVEL 1 LINKS */
.links_toggle_1
{
	display: block;
	width: 195px;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 0;
	z-index: 10;
	border-bottom: 1px dotted #687649;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #DEDAB9;
	padding-left: 20px;
	font-weight: normal;
}
.links_toggle_1 a:hover {
	color: #333333;
	font-weight: normal;
}
/* MENU EXPAND AREA */
.links_expand_1 {}
/* MAIN LEVEL 1 (ACTIVE) */
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
	color: #FFFFFF;
	font-weight: normal;
}

/* LEVEL 2 LINKS */
.links_toggle_2 {
	color: #DCDCDC;
	font-size: 12px;
	font-weight: normal;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	display:block;
	color: #DCDCDC;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/shell/shell_sidebar_off.jpg) no-repeat;
	padding: 4px 0 5px 32px;
}
.links_toggle_2 a:hover {
	display:block;
	color: #DCDCDC;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/shell/shell_sidebar_on.jpg) no-repeat;
	padding: 4px 0 5px 32px;
}
/* LEVEL 3 LINKS */
.links_toggle_3 {
	padding-left: 35px;
	font-size: 11px;
	color: #DCDCDC;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #DEDAB9;
	text-decoration: none;
	font-weight: normal;
}
.links_toggle_3 a:hover {
	color: #DCDCDC;
	font-weight: normal;
}
/* 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;
	font-weight: normal;
}
/* 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: #769253;
	border-left: #FFFFFF;
	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: #769253;
	border-left: #FFFFFF;
	border-width: 0 0 0 15px;
	border-style: none none none solid;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> FOOTER <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 900px;
	margin: 10px auto 0 auto;
	padding-top: 12px;
	font-size: 8pt;
	color: #5F604B;
	text-align: center;
	line-height: 1.4;
}
#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: 300px;
}
.module_header {
	/*border-top: 1px dotted #BAB690;*/
	margin: 15px 20px 5px 20px;
	color: #D3D6C0;
	text-transform: uppercase;
	font-weight: bold;
}
.module_title {
	border-bottom: 1px dotted #BAB690;
	margin: 15px 20px 5px 20px;
	padding-bottom: 5px;
	color: #D3D6C0;
	text-transform: uppercase;
	font-weight: bold;
}
.module_title a:link, .module_title a:visited, .module_title a:active {
	color: #D3D6C0;
	text-transform: uppercase;
	font-weight: bold;
}
.module_title a:hover
{
	color: #EBEFD8;
	text-transform: uppercase;
	font-weight: bold;
}

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

.module_emphasis {
	padding-top: 10px;
}
.module_image {
	margin: 15px 0px 15px 15px;
	float: left;
	padding: 10px;
	width: 105px;
	height: 70px;
	background: #AEAE82;
	border: 1px solid #71654E;
}
.module_image img { 
	width: 105px;
	height: 70px;
}
.module_details_container {
	margin-left: 25px;
	width: 115px;
}
.module_emphasis {
	color: #CCCCCC;
}
.module_body {
	margin: 0 20px;
	/*padding-top: 5px;*/
	color: #CCCCCC;
}
.module_body a:link, .module_body a:visited, .module_body a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.module_body a:hover
{
	color: #EBEFD8;
}
.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 */
#page_wrapper {
	width: 640px;
	padding: 10px 30px 30px 30px;
}
/* PAGE HEADER */
#page_header {
	margin-bottom: 30px;
}
/* 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: #6C874B;
}
/* PAGE DESCRIPTION */
.page_description {
	font-size: 10pt;
	text-transform: lowercase;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 5px 0 15px 0;
}


.header {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}
.title {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}


/* ROW TITLE */
.row_title {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	border-bottom: 1px dotted #333333;
}
.row_title a:link, .row_title a:visited, .row_title a:active {
	color: #B35A1A;
	font-size: 13px;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}
.row_title a:hover {
	color: #993300;
	letter-spacing: .5px;
	text-decoration: none;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}
.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: #6C874B;
}
.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: #E6E5E2; }
.color2 { background-color: #DCDED0; }
/* MLS COLORS */
.personal_listings { background-color: #CBDB95; }
.new_listings { background-color: #F2F9C9; }
.updated_listings { background-color: #B7AA87; }

.mls_details_thumb {}

.mls_details { font-size: 12px; }






/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: #666666;
	font-size: 7pt;
	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-size: 12pt;
	font-weight: bold;
	text-align: right;
	padding: 0px 15px 0px 32px;
	margin: 8px 15px 0px 0px;
	color: #CCCCCC;
	background: url(../images/phone_icon.png) no-repeat;
	border-right: 1px solid #596332;
}
.social_media {
	padding: 5px 0px 8px 0px;
	margin-top: 6px;
	color: #9C9C85;
	font-size: 10px;
}
.social_media a:link, .social_media a:visited, .social_media a:active {
	color: #9C9C85;
	font-size: 10px;
	padding-top: 5px;
}
.social_media a:hover {
	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;
}







/* MLS */

.mls_list_col1_container {
	margin: 20px;
}
.mls_list_col2_container {
	margin: 20px 20px 20px 0px;
}


/* COMMUNITIES */
.communities_header_container {
	margin: 0px;
	padding: 0px;
}
.communities_name
{
	font-size: 12pt;
	color: #6C874B;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	border-bottom: #ABC58D;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}