@charset "UTF-8";
/*
html {
	overflow-x: hidden;
	overflow-y: hidden;
}
*/
body {
	margin:0;
	padding:0;
	font-size: 12px;
	background-color: #333;
	width: 100%;
	height: 100%;
	color: white;
}

#bgImage {
	position: absolute;
	margin:0;
	padding:0;
	width: auto;
	height: auto;
	z-index: 5;

}

#logo {
	position: absolute;
	width: 793px;
	height: 55px;
	margin-top: 88px;
	display: inline;
	margin-left: 5px;
	z-index: 15;
	background-image: url(../images/bradford_Construction.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/*-----------------<begin nav bar>-------------*/
 
#navWrapper {
	position: absolute;
	height: 35px;
	width: 1300px;
	margin-top: 135px;
	padding: 0;
	background-image: url(../images/navMain_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index: 10;
}	

#navBar {
	float: left;
	width: 1000px;
	height: 35px;
	min-width: 900px;
	text-align: center;
	display: inline;
	margin-top: 0px;	
}

#navBar ul {
	margin-top: 10px;
}

#navBar li {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: inline;
	list-style: none;
	margin-right: 49px;
}

a:link {
   	color:#fff;
   	text-decoration:none;
}

a:active {
   	color:#4f6e8d;
}

a:hover {
   	text-decoration:none;
	color:#B9BABC;
}

#navBar a:visited {
	color:white;
   	text-decoration:none;
}

/*-----------------<end nav bar>-------------*/

#footer {
	position: absolute;
	height: 98%;
	width: 550px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 7pt;
	color: white;
	z-index: 6;
}

#footerSpacer {
	height: 98%;
	width: 100%;
}

#footer a:link {
	color: white;
	text-decoration: underline;
}

#footer a:visited {
	color: white;
	text-decoration: underline;
}