/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/


/* BODY */
body { 
	background: url('../images/background_repeat.jpg') repeat-x #BDC3C1;
}

body, p, div, span, ul, ol, blockquote, td {
	font-family: Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #666666;
}


/* IMAGE */
img {
	border: 0px;
}

input, select, textarea {
	font-size: 8pt;
	background-color: #EEEEEE;
}

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}

/* GENERAL LINKS */
a:link, a:visited, a:active{
	color: #1F1F1F;
	text-decoration: none;
}
a:hover { 
	color: #5685B0;
	text-decoration: none;
}






/*--------------------*/
/*--------------------*/
/*--------------------*/
/* TEMPLATE SPECIFIC  */
/*--------------------*/
/*--------------------*/
/*--------------------*/


.header {
	font-size: 17px;
	font-weight: bold;
}

.header_light {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

.title {
	font-weight: bold;
	color: #333333;
}

.title_green {
	font-weight: bold;
	color: #5D782B;
}

.title_light {
	font-weight: bold;
	color: #FFFFFF;
}


.row_title {
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}

.row_title_light {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}


.sub_title {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}

.quote {
	font-size: 9px;
	color: #333333
}

.page_description {
	padding-bottom: 30px;
}



#side_bar {
	padding: 0px;
}


/* COLORS */
.theme_color {
	background-color: #999999;
}
.theme_color_compliment {
	background-color: #546A81;
}
.theme_color_title_row {
	background-color: #546A81;
}


/* LIST ROW COLORS */
.color1 {
	background-color: #CCCCCC;
}
.color2 {
	background-color: #EEEEEE;
}


.info_button {
	font-size: 9px;
	font-weight: bold;
	margin: 0px 15px 4px 0px;
	width: auto;
}

.info_button a:link, .info_button a:visited, .info_button a:active {
	display: block;
	text-decoration: none;
	padding: 4px;
	padding-left: 20px;
	color: #333333;
	border: solid #999999 1px;
	background-color: #A1B497;
	background-image: url(/templates/modern_white/site/images/buttons/ornament.gif); background-repeat: no-repeat;
	background-position: 4px;
}
.info_button a:hover {
	display: block;
	padding: 4px;
	padding-left: 20px;
	color: #FFFFFF;
	border: solid #999999 1px;
	background-color: #899552;
	background-image: url(/templates/modern_white/site/images/buttons/ornament.gif); background-repeat: no-repeat;
	background-position: 4px;
	
}



/* MLS */
.personal_listings { background-color: #B5CCDC; }
.new_listings { background-color: #A1B497; }
.price_reduction_listings { background-color: #7891BF; }


.user_info {
	text-align: left;
	font-size: 10px;
	color: #666666;
	padding-bottom: 10px;
} 


.footer {
	font-size: 9px;
	color: #333333;
}

/* FOOTER LINKS */
.footer a:link, .footer a:visited, footer a:active { 
	color: #333333;
	text-decoration: underline;
}
.footer a:hover { 
	color: #666666;
	text-decoration: underline;
}






/* LINKS */

.separator_row {
	width: 140px;
	font-size: 14px;
	color: #5A88B3;
	padding-bottom: 10px;
	border-bottom: 1px solid #CDCCCB;
	margin-top: 15px;
	margin-bottom: 10px;
}


.links_toggle_1 {
	font-size: 11px;
	color: #1F1F1F;
	padding: 4px 0px;
	font-weight: bold;
	text-decoration: none;
}

.links_toggle_1 a {
	color: #1F1F1F;
	margin: 5px 0px;
}

.links_toggle_1 a:hover {
	color: #5685B0;
}

.expand_1 {
	height: auto;
}

.toggle_1 {
	cursor: pointer;
}



.links_toggle_2 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 5px 25px 5px 20px;
}
.links_toggle_2 a {
	color: #333333;
}
.links_toggle_2 a:hover {
	color: #666666;
}
.expand_2 {
	height: auto;
}
.toggle_2 {
	cursor: pointer;
}



.links_level_3 {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	padding: 5px 35px 5px 10px;
}
.links_level_3 a:link, .links_level_3 a:visited, .links_level_3 a:active {
	color: #CCCCCC;
	padding: 5px 10px;
}
.links_level_3 a:hover {
	color: #FFFFFF;
}
.expand_3 {
	height: auto;
}
.toggle_3 {
	cursor: pointer;
}



.links_level_4 {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
	padding: 5px 45px 5px 10px;
	text-align: right;
}
.links_level_4 a:link, .links_level_4 a:visited, .links_level_4 a:active {
	display: block;
	color: #666666;
	padding: 4px;
	padding-right: 10px;
	margin: 1px 0px;
	width: auto;
}
.links_level_4 a:hover {
	color: #333333;
}
.expand_4 {
	height: auto;
}
.toggle_4 {
	cursor: pointer;
}



.links_level_5 {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
	text-align: right;
	padding: 5px 55px 5px 10px;
}
.links_level_5 a:link, .links_level_5 a:visited, .links_level_5 a:active {
	display: block;
	color: #666666;
	padding: 4px;
	padding-right: 10px;
	margin: 1px 0px;
	width: auto;
}
.links_level_5 a:hover {
	color: #333333;
}
.expand_5 {
	height: auto;
}
.toggle_5 {
	cursor: pointer;
}




/* MAIN SECTION LINKS */
#links_main {
	vertical-align: bottom;
}
.links_main {}
.links_main a:link, .links_main a:visited, .links_main a:active {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
	margin-left: 1px;
}
.links_main a:hover {
	color: #FF9900;
	background-color: #666666;
}


/* HOME */
.page_title {
	color: #333333;
	font-size: 22px;
	font-family: serif;
	font-variant: small-caps;
	height: 36px;
	background: url('../images/title_bground.jpg') repeat-x;
	margin-bottom: 25px;
}

div#background {
	height: 935px;
	background: url('../images/background.jpg') top center no-repeat;
}

