@charset "utf-8";
/* CSS Document */
html {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#353a3b;
	font-family: Helvetica, Gotham, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	color:#ffffff;
}
ul{
	list-style:none;
}
a {
	text-decoration:underline;
	color:white;
}
/* ie */
a img{
	border-style:none;
}
h1 {
	font-size: 24px;
	text-align: center;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
header {
	width:100%;
	min-width:950px;
	height:121px;
	background-color:#743A11;
	border-bottom:30px solid #353a3b;
}
#header-wrap {
	width:950px;
	margin:0 auto;
}
#logo {
	width:271px;
	float:left;
}
#header-contact {
	width:300px;
	float:right;
	text-align:right;
	margin-top:60px;
	font-size:20px;
	font-weight:bold;
	padding-right:5px;
}
#header-contact text, #header-contact a {
	color:#ffffff;
}
nav {
	float: right;
	width: 623px;
	height: 30px;
	padding-bottom:5px;
	margin:0 auto;
	background-color:#353a3b;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
}
nav ul{
	display:block;
	width:623px;
	margin:0 auto;
	padding-left:0px;
	height:30px;
}
nav li {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 16px;
	float: left;
	list-style: none;
	height: 30px;
	text-align:center;
}
nav li.parent-item {
	margin-bottom: 40px;
}
nav li a {
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 2px;
	letter-spacing: .03em;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
}
nav li a:hover {
	color: #d65a00;
	background: none;
}
.parent-item li:hover ul {
	/*left: 0px;*/
	display: block;
	max-height: 10em;
}
#content {
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:50px 0px;
	font-size:18px;
	line-height:140%;
	width:100%;
	min-width:950px;
	min-height:953px;
	position: relative;
}
#content-top {
	width:100%;
	min-width:950px;
	background-color:rgba(0,0,0,.6);
	margin-bottom:40px;
  position: absolute;
}
#content-top-wrap {
	width:950px;
	margin:0 auto;
	padding:20px 0px;
}
article {
	display:block;
	width:650px;
	margin:0 auto;
}
article p {
	text-align:center;
}
#content-bottom {
	width:100%;
	min-width:950px;
	background-color:rgba(0,0,0,.8);
	text-align:center;
	position: absolute;
	bottom:40px;
	
}
#content-bottom-wrap {
	width:950px;
	margin:0 auto;
	padding:20px 0px;
}
#content-bottom-wrap ul {
	padding-left:0px;
}
#content-bottom-wrap ul li {
	float:left;
	width:27%;
	padding-left:4.75%
}
#content-bottom-wrap ul li:nth-child(3) {
	padding-right:4.75%
}
footer {
	width:100%;
	min-width:950px;
	background-color:#743A11;
	padding-bottom:20px;
}
footer ul {
	margin:0px;
}
footer a {
	color:#ffffff;
}
#footer-wrap {
	width:950px;
	margin:0 auto;
}
#footer-sections {
	padding-top:12px;
	padding-bottom:5px;
}
#footer-logo {
	width:25%;
	float:left;
	padding-left:2.4%;
}
#footer-logo img {
	width:180px;
}
#footer-contact {
	width:17%;
	float:left;
	padding-left:5.4%;
	font-weight:bold;
	margin-top:2px;
	font-size:14px
}
#footer-menu {
	width:21%;
	float:left;
	padding-left:2.4%;
	font-size:14px
}
#footer-menu li h3, #footer-links li h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-size:14px
}
#footer-links {
	width:22%;
	float:left;
	padding-left:2.4%;
	padding-right:2.4%;
	font-size:14px
}
#credits {
	color:#000000;
	font-size:12px;
	font-weight:bold
}
#copyright {
	width:48%;
	padding-left:2%;
	float:left;
}
#signature {
	width:48%;
	padding-right:2%;
	float:right;
	text-align:right;
}
#signature a {
	color:#000000;
}