/* ----------------------------------------- */
/* TAGS */
/* ----------------------------------------- */

body {
	margin: 0;
	font-family: Arial, sans-serif;
	height: 100%;
	font-size: small;
	background-image:url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
	color: #822433;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #822433;
	margin-top: 0px;
	margin-bottom: 1px;
	}

h3 {
	font-family: Arial;
	font-size: 1.1em;
	line-height: 120%;
	color: #373737;
	margin-top: 0px;
	margin-bottom: 1px;
	}

h4 {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #363636;
	margin-top: 0px;
	margin-bottom: 6px;
	}
hr {
	height: 1px;
	margin: 0px 0px;
	color: #822433;
}
img {
	border: 0px;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #822433;
}
a:visited	{
color: #808284;
}

/* ----------------------------------------- */
/* DIV IDS */
/* ----------------------------------------- */

#main-body {
	width: 801px;
	position: absolute;
	top: 0px;
	left: 99px;
}

#header	{
	width: 100%;
	height: 92px;/*75*/
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#search{
	margin-top: 70px;
	width: 12em;
	float: left;
	overflow: hidden;
}
#IEroot #search	{
	width: 160px;
	}
#searchField	{
	float:left;
	color: #808284;
	}	
#goBtn {
	float: right;
	margin-left: 2px;
	width: 38px;
	background-color: #CCCCCC;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 12px/*changed from75%*/;
	height: 22px;/*changed from 20px*/
}

#logo {
	float: right;
	margin-top: 34px;
}

#content	{
	float: left;
	clear: right;
	margin-bottom: 20px;
	width: 640px;
}
#content h1, #content h2, #content h3, #content p {
	padding-left: 15px;
}
/*only IE*/
#IEroot	#content{
	margin-bottom: 5px;
}
#contentWrapper	{
	width: 640px;
	}
/*division-bar, opBrands-bar, opBrands-text, opBrands-line are used on Home page and About to introduce the division icons*/
#division-bar {
	clear: both;
}
#opBrands-bar	{
width: 786px; height: 30px; padding: 1px 0 0 15px; margin-bottom: 10px; clear: both; overflow: hidden;
}
#opBrands-text	{
font-size: 12px; font-weight: bold; 
padding:10px 0 0 5px; float:left;
}
#opBrands-line	{
width: 550px; height: 7px; border-top: #999999 1px solid; border-right: #999999 1px solid; float: right; margin-top: 22px;
}
/*
a#divEng:link {
display:block;
border: thin solid black;
float: left;
	width: 160px;
	line-height: 109px;
	text-indent:-100em;
	text-decoration: none;
background-image:url(../2ndRound/willdan/images/._engine_off.jpg) no-repeat;
}
a#divEng:hover, a#divEng:visited:hover{
background-image:url(../2ndRound/willdan/images/._engine_off.jpg) no-repeat;
}	
*/

#footer {
/*float: left; check*/
	clear: both;
	padding-top: 43px;
	width: 801px;
	height: 30px;
	text-align: center;
	color: #808284;
}
/*only IE*/
#IEroot #footer	{
padding-top: 35px;
}
#visitBtn {
	position: absolute;
	top: 147px;
	left: 565px;
	width: 250px;
	height: 59px;
	text-align: left;
	font-size: .7em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	color: #f4e3c6;
}

#footer a {
	text-decoration: none;
	font-family: Arial;
	font-size: 1em;
	color: #808284;
}
#footer a:hover {
	text-decoration: underline;
}

/* ----------------------------------------- */
/* DIV IDS CONT'D - NAVIGATION MENU */
/* ----------------------------------------- */

#nav {
	/*position: relative;
	top: 0;
	left: 0;*/
	float: left;
	width: 158px;
	height: 296px;
	background-color: #E7E8E9;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
}
#IEroot #nav	{
	width: 160px;
	font-size: 13px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	list-style: none;
	z-index: 15;
	display: block;
	padding: 0;
	margin: 0;
	/*margin-bottom : -1px;*/
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 118px;/*9.1em*/;
	margin-top : -1.8em;
	z-index: 20;
	display: block;/*doesn't help*/
	}
/*only IE*/
#IEroot #nav li ul {
	margin-left: 160px;
}
#nav li a {
	width: 143px;/*160px width of #nav-14pad-1pxborder;/*11em*/;
	height: 1.5em;
	display : block;
	font-weight : normal;
	text-decoration : none;
	background-color: #E7E8E9;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 3px 14px 0 0;
	text-align: right;
	color: #003c69;
	}

#IEroot #nav li a	{
	height: 20px;
	width: 145px;/*160-14-1*/
	}
#nav li a:hover{
	color : white;
	background-color : #003C69;
	font-weight: bold;
}