div#shell {
	width: 961px;
	margin: 0px auto;
}

div#bgshell_top {
	width: 961px;
	height: 17px;
	background: url('../images/bgshell_top.png') no-repeat;
}

div#bgshell {
	width: 925px;
	min-height: 640px;
	background: url('../images/bgshell_bground.png') repeat-y;
	padding: 0px 18px;
}

div#bgshell_bottom {
	width: 961px;
	height: 17px;
	background: url('../images/bgshell_bottom.png') no-repeat;
}

div#shell_top {
	width: 925px;
	height: 200px;
	background: url('../images/top_bground.jpg') no-repeat;
}

div#shell_bottom {
	width: 925px;
	min-height: 444px;
	background: url('../images/midshell_bground.jpg') no-repeat;
}

div#slideshow {
	width: 648px;
	float: left;
}

div#module_area {
	width: 276px;
	height: 429px;
	float: left;
	/*text-align: center;*/
}

.upper_link {
	float: left;
	margin: 0px;
	padding: 0px;
}

.upper_link a {
	padding: 2px 10px 5px 28px;
	background: url('../images/top_button_off.png') no-repeat;
}

.upper_link a:hover {
	background: url('../images/top_button_on.png') no-repeat;
}

.top_link {
	float: left;
	margin: 0px;
	padding: 0px;
}

.com_link {
	float: left;
	padding: 0px 5px;
}

div#upper_links {
	padding: 5px 0px 15px 45px;
}

div#top_links {
	width: 941px;
	margin: 0px -5px 0px -3px;
	padding-bottom: 10px;
}

div#community_links {
	padding-top: 175px;
	padding-left: 185px;
}

div#featured_home_header {
	padding-top: 30px;
	padding-bottom: 4px;
	text-align: center;
}

.module_header {
	font-size: 12px;
	color: #5887B2;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
}

.module_spacer {
	margin-top: 6px;
	margin-bottom: 2px;
	padding: 4px 0px;
	background: url('../images/module_spacer.png') top center no-repeat;
}

.module_image {
	height: 128px;
	background: url('../images/featured_home_bground.png') top center no-repeat;
	padding-top: 18px;
	text-align: center;
}

.featured_home_img {
	max-width: 166px;
	max-height: 113px;
}

.featured_module_button {
	padding: 8px 0px 5px 65px;
}

div#cashin_logo {
	padding-top: 5px;
	text-align: center;
}

div#shell_phonetab {
	width: 925px;
	height: 35px;
	background: url('../images/shell_phonebar.jpg') no-repeat;
	padding-top: 10px;
	padding-left: 60px;
	color: #FFFFFF;
	font-weight: bold;
}

div#shell_content {
	background: url('../images/shell_bottom_bground.jpg') bottom center no-repeat;
}

div#shell_area {
	width: 630px;
	min-height: 400px;
	float: left;
	padding: 20px 30px 20px 35px;
}

div#shell_footer {
	width: 926px;
	height: 62px;
	background: url('../images/shell_bottom.jpg') no-repeat;
	margin-left: -1px;
}

div#sidelinks {
	width: 220px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}

div#section_name {
	width: 140px;
	font-size: 14px;
	color: #5A88B3;
	padding-bottom: 10px;
	border-bottom: 1px solid #CDCCCB;
	margin-bottom: 10px;
}

div#links_side {
	width: 196px;
	min-height: 206px;
	background: url('../images/sidelinks_bground.jpg') no-repeat;
	padding-top: 26px;
	padding-left: 28px;
}





/*****************/
/* MLS OVERRIDES */
/*****************/
#property_search_sidebar, .rp_container, .mc_container {
	width: 150px;
}

.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: #1F1F1F !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: #5685B0 !important;
}
