﻿/* ------------- "generic" styles */

body {
	margin: 0 auto; padding: 0;
	background: #171716 url(images/background.gif) top center;
}

h1 {
	font: bold 10pt Arial, sans-serif;
	color: #000964;
	background: url(images/h1Icon.gif) no-repeat left;
	padding-left: 8px;
}

p {
	font: 9pt Arial, sans-serif;
	color: black;
	padding-left: 8px;
	margin-top: -3px;
}

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

/* ------------- navigation styles */

#nav {
	position: absolute;
	width: 808px;
	top: 221px;
	z-index: 2;
}

#nav li {
	display: inline;
	line-height: 54px;
}

#nav li a{
	text-decoration: none;
	color: #888888;
	font: 8pt Arial, sans-serif;
	background: url(images/navBorder.gif) no-repeat bottom left;
	padding: 4px 6px 2px 10px;
}

#subnav {
	position: absolute;
	top: 249px;
	left: -25px;
	width: 808px;
	z-index: 1;
}

#subnav li {
	display: inline;
	line-height: 54px;
}

#subnav li a {
	text-decoration: none;
	color: #888888;
	font: 8pt Arial, sans-serif;
	background: url(images/subnavIcon.gif) no-repeat left;
	padding: 0 5px 0 8px;
}

#subnav li a:hover, #subnav li a:active {
	background: url(images/subnavIconActive.gif) no-repeat left;
}

#nav li a:hover, #nav li a:active {
	color: white;
}

#welcome #nav .welcome a,
#ourcompany #nav .ourcompany a,
#whatwedo #nav .whatwedo a,
#tdusafety #nav .tdusafety a,
#workportfolio #nav .workportfolio a,
#projectbids #nav .projectbids a,
#contactus #nav .contactus a {
	font: bold 9pt Arial, sans-serif;
	color: white;
	background: #101010 url(images/navActive.gif) no-repeat top 
right;
	cursor: default;
	padding: 5px 11px 3px 10px;
	border-left: #313131 1px solid;
}

/* ------------- main column styles */

#container {
	width: 808px;
	margin: 0 auto;
	position: relative;
}

#masthead {
	width: 900px;
	height: 240px;
	position: absolute;
	left: -25px;
}
#content { 
	position: absolute;
	top: 257px;
	width: 804px;
	min-height: 440px;
	border: #313131 1px solid;
	padding: 35px 10px 0 10px;
	background: #101010;
}

#sep {
	background: url(images/sep.gif) no-repeat center;
	width: 363px;
	height: 2px;
}

#footer {
	clear: both;
	display: block;
	text-align: center;
	color: #999999;
	font: 12px Arial, sans-serif;
	padding: 13px 0 2px 0;
	height: 45px;
	margin-bottom: -25px;
}

