@charset "UTF-8";

:link,:visited { text-decoration:none; }

ul,ol { list-style:none; }

span,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none; }

body {
	background-color: #edebd6;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
a {
	text-decoration: none;
	color: #edebd6;
}

a:hover {
	color: #edebd6;
	text-decoration: none;
	}
	
p {
	font-size: 80%;
	line-height: 140%;
	color: #666;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 10px;
	}	


#container {
	margin: 0 auto;
	width: 770px;
	padding: 0 0px;
	position: relative;
	background-color: #FFF;
	margin-top: 50px;
	}
	
#footer {
	clear: both;
	margin: 0 auto;
	width: 720px;
	background: url(../images/footer.gif) top left no-repeat;
	padding: 20px 0 20px 70px;
	text-align: center;
	}
	
#footer ul {
	}		
	
#footer li {
	border-left:1px solid #FFF;
	display: inline;
	font-size: 60%;
	margin: 0;
	padding: 0 3px 0 4px;
	}
	
#footer li.first {
	border-left: none;
	color: #22272d;
	}	
	
#footer a {
	color: #999;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #999;
	font-size: 10px;
	}
	
#header {
	width: 770px;
	height: 120px;
	background-color: #22272d;
	}
	
#logo {
	float: left;
	width: 450px;
	height:120px;
	}
	
#contact {
	float: right;
	width: 290px;
	display: inline;
	margin-right: 20px;
	text-align: right;
	padding-top: 16px;
	}
	
#contact p {
	color: #999;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	}
	
#contact a {
	color: #CCC;
	}
	
#contact a:hover {
	text-decoration: none;
	color: #FFF;
	}						


.white {
	color: #edebd6;
	}	
	
	
#navigation {
	clear: both;
	font-size: 80%;
	width: 770px;
	background-color: #CCC;
	height: 30px;
	padding: 0;
	margin: 0 0 0 0;
	}
	
/* \*/
/* Fix IE. Hide from IE Mac \*/
* html #navigation { padding-bottom: 0} 
/* End */ 
/* */	
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0; /* all lists */
	padding-left: 0px;	
	}	

#navigation li {
	float: left;
	height: 30px;
	}

#navigation a {
	color: #444;
	display: block;
	text-decoration: none;
	width: 92px;
	padding: 0;
	height: 35px;
	line-height: 30px;
	text-align: center;	/* padding: 5px 9px 5px 9px;	*/
	}
	
#navigation li.last a {
	width: 126px;
	}	
	
#navigation li.lastactive a {
	color: #FFF;
	text-decoration: none;
	background-color: #939598;
	width: 126px;
	}

#navigation a:hover, #navigation li.active a {
	color: #FFF;
	text-decoration: none;
	background-color: #09F;
	}
	
#navigation li.active a {
	color: #09F;
	text-decoration: none;
	background-color: #BBB;
	}
	
#navigation li.selected {
	background-color: #021655;
	}	
	
#navigation li:hover ul, #navigation li.over ul  { /* JWPH - Added second selector here */
	/* lists nested under hovered list items */
	 top: 108px;
	 z-index: 100; 
	}

#navigation li ul {
	top: /*24px */ -10000px ;
	position: absolute;
	padding: 0;
	margin: 0;
	}

#navigation li li {
	list-style: none; 
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 0;
	margin: 0;
	margin-left: -1px;
	background-color: #021655;
	float: none; 
	width: 200px;
	}

#navigation li li a {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 9px;
	color: #FFF;
	}

#navigation li li a:hover {
	text-decoration: none;
	display: block;
	color: #FFF;
	background-color: #004385;
	border-right: 0;
	}
	
.current {
	text-decoration: none;
	display: block;
	color: #FFF;
	background-color: #004385;
	border-right: 0;
	}
	
/* \*/
/* Fix IE. Hide from IE Mac \*/
* html #navigation li li { height: 0; top: 2px} 
* html #navigation li li a { height: 0; } 
/* End */ 
/* */

/*** END ***/		
	
#leftcol {
	float: left;
	display: inline;
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #22272b;
	}
	
#leftcol p {
	padding: 10px 10px;
	color: #FFF;
	background-color: #22272b;
	}
	
#subnav {
	width: 180px;
	background-color: #666;
	margin-top: 0px;
	padding: 0;
	}	
	
#subnav ul {
	margin: 0;
	padding: 0;
	}
	
#subnav ul li {
	display: block;
	font-size: 70%;
	color: #FFF;
	padding: 10px 10px;
	border-bottom: 1px solid #22272b;
	background-color: #edebd6;
	border-left: 1px solid #22272b;
	border-right: 1px solid #22272b;
	}
	
#subnav li a {
	width: 160px;
	color: #22272b;
	}
	
#subnav li a:hover, #subnav li.active a {
	color: #22272b;
	}		
	
#rightcol {
	float: left;
	display: inline;
	width: 590px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}	
	
#bannerimage {
	width: 770px;
	height: 180px;
	background-color: #CCC;
	padding: 0px;
	margin: 0px;
	}
	
.bannerhome {
	background: url(../images/banner_home.jpg) top left no-repeat;
	}
	
	
.bannerabout {
	background: url(../images/banner_about.jpg) top left no-repeat;
	}
	
.bannerhowwework {
	background: url(../images/banner_howwework.jpg) top left no-repeat;
	}
	
.bannerservices {
	background: url(../images/banner_services.jpg) top left no-repeat;
	}	
	
.bannercareer {
	background: url(../images/banner_career.jpg) top left no-repeat;
	}
	
.bannerpeople {
	background: url(../images/banner_people.jpg) top left no-repeat;
	}		
					
.bannerclients {
	background: url(../images/banner_clients.jpg) top left no-repeat;
	}	
	
.bannerresources {
	background: url(../images/banner_resources.jpg) top left no-repeat;
	}
	
.bannercontact {
	background: url(../images/banner_contact.jpg) top left no-repeat;
	}							
			
		
	
#links {
	width: 540px;
	text-align: left;
	background-color: #22272d;
	color: #939598;
	font-size: 80%;
	margin: 0;
	padding: 9.5px 25px;
	}	
	
#links a {
	color: #FFF;
	}
	
#links a:hover {
	color: #555;
	}
	
#copy {
	width: 540px;
	padding: 25px;
	}
	
#copy h1 {
	width: 400px;
	height: 50px;
	text-indent: -999px;
	}	
	
#copy a {
	color: #B7B7B7;
	text-decoration: none;
	}
	
#copy a:hover {
	color: #333;
	text-decoration: none;
	}
	
#copy ul.list {
	margin-top: 10px;
	}
	
#copy ul.list li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 80%;
	line-height: 140%;
	color: #666;
	margin-left: 40px;
	padding: 0;
	}
			
	
#flyout {
	float: right;
	width: 180px;
	border-bottom: 5px solid #414042;
	background: url(../images/flyoutbgrnd.gif) top left no-repeat;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 130px;
	}	
	
#flyout ul {
	margin: 0;
	padding: 0;
	}
	
#flyout li {
	font-size: 70%;
	color: #FFF;
	border-bottom: 1px solid #414042;
	background: url(../images/arrow.gif) 5px 15px no-repeat;
	padding: 8px 10px 8px 15px;
	}			
	
#flyout li a {
	color: #414042;
	}	
	
#flyout li a:hover {
	color: #414042;
	text-decoration: underline;
	}	
	
.header {
	background: #414042;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
.title_welcome {
	background: url(../images/title_welcome.gif) top left no-repeat;
	}	
	
.title_about {
	background: url(../images/title_about.gif) top left no-repeat;
	}
	
.title_howwework {
	}	
	
.title_services {
	background: url(../images/title_services.gif) top left no-repeat;
	}	
	
.title_career {
	background: url(../images/title_career.gif) top left no-repeat;
	}
	
.title_people {
	background: url(../images/title_people.gif) top left no-repeat;
	}

.title_clients {
	background: url(../images/title_clients.gif) top left no-repeat;
	}
	
.title_resources {
	background: url(../images/title_resources.gif) top left no-repeat;
	}			
	
.title_contact {
	background: url(../images/title_contact.gif) top left no-repeat;
	}	
	
#accreditations {
	position: absolute;
	bottom: 30px;
	left: 50px;
	}					
						
	
	
		
	
.clear {
	clear: both;
	}		
.blue {
	color: #edebd6;
	font-weight: bold;
}
.number {
	font-size: 18px;
}
#imgleft {
	margin-right: 10px;
	text-align: left;
	float: left;
}
