/* CSS Document */



/*--- Body Stuff-----------------------------------------*/



body {

	margin:0px;

	

	border-top-color:#0161b2;

	border-top-style:solid;

	border-top-width:3px;

	

	border-bottom-color:#0161b2;

	border-bottom-style:solid;

	border-bottom-width:3px;

	

	overflow:hidden;

	

}



/*--- Div Stuff------------------------------------------*/



div.bullet {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff;

	background-color:#f7811f;

	font-weight:bold;

	border-width:1px;

	border-color:#ffffff;

	border-style:solid;

	border-bottom:none;

	width:400px;

	padding:3px;

}

div.bulletbottom {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff;

	background-color:#f7811f;

	font-weight:bold;

	border-width:1px;

	border-color:#ffffff;

	border-style:solid;

	width:400px;

	padding:3px;

}

div.bullet:hover {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff;

	background-color:#14aa00;

	font-weight:bold;

	border-width:1px;

	border-color:#ffffff;

	border-style:solid;

	border-bottom:none;

	width:400px;

	padding:3px;

	cursor:pointer;

}

div.bulletbottom:hover {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff;

	background-color:#14aa00;

	font-weight:bold;

	border-width:1px;

	border-color:#ffffff;

	border-style:solid;

	width:400px;

	padding:3px;

	cursor:pointer;

}



/*--- Text Stuff-----------------------------------------*/



h1 {
	font-family:"Arial";
	font-size:14px;
	text-transform:uppercase;
	color:#ffffff;
	/* background-image:url(h1.png); */

}

h2 {

	font-family:"Arial";

	font-size:14px;

	color:#ffffff;

	/* background-image:url(h1.png); */

}

p {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff;

	margin-top:10px;

	margin-bottom:10px;

	margin-right:20px;

	padding:0px;

}

p.alert {

	font-family:"Arial";

	font-size:11px;

	color:#ffff99;

	font-weight:bold;

	margin-top:10px;

	margin-bottom:10px;

	margin-right:20px;

	padding:0px;

}

p.green {

	font-family:"Arial";

	font-size:11px;

	color:#80ff80;

	font-weight:bold;

	margin-top:10px;

	margin-bottom:10px;

	margin-right:20px;

	padding:0px;

}

li,td {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff;

}

li.inline {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff;

	margin-right:20px;

}

a {

	font-family:"Arial";

	font-size:11px;

	color:#AFD5FA;

	font-weight:bold;

	text-decoration:none;

}

a:hover {

	color:#003366;

	background-color:#ffffff;

}

a.white {

	color:#ffffff;

}

a.white:hover {

	color:#ffffff;

	background-color:transparent;

}

a.bullet {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff;

	font-weight:bold;

	text-decoration:none;

}



blockquote {

	margin:20px;

}



/*--- Form Stuff-----------------------------------------*/



input, textarea {
	font-family:"Arial";
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-color:#003366;
	border-style:solid;
	padding:2px;

}

select, option {

	font-family:"Arial";

	font-size:11px;

	color:#000000; 

}

input.alert {

	font-family:"Arial";

	font-size:11px;

	color:#000000; 

	background-color:#ffff99;

	border-color:#cc0000;

	border-style:solid;

	padding:3px;

	background-position:right;

	background-repeat:no-repeat;

}

textarea {
	font-family:"Arial";
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-color:#003366;
	border-style:solid;
	padding:5px;
	height:100px;
	width:400px;
	margin-top: 3px;
	margin-bottom: 3px;
}

textarea.alert {
	font-family:"Arial";
	font-size:11px;
	color:#000000;
	background-color:#ffff99;
	border-color:#cc0000;
	border-style:solid;
	padding:3px;
	height:100px;
	width:400px;
	background-position:top right;
	background-repeat:no-repeat;
	margin-top: 3px;
	margin-bottom: 3px;
}

input.submit {

	font-family:"Arial";

	font-size:11px;

	color:#ffffff; 

	background-color:transparent; 

	border:none;

	background-image:url(gfx/layout/submit.png);

	background-repeat:no-repeat;

	width:105px;

	height:32px;

}

td.alert {

	color:#ffff99;

	font-weight:bold;

}
.padding {
	margin-top: 22px;
	margin-left: 60px;
}



input.sub {

	font-family:"Arial";

	font-size:11px;

	font-weight:bold; 

	background-color:transparent; 

	border:none;

	background-image:url(gfx/layout/submit.jpg);

	background-repeat:repeat-x;

}





/*--- Other Stuff-----------------------------------------*/



hr {

	border-top-color:#ffffff;

	border-top-style:solid;

	border-top-width:2px;

	

	border-bottom:none;

	border-left:none;

	border-right:none;

	

	width:600px;

	margin-left:0px;

	margin-right:0px;

	margin-bottom:0px;

	padding:0px;

}

img {

	border:none;

}



/*--- Menu Stuff------------------------------------------*/



#nav, #nav ul { /* all lists */

	padding: 0;

	margin: 0;

	list-style: none;

	line-height: 1;

}



#nav a {

	display: block;

	/*width: 10em;*/

}



#nav li.home { /* all list items */

	width: 140px; /* width needed or else Opera goes nuts */

}



#nav li.services { /* all list items */

	width: 106px; /* width needed or else Opera goes nuts */

}



#nav li.sectors { /* all list items */

	width: 104px; /* width needed or else Opera goes nuts */

}



#nav li.projects { /* all list items */

	width: 108px; /* width needed or else Opera goes nuts */

}



#nav li.companyinfo { /* all list items */

	width: 209px; /* width needed or else Opera goes nuts */

}



#nav li.newsroom { /* all list items */

	width: 124px; /* width needed or else Opera goes nuts */

}



#nav li.contact { /* all list items */

	width: 106px; /* width needed or else Opera goes nuts */

}



#nav li.careers { /* all list items */

	width: 103px; /* width needed or else Opera goes nuts */

}



#nav li { /* all list items */

	float: left;

	width: 10em; /* width needed or else Opera goes nuts */

}



#nav li ul { /* second-level lists */

	position: absolute;

	background: #4777b9;

	width: 10em;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}



#nav li ul li:hover { /* second-level lists */

	background: #015EAB;

}



#nav li.hover ul.hover li.hover { /* second-level lists */

	background-color: #015EAB;

}



#nav li ul li { /* second-level lists */

	padding: 5px;

	border-color: #ffffff;

	border-style: solid;

	border-width: 0px 2px 2px 2px;

}



#nav li ul.services {

	width: 270px;

}



#nav li ul li.services {

	width: 258px;

	_width: 271px;

}



#nav li ul.servicesx {

	width: 410px;

	top: 147px;

	margin-left: 263px;

	_margin-left: 262px;

}



#nav li ul li.servicesx {

	width: 398px;

	_width: 411px;

}



#nav li ul.sectors {

	width: 150px;

}



#nav li ul li.sectors {

	width: 138px;

	_width: 151px;

}



#nav li ul.projects {

	width: 106px;

}



#nav li ul li.projects {

	width: 94px;

	_width: 107px;

}



#nav li ul.careers {

	width: 102px;

}



#nav li ul li.careers {

	width: 90px;

	_width: 103px;

}



#nav li ul ul { /* third-and-above-level lists */

	margin: -1em 0 0 10em;

}



#nav li:hover ul ul, #nav li.sfhover ul ul {

	left: -999em;

}



#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;

}



#content {

	clear: left;

	color: #ccc;

}