a #current	{
font-weight: bold;
}
#nav li li a { /* second-level lists */
	width: 13em;
	text-align: left;
	padding-left: 10px;
	white-space: nowrap;
	}
#IEroot #nav li li a	{
	width: 175px;
		}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{ /* lists nested under hovered list items */
		left: auto;
	}
/*#IEroot #nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{ 
	}*/

/* ----------------------------------------- */
/* DIV CLASSES */
/* ----------------------------------------- */
.head{
	height: 45px;
	width: 630px;
}
.head h1{
	font-size: 2.2em;
	color: #ffffff;
	margin: 0px 5px;
	padding-top: 10px;
}
.division {
	float: left;
	width: 132px;
	height: 127px;
	padding-left: 1px;
}

.text-block{
	float: left;
	width: 242px;
	padding: 18px 24px 0 0;
	font-size: small;
/*	line-height: 115%;*/
	color: #808284;
}
.text-blockblue{
	background-color: #003C69;
	float: left;
	width: 242px;
	padding: 18px 24px 0 0;
	font-size: small;
/*	line-height: 115%;*/
	color: #ffffff;
}
.text-block a:link, text-block a:visited, text-block a:hover	{
	text-decoration: underline;
	}
.text-block h2	{
	margin-bottom: 7px;
}	
#content .text-block h2	{
	margin-left: 9;
	margin-bottom: 7px;
	line-height: 135%;
}
.text-block2	{ /*add in addtion to text-block*/
	width: 508px;} /*2x242 (double text-block) + 24 (would have been padding on second)*/
	
.photodiv {
	border: #e7e8e9 1px solid ;
	float: left;
	margin-bottom: 8px;
	margin-left: 15px;
	}
.photodiv p, .photodiv span{
	font-size: 10px;
	line-height: 95%;
	margin: 3px 2px;
	color: #808284;
}

/* ----------------------------------------- */
/*IMAGE CLASSES*/
/* ----------------------------------------- */
.padLeft	{
	margin-left: 5px;
}
.padRight	{
	margin-right: 5px;
}

/* ----------------------------------------- */
/* DYNAMIC FORMS*/
/* ----------------------------------------- */
.form{
	margin-left: 10px;
	}
.form h2	{
	margin-left: -12px;
	}

.form li, .form ul	{
	margin-top: 0PX;
	margin-left: 0px;
}
#IEroot	.form li	{
	margin-left: 15px;
}
table .bottomBorder	{
	border-bottom: 1px solid #333;
}
table .bottomBorder-dbl {
	border-bottom: 2px double #000;
}

/*this cell padding rule works in IE but not in Firefox
.form table td	{
padding: 50;
}*/
.form table	{
	border: 0;
}
#IEroot .form table	td{
	padding: 0;
}




/* ----------------------------------------- */
/* SPAN AND TEXT */
/* ----------------------------------------- */

.copyright {
	font-size: .8em;
}
.copyright a	{
	text-decoration: underline;
	}
/*FOR DATA GRIDS*/
.grid {
	font-size: 1em;
	border: solid 1px #BCBDBC;
	border-collapse: collapse;
}
.grid td    {
	border: solid 1px #bcb3bc;
}
.gridHeader, .gridHeader a	{
	font-weight: bold;
	color: #ffffff;
	background-color: #003c69;
}
.gridItem	{
	vertical-align: top;
	text-align: left;
}
.gridItem p, .gridAlt p, .gridItem li	{	
	margin-left: -1em;
}
.gridHeader a:visited	{
	color: #F2F2F3;
}
.gridAlt	{
	background-color: #F2F2F3;
	text-align: left;
	vertical-align: top;
 }
.white	{color: #FFFFFF;
    font-weight: bold;
	}

.small	{
	font-size: .9em;
	}
/*division font colors */
.WDFont	{
	color: #000000;
}
.WEFont	{
	color: #003c69;
	}
.WGFont	{
	color: #b06f00;
	}
.WESFont	{
	color: #58a618;
	}
.WFFont	{
	color: #007c92;
	}
.WHFont	{
	color: #822433;
	}
.WRFont	{
	color: #888600;
	}
hr.clear	{
clear: both;
}
hr.clearHidden{ 
clear:both; 
display:block; 
visibility:hidden; 
margin:0; 
padding:0;} 
.cellIndent {
	padding-left: 10px;
}
.cellIndentDbl	{
	padding-left: 20px;
}
/*news user control*/
#ucNews div{
	float:left; 
	width: 52px; 
	overflow: hidden; 
	margin-bottom: 6px;}
#ucNews p{font-size: 10px;
line-height: 85%; 
margin: -1px 1px 1px -12px;
}
#ucNews hr	{clear:both; margin:2px 2px 4px 0;color:#e7e7e8;
}
/* end news user control*/