@import url("global.css");

/* markets ----------------------------------------------- */

#container {
	background: url(../markets/images/bg.gif) top left repeat-y;
}
#container h5 { padding-left: 10px; }


#subnav {
	margin: 74px 0px 0px 0px;
	height: 212px;
	background: #628748;
	border-top: 1px solid #999;
}

#subnav ul {
	margin: 5px 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: .4em 1em .4em 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: #80AF5F url(../markets/images/subnav_bullet.gif) left no-repeat;
}


#subnav ul li a:hover {
	text-decoration: none;
	background: #8EB66D;
}


#subnav ul li a.active:hover {
	background: #8EB66D url(../markets/images/subnav_bullet.gif) left no-repeat;
}


#home a {background: url(../markets/images/nav_home.gif) top left no-repeat;} 
#about a {background: url(../markets/images/nav_about.gif) top left no-repeat;} 
#services a {background: url(../markets/images/nav_services.gif) top left no-repeat;} 
#markets a {background: url(../markets/images/nav_markets.gif) top left no-repeat;} 
#news a {background: url(../markets/images/nav_news.gif) top left no-repeat;}  
#careers a {background: url(../markets/images/nav_careers.gif) top left no-repeat;}  
#client a {background: url(../markets/images/nav_client.gif) top left no-repeat;}

#home {background: url(../markets/images/nav_home.gif) top left no-repeat;} 
#about {background: url(../markets/images/nav_about.gif) top left no-repeat;} 
#services {background: url(../markets/images/nav_services.gif) top left no-repeat;} 
#markets {background: url(../markets/images/nav_markets.gif) top left no-repeat;} 
#news {background: url(../markets/images/nav_news.gif) top left no-repeat;}  
#careers {background: url(../markets/images/nav_careers.gif) top left no-repeat;}  
#client {background: url(../markets/images/nav_client.gif) top left no-repeat;} 


#featured a {
	color: #628748;
	text-decoration: none;
}

#featured a:hover {
	color: #76B04D;
}

