@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bgtile.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color:#FFFFFF;
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#424242;
	font-weight:normal;
/*	text-align:justify; */
}

.highlight {
color:#df4f17;
font-size:12px;
}

td {
/* text-align:justify; */
line-height: 18px;
}

.sitepic {
padding: 2px;
border: 1px solid #cccccc;
}

.left {
float: left; 
margin-right: 15px;
}
.right {
float: right; 
margin-left: 15px;
}

.subheader {
color:#df4f17;
font-weight:bold;
line-height:18px;
}

.title {
color:#df4f17;
font-weight:bold;
line-height:18px;
font-size:16px;
}

.normaltable th {
background-color:#E04F18;
color:#FFF;
font-weight:bold;
}

.normaltable td{
vertical-align:top;
}

.green {
color:#009900;
}

.footer, .footer a:LINK, .footer a:HOVER, .footer a:VISITED {
color:#df4f17;
padding-top:15px;
text-align:right;
text-decoration:none;
font-size:11px;
}

a:LINK, a:HOVER, a:VISITED, a {
color:#790000;
}

a img {
border:0px;
}

ul.normallist li{
margin-left:-25px;
}


/********************DROP DOWN MENU***************************/

body#home a#home, body#aboutus a#aboutus, body#capability a#capability, body#projects a#projects, body#awards a#awards, body#contacts a#contacts{
	background-color:#E04F18;
}
#menubar {
	z-index:1;
	position:relative;
}
/********************start dropdown menu***************************/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}
#nav a {
	display: block;
	/*width: 10.5em;*/
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	padding-left:25px;
	padding-right:25px;
	padding-top:11px;
	vertical-align:middle;
	height:22px;
}
#nav a.more {
	background: url(images/menuarrow.gif) center right no-repeat;
}
#nav li { /* all list items */
	float: left;/*width: 125px;  width needed or else Opera goes nuts */
}
#nav li a {

}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #965B1F;	/*Non-hover menu bg color*/
	display:block;
}
#nav li ul a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0.5em;
	width:184px;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 10.5em;
}
#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 { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #E04F18;
	height: auto;
}
#nav li.menuseparator, #nav li.menuseparator:hover {
	padding:0px;
	background:none;
	vertical-align:bottom;
}

/********************end dropdown menu***************************/

