@charset "UTF-8";
/* CSS Document */
/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
	outline: none;
	}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
	} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 100%; 
	margin: 0; 
	padding: 0;
	}
.flexslider .slides > li {
	display: none;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides img {
	max-width: 100%; 
	display: block;
	}*/
.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	} 
html[xmlns] .slides {
	display: block;
	} 
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff; 
	position: relative; 
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;	
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1; 
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
/*.flex-caption {
	background:none; 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;
	}
.flex-caption {
	width: 96%; 
	padding: 2%; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background: rgba(0,0,0,.3); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
	font-size: 14px; 
	line-height: 18px;
	}*/

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
} /*fix for IE 7 */

.flex-direction-nav li a {
	width: 42px;
	height: 42px;
	margin: -21px 0 0;
	display: block; 
	background: url("../../../images/bg_direction_nav.png") no-repeat 0 0; 
	position: absolute; 
	top: 120px; 
	cursor: pointer; 
	text-indent: -9999px;
	}
.flex-direction-nav li .next {
	background-position: -42px 0; 
	right: -45px;
}
.flex-direction-nav li .prev {
	left: -45px;
}
.flex-direction-nav li .next:hover {
	background-position: -42px -42px; 
}
.flex-direction-nav li .prev:hover {
	background-position: 0 -42px; 
}
.flex-direction-nav li .disabled {
	opacity: .3; 
	filter:alpha(opacity=30); 
	cursor: default;
	}

/* Control Nav */
.flex-control-nav {
	width: 100%; 
	text-align: center;
	margin: 0 0 0.6em;
	}
.flex-control-nav li {
	margin: 0 0 0 5px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
	}
.flex-control-nav li:first-child {
	margin: 0;
	}
.flex-control-nav li a {
	width: 15px; 
	height: 15px; 
	display: block; 
	background: url("../../../images/pagination.png") no-repeat -30px 0; 
	cursor: pointer; 
	text-indent: -9999px;
	transition: none;
	}
.flex-control-nav li a:hover {
	background-position: -15px 0;
	}
.flex-control-nav li a.active {
	background-position: 0 0; 
	cursor: default;
	}

/* additional styles for Ehaus */
.carousel {
	background: url("../../../images/slider-loader.gif") 50% 50% no-repeat;
	margin: 1em auto;
	padding: 1em 0;
	height: auto;
	width: 100%;
	position: relative;
}
.recent-view .carousel {
	width: 100%;
}
.centercol .carousel {
	width: 408px;
}
.carousel li  {
  list-style-type:none !important;
}
.caro-text-container {
	float:left;
	width:550px;
}
.caro-text {
	padding: 30px 6% 0 12%;
}
.caro-text a.more {
	display: block;
}
.caro-image {
	margin: 0 0 10px;
}
.caro-image img {
	max-width:120px;
	max-height: 150px;
	height: auto;
	width: auto;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}

.caro-three,
.caro-four {
	width:100%;
	font-family: "Gill Sans","Gill Sans MT",Calibri,sans-serif;
}
.caro-three .caro-text,
.caro-four .caro-text  {
	margin:0;
	padding: 0;
}
.caro-three .caro-image,
.caro-four .caro-image {
	width: 100%;
	display: block;
	clear: both;
	height: 150px;
}
.caro-three h2,
.caro-four h2 {
	height: 2.2em;
	line-height: 1.1em;
	overflow: hidden;
	margin: 0 0 0.2em;
}
.caro-three .caro_auth,
.caro-four .caro_auth {
	height: 1.5em;
	overflow: hidden;
	margin: 0 0 0.2em;
}

/* Styles for three items wide :) */
.caro-three .caro-text-container  {
	width: 31.3%;
	margin: 0 1%;;
}
/* Four-wide */
.caro-four .caro-text-container  {
	width:23%;
	margin: 0 2% 0 0;
} 

.flexslider .slides > li {display: none;-webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. */

/* Ehaus customisations */
ul.slides {
	/*background: #fff;*/
	margin: 0 0 1.6em;
}
.caro_topnav {
	clear: both;
	margin: 0 0 1em;
	padding: 0 0 .5em;
	font-size: 110%;
	font-weight: bold;
	overflow: hidden;
}
.pane-item .caro_topnav {
	border: 0;
	margin: 0;
	padding: 0;
}
.caro_title {
	float: left;
	width: 100%;
}
.caro_more_link {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	width: 25%;
}

.flexbtns {
}
/* /flex sliders */
#index .carousel {
	margin: 0;
	padding: 0;
}
#index .flexslider,
#index ul.slides {
	background: #012E5A;
	color: #fff;
}
#index .caro-text-container,
#index .caro-image,
#index .caro-detail,
#index .caro-text {
	float: left;
}
#index .caro-text-container {
	width: 100%;
}
#index .caro-image {
	margin: 0 14px 0 0;
	width: 219px;
}
#index .caro-image img {
	background: #fff;
	padding: 5px;
	max-height: 230px;
	max-width: 95%;
	height: auto;
}
#index .caro-text {
	width: 478px;
	padding: 0 20px 0 0;
}
#index .caro-auth,
#index .caro-desrip {
	font-size: 1.17em;	/* [ac] was: 120%. Intended to fix 'too bold' effect in old ffox on Mac. */
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#index .caro-text h2 {
	margin: 0;
	text-transform: none;
}
.caro-text h2 {
	text-transform: none;
}
#index .caro-desrip {
	margin-top: 0.5em;
}
#index .caro-detail {
	width: 235px;
}
#index .STP {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 150%;
	padding: 0.6em 0 0.2em;
}
	
