body, .site_body
{	
	color:#565656;
}
.bg_light
{
	color:#565656;
}
.ss-bg.bg_light
{
	color:#000;
}

a, a:link, a:visited, a:active,
.bg_light a, .bg_light a:link, .bg_light a:visited, .bg_light a:active
{
	color:rgb(209, 32, 31);
}
a:hover,
.bg_light a:hover
{
	color:#5a5450;
}
.bg_dark a, .bg_dark a:link, .bg_dark a:visited, .bg_dark a:active
{
	color:#fd8d97;
}
.bg_color.bg_dark a, .bg_color.bg_dark a:link, .bg_color.bg_dark a:visited, .bg_color.bg_dark a:active
{
	color:rgba(255,255,255,.8);
}
.bg_dark a:hover
{
	color:#FFF;
}

/*
.button, a.button_link
{
	font-weight:normal;
	background: transparent;
	text-transform: none;
	border-radius:5px;
}
*/
.button, a.button_link, a.button_link:link, a.button_link:visited, a.button_link:active,
.bg_light .button, .bg_light a.button_link, .bg_light a.button_link:link, .bg_light a.button_link:visited, .bg_light a.button_link:active
{
	color:#FFF;
	background:rgb(209, 32, 31);
	border-color:rgb(209, 32, 31);
}
.button:hover, a.button_link:hover, .button:focus, a.button_link:focus,
.bg_light .button:hover, .bg_light a.button_link:hover, .bg_light .button:focus, .bg_light a.button_link:focus
{
	color:#FFF;
	background:#000;
	border-color:#000;
}
.bg_dark .button, .bg_dark a.button_link, .bg_dark a.button_link:link, .bg_dark a.button_link:visited, .bg_dark a.button_link:active
{
	color:#5a5450;
	background:#FFF;
	border-color:#FFF;
}
.bg_dark .button:hover, .bg_dark a.button_link:hover, .bg_dark .button:focus, .bg_dark a.button_link:focus
{
	color:#FFF;
	background:#000;
	border-color:#000;
}

h1, .pagetitle,
h2, .sectiontitle,
h3, .subtitle,
h5.colored, .content_title.colored
{
	color:#000;
}
.pagetitle_details,
.sectiontitle_details,
.subtitle_details,
.content.colored
{
	/*color:#5a5450;*/
}

.bg_dark h1, .bg_dark .pagetitle,
.bg_dark .pagetitle_details,
.bg_dark h2, .bg_dark .sectiontitle,
.bg_dark .sectiontitle_details
{
	color:#FFF;
}


.menu
{
	font-weight:normal;
	padding:10px 20px;
}
.under1024 .menu
{
	padding:10px 10px;
	font-size:16px;
}
.menu.selected, .menu.current, .menu.current.selected
{
	font-weight:normal;
}
.menu_level1 .menu
{
	color:#333;
	background-color: #333;
	border-color:#333;
}
.menu_level1 .menu.selected,
.menu_level1 .menu.current,
.menu_level1 .menu.current.selected
{
	color:rgb(209, 32, 31);
	background-color: rgb(209, 32, 31);
	border-color:rgb(209, 32, 31);
}
.bg_dark .menu_level1 .menu.selected,
.bg_dark .menu_level1 .menu.current,
.bg_dark .menu_level1 .menu.current.selected
{
	color: rgb(209, 32, 31);
}
.submenu_container
{
	background: #FFF;
	/*box-shadow:0 2px 2px rgba(0,0,0,.2);*/
}
.submenu
{
	color: #333;
	background: #FFF;
}
.submenu.selected, .submenu.current, .submenu.current.selected
{
	color: #FFF;
	background: rgb(209, 32, 31);
}


.ss-folders>.ss-fold_title>.ss-title
{
	color: rgb(209, 32, 31);
	border-color:rgb(209, 32, 31);
}
.ss-folders>.ss-fold_title>.ss-title.current, .ss-folders>.ss-fold_title>.ss-title:hover
{
	background:rgb(209, 32, 31);
}
.ss-folders>.ss-fold_cnt>.ss-item>.ss-cnt, .ss-folders>.ss-fold_title>.ss-title.first
{
	border-color:rgb(209, 32, 31);
}

.ss-accordion .ss-title
{
	color: rgb(209, 32, 31);
	border-color:rgb(209, 32, 31);
}
.ss-accordion .open .ss-title, .ss-accordion .ss-title:hover
{
	background: rgb(209, 32, 31);
}
.ss-accordion>.ss-item>.ss-cnt
{
	border-color:rgb(209, 32, 31);
}


.band_color_1>.band_wrap>.band_bg1
{
	background:#2b5ca0;
}
.ss-bg.band_color_1>.band_wrap>.band_bg1
{
	background:rgba(43,92,160,.7);
}

.band_color_1 .button:hover,
.band_color_1 .ss-folders>.ss-fold_title>.ss-title.current, .band_color_1 .ss-folders>.ss-fold_title>.ss-title:hover,
.band_color_1 .ss-accordion .open .ss-title, .band_color_1 .ss-accordion .ss-title:hover
{
	color: #2b5ca0;
	background: #FFF;
}

.band_color_2>.band_wrap>.band_bg1
{
	background: #2ba051;
}
.ss-bg.band_color_2>.band_wrap>.band_bg1
{
	background:rgba(43,160,81,.7);
}

.band_color_3>.band_wrap>.band_bg1
{
	background: #7d6151;
}
.ss-bg.band_color_3>.band_wrap>.band_bg1
{
	background:rgba(125,97,81,.7);
}

.band_lightcolor_1>.band_wrap>.band_bg1
{
	background:#d8e5f6;
}
.ss-bg.band_lightcolor_1>.band_wrap>.band_bg1
{
	background:rgba(216,229,246,.7);
}
.band_lightcolor_2>.band_wrap>.band_bg1
{
	background: #e1f5e6;
}
.ss-bg.band_lightcolor_2>.band_wrap>.band_bg1
{
	background:rgba(225,245,230,.7);
}
.band_lightcolor_3>.band_wrap>.band_bg1
{
	background: #f4e6de;
}
.ss-bg.band_lightcolor_3>.band_wrap>.band_bg1
{
	background:rgba(244,230,222,.7);
}


.textpic_title a
{
	background-color: rgb(209, 32, 31);
}
/*
.textpic_title a, .textpic_title a:link, .textpic_title a:visited, .textpic_title a:active, .textpic_title a:hover
{
	color:#FFF;
}
*/

/*
.th_menu_border_bottom
{
	border-bottom:5px solid #000;
}
.th_menu_border_bottom .menu_container_wrapper.menu_level1
{
	margin-bottom:-5px;
}
.th_menu_border_bottom .menu_container_wrapper.menu_level1 .menu_container
{
	width:100%;
}
.th_menu_border_bottom .menu_level1 .menu
{
	border-right:1px solid #FFF;
	text-align:center;
	font-weight:bold;
}
.th_menu_border_bottom .menu_level1 .menu:first-child
{
	border-left:1px solid #FFF;
}
*/

.cnt_equal_buttons a
{
	width:100%;
	padding:17px 8px 17px 8px;
}

.mod_mls_header_big_search .mod_form_content
{
	display:table;
	width:100%;
}
.mod_mls_header_big_search .mod_form_fields
{
	display:table-cell;
	vertical-align:top;
	width:100%;
}
.mod_mls_header_big_search .mod_form_buttons
{
	display:table-cell;
	margin:0;
}
.mod_mls_header_big_search .formfield
{
    height: 48px;
    padding: 0 10px;
    width: 100%;
	margin:0;
}
.mod_mls_header_big_search .button
{
	height: 48px;
}