/*----------------------------------------------
------------------------------------------------
		Author:		JJ Nold
		Version:	4.5.2010
		Site: 		http://www.cchwebsites.com
		Copyright:  CCH Site Builder 2010
		
		Content:	Navigation
		
		1			Header Nav
			a		Buttons
			b		Hover States
			c		Active Page States
		2			Footer Nav
------------------------------------------------
------------------------------------------------*/

/* 1 - Header Nav */
#navbar	{ margin:0; padding:0; font-size:12px; overflow:hidden;	}
#navbar li { list-style:none; display:inline; }
#navbar a {	height:30px; text-indent:-1000em; display:block; float:left; background:url(../images/nav.gif) 0 0 no-repeat; }

/* 1 - a - Buttons */
li#home_nav a { width:58px; background-position:0 0; }
li#profile_nav a { width:82px; background-position:-58px 0; }
li#services_nav a { width:86px; background-position:-140px 0; }
li#careers_nav a { width:86px; background-position:-226px 0; }
li#team_nav a { width:99px; background-position:-312px 0; }
li#news_nav a { width:64px; background-position:-411px 0; }
li#links_nav a { width:61px; background-position:-475px 0; }
li#bdo_nav a { width:122px; background-position:-536px 0; }


/* 1 - b - Hover States */
li#home_nav a:hover { background-position:0 -30px; }
li#profile_nav a:hover { background-position:-58px -30px; }
li#services_nav a:hover { background-position:-140px -30px; }
li#careers_nav a:hover { background-position:-226px -30px; }
li#team_nav a:hover { background-position:-312px -30px; }
li#news_nav a:hover { background-position:-411px -30px; }
li#links_nav a:hover { background-position:-475px -30px; }
li#bdo_nav a:hover { background-position:-536px -30px; }

/* 1 - c - Active States */
div#nav.home li#home_nav a { background-position:0 -60px; cursor:default; }
div#nav.profile li#profile_nav a { background-position:-58px -60px; cursor:default; }
div#nav.services li#services_nav a { background-position:-140px -60px; cursor:default; }
div#nav.careers li#careers_nav a { background-position:-226px -60px; cursor:default; }
div#nav.team li#team_nav a { background-position:-312px -60px; cursor:default; }
div#nav.news li#news_nav a { background-position:-411px -60px; cursor:default; }
div#nav.links li#links_nav a { background-position:-475px -60px; cursor:default; }
div#nav.bdo li#bdo_nav a { background-position:-536px -60px; cursor:default; }

/* 2 - Footer Nav */
#footer	{ background-image:url(../images/footer.gif); height:51px; vertical-align:bottom; width:940px; margin-left:0; margin-bottom:0; color:#FFF; padding:10px 10px 0 10px; clear:left; }
#footer a { text-decoration:underline; color:#999; padding:5px; }
#footer a:hover { color:#FFF; }
#footer_nav_padding { margin-left:-5px; }