/* HOME STYLE */

div#home-banner {
	background-image:url('../images/team-office.jpg');
	/*background-repeat:no-repeat;*/
	background-position:top left;
	-webkit-background-size: cover;
    -moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:#333;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/team-office.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/team-office.jpg', sizingMethod='scale')";
	padding:20px 0;
	text-align:center;
}

div#home-banner-cta {
	color:#fff;
	line-height:100%;
	margin:0 auto;
	padding:20px 0;
	width:1000px;
}

div#dark-left {
	float:left;
	width:50%;
}

div#dark-right {
	float:right;
	width:50%;
}

div#home-dark-section-wrap{
	width:100%;
	background:#d7d7d7;
	padding:20px 0 10px;
	margin:0 auto;
}

div#home-dark-section {
	width:970px;
	margin:0 auto;
	padding:0 15px;
}

h3.home-dark {
	font-size:25pt;
	font-weight:normal;
	color:#333;
}

div#home-dark-section p {
	color:#616161;
}

div#home-dark-section img {
	float:left;
	margin:10px;
}

div#home-light-section-wrap {
	width:100%;
}

div#home-light-section {
	width:1000px;
	margin:0 auto;
	padding:0 0 20px;
}

div#light-left {
	/*float:left;*/
}

div#light-right {
	width:60%;
	float:right;
}

/* HOME SLIDER */

div#home-slider-wrap {
	width:100%;
	padding:30px 0 0;
}

div#home-slider {
	border:2px solid #dfdfdf;
	width:960px;
	max-height:300px;
	margin:0 auto 30px;
	padding:20px;
}

div#slider-content {
	float:left;
	max-height:300px;
	width:50%;
	padding-top:60px;
}

div#slider-video {
	float:right;
}

div#home-light-section-wrap, div#home-slider-wrap, div#home-light-section {
	background:#ffffff;
}

ul.double {
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}

ul.double li {
	line-height:1.5em;
	float:left;
	display:inline;
	width:50%;
}

ul.double li a:hover {
	color:inherit;
}

/* SEALS */

#home-seals-wrap {
	border-top:1px solid #ebebeb;
	margin:auto auto;
	padding:10px;
	text-align:center;
	width:960px;
}

.home-seal {
	display:inline-block;
	height:auto;
	margin: 0 10px;
	text-align:center;
	vertical-align:middle;
}

.home-seal img {
	vertical-align:text-top;
}