body { background-color: #000 }
h1{
	font-size: 1.25em;
	font-weight: bold;
}
h2{
	margin: 5px 0 0 0;
	font-size: 1em;
	font-weight: bold;
}
#container {
	width: 950px;
	height: 600px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -475px;
	margin-top: 17px;
	color: #cbcbcb;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: url(images/bkg.gif) top left no-repeat
}
#container a { text-decoration: none }
#container i { visibility: hidden }
#header {
	width: 940px;
	background-color: #000;
}
#header a {
	width: 302px;
	height: 26px;
	position: absolute;
	top: 0px;
	left: 0px
}

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

#flash {
	width: 100%;
	border-bottom: 1px solid #000
}
#flash-object{
	position: relative;
	z-index: 2;
}
#lowerNav {
	width: 100%;
	height: 22px;
	position: relative;
	background-color: #000;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #bfbfbf
}
#lowerNav a#historic, a#residential, a#institutional, a#commercial, a#green, a#wip, a#hospitality {
	width: 66px;
	height: 9px;
	position: absolute;
	top: 7px;
	left: 16px;
	background: url(images/historic-helvetica.gif) top left no-repeat;
}
#lowerNav a#residential {
	width: 91px;
	left: 136px;
	background: url(images/residential-helvetica.gif) top left no-repeat;
}
#lowerNav a#institutional {
	width: 106px;
	left: 282px;
	background: url(images/institutional-helvetica.gif) top left no-repeat;
}
#lowerNav a#commercial {
	width: 96px;
	left: 442px;
	background: url(images/commercial-helvetica.gif) top left no-repeat;
}
#lowerNav a#hospitality {
	width: 90px;
	left: 593px;
	background: url(images/hospitality-helvetica.gif) top left no-repeat;
}
#lowerNav a#wip {
	width: 95px;
	left: 737px;
	background: url(images/wip-helvetica.gif) top left no-repeat;
}
#lowerNav a#green {
	width: 47px;
	left: 881px;
	background: url(images/green-helvetica.gif) top left no-repeat;
}

#lowerNav a:hover{
	opacity: .40;
	filter: alpha(opacity=40)
}

#upperNav{
	position: absolute;
	background: #fff;
	top: 16px;
	list-style-type: none;
	padding: 0px 5px;
	width: 940px;
	line-height: 14px;
	font-size: 12px;
	z-index: 1;
}
#upperNav, #upperNav a{
	color: black;
}
#upperNav li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	position: relative;
}
#upperNav li ul{
	position: absolute;
	top: 14px;
	padding: 0 20px;
	background: #fff;
}
#upperNav li li{
	display: block;
	padding-left: 0;
}

#content {
	width: 790px;
	padding: 20px 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;
}

.bios #content strong,
.contact #content strong
{
	font-size: 18px;
}

.email{
	padding-left: 25px;
	background: url(/images/emailicon.png) left no-repeat;
}
