@import url("global.css");

/* careers ----------------------------------------------- */

#container {
	background: url(../images/bg.gif) top left repeat-y;
}

/* image replacement for h1 tags
----------------------------------------------- */
#subnav2 {
	margin: 74px 0px 0px 0px;
	width:147px;
}

#subnav {
	margin: 74px 0px 0px 0px;
	height: 212px;
	background: #3B7785;
	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;
	text-decoration: none;
	background: #5F9EB7 url(../images/subnav_bullet.gif) left no-repeat;
}


#subnav ul li a:hover {
	text-decoration: none;
	background: #6DA8BE;
}


#subnav ul li a.active:hover {
	background: #6DA8BE url(../images/subnav_bullet.gif) left no-repeat;
}

ul#subsub {
	margin: 0px;
}
ul#subsub li a {
	font-size: 11px;
	padding: 1px 0px 1px 14px;
}

ul#subsub li a.active {
	font-weight: normal;
	background: #5F9EB7 url(../images/subnav_bullet.gif) no-repeat 3px 4px;
}
ul#subsub li a.active:hover {
	background: #6DA8BE url(../images/subnav_bullet.gif) no-repeat 3px 4px;
}

#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: #3B7785;
	text-decoration: none;
}

#featured a:hover {
	color: #3C97AC;
}

