@charset "UTF-8";


@import url("featuredProjectsModule.css");
@import url("featuredProjectsGallery.css");
@import url("globalNavigation.css");
@import url("socialMediaModule.css");
@import url("footer.css");
@import url("typography.css");
@import url("newsModule.css");


html, body
{
	background:#FFF;
	text-align:center;
	height:100%;
}

#wrapper
{
	position:relative;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto 0 auto;
}

/* the padding added here is to compensate for the footer's height which is 351px tall plus 5 pixels for the bottom border which totals to 356px */
#mainContent
{
	text-align:left;
	width:944px;
	height:auto;
	margin:0 auto 0 auto;
	/*padding-bottom:356px;*/
}



#header 
{
	position:relative;
	margin:0 auto 0 auto;
	height:102px;
	width:944px;
}

#skull
{
	margin:0 0 0 -80px;
	position:absolute;
	float:left;
}
#brand
{
	position:absolute;
	width:279px;
	height:164px;
	float:left;
	left:-78px;
	z-index:102;
}

.divider
{
	margin:15px 0 0 0;
	border-bottom:2px solid #000;
	clear:both;
}

.companyDivider
{
	margin:100px 0 0 0;
	border-bottom:2px solid #3688be;
	clear:both;
}

.dimmer
{
	z-index:999;
	position:fixed;
	background:rgba(0,0,0,.8);
	height:1000%;
	width:100%;
	display:none;
}

.siteURL a 
{
	color:#000;
	text-decoration:none;
}
.siteURL a:hover
{
	color:#666;
}


