/* CSS formatting for contact Engineering Pages, created 12/06 */

ul#sub_nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	z-index: 400;
}

ul#sub_nav li { /* all list items */
	float: left;
	position: relative;
	height: 34px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 400;
}

/* to override top and left in browsers other than IE, which will position to the 
top right of the containing li, rather than bottom left */
li > ul { 
	top: auto;
	left: auto;
}

ul#sub_nav li ul { /* second-level lists */
	list-style: none;
	display: none;
	border-top: 1px solid #000000;
	position: absolute;
	top: 100%;
	left: -1px;
	padding: 0;
	margin: 0;
	z-index: 400;
}

ul#sub_nav li li {
	height: auto;
	width: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-width: 0 1px 1px 1px;
	padding: 0;
}

ul#sub_nav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	z-index: 400;
}

ul#sub_nav li a {
	height: 28px;
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	display: block;
	text-align: center;
}

ul#sub_nav li li a {
	height: auto;
	text-align: left;
	text-transform: none;
}

ul#sub_nav li a:hover {
	display: block;
	background-color: #336699;
	color:#ffffff;
}

ul#sub_nav li li a:hover {
	background-color: #336699;
	color: #ffffff;
}

ul#sub_nav li li#top {
	border-top: 1px solid #000000;
}

ul#sub_nav li.home { width: 92px; line-height: 28px; }
ul#sub_nav li.home a { width: 80px;}

ul#sub_nav li.process { width: 100px; line-height: 28px; }
ul#sub_nav li.process a { width: 88px; }
ul#sub_nav li.process ul, ul#sub_nav li.process li { width: 150px; line-height:normal  }
ul#sub_nav li.process li a { width: 138px;}

ul#sub_nav li.how { width: 120px; line-height: 28px;  }
ul#sub_nav li.how a { width: 108px;  }
ul#sub_nav li.how ul, ul#sub_nav li.how li { width: 160px; line-height:normal}
ul#sub_nav li.how li a { width: 148px; }

ul#sub_nav li.forms { width: 187px; line-height: 28px;  } 
ul#sub_nav li.forms a { width: 173px; }
ul#sub_nav li.forms ul, ul#sub_nav li.forms li { width: 160px;  }
ul#sub_nav li.forms li a { width: 148px; }

ul#sub_nav li.resources { width: 130px; line-height: 28px;   } 
ul#sub_nav li.resources a { width: 118px;} 
ul#sub_nav li.resources ul, ul#sub_nav li.resources li { width: 160px; line-height: normal; }
ul#sub_nav li.resources li a { width: 148px; }

ul#sub_nav li.contact { width: 110px; line-height: 28px; }
ul#sub_nav li.contact a { width: 98px; }
ul#sub_nav li.contact ul, ul#sub_nav li.contact li { width: 135px; line-height:normal }
ul#sub_nav li.contact li a { width: 123px;  }

/* displays hidden lists */
ul#sub_nav li:hover ul, ul#sub_nav li.over ul { 
	display: block;
}

#main {
	width: 740px;
	border: 1px solid #003366;
	padding: 0;
	margin: 0;
}

#main tr {
	border: 1px solid #003366;
	padding: 0;
	margin: 0;
}

#main td {
	border: 1px solid #003366;
	padding: 0;
	margin: 0;
}

#main #sidebar {
	width:150px;
	 vertical-align: top;
	 background-color: #336699;
	 color: #ffffff;
	 padding: 0;
	 margin: 0;
}

#main #sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#main #sidebar li {
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #ffffff;
}


#main #sidebar ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	width: 138px;
	margin: 0;
	padding: 6px;
	display: block;
}

#main #sidebar ul a:hover {
	display: block;
	background-color: #003366;
	color: #FFFFFF;
}

#main #sidebar img.header {
	text-align: center;
}
	
#main #sidebar ul a.external {
	background-color: #003366;
	color: #FFFFFF;
}

#main #content {
	width: 590px;
	padding: 5px;
	vertical-align: top;
}

#content table, #content tr, #content td {
	border: 0;
}

#content td {
	padding: 3px;
}

#content a {
	color: #336699;
}

#content ul {
	padding-top: 0;
	margin-top: 5px;
	margin-left: 30px;
	padding-left: 0;
}
	
.text18Trebuchet {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	}
	
.text14Trebuchet {
	font-family: Trebuchet MS;
	color: #003366;
	font-weight: bold;
	font-size: 16px;
	}
	
.text12Trebuchet {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 14px;
	}

.text10Trebuchet {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	}

	
/* Formatting for Headers */
h1 {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	margin: 0;
	text-transform: uppercase;
}
			
h2 {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	margin: 0;
	text-transform: uppercase;
	color: #003366;
}
			
h3 {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


/**********************************
	   MAIN TABLE FORMATTING
************************************/
#main #content #body_table {
	width: 576px;
	border: 0;
}

#main #content #body_table #body_content_cell {
	width: 369px;
	vertical-align: top;
}

#main #content #body_table #body_right_cell {
	width: 195px;
	vertical-align: top;
}

/* Select dropdown menu */
.small_select {
	font-size: 11px;
}

/***********************************
	   OUTLINED CONTENT BOX
************************************/
.outline_box,
.outline_box img,
.outline_box img.border  {
	border-color: #CCCCCC;
}

.outline_box_text,
.outline_box_text img,
.outline_box_text img.border {
	border-color: #CCCCCC;
}


/***********************************
  OUTLINED CONTENT BOX - NO IMAGE
************************************/
.outline_box_noimage {
	border: 1px solid #CCCCCC;
	margin: 0 5px 12px 0;
	padding: 8px;
}

.outline_box_noimage h2 {
	padding: 0;
	margin: 0;
}

.outline_box_noimage ul {
	padding: 0;
	margin: 0 0 0 25px;
}


/***********************************
  OUTLINED CONTENT BOX - IMAGE ONLY
************************************/
.outline_box_image {
	border: 1px solid #CCCCCC;
	margin: 0 5px 12px 0;
	padding: 3px;
}