@import url("global.css");

/* home ----------------------------------------------- */

#container {
	background: url(../images/bg.gif) top left repeat-y;
}

#subnav {
	margin: 75px 0px 0px 0px;
	height: 211px;
	background: #105D95;
	border-top: 1px solid #999;
}

#subnav ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;	
	list-style: none;
}

#subnav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 147px;
}

#subnav ul li a {
	margin: 0px;
	padding: .5em .5em .5em 1em;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	display: block;
}

#subnav ul li a.active {
	font-weight: bold;
	cursor: default;
	text-decoration: none;	
	padding-left: 1em;	
	background: #0D78C6 url(../images/subnav_bullet.gif) left no-repeat;
}


#subnav ul li a:hover {
	text-decoration: none;
	background: #0486E4;
}


#subnav ul li a.active:hover {
	background: #0486E4 url(../images/subnav_bullet.gif) left no-repeat;
}


#home a {background: url(../images/nav_home.gif) top left no-repeat;} 
#about a {background: url(../images/nav_about.gif) top left no-repeat;} 
#services a {background: url(../images/nav_services.gif) top left no-repeat;} 
#markets a {background: url(../images/nav_markets.gif) top left no-repeat;} 
#news a {background: url(../images/nav_news.gif) top left no-repeat;}  
#careers a {background: url(../images/nav_careers.gif) top left no-repeat;}  
#client a {background: url(../images/nav_client.gif) top left no-repeat;}

#home {background: url(../images/nav_home.gif) top left no-repeat;} 
#about {background: url(../images/nav_about.gif) top left no-repeat;} 
#services {background: url(../images/nav_services.gif) top left no-repeat;} 
#markets {background: url(../images/nav_markets.gif) top left no-repeat;} 
#news {background: url(../images/nav_news.gif) top left no-repeat;}  
#careers {background: url(../images/nav_careers.gif) top left no-repeat;}  
#client {background: url(../images/nav_client.gif) top left no-repeat;} 


#featured a {
	color: #105D95;
	text-decoration: none;
}

#featured a:hover {
	color: #0677C9;
}

