/* set baseline styles (overwrite browser defaults) */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 11px/16px arial, verdana, helvetica, sans-serif;
}

table, label, input, select, textarea, form p {
	font: 11px/16px arial, verdana, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

p, form {
	margin-bottom: 1.5em;
}

ul, ol, dl, blockquote {
	margin: 0 0 1em 1em;
}

li, dd {
	margin-left: 1em;
	margin-bottom: .2em;
}

blockquote {
	margin: 0 1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	border: 0;
}
/* end baseline styles */

/* general styles */
body {
	background-color: #000000;
	color: #333333;
	text-align: center;
	behavior: url("css/csshover2.htc");
}

#container {
	position: relative;
	z-index: 1;
	margin: 20px auto;
	border: 1px solid #808080;
	width: 1000px;
	text-align: left;
}

.FIRText {
	display: none;
}

.clear {
	clear: both;
}

*html .IEFloat3pxGapHack {
	height: 1%;
} 

h2 {
	margin-bottom: 6px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}

h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
}

hr {
	margin: 10px 0px 10px 0px;
	border: none;
	height: 1px;
	color: #a49f82;
	background-color: #a49f82;
}

a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

.floatLeft {
	float: left;
}

.floatLeftwMargin {
	float: left;
	margin: 0px 20px 20px 0;
}

.floatRight {
	float: right;
}

.floatRightwMargin {
	float: right;
	margin: 0px 0 20px 20px;
}

.alignRight {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

/* main nav styles */
#mainNav {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #808080;
	padding: 0;
	height: 35px;
	list-style-type: none;
}

#mainNav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#mainNav li a {
	display: block;	
}

#mainNav li img {
	vertical-align: bottom;
}

#mainNav li a img {
	visibility: hidden;
}

#mainNavItem1 a:hover, #mainNavItem1 a:active, #mainNavItem1 a.selected {
	background: url("../images/nav_projects_on.gif") no-repeat;
}
#mainNavItem1 {
	background: url("../images/nav_projects_off.gif") no-repeat;
}

#mainNavItem2 a:hover, #mainNavItem2 a:active, #mainNavItem2 a.selected {
	background: url("../images/nav_awards_on.gif") no-repeat;
}
#mainNavItem2 {
	background: url("../images/nav_awards_off.gif") no-repeat;
}

#mainNavItem3 a:hover, #mainNavItem3 a:active, #mainNavItem3 a.selected {
	background: url("../images/nav_publications_on.gif") no-repeat;	
}
#mainNavItem3 {
	background: url("../images/nav_publications_off.gif") no-repeat;
}

#mainNavItem4 a:hover, #mainNavItem4 a:active, #mainNavItem4 a.selected {
	background: url("../images/nav_staff_on.gif") no-repeat;
}
#mainNavItem4 {
	background: url("../images/nav_staff_off.gif") no-repeat;
}

#mainNavItem5 a:hover, #mainNavItem5 a:active, #mainNavItem5 a.selected {
	background: url("../images/nav_contact_on.gif") no-repeat;
}
#mainNavItem5 {
	background: url("../images/nav_contact_off.gif") no-repeat;
}

/* sub nav styles */
#mainNav li ul {
	display: none;	
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#mainNav li .mnSubnav {	
	position: absolute;
	left: 0;
	top: 35px;	
	width: 200px;
	border-right: 1px solid #808080;	
	border-bottom: 1px solid #808080;	
}

#mainNav li:hover .mnSubnav {
	display: block;
}

#mainNav li .mnSubnav li {	
	position: relative;
	float: none;
	display: inline;
}

#mainNav li .mnSubnav li a {
	display: block;
	border-top: 1px solid #808080;	
	border-bottom: none;
	height: 100%;
}

#mainNavItem1Subnav1 a:hover, #mainNavItem1Subnav1 a:active {
	background: url("../images/subnav_residential_on.gif") no-repeat;
}
#mainNavItem1Subnav1 a {
	background: url("../images/subnav_residential_off.gif") no-repeat;
}

#mainNavItem1Subnav2 a:hover, #mainNavItem1Subnav2 a:active {
	background: url("../images/subnav_commercial_on.gif") no-repeat;
}
#mainNavItem1Subnav2 a {
	background: url("../images/subnav_commercial_off.gif") no-repeat;
}


/* home page styles */
#homeFlash {
	height: 322px;
	background-color: #ffffff;
}

/* page styles */
#pageBody {
	padding: 20px 20px 10px 20px;
	color: #ffffff;
	background-color: #000000;
}

.header {
	margin-bottom: 5px;
}

/* contact us page styles */
#locationMapBox {
	position: absolute;
	top: 140px;
	right: 20px;
	z-index: 10;
	margin: 40px 40px 0 0;
	padding: 10px;
	width: 430px;
	height: 426px;
	background-color: #666666;
}

#locationMap {
	width: 430px;
	height: 426px;
}

/* project page styles */
.projectLinkBox {
	margin-top: 4px;
}

.projectPhotos {
	display: none;
}
