/*** Content Containers **/

.content_container {
	width: 710px;
	margin: 0;
}

.nav_container,
.teaser {
	width: 225px;
	float: right;
}

.nav_container_sub {
	width: 225px;
	margin: 15px 0;
}

.content_container_sub {
	width: 710px;
	float: right;
	margin-bottom: 15px;
}

.content_container_sub .highlight {
	font-size: 14px;
	font-weight: bold;
	color: #3A98CA;
}

.content_container_sub h1 {
	margin-top: 0;
}

.content_container_sub h2 {
	color: #5A8954;
	font-size: 20px;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	padding-bottom: 0.1em;
	padding-left: 8px;
	border-bottom: 4px double #E0E0E0;
	line-height: 1.0em;
}

.content_container_sub h1+h2 {
	margin-top: 0.83em;
}

.content_container_sub h3 {
	font-weight:normal;
	font-size:16px;	
	margin-top: 20px;
	margin-bottom: 5px;
}

.content_container_sub ol {
	padding-left: 15px;
}

.content_container_sub li {
	padding-bottom: 5px;
	margin-left: 35px;
	list-style:outside;
}

.content_container_sub.singlepage {
	width: 100%;
	float: right;
	margin-bottom: 15px;
}

.singlepage p {
	margin-left: 8px;
}

/*--- Header ---*/

#header_container {
	border-top: 4px #2172A0 solid;
	height: 66px;
	background-image: url(../images/layout/header-bkg.gif);
	background-position:bottom;
}

#header_nav {
	color: #67645E;
	background-image:url(../images/layout/header-btn.jpg);
	background-repeat: repeat-x;
	float:right;
	height: 35px;
	color: #67645E;
	margin: 0;
	padding: 0;
}

#header_nav li{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
	line-height:35px;
	padding: 0 10px;
	list-style: none;
	background-image: url(../images/layout/header-btn-div.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

#header_nav .share {
	background-image: none;
	padding-right: 0;
	margin-right: -11px;
	margin-top: -1px;
}
#header_nav .first {
	padding-left: 0;
}

#header_nav .last {
	background-image: none;
	padding-right: 0;
}

#header_nav .go {
	float:right;
	padding-left: 4px;
}

#header_nav .end {
	padding: 0;
}

#header_nav .search {
	float:left;
	padding-right: 4px;
}

#header_nav a:link,
#header_nav a:visited,
#header_nav a:active {
	color: #67645E;
	text-decoration: none;
}

#header_nav a:hover {
	text-decoration: none;
	color: #8F8B85;
	
}

#print_page {
	color: #67645E;
	float: right;
	margin-top: -20px;
	padding-right: 10px;
}

#print_page a:link,
#print_page a:visited,
#print_page a:active {
	color: #67645E;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#print_page a:hover {
	text-decoration: underline;
	color: #67645E;
}


/*** Main Navigation ***/

#main_nav {
	background: url(../images/layout/main_nav_bkgd.gif) repeat-x;
	height: 35px;
	margin: 0;
	padding: 0;
}

#main_nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main_nav li {
	background: url(../images/layout/subnav_button_bkgd.gif) no-repeat;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	padding: 0;
	width: 161px;
}

#main_nav li#first {
	width: 228px;
}	
#main_nav li:hover {
	background: url(../images/layout/subnav_button_hoverbkgd.gif) no-repeat;
}
#main_nav li#first:hover {
	background: none;
}	
#main_nav a:link,
#main_nav a:visited,
#main_nav a:active,
#main_nav a:hover {
	color: #D0F9FF;
	display: block;
	text-decoration: none;
}


/*** Top Navigation Drop Down Menus ***/

#main_nav li ul {
	background-color: #FFFFFF;
	border: 1px solid #5491B1;
	border-top: none;
	display: none;
	list-style-type: none;
	padding: 3px;
	position: absolute;
	z-index: 2000;
}

#main_nav li:hover ul {
	display: block;
	margin-left: -2px;
}

#main_nav li ul li {
	background: none;
	background-color: #D8EEF9;
	border-top: solid 1px #FFFFFF;
	float: none;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	width: 153px;
}
#main_nav li ul li:hover {
	background: none;
	background-color: #F5F6ED;
}
#main_nav li ul li.first_subnav,
#main_nav li ul li.first_subnav:hover {
	background-color: #FFFFFF;
}	
#main_nav li ul li a:link,
#main_nav li ul li a:visited,
#main_nav li ul li a:active {
	color: #222222;
	font-weight: normal;
	padding: 5px;
}

#main_nav li ul li a:hover {
	color: #124466;
	font-weight: normal;
	padding: 5px;
}

#main_nav li ul#testimonials {
	width: 151px;
}


/*** Footer ***/

#footer_container {
	background-color: #EFF0E2;
	background-image: url(../images/layout/footer-bkg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	border-top: 4px #BFC0B6 solid;
	color: #585551;
	font-size:11px;
	height: 84px;
	margin-top: 15px;
	padding-top: 12px;
}

.footer_links a:link,
.footer_links a:visited,
.footer_links a:active {
	border-bottom: 1px solid #C3C6BC;
	color: #585551;
	display: block;
	font-weight:normal;
	margin-top: 0.75em;  /* same as the copyright */
	width: 100%;
}
.footer_links a:hover {
	text-decoration:none;
	color:#333;
	border-bottom: 1px solid #A9ACA3;
}
.footer_links {
	width: 200px;
	margin-left: 45px;
}

#copyright {
	float:right;
	margin-top: 0.75em;  /* same as the footer links */
}