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

}

body,html{
	padding:0;
	margin:0;
	font-size:14px;
	background:#050505;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper{
	width:960px;
	margin:0 auto;
}

#header{
	width:100%;
	top:0;
	overflow:hidden;
	position: relative;
	z-index:10;
	height:90px;
}
#hLeft{
	width:50%;
	height:90px;
	background:url(../img/h-left_bg.png) repeat-x;
	display:inline-block;
	overflow:hidden;
	position: absolute;
	z-index:2;
	left:0;
	top:0;
}
#hRight{
	width:50%;
	height:90px;
	background:url(../img/h-right_bg.png) repeat-x;
	display:inline-block;
	overflow:hidden;
	position: absolute;
	z-index:2;
	left:50%;
	top:0;
}
#hFull{
	width:100%;
	background:url(../img/header_bg.jpg) repeat-y center;
	overflow:hidden;
	position: absolute;
	z-index:3;
	height:90px;
	top:0;
}
#logo{
	width:960px;
	height:90px;
	position: relative;
	z-index:10;
	margin:0 auto;
}

#navBar{
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	background:url(../img/nav_bg.png) repeat-x;
	border-bottom:1px solid #500906;
	position: static;
	z-index:1;
}

ul#nav{
	/*width:690px;*/
	height:50px;
	margin:0 0 0 ;
	padding:0;
	list-style:none;
	z-index:11;
	position:relative;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #2d2c2c;
}

#nav li{
	float:left;
	font-size:24px;
	font-family:'candal';
	color:#fff;
	padding:0;
	line-height:50px;
	border-right: 1px solid #2d2c2c;
	border-left: 1px solid #e6e6e6;
}
#nav li a{
	/*padding:0px 30px;*/
	padding:0px 57px;
	text-decoration:none;
	color:#f0efef;
	text-shadow:2px 2px 3px rgba(0,0,0,0.4);
}
#nav li a:hover{
	color:#fff;
	text-shadow:0px 0px 6px rgba(197,20,14,0.7);
}

#slideArea{
	width:100%;
	height:289px;
	background:url(../img/slide_bg.jpg) repeat-x;
	z-index:1;
}

#slideArea .pager{
	width:100%;
	text-align:center;
	font-size:60px;
	line-height:60px;
	color:#fff;
	margin-top:-20px;
}
#slideArea .pager span{
	cursor:pointer;
}
#slideArea .pager .cycle-pager-active{
	color:#850b07;
}
#slideArea #sNav{
	width:100%;
	min-height:289px;
	z-index:55;
	position:relative;
}
#slideArea #slides{
	position:relative;
	z-index:44;
}
#slideArea #cycle-prev{
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	
	border-right:20px solid #fff; 
	cursor:pointer;
	position: absolute;
	z-index:22;
	left: 10px;
	top:50%;
}
#slideArea #cycle-next{
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	
	border-left: 20px solid #fff;
	cursor: pointer;
	position: absolute;
	z-index:22;
	right: 10px;
	top:50%;
}
.redBar{
	width:100%;
	height:6px;
	overflow:hidden;
	background:#660906;
	box-shadow:0 0px 4px  rgba(0,0,0,0.5);
	
}
#main{
	width:100%;
	padding:20px 0;
	background:url(../img/main_bg.png) repeat-y center #a19f99;
}

#footer{
	width:100%;
	min-height:60px;
	padding:20px 0;
	font-size:12px;
	color:#fff;
	background:url(../img/footer_bg.jpg) repeat;
	text-align:center;
}

#footer a{
	color:#fff;
}




h1,h2,h3,h4,h5,h6{
	font-family:'candal';
}


h1{
	font-size:30px;
	margin-top:0;
}

.test{
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:20px;
}
.sig{
	font-style:italic;
	font-size:16px;
	text-align:right;
	margin-top:0;
	margin-bottom:20px;
}
.creds{
	font-size:13px;
	font-weight:normal;
}



.filler{
	width:300px;
	height:150px;
	
	float:left;
}

.gal{
	float:left;
	margin:10px 10px 10px 0;
}


IMG{
	border:none;
}

.clear{
	clear:both;
}
.rPic{
	float:right;
	margin:0 0 10px 10px;
}
.lPic{
	float:left;
	margin:0 10px 10px 0;
}

.noMarg{
	margin:0;
}

ul{
	margin-top:0;
}





@media only screen and (max-width: 60em) {
	.wrapper{
		width:94%;
		margin:0 auto;
	}
	#logo{
		width:100%;
	}
	#logo img{
		max-width:100%;
		height:auto;
	}
	
	.cycle-slideshow{
		width:100%;
		height:auto;
	}
	.cycle-slideshow img{
		max-width:100%;
		height:auto;
	}
	#hleft, #hright{
		height:auto;
	}
	#menu{
		width:100%;
		padding: 0px;
		z-index:200;
		position:relative;
	}
	#slideArea{
		height:auto;
	}
	ul#nav{
		height:auto;
	}
	#nav li{
		float:none !important;
		width:100%;
		border:none;
	}
	#nav li a{
		padding:1em 1%;
		color:#fff;
		text-decoration:none;
		background:#8e201c;
		font-weight:bold;
		width:98%;
		display:block;
		z-index:222;
		border-bottom:2px solid #fff;
	
	}
	
}


