

/* BANNER */

#banner #slideshow img{
	margin:0 -150px;
}

#banner{
	background: #000;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

#banner{
	height:380px;
}

#banner .container{
	height:380px;	
}

.banner_slide {
	height: 380px;
    margin: 0 0 0 -220px;
    padding: 0 220px;
    width: 960px;
}

#subnav{
	margin-top:-56px;
	height:56px;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);
	z-index: 10;
}

#subnav #find,#subnav #apply{
	display: block;
	height:51px;
	width:479px;
	text-align: center;
	font-size:3.5em;
	font-family: "BebasNeueRegular";
	color:#fff;
	text-decoration: none;
	float:left;	
	padding-top: 5px;
	background: url('/public/images/layout/home_subnav.jpg') repeat-x;
}

#subnav #find:hover,#subnav #apply:hover{
	background: #cd0536;
}

#subnav #find{
	border-top-left-radius: 10px;	
	border-right:1px solid #590116;
}

#subnav #apply{
	border-top-right-radius: 10px;	
	border-left:1px solid #b4042e;
}


/* SLIDESHOW */
#slideshow {
	height: 380px;
}

.home-shadow{
	background: url('/public/images/layout/home_shadow.png') center center repeat-x;
	height:380px;
	position:absolute;
	width: 1400px;
	margin:0 -220px;
	z-index: 7;
}

.home-fade{
	background: url('/public/images/layout/fade.png') center center repeat-y;
	height:380px;
	position: absolute;
	width: 1400px;
	margin:0 -220px;
	z-index: 7;
}

#slideshow .content{
	width:520px;
	padding-right:440px;
	padding-top:105px;
	z-index: 8;
	position: relative;
}

#slideshow .content h1{
	font-weight: normal;
	font-family: "BebasNeueRegular";
	color:#fff;
	font-size: 70px;
    line-height: 0.78;
    text-shadow: 1px 1px 3px #666666;    
    margin-bottom: 5px;
}

#slideshow .content .shadow { display: none; }
#slideshow .content p{
	color:#c9c9c9;
	font-weight: bold;
	font-family: Arial;
	background: url('/public/images/layout/home_subtitle.png') no-repeat right;
	width:464px;
	padding-top:10px;
	line-height: 1.35;
	padding-right:30px;
	height:47px;
	margin-left:-220px;
	padding-left:220px;
}



#slideshow .content p a{
	text-decoration: none;
	color:#c9c9c9;
	display: block;
	font-size:1.1em;
	line-height: 1.3;
}

#slideshow .content p a:hover{
	color:#fff;
}

#slideshow_nav{
	z-index: 6;
	position: absolute;
	right:15px;	
	top:-19px;
	background: #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	padding:5px 0 5px 5px;
}

#slideshow_nav ul{
	float:left;
	margin:0;	
	padding-left:7px;
}

#slideshow_nav li{
	list-style-type: none;
	float:left;
}

#slideshow_nav #pause{
	float:left;
	background: url('/public/images/icons/pause.png') no-repeat;
	width:9px;
	height:9px;
	text-indent: -99999em;
	display: block;
}

#slideshow_nav #pause.play{
	background: url('/public/images/icons/play.png') 2px 0 no-repeat;	
}

#slideshow_nav li a{
	display: block;
	height:6px;
	margin-top:1px;
	width:6px;
	margin-right:5px;
	border-radius:10px;
	background: #fff;
}

#slideshow_nav li.activeSlide a{
	background: #c80232;
}

/* MAIN */

#main{
	padding-top:20px;
}



.col h3{
	font-size: 1em;
	margin: 0.5em 0;
}

.col:last-child{
	margin-right:0;
}

#content{
	width:584px;
}

#content .col.three {
    width: 181px;
}

#sidebar{
	width:327px;
}

#homepage_callouts{
	border-top:1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding:5px 0;
	margin-bottom: 2.5em;
}
#homepage_callouts a{
	display: block;
	float:left;
	width:50%;
	padding:4px 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}	

#homepage_callouts a:hover span{
	text-decoration: none;
}

#homepage_callouts .col_1{
	background:#eaeaea;
}

#homepage_callouts span{
	padding:10px 0 10px 25px;
	display: inline-block;	
	text-decoration: underline;
	
}

#featured_videos{
/*
	border-radius: 10px;
	padding: 25px 20px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border:5px solid #e2e2e2;
*/
	border-top: 1px solid #ccc;
	padding-top: 35px;
	position: relative;
}

#featured_videos .cycle{
	height: 245px;	
}

#featured_videos .cycle .slide{
	width: 90%;
	margin: 0 5%;
}

#featured_videos .cycle .slide h3{
	font-family: "Bebas Neue", sans-serif;
	font-size: 3em;
	font-weight: normal;
}

#featured_videos .cycle .slide h2{
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #666;
}

#featured_videos .thumbnail:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;

	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;	
}

#featured_videos .thumbnail:after{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	opacity: 0.7;
	height: 0;
	border-style: solid;
	border-width: 30px 55px;
	top: 38%;
	border-color: transparent transparent transparent #fff;
	left: 45%;
}

#featured_videos .thumbnail:hover:after{
	border-color: transparent transparent transparent #ccc;
}

#featured_videos .thumbnail:hover:before{
	background: rgba(0,0,0,0.1);
	
}

#featured_videos .thumbnail{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}


#featured_videos .thumbnail > img{
	display: block;
}

#featured_videos .controls > a{
	text-indent: -99999em;
	border-style: solid;
	left: -10px;
	top: 45%;	
	position: absolute;
	display: inline-block;
	border-width:  30px 12px;
	border-color: transparent #666 transparent transparent;
	content: "";
	height: 0;
	width: 0;
	opacity: 0.4;
}

#featured_videos .controls > a.next{
	right: -10px;
	left: auto;
	border-color: transparent transparent transparent #666;
}

#featured_videos .controls > a:hover{
	opacity: 1;
}