body, html{
width:100%;
height:100.1%;
margin-top:0;
margin-left:0;	
margin-right:0; 
font-size: 25pt;
color: #ffffff; 
font-family: "Helvetica 75 Bold"; 	 
float: left; 
clear: left; 
text-align:center;
overflow:hidden;
}
/*structure*/
#wrap{
	height: 1000px;
	text-align:center;
	margin:0 auto;
}

#indexpg{
	height:101.5%;
	width:100%;
	background: url('../media/img/bg.jpg') no-repeat fixed bottom left;
	
}

	#container{
		height:100%;
		width:800px;
		text-align:center;
		margin:0 auto;
}

			#header{
			height:95px;
			width:800px;
			text-align:center;
			margin:0 auto;
			border-bottom: black solid 1px;
			}
			
				#header-left{
				height:95px;
				width:800px;
				padding:center;
				margin:0 auto;
				background: url(../media/img/logo.png) no-repeat;
				}
			
			#main{
			min-height: 500px;
			width:800px;
			text-align:center;
			margin:0 auto;
			margin-top:5px;
			
			}
			
			#footer{
			height:100px;
			width:800px;
			text-align:center;
			margin:0 auto;
			margin-top:5px;
			margin-bottom: 500px;
			border-top: black solid 1px;
			
			
			}
			
		#logo{
			height:200px;
			width:800px;
			text-align:center;
			margin:0 auto;
			background: url(../images/logo.png) no-repeat center center;
		}
	
			#navbar{
				height:60px;
				width:800px;
			}
			
		#body{
			height:100px;
			width:800px;
			text-align:center;
			margin:0 auto;
		}
		
		#whitefooter{
			height:10px;
			width:800px;
			text-align:center;
			margin:0 auto;
		}
/*structure*/

/*navigation*/

/***display lists next to each other and remove bullets*/
#navtop,#navtop ul {
	padding:0;margin:0
	}
#navtop li ul a {
	margin-left:0.1em;
	}
#navtop li {
	float:left;
	position:relative;
	display:inline;
	list-style-type:none;
	}
/***hide sub lists*/
#navtop li ul {
	position:absolute;
	visibility:hidden;
	display:inline;
	width:800px;
	top:33px;
	left:-213px;
	}
fieldset p {
	clear:left;
	padding-left:-10;
	}
/***buttons*/
ul#navtop li a{
	text-indent:-9999px;
	display:block;
	height:33px;
	float:left;
	}
ul#navtop li a.home{
	background:url(../media/images/nav/home.png) no-repeat bottom center;
	width:47px;
}
ul#navtop li a.about{
	background:url(../media/images/nav/about.png) no-repeat bottom center;
	width:65px;
}
ul#navtop li a.services{
	background:url(../media/images/nav/services.png) no-repeat bottom center;
	width:57px;
}
ul#navtop li a.projects{
	background:url(../media/images/nav/projects.png) no-repeat bottom center;
	width:56px;
}
ul#navtop li a.careers{
	background:url(../media/images/nav/careers.png) no-repeat bottom center;
	width:51px;
}
ul#navtop li a.contact{
background:url(../media/images/nav/contact.png) no-repeat bottom center;
width:70px;
}
	/***top nav*/
	ul#navtop li a.home:hover, ul#navtop li a.home:active,
	ul#navtop li a.about:hover, ul#navtop li a.about:active,
	ul#navtop li a.services:hover, ul#navtop li a.services:active,
	ul#navtop li a.projects:hover, ul#navtop li a.projects:active,
	ul#navtop li a.sbaps:hover, ul#navtop li a.sbaps:active,
	ul#navtop li a.careers:hover, ul#navtop li a.careers:active,
	ul#navtop li a.contact:hover, ul#navtop li a.contact:active{
		background-position:center center;
	}
	/***sub nav*/
	ul#subnav li a.residential:hover, ul#subnav li a.residential:active,
	ul#subnav li a.commercial:hover, ul#subnav li a.commercial:active,
	ul#subnav li a.industrial:hover, ul#subnav li a.industrial:active,
	ul#subnav li a.education:hover, ul#subnav li a.education:active,
	ul#subnav li a.handl:hover, ul#subnav li a.handl:active,
	ul#subnav li a.civil:hover, ul#subnav li a.civil:active{
		background-position:center center;
	}
body#home ul#navtop li a.home,
body#about ul#navtop li a.about,
body#services ul#navtop li a.services,
body#projects ul#navtop li a.projects,
body#sbaps ul#navtop li a.sbaps,
body#careers ul#navtop li a.careers,
body#contact ul#navtop li a.contact{
	background-position: top center;
}

/*misc*/
a { 
	outline: none; 
}
a:link { 
	color:#ffffff; 
}
a:visited { 
	color:#716f6f; 
}
a.option {
  color: #ffffff;	
  display: block;
  cursor: pointer;
  text-decoration:underline;
}
a.option:hover {
  text-decoration: none;
  color: #ffffff;
}

/***png fix*/
* {
behavior: url(scripts/iepngfix.htc);
}
/***************************styles***************************************************/
h1{
	font-size:18px;
	color:#0b2532;  
}
h2{
	font-size:15px;
	color:#0b2532;
}
.hide {
position: absolute;
left: -9000px;
}

