/*************************************************
Header Items
*************************************************/
#header #tagline {
	background: #66a3c2 url(../images/about_us_tagline.jpg) no-repeat;
}
#header #sub_nav {
	color: #66a3c2;
	background-color: #006;
}

/*************************************************
Main Content Items
*************************************************/
#content #left h2 {
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #999;
	font-size: 1.3em;
	color: #006;
	background-color: #fff;
}

/*************************************************
Navigation
*************************************************/
/* sub_nav */
#sub_nav a {
	height: auto;
	color: #66a3c2;
	background-color: #006;
}
#sub_nav a.current {
	color: #fff;
	background-color: #006;
}


