html{
	overflow:auto;
}
body,td,th {
	color: #363636;
}
h1,h2,h3,h4{
	padding:0px 0px 3px 0px;
	margin:0px 0px 12px 0px;
	font-weight:bold;
	color:#f37021;
}
h5,h6,h7{
	padding:1px 0px;
	margin:0px;
	font-weight:normal;
	font-style:italic;
}
hr{
	margin:20px 0px;
	padding:0px;
}
img{
	border:0px;
}
ul{
	padding:3px 0px 3px 30px;
	margin:0px 30px 10px 0px;
	font-size:.75em;
}
li{
	line-height:1.5em;
}
@font-face{
	font-family:"Gotham";
	src:("/font/Gotham-Black.eot"); /* IE */
	src:local("Gotham Medium"), url("/font/Gotham-Black.otf") format("opentype"); /* non-IE */
}
body{
	background:#363636 url(/images/background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}
a:link, a:visited, a:hover, a:active {
	color:#f37021;
	text-decoration:none;
}
p{
	text-indent:0px;
	margin:0px;
	padding:0px;
}
.bg-top{
	background:url(/images/bg-bar.jpg);
	padding:0px;
	margin:0px auto;
	max-width:1200px;
	height:10px;
}
.bg-bottom{
	background:url(/images/bg-bar.jpg);
	padding:0px;
	margin:0px auto;
	max-width:1200px;
	height:3px;
}

/*==========HEADER=========*/
.header{
	padding:0px;
	margin:0px auto;
	width:100%;
	min-width:800px;
	height:100px;
}
.header-logo{
	padding:0px;
	margin:0px;
	width:100px;
	height:100px;
	float:left;
}
.header-menu-container{
	padding:0;
	margin:0;
	width:calc(100% - 100px);
	height:100px;
	float:left;
	overflow:hidden;
}
.header-menu{
	padding:0;
	margin:0;
	width:600px;
	height:100px;
	font-size:1.75em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
}
.header-menu li{
	line-height:100px;
	float:left;
}
.header-menu li a{
	display:block;
	padding:0px 2px;
	margin:0px 13px;
	height:16px;
	color:#939598;
}
.header-menu li a:hover{
	color:#f37021;
}
.header-social-container{
	padding:0px;
	margin:44px 0px 16px 0px;
	width:75px;
	height:20px;
	float:left;
}
.header-social{
	padding:0px;
	margin:0px;
	width:75px;
	height:20px;
	list-style:none;
}
.header-social li{
	float:right;
}
.header-social li a{
	display:block;
	padding:0px;
	margin:0px 0px 0px 5px;
	width:20px;
	height:20px;
}
.social-img{
	width:20px;
	height:20px;
	border:0px;
}

/*==========FOOTER=========*/
.footer{
    position:fixed;
    bottom:0;
	padding:0 10px;
	margin:0px auto;
	width:98%;
	height:20px;
	line-height:20px;
	min-width:780px;
	text-align:center;
	font-size:10px;
	color:#939598;
	background:#363636;
}

/*=========PAGE BODY==========*/
.page-body{
	background:#FFF;
	padding:30px;
	margin:0px auto;
	width:640px;
	font-size:1.4em;
	line-height:1.5em;
	height:auto;
	overflow:hidden;
}

.page-wrap{
	padding:50px;
	margin:0px auto;
	width:calc(100% - 100px);
	height:calc(100vh - 220px);
	min-width:700px;
	min-height:500px;
	overflow:auto;
}

#whatwedo-wrap,#whoweare-wrap,#contact-wrap{
    display:none;
}
/*==========HOME=========*/
.home{
	background:url(/images/home-bg.jpg) center;
	background-size:cover;
}

/*==========WHAT WE DO=========*/
.whatwedo{
	background:url(/images/whatwedo-bg.jpg) center;
	background-size:cover;
}

/*==========WHO WE ARE=========*/
.whoweare{
	background:url(/images/whoweare-bg.jpg) center;
	background-size:cover;
}

/*==========CONTACT=========*/
.contact{
	background:url(/images/contact-bg.jpg) center;
	background-size:cover;
}