@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'corbelregular';
    src: url('font/corbelcorbel.eot');
    src: url('font/corbelcorbel.eot?#iefix') format('embedded-opentype'),
         url('font/corbelcorbel.woff') format('woff'),
         url('font/corbelcorbel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sandovalregular';
    src: url('font/sandovalSandoval.eot');
    src: url('font/sandovalSandoval.eot?#iefix') format('embedded-opentype'),
         url('font/sandovalSandoval.woff') format('woff'),
         url('font/sandovalSandoval.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;
position:relative;}
ul.bjqs-controls.v-centered li a{position:absolute;}

ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:1150px;
position:absolute;
top:400px; }
ol.bjqs-markers.h-centered{text-align: right; }
ol.bjqs-markers li{display:inline;paddiing-right:35px;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{
	display:block;
    width:290px;height:360px; 
	padding:40px 40px 40px 40px;
	margin-left:800px;position:absolute;bottom:0; 
    background:#73b15e;top:-16px;	
    font-size:28px;
	line-height:34px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;} 
p.bjqs-caption span { clear:both; margin:15px 0 25px 0;color: #aad799; line-height: 21px; font-size: 13px; display:block;}
	
	



#banner-fade,
#banner-slide{
	margin-bottom: 0px;
	
}



ul.bjqs-controls.v-centered li a:hover{
	background:#663;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:3px 7px;
	background:#D8392C;
	color:#fff;
	margin:5px;
	text-decoration: none;
	
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgb(255,255,255,0.5);
}

.btn {
	background:#fff;
	display:inline-block;
	position:relative;
	height:42px;
	margin:0 0 0 3px;
	padding:0 35px 0 19px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:2px 2px 2px #5c8e4b;
	-moz-box-shadow:2px 2px 2px #5c8e4b;
	box-shadow:2px 2px 2px #5c8e4b;
	letter-spacing:1px;
	line-height:46px;
	vertical-align:top;
	font-family:'corbelregular', sans-serif;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	color:#73b15e;
}

