@charset "utf-8";
/* CSS Document */
.pageContent {
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	background-color:#000000;
}
.logo{
	background-color:#000000;
	height:120px;
	min-width:120px;
	float:left;
}
.pageHead{
	background-color:#000000;
	height:130px;
	width:100%;
}
.headTextLarge {
	margin-left:auto;
	margin-right:auto;
}
.headTextSmall {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
	max-width:504px;
}
.photo {
	background-color:#000000;
	padding:0px;
}
.feature {
	background-color:#000000;
	width: 100%;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	line-height:20px;
}
.threeCol {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
}
.oneCol {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
}
.txtbox {
	color: #ffffff;
	margin:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 2px solid #353C93;
	border-radius: 10px;
}
.pageFooter {
	background-color:#000000;
	width: 100%;
}
.footerBox{
	display: block;
	color: #C1CAE3;
	font-size: 9px;
	margin:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 2px solid #770608;
	border-radius: 10px;
}
.txtbox h3 {
	color:#f9990f;
}
.headTxt {
	width: 100%;
	max-width: 504px;
}
.mailForm {
	color:#000000;
}
.navStyle {
	font-size: 18px;
	font-weight: bold;
	height: 45px;
}
body {
	background-color:#000000;
}
@media (min-width: 1200px) {	
	body { 
/*  		background: url(wolf2.jpg) no-repeat center center fixed; 
  		-webkit-background-size: cover;
		-moz-background-size: cover;
 		-o-background-size: cover;
  		background-size: cover;  */
		background-color:#000000;
	}
}
@media (max-width: 1200px) {
	body {
		background-color:#000000;
	}
}
@media (min-width: 992px) {
	.desktop-only {
		display: block !important;
	}
	.mobile-only {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.mobile-only {
		display: block !important;
	}
	.desktop-only {
		display: none !important;
	}
}