
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Kozuka Gothic Pro, Myriad Pro, Helvetica, Tahoma, Sans Serif;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font-size: 24px;
	font-family: Impact, Univers Conensed, Arial Narrow, Sans Serif;
	color: white;
}

h2 {
	font-size: 18px;
	font-family: Impact, Univers Conensed, Arial Narrow, Sans Serif;
	color: white;
}

h3 {
	font-size: 15px;
	font-family: Impact, Univers Conensed, Arial Narrow, Sans Serif;
	color: white;
}

#mainContainer {
	width: 100%;
}

.bodyWidth {
	width: 1024px;
	margin: auto;
	position: relative;
}

#redContainer {
	width: 100%;
	height: 480px;
	min-height: 480px;
	max-height: 480px;
	background-color: #af1f23;
	background-image: url('../img/background50.png');
	background-repeat: no-repeat;
	background-position: center;
}

#logoHolder {
	width: 92px;
	height: 79px;
	float: left;
	margin: 0px 0px 0px 25px;
}

#logo{
	 width:104px;
	 height:88px;
}

#nav {
	float: right;
	margin-top:25px;
    margin-right: 15px;
}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	font-family: Impact, 'Univers Conensed', 'Arial Narrow', 'Sans Serif';
}

#nav ul li {
	display: inline;
	color: white;
	font-size: 19px;
	margin: 0px 8px;

	-webkit-transition:text-shadow 0.5s ease-in-out;
    -moz-transition:text-shadow 0.5s ease-in-out;
    -o-transition:text-shadow 0.5s ease-in-out;
    -ms-transition:text-shadow 0.5s ease-in-out;
    transition:text-shadow 0.5s ease-in-out; 
	text-shadow: 0px -1px 3px #000000;

}

#nav ul li:hover {
    text-shadow:0px 0px 22px #fff; 
}

#nav li:hover {
	cursor:pointer;
}

#banner{
	color:white; width:600px; position:absolute; top: 105px; left: 212px; margin:auto; padding:0px;


}

#banner h1 {
	font-size: 99px;
    margin: 0 auto;
    width: 459px;
    text-shadow: 0px -1px 3px #000000;
}

#banner h2 {
	font-size: 41px;
	margin: 0 auto;
    width: 459px;
    text-shadow: 0px -1px 3px #000000;
}

#banner p {
    line-height: 1.5em;
    margin: 5px 71px 20px;
}

#whiteContainer {
	width: 100%;
	height: 250px;
	min-height: 250px;
	max-height: 250px;
}

.focusBox {
	border: 2px solid #FFFFFF;
    position:absolute;
    height: 200px;
    top: 23px;
    overflow: hidden;
    width: 273px;
    z-index: 10;
    -webkit-box-shadow: 0 -2px 3px 0px #000000;
    -moz-box-shadow: 0 -2px 3px 0px #000000;
    box-shadow: 0 -2px 3px 0px #000000;
    margin: 0px 31px;
 }

.focusBox.about {
    background-image: url('/img/about50.jpg');
}

.focusBox.services {
    background-image: url('/img/services.jpg');
}

.focusBox.projects {
    background-image: url('/img/project50.jpg');
}

.focusBox img{
	width:273px;
	height:350px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#aboutUsBox{
	left:25px;
}

#projectsBox{
	left:347px;
}

#servicesBox{
	left:669px;
}

.hoverContent{
	background-color: #000000;
    height: 45px;
    width: 90px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
    top: 120px;
    color:white;
}

.hoverContent h3{
    margin: 12px;
}

.hoverContent p {
	margin:13px; 
	line-height:1.5em;
	position:relative; 
	min-width: 230px;
	width: 230px;
}

.hoverContent a {
	font-family: Impact,'Univers Conensed', 'Arial Narrow';
	font-size: 13px;
	color: white;
	margin: 13px;
	-webkit-transition:text-shadow 0.5s ease-in-out;
    -moz-transition:text-shadow 0.5s ease-in-out;
    -o-transition:text-shadow 0.5s ease-in-out;
    -ms-transition:text-shadow 0.5s ease-in-out;
    transition:text-shadow 0.5s ease-in-out; 
	text-shadow: 0px -1px 3px #000000;
}

.hoverContent a:hover {
	font-family: Impact,'Univers Conensed', 'Arial Narrow';
	 text-shadow:0px 0px 22px #fff; 
}

#greyContainer {
	width: 100%;
	height: 290px;
	margin: auto;
	min-height: 290px;
	max-height: 290px;
	background-color: #525252;
}

.inline {
	display: inline;
}


#footerContainer {
	width: 100%;
	height: 60px;
	min-height: 60px;
	max-height: 60px;
	background-color: #af1f23;
}

