body { background-color: #000 }
h2{
	margin: 5px 0 0 0;
	font-size: 1em;
	font-weight: bold;
}
#container {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -400px;
	color: #cbcbcb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bkg.gif) top left no-repeat
}
#container a { text-decoration: none }
#container i { visibility: hidden }
#header {
	width: 790px;
	padding: 17px 5px 8px 5px;
}
#header a {
	width: 266px;
	height: 20px;
	position: absolute;
	top: 17px;
	left: 5px
}

#vendorportal{
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 80px;
	height: 25px;
}

#flash {
	width: 100%;
	height: 338px;
	border-bottom: 1px solid #000
}
#lowerNav {
	width: 100%;
	height: 22px;
	position: relative;
	background-color: #FFF;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #bfbfbf
}
#lowerNav a#historic, a#residential, a#institutional, a#commercial, a#green, a#wip {
	width: 75px;
	height: 11px;
	position: absolute;
	top: 7px;
	left: 16px;
	background: url(images/historic.gif) top left no-repeat;
}
#lowerNav a#residential {
	width: 105px;
	left: 112px;
	background: url(images/residential.gif) top left no-repeat;
}
#lowerNav a#institutional {
	width: 120px;
	left: 238px;
	background: url(images/institutional.gif) top left no-repeat;
}
#lowerNav a#commercial {
	width: 106px;
	left: 379px;
	background: url(images/commercial.gif) top left no-repeat;
}
#lowerNav a#wip {
	width: 184px;
	left: 506px;
	background: url(images/wip.gif) top left no-repeat;
}/* 645 total = 145 space*/
#lowerNav a#green {
	width: 55px;
	left: 711px;
	background: url(images/green.gif) top left no-repeat;
}
#lowerNav #historic:hover, #residential:hover, #institutional:hover, #commercial:hover, #green:hover, #wip:hover {
	opacity: .40;
	filter: alpha(opacity=40)
}
#content {
	width: 640px;
	padding: 35px 80px 0 80px;
}
#content a{
	color:#fff;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	font-size: 9px;
	text-align: center
}

#footer a{
	color: #fff;
}