/*----------------- body, HTML styles  ---------------*/
* {
margin: 0;
padding: 0;
}

body {
	text-align:center;
	background-color: #333333; //#425a69; //#92b1b1; //#006633; //#336699;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 70%;  /*Resets 1em to 11px */
	line-height: 1.4em;
}

body a {
	color: #cc3300; //#990000; //#554C7B; //#3c6a69; //#006633; //#993333;
}

body a:hover {
	color: #000000; //#336699;
}

.noa a { color: transparent; }
.nohover a:hover {  background-color: transparent; }

/*--------------------- layout styles ---------------- */

#centerwrap {	
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;	
}
#topheader {
	height: 150px;
	background-image: url(images/banner-animation.gif);
	background-repeat: no-repeat;
	z-index:1000;
	position:relative;
}
#topheader a {
	margin: 0 0 0 38px;
	height: 150px;
	width: 132px;
	display: block;
}
#topheaderstub {
	height: 150px;
	background-image: url(images/banner_01.jpg);
	background-repeat: no-repeat;
	z-index:0;
	position:relative;
	top:-150px;
}
#topheaderstub a {
	margin: 0 0 0 38px;
	height: 150px;
	width: 132px;
	display: block;
}

#navheader {
	height: 39px;
	background-color: #E5DEB4;
	position:relative;
	top:-150px;
}

#centerrow { /* allows for same-height columns */
	overflow: hidden; 
	float: left; 
	position:relative;
	top:-150px;
}
#leftcolumn, #centercolumn {  /* allows for same-height columns */
	padding: 0 0 1000em 0; 
	margin: 0 0 -998.5em 0; 
	float:left;
}
#leftcolumn /* right and left columns have same background color */
{
	background-color: #E5DEB4;
}
#leftcolumn {
	width:160px;		
}
#centercolumn {
	width:620px;
	background-color: #F2EDD8;
	padding: 10px 10px 1000em 10px;	
}

#bottomfooter {
	width:800px;
	padding: 0 0 3px 0;
	float:left;
	background-color: #849484; //#993333;
	text-align: center;
	color: #000000; //#FFFFFF;
	position:relative;
	top:-150px;
}

/* -------------------- element/content styles ----------------- */

#ProjectSchedule{
	padding:3px;
	margin: 20px 5px 10px 5px;
}
#Address{
	padding: 3px 0 0 0;
}

/* -------------- common classes ---------------------- */

.h1text{
	font-size:200%;
}

.h2text{
	font-size:150%;
}

.h3text{
	font-size:125%;
}

.boldtext{
	font-weight:bold;
}

.italictext{
	font-style:italic;
}
.underlinetext{
	text-decoration:underline;
}

.standardborder{
	border: 2px solid #CCCCCC;
}

.indent1{
	margin: 0 0 0 20px;
}

.centertext{
	text-align: center;
}

.redtext{
	color: red;
}

/*---------- Top-level menu -----------*/

#menu {
	font-size: 1.3em;
	/*width: 148px;*/
	font-family: Arial, Helvetica, sans-serif;
	position:relative;	
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 39px;
}

#menu li {
	float: left;
}

#menu li a { /* format of the first menu */
	display: block;	
	color: #ffffff; //#f2f2f2;
	text-decoration: none;
	background-image: url(images/button-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 34px;
	text-align: center;
	width: 160px;
	height: 39px;
}

#preload { 
	position:absolute;
	visibility:hidden;
}

#menu li a:hover { /* when the first menu is hovered over */
	background-position: right;
	text-decoration: underline;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li, * html #menu ul li.over { float: left; height: 1%; }
* html #menu li a, * html #menu ul li a:hover { height: 1%; }
/* End */

/* ---------- Secondary Menu ---------- */




