@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> GLOBAL BODY <<<-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #080808 url(../images/body_background.jpg);
}
/* 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_square_sample-s
{
	padding: 4px 5px 8px 7px;
	background-image: url(/content/site/images/graphics/image_bg-square-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_square_sample
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-square.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_square-s
{
	padding: 4px 5px 8px 7px;
	background-image: url(/content/site/images/graphics/image_bg-square-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_square
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-square.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
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;
}

.separator_row {
	font-size: 12px;
	font-weight: bold;
	color: #4A5D6B;
	padding: 2px 4px;
}

/* MAIN LEVEL 1 LINKS */
.links_toggle_1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0px;
	margin: 0px;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #4D4F46;
	padding: 0px 30px 0px 15px;
}

.links_toggle_1 a:hover {
	color: #333333;
	padding: 0px 30px 0px 4px;
}

/* 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 {
	font-size: 12px;
	font-weight: bold;
	z-index: 10;
}

/* LEVEL 2 LINKS */
.links_toggle_2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #333333;
	padding: 3px 0px 1px 25px;
}
.links_toggle_2 a:hover {
	color: #666666;
}

/* LEVEL 3 LINKS */
.links_toggle_3 {
	font-size: 11px;
	font-weight: bold;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #666666;
	padding: 3px 0px 1px 40px;
}
.links_toggle_3 a:hover {
	color: #333333;
}

/* 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: #999999;
	text-align: center;
}
#footer a {
	text-decoration:none;
	color:#8AB5BC;
}
#footer a:hover {
	color:#A9D3DA;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
	padding: 10px 16px 10px 28px;
}
.module_header {
	color: #60672A;
	text-transform: uppercase;
	font-size: 11px;
}
.module_title {
	color: #60672A;
	text-transform: uppercase;
	font-size: 11px;
}

.module_title a:link, .module_title a:visited, .module_button a:active {
	color: #60672A;
}

.module_title a:hover {
	color: #8E9A3F;
}

.module_date {
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	padding: 5px 0px;
}

.module_emphasis {
}

.module_image {
	float: right;
}

.module_details_container {
	padding-top: 12px;
	width: 300px;
}
.module_emphasis {
	color: #CCCCCC;
}
.module_body {
	color: #666666;
	font-size: 11px;
}
.module_content_body {
	color: #999999;
	font-size: 12px;
}
.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: 10pt;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.sub_title {
	color: #999999;
	font-size: 9pt;
	font-weight: bold;
	margin: 50px 0px;
}



#page_wrapper {
	padding: 10px 40px 10px 10px;
}
/* PAGE HEADER */
#page_header {
	margin: 10px 0px 30px 0px;
}
/* PAGE SECTION */
.page_section
{
	display: inline;
	font-size: 13pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #677E82;
}
/* PAGE TITLE */
.page_title {
	padding-top: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #4D4F46;
}
/* PAGE DESCRIPTION */
.page_description {
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 5px 0 15px 0;
}
/* 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;
}

.calendar_wrapper {
	width: 600px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
}




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

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

.rollover:hover {
	visibility: visible;
}

.rollover:hover img {
	visibility: hidden;
}





.profiles_name {
	margin: 10px 0px 5px 0px;
}
.profiles_position {
	margin: 0px 0px 5px 0px;
	font-style: italic;
}








/* TIP & HELP BUBBLES */
.help_note-tip {
	width: 250px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	z-index: 13000;
	padding: 0px;
} 
.help_note-title
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	background-color: #929999;
	margin: 0;
}
.help_note-text {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px 10px 10px;
	margin: 0;
}
.help_note-text a:link, .help_note-text a:visited, .help_note-text a:hover, .help_note-text a:active {
	color: #000000;
	font-weight: bold;
}
.tip_note-tip {
	width: 250px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	z-index: 13000;
	padding: 0px;
} 
.tip_note-title
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	background-color: #995B2B;
	margin: 0;
}
.tip_note-text {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px 10px 10px;
	margin: 0;
}
.tip_note-text a:link, .tip_note-text a:visited, .tip_note-text a:hover, .tip_note-text a:active {
	color: #000000;
	font-weight: bold;
}
