/* styles */

body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003366;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#container {
	width: 820px;
	background: #FFFFFF;
	margin: 0px;
	padding:0px;
}


#nav {
	background-image:url(images/navBGND2.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:90px;
}



/**
 * CSS dropdown menu inspired by Son of Suckerfish...
 * http://www.htmldog.com/articles/suckerfish/dropdowns/
 * http://www.alistapart.com/articles/horizdropdowns
 */
#nav ul.menu { /* top level ul */
margin: 0px;
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  padding:0px;
  list-style: none;
  height: 62px;
    position:relative;
_position:absolute;
  z-index:40;

}



 

#nav .home a {
background-image:url(images/nav_home2.gif);
background-repeat:no-repeat;
height:62px;
left:30px;
position:absolute;
top:28px;
width:78px;
border:none;	
}
#nav .home a:hover {
background-image:url(images/nav_home_active.gif);
background-repeat:no-repeat;	
}

body.home #nav .home a  {
background-image:url(images/nav_home_active.gif);
background-repeat:no-repeat;	
}






li.aboutUs {
background-image:url(images/nav_aboutUs.gif);
background-repeat:no-repeat;
position:absolute;
left:108px;
top:28px;
width:121px;
height:62px;
}

li.aboutUs:hover {
background-image:url(images/nav_aboutUs_active.gif);
background-repeat:no-repeat;
} 

body.about li.aboutUs {
background-image:url(images/nav_aboutUs_active.gif);
background-repeat:no-repeat;
} 

li.manufacturers a {
background-image:url(images/nav_manufactures.gif);
background-repeat:no-repeat;
position:absolute;
left:229px;
top:28px;
width:171px;
height:62px
}

li.manufacturers a:hover {
background-image:url(images/nav_manufactures_active.gif);
background-repeat:no-repeat;
}

body.manufacturers li.manufacturers a {
background-image:url(images/nav_manufactures_active.gif);
background-repeat:no-repeat;
}

li.projects a{
background-image:url(images/nav_projects.gif);
background-repeat:no-repeat;
position:absolute;
left:400px;
top:28px;
width:120px;
height:62px;
}

li.projects a:hover {
background-image:url(images/nav_projects_active.gif);
background-repeat:no-repeat;	
}

body.projects li.projects a {
background-image:url(images/nav_projects_active.gif);
background-repeat:no-repeat;	
}

li.resources {
background-image:url(images/nav_resources2.gif);
background-repeat:no-repeat;
position:absolute;
left:520px;
top:28px;
width:139px;
height:62px;
}

li.resources:hover {
background-image:url(images/nav_resources_active.gif);
background-repeat:no-repeat;
}

body.resources li.resources {
background-image:url(images/nav_resources_active.gif);
background-repeat:no-repeat;
}


li.contact {
background-image:url(images/nav_contact.gif);
background-repeat:no-repeat;
position:absolute;
left:659px;
top:28px;
width:111px;
height:62px;
}

li.contact:hover {
background-image:url(images/nav_contact_active.gif);
background-repeat:no-repeat;
}

body.contact li.contact {
background-image:url(images/nav_contact_active.gif);
background-repeat:no-repeat;
}


#nav a {
  display: block;
  padding: .5em 1.4em;
  margin: 0;
  line-height: normal;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

#nav a:hover {
color:#6977Af;
  text-decoration: none;
}

#nav a.active {
  text-decoration: none;
  color: #6977Af;
}

#nav li {
	cursor:pointer;
  display: inline;
  float: left;
  margin: 0px;
  padding: 0;
  /* width:10em; /* fixed width works better, but looks ugly */
}

/* second-level lists */

#nav ul.menu ul {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
}

#nav li ul {
  position: absolute;
  width: 13.8em; 
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}

#nav li li {
  float: left;
  width: 13.8em;
}

#nav li ul a {
  padding: 0.5em 0.3em 0.5em 1.4em;
  width: 15em;
  /* line-height: 2.5em; */
  /* color: white; */
  /* background-color: #777; */
  border-bottom: 1px solid #92adc7;
  background:#003265 none repeat scroll 0%;
}

#nav li ul a:hover {
  /* color: white; */
  /* background-color: #444; */
}

#nav li ul ul {
  margin: -1.3em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}
/* end of menu */


#flashobject {

}

#main {
	float:left;
	width:820px;
	margin:0px;
	background-image:url(images/homeBody_bgnd.jpg);
	background-repeat:repeat-y;
	min-height:200px;
}

#main2 {
	float:left;
	width:820px;
	margin:0px;
	background-image:url(images/mainBody_bgnd2.jpg);
	background-repeat:repeat-y;
	min-height:200px;
}

#sidebar-left {
	float: left; 
	width: 180px;
	margin: 0 30px 0 0; 
	padding: 0px 10px 15px 0px;
	min-height:200px;
}

body.home #sidebar-left {
width:200px;
margin:0;	
}

#sidebar-left p{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height: 21px;
	padding-left:20px;

}

#sidebar-left p.forgotApply a:link {
font-size:10px;
font-weight:normal;
color:#fff;
text-decoration:none;
}

#sidebar-left p.forgotApply a:hover {
text-decoration:underline;
}


#sidebar-left p.forgotApply {
font-size:10px;
font-weight:normal;
}


#homeLogin {
font:Verdana, Arial, Helvetica, sans-serif;
color: #fff;
margin:20px 0 0 20px;
}

#homeLogin a:link, #homeLogin a:visited {
font-weight:bold;
font-size: 14px;
color:#fff;
text-decoration:none;
}

#homeLogin a:hover {
font-weight:bold;
font-size: 14px;
color:#fff;
text-decoration:underline;
}








#sidebar-right {
	float: right;
	width: 252px; 
	min-height:392px;
	
}

#mainContent {
	margin: 25px 50px 0 250px;
} 

#mainContent2 {
	margin: 25px 60px 0 75px;
} 



#mainContent h1{
	font-size: 14px;
	font-weight: bold;
	color:#0099cc;
	line-height: 20px;
	padding-bottom:5px;
}

#mainContent h1.title{
border-bottom: 1px #000 solid;	
}

#mainContent2 h1{
	font-size: 14px;
	font-weight: bold;
	color:#0099cc;
	line-height: 20px;
} 


#mainContent p{
color:#000;
font-size: 12px;
line-height: 20px;
}

#mainContent2 p{
color:#000;
font-size: 12px;
line-height: 20px;
} 


#mainContent p.pForm {
font-size: 14px;
color:#000;
font-size: 12px;
margin-top:15px;
}

#mainContent p.pForm2 {
margin-top: -5px;
}





#lineCard{
color:#003366;
width: 300px;
font-size:12px;
font-weight:bold;
	position:absolute;
	left:590px;
	top:205px;
} 

#lineCard a:link, #lineCard a:visited {
text-decoration:underline;
color:#003366;
}

#lineCard a:hover {
color:#eb3422;
text-decoration:underline;
}



.readMore {
text-align:right;
margin-right:30px;
} 

.readMore a:link, #readMore a:visited {
font-size:12px;
font-style:italic;
font-weight:bold;
font-size: 14px;
color:#003366;
text-decoration:none;
}

.readMore a:hover {
font-size:12px;
font-style:italic;
font-weight:bold;
font-size: 14px;
color:#003366;
text-decoration:underline;
}


#search_main {
	background-image:url(images/searchBGN2.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:98px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 2px;
	color:#8ff06b;
	  z-index:10;
}

#search_main2 {
	background-image:url(images/searchBGN3.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:98px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 2px;
	color:#8ff06b;
	  z-index:10;
}

#sfield_main {
	float:right;
	padding: 5px 35px 0 0;
}

#searchLINE {
	position:absolute;
	left:480px;
	top:100px;
}


#lfield_main {
	position:absolute;
	left:500px;
	top:100px;
}





#search {
	background-image:url(images/searchBGN.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:105px;
}

#sfield {
	position:relative;
	left:310px;
	top:35px;
}

#sUser {
	position:absolute;
	left:685px;
	top:125px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#sUser a:link, #sUser a:visited {
color:#fff;
text-decoration:none;
}

#sUser a:hover {
color:#fff;
text-decoration:underline;
}





/*#main h1{
	margin: 10px 10px 10px 30px;
	font-size:14px;
	font-weight: bold;
	color: #ee3124;
}*/

.field {
	float:left;
	width: 250px;
	text-align:right;
	margin: 0px;
	font-size:12px;
	font-weight:bold;
}



#sResults {
	clear:both;
	margin-top: 120px;
	margin-left: 30px;
	font-size: 12px;
}

#sResults h1{
	margin-left: 0px;
}


.rule td{
border-top: solid 1px;
}

.tName td{
font-weight:bold;
}



#sResults td{
font-size:11px;
font-style:normal;
}



#footer {
	float:left;
	background-image:url(images/footerBGN.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:61px;
}
#footer p {
margin: 0px 0px 0px 20px;
	color: #fff;
	padding: 10px 0;
}

#footer a:link, #footer a:visited {
font-size:10px;
color:#fff;
text-decoration:none;
}

#footer a:hover {
font-size:10px;
color:#fff;
text-decoration:underline;
}

.fltrt {
font-size:10px;
color:#fff;
	float: right;
	margin: -20px 40px 0px 0px;
}

/*manufactures table */


#manu {
width: 520px;
border-collapse: collapse; 
border-top: hidden;
margin-bottom: 40px;
}

#manu td {
border-top: 1px solid #000;
}

#manu tr.trTitles td{
font-size: 15px;
font-weight:bold;
color:#336799;
border-top: none;
padding-bottom: 10px;
}

#manu tr.trTitles td a:link, #manu tr.trTitles td a:visited {
color:#336799;
text-decoration: none;
}

#manu tr.trTitles td a:hover{
color:#336799;
text-decoration: underline;
}

#manu td {
font-size:11px;
text-align:center;
padding: 20px 0 20px 0;
line-height: 16px;
}
 
#manu td.middle {
width: 200px;
padding-left: 30px;
text-align:left;
}

#manu td.first {
font-size:14px;
}

#manu td.first a:link, #manu td.first a:visited {
color:#000;
font-weight:bold;
}

#manu td.first a:hover {
color:#eb3422;
font-weight:bold;
}

#manu td.last {
font-size:14px;
font-weight:bold;
padding-left:20px;
}

#manu td.middleEnd a:link, #manu td.middleEnd a:visited {
font-size:13px;
font-weight:bold;
}

#manu td.middleEnd a:hover {
color:#eb3422;
}


#manu td img a{
border:none;
}

a img {
border: 0px none;
}

/* Project */

.project, .doc {
border-bottom: #999 solid 1px;
}

.project .prj-img {
float:left;
width: 200px;
padding:0 0 30px 0;	
}

.doc .doc-img {
float:left;
width: 120px;
padding:0 0 30px 0;	
}

.doc .doc-desc {
margin-left:120px;	
}


#mainContent .project p, #mainContent .doc p{
font-size:11px;
line-height:18px;
margin-top:0;	
}

.project h2, .doc h2{
margin-bottom:5px;	
}

.project h2 a, .doc h2 a{
font-size:13px;
color:#003366;
margin-bottom:5px;
text-decoration:none;	
}

.project h2 a:hover, .doc h2 a:hover{
text-decoration:underline;
}


/* Reources Tools */

#resources {
width: 520px;
border-collapse: collapse; 
border-top: hidden;
margin-bottom: 40px;
}

#resources td {
border-top: 1px solid #999;
vertical-align:top;
}


#resources td {
font-size:11px;
text-align:center;
padding: 20px 0 20px 0;
line-height: 16px;
}
 
#resources td.description {
width: 500px;
padding-left: 20px;
text-align:left;
}

#resources td h3 {
	font-size:12px;
	color:#003366;
	margin: 0 0 5px 0;
}


#resources td h3 a{
	color:#003366;
	text-decoration:none;
}

#resources td h3 a:hover {
text-decoration:underline;	
}


.side-contact-info {
	font-weight:normal;
	font-size:12px;
	margin-left:20px;
	border-bottom: solid 1px #8ff06b;
	padding: 20px 0;
	color:#fff;	
	margin-top:20px;
}


.side-content-info-last {
border-bottom:none;	
}

body.contact #sidebar-left {
width:200px;	
}


/* section */

.section {
font-size:12px;
line-height:20px;
	border-bottom: solid 1px #999;
	padding:10px 0 20px 0;
}

.section-last {
	border-bottom: none;
}

body.contact #mainContent h1.title{
	margin-bottom:0px;
}

.section h3{
color:#003366;
margin-bottom:5px;
font-size:12px;
}

.section p{
margin:5px;	
}


#mainContent li{
	list-style-image:url(images/blue-bullet.gif);
}

.section a{
	color:#003366;
	text-decoration:none;
}

.section a:hover {
text-decoration:underline;	
}

/* staff  */

.staff {
	width:520px;
	font-size:11px;
	border-bottom: #999 solid 1px;
	padding: 20px 0;
}


.staff td{
vertical-align:top;
padding-bottom:5px;
}

.staff-last {
border-bottom:none;	
}




