﻿
.home_content_area {
	width:696px;
	float:right;
}

.left_nav {
	width:217px;
}
#main_slider_wrap {
	margin-bottom:7px;
	visibility:hidden;
}
#main_slider_wrap .sub_slider {
	width:692px;
	height:400px;
	overflow:hidden;
}
#main_slider_wrap .sub_slider * {
	color:white;
}

#main_slider_wrap .sub_slider .slide {		
	/*width:96%;*/
	width:692px;
	height:90%;
	padding: 2% 2% 4% 2%;
}

#main_slider_wrap .wrap_cornertr{ 
	padding-top:0px;
}
#main_slider_wrap  .anythingSlider-minimalist-square-small .anythingControls {
	position: absolute;
	margin-bottom:5px;
}
#main_slider_wrap  .anythingSlider-minimalist-square-small .anythingControls a {
	background-color: #333;
	color: #fff;
	border:1px solid #454b4f;
}
/* Navigation current button, default state */
#main_slider_wrap  .anythingSlider-minimalist-square-small .anythingControls a.cur,
#main_slider_wrap  .anythingSlider-minimalist-square-small .anythingControls a:hover {
	background-color: #e82c2e;
	color: #000;
	border: #fff 1px solid;
}
.under_main_slider {
	width:703px;
	margin-right:-6px;
}
.under_main_slider .wrap_shadow {
	margin-bottom:7px;
}
.under_main_slider .full_width_box {
	width:672px; /* full width minus 20px padding*/
	overflow:hidden;
	background-color:white;
	padding:8px 10px;
}
.full_width_box .news_content_fade {
	display:none;
	
}		
.under_main_slider .small_slider .sub_slider {
	width:341px;
	height:207px;
}
.under_main_slider .small_slider {
	visibility:hidden;
}

/* Navigation current button, active state */
.anythingSlider-minimalist-square-small .anythingControls a.cur,
.anythingSlider-minimalist-square-small .anythingControls a:hover,
.anythingSlider-minimalist-square-small.activeSlider .anythingControls a.cur,
.anythingSlider-minimalist-square-small.activeSlider .anythingControls a:hover {
	background-color: #e82c2e;
	color: #000;
}

/*wrap the module_box_with_header div in any div with a specified height and the remaining box will conform*/
.module_box_with_header {
	overflow:hidden;
	/*border:2px solid #d3d3d3;*/
	height:100%;
	background-color:#454b4f;
}
.module_box_with_header .title_bar_wrapper {
	background-color:#e82c2e;
	padding-left:40px;
	width:100%;
	font-size:13px;
}
.module_box_with_header .title_bar_wrapper .title_bar {
	background-color:#454f58;	
	width:100%;
	color:white;	
	padding: 4px 5px;
}
.module_box_with_header .actual_content {
	background-color:white;
	min-height:119px;
	overflow:hidden;
	padding:10px 20px 10px 25px;
}
.module_box_with_header .box_bottom_bar {
	background-color:white;
	border-top:2px solid #d3d3d3;
	padding:10px 15px 10px 25px;
}
.module_box_with_header .box_bottom_bar .nav_controls {
	float:left;
	width:200px;
	height:30px;
}
.under_main_slider .anythingSlider-minimalist-square-small .anythingControls {
	bottom:10px;
	margin-left:25px;
}