/*

COLORS USED:

#003752; Navy, used in masthead
#89A95D; Dark green, used in nav hover and current states
#83B041; Medium green, used in nav, quote authors, & headers
#A7CE72; Medium-light green, used in nav background
#DFEADC; Light green, used in side nav background
#A59E9A; Dark tan, used in border accents
#BCB6B3; Medium tan, used in spotlight boxes
#D2D2D2; Light grey/tan used in right column background

*/


@import url(modules.css);
@import url(pages.css);


html, body {    
   height: 100%; 
}

.footerfix { /* A wrapper to allow the footer to stick to browser bottom */
	min-height: 100%;
    position: relative;
    margin-bottom: -0px;
}

body {	
	background: url(img/vert_bg_2.gif) repeat-y center top;
	font: normal 13px/22px "Trebuchet Ms";
	height: 100%;
}

p {
	color: #333;
	font: normal 13px/22px "Trebuchet Ms";
}

.img-left {float: left; padding: 0 10px 10px 0;  }

.aside {
	font-size: 12px;
	color: #666;
	width:570px;
	margin: auto;}

.body_content ul {
	color: #666;
	font: normal 12px/20px "Trebuchet Ms";	
	margin: 0 0 22px 10px;
	padding-left: 0;
	list-style: none;
	}

.body_content li {
	padding-left: 13px;
	
	font-weight: bold;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

.cleary {
	clear: both;
	height: 50px;
}

.lefty {
	float:left;}
	
.righty {
	float:right;}
	
strong {font-weight: bold;}

.really_strong {font-size: 125%;}

.its {font-weight: bold;font-style: italic;}

em {font-style: italic;}
	
.borders {
	padding:4px;
	background-color: #EAEAEA;
	border: 1px solid #ccc;
	margin: 0px 20px 20px 0px;}
	
.borders2 {
	padding:4px;
	background-color: #EAEAEA;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 13px;}
	
.white_l {
	padding:4px;
	margin: 0px 13px 10px 0;}
	
.white_r {
	padding:4px;
	margin: 0px 0 10px 13px;}
	
.centerimg {
	text-align: center;
	margin: auto;
	margin: 12px;}
	
/* ########################################################################## BLOCK QUOTES */	
	
blockquote {
	width:500px;
	margin: auto;
	padding: 5px;}
	
blockquote p {	
	font: 12pt Georgia;}
	
.author {
	font: 10pt Georgia;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #83B041 important!;
	}
	
blockquote .author {float: right; color: #83B041;}

.bq_start {
     float: left;
     background: url(img/start_q.gif) no-repeat;
     width: 19px; height: 67px;}
 
.bq_end {
     float: right;
     background: url(img/end_q.gif) no-repeat;
     width: 19px; height: 47px; }
     


#main_holder {
	width: 909px;
	margin: auto;
	height: 100%;
	border-right: 1px solid #888;
	border-left: 1px dotted #BCB6B3;

}

#header_top {
	height: 32px;
	background-color: #00293D;
}

#header_top a {
	margin-right: 15px;
	color: white;
}



.global_nav {
	float: right;
	padding: 7px 0;
}

.global_nav a {
		font: 8pt "Trebuchet MS";
}

.header_container {
	border-bottom: 4px white solid;
}

#header_bottom {
	padding: 20px;
	background-color: #003752;
	height: 80px;
}

.logo {
	float: left;
	width: 495px;
	height: 80px;
	text-indent: -9999px;
	background: url(img/logo.gif) no-repeat;
}

div.contact_stuff {
	float: right;
	width: 185px;
	color: white;
	border-left: 1px dotted #4D7386 ;
	padding: 0 0 0px 15px;
	margin: 0;
}

div.contact_stuff img {
	padding-right: 5px;
}

div.contact_stuff .vcard {
	padding: 9px;
	border: 3px solid #26556C;
	background-color: #26556C;
}

div.contact_stuff p, div.contact_stuff a {
	color: #B4C4CC;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	font: 12px "Trebuchet MS";
}

#left_column {
	float: left;
	width: 681px;
	/*border-right: 1px #DEDEDE solid;*/
}

#navigation { /* affects all browsers */
	background-color: #A7CE72;
	border-top: 1px #9BBF6A solid;
	border-bottom: 1px #9BBF6A solid;
	height: 30px;
}

html>body #navigation { /* affects standards compliant browsers only */
	border-bottom: 1px #9BBF6A dotted;
}

#nav_list { /* affects all browsers */
	font:10px Georgia;
	text-indent: 0;
	padding-left: 10px;
	margin-top:9px;
	margin-left: 0;
}

html>body #nav_list { /* affects standards compliant browsers only */
	font-size: 12px;
	padding-left: 4px;
}

#nav_list li {
	display: inline;
	list-style-type: none;
	margin-right: 13px;
}

#nav_list a { color: #3E5326; padding-bottom: 5px;}
#nav_list a:hover, #nav_list a current { color: white; border-bottom: 3px solid #89A95D;}

#nav_list .current { border-bottom: 3px solid #89A95D;}


.bread_crumb { margin: 6px; font-size: 11px; color: #999;}
.bread_crumb a {color: #333;}
.bread_crumb a:hover{text-decoration: underline;}

#thirds_bar_top { /* affects all browsers */
	width: 682px;
	background-color: #E0E0E0;
	padding: 10px 0px 0 0;
}

html>body #thirds_bar_top { /* affects standards compliant browsers only */
	width: 681px;
}

.thirds {
	width: 191px;
	float: left;
	padding: 13px;
	margin-right: 10px;
	background-color: #D1D1D1;
	border-top: 1px dashed #BEBEBE;
}

.thirds_3 { /* affects all browsers */
	width: 191px;
	float: left;
	padding: 13px;
	background-color: #D1D1D1;	
	border-top: 1px dashed #BEBEBE;
}

html>body .thirds_3 { /* affects standards compliant browsers only */
	width: 190px;
	margin-right: 10px;
}

.thirds_header {
	font: 22px Georgia;
	letter-spacing: 1px;
	padding-bottom: 7px;
	color: #003752;
}

.thirds p, .thirds_3 p {
	height: 205px;
	text-align: left;
	font-size: 9pt;}

/*  ########################################################################## LOWER THIRDS */

#thirds_bar_bottom { /* affects all browsers */
	width: 682px;
}

html>body #thirds_bar_bottom { /* affects standards compliant browsers only */
	width: 681px;
}

#thirds_bar_bottom a {	
	font: 16px Georgia;
	color: black;
	padding-right: 15px;
	background: url(img/arrow_bullet_large.gif) no-repeat right center;
}

.lower_thirds {
	width: 191px;
	float: left;
	padding: 13px;
	margin-right: 10px;
	background-color: #E1E1E1;
}

.lower_thirds_3 { /* affects all browsers */
	width: 191px;
	float: left;
	padding: 13px;
	background-color: #E1E1E1;
}

html>body .lower_thirds_3 { /* affects standards compliant browsers only */
	width: 190px;
	margin-right: 10px;
}

/*  ########################################################################## BODY CONTENT */

.body_content {
	margin: 45px 40px 0 45px !important;
}

.body_content h3 {	
	font: 26px/22px Georgia;
	color: #003752;
	text-transform: uppercase;}
	
.body_content h4 {	
	font: 18px Georgia;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 23px;}
	
.body_content h5 {
	font: 20px "Trebuchet MS";
	text-transform: uppercase;
	color: #83B041;
	padding: 0 0 30px;
}

.body_content h6 {
	font: 15px "Trebuchet MS";
	text-transform: uppercase;
	color: #A59E9A;
	padding-bottom: 10px;
}

.body_content table h6 {
	padding-bottom: 0;}
	
.faux_bullets {
	padding-left: 24px;
	background: url(img/checkmark.gif) no-repeat .5em;
}
	
.body_content p {
	margin-bottom: 20px;
}

.body_content a {
	color: #597D8E;}
	
.body_content a:hover {
	text-decoration:underline; }


a[href $='.pdf'] { 
   padding-left: 18px;
   background: transparent url(img/pdf_icon.gif) no-repeat center left;
}

a[href ^='http'] { 
   padding-left: 18px;
   background: transparent url(img/external_icon.gif) no-repeat center left;
}

#left_column a[href ^='mailto'], #right_column a[href ^='mailto']  { 
   padding-left: 18px;
   background: transparent url(img/mail_icon.gif) no-repeat center left;
}

/*  ########################################################################## CONTACT ALWAYS */

.contact_always {
	border-top: 1px solid #BCB6B3;
	padding: 0 30px 30px 30px;
	background-color: #F1F1F1;
	color: #888;
	margin-bottom: 40px;}
	
.contact_always p {
	padding: 0;
	margin: 0;}
	
.contact_always h6 {
	background: url(img/contact_always.gif) no-repeat .5em #DCDCDC;
	padding: 10px 10px 10px 28px;
	margin-bottom: 15px;
	width: 89px;
	color:#60625C;}
	
.contact_always a:hover {
	color: black;
	text-decoration: none;}


/*  ########################################################################## PAGE  NAVIGATION */

#right_column {
	float: right;
	width: 222px;
}

.page_name_graphic {
	margin: 0;
	padding: 0;	
}

#page_nav {
	border-top:white 5px solid;
	border-bottom: #C3D7BE 1px solid;
	background-color: #DFEADC;
	margin-top: -5px;
	padding: 15px 0 3px 12px;
}

#page_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#page_nav li {
	margin: 0 0 12px 0;
	font: 13px "Trebuchet MS";
	padding-left: 12px;
	padding-bottom: 2px;
	background: url(img/arrow_bullet_small.gif) no-repeat left center;
	border-bottom: 1px dashed #A2A599;
}

#page_nav a { color:#6A625E;}


/*  ########################################################################## SPOTLIGHT COLUMN */

#spotlight {
	border-top: 5px solid white;
	padding: 10px 3px 0 12px;
}

.spotlight_box {
	background: #BCB6B3;
	padding:15px;
	margin-bottom: 10px;
	border-top: 1px solid #A59E9A;
}

.spotlight_box h2 {
	font: 15px "Trebuchet MS";
	padding: 4px 0 4px 30px;
	margin-bottom:7px;}
	
.spotlight_box p {
	margin-bottom: 12px;
}

.spotlight_box .linky {
		color: black;
		text-decoration: underline;
		font-size: 11px;}

.search {
	background: url(img/searchy_2.gif) no-repeat;
}

#search_field {
	font: 15px/20px "Georgia";
	padding: 2px;
	height:20px;
	width: 170px;
	border: 1px solid #999;
	margin-bottom: 8px;
}

.mailing_list{
	background: url(img/mailing_icon.gif) no-repeat;
}
.testimony { background: url(img/testimony_icon.jpg) no-repeat; }
.featured_downloads {
	background: url(img/featured_downloads.gif) no-repeat;
}

/*  ########################################################################## FOOTER --------------- */

.clearfooter {
   height: 35px;
   clear: both;
}

#footer {
	background-color: #A7CE72;
	position:relative;
	height:35px;
	border-top: 1px solid #89A95D;
	border-right: 3px solid #A59E9A;
}

#footer p {	
	font: 11px "Trebuchet MS";
	padding:10px;
}

.designed_by {
	float: right;
}

.designed_by a {
	text-decoration: underline;
	color: black;
}

.copyrights {
	float: left;
	color: black;
}

   
/*   Takes the right column navigation list off of pages without sub sections */

#contact_page #page_nav, #sitemap_page #page_nav, #partners_page #page_nav {
	display: none;
}


.reset, .reset li { list-style: none; background: none; margin: 0 !important; padding: 0 !important; border: 0; }

/* error */	
#errorbox { line-height: 1.5em; color: #800; border: 3px solid #fdd; font-size: 18px; padding: 8px 20px; display: block; margin-bottom: 15px; }
#errorbox div { margin-left: 60px; line-height: inherit; }
#errorbox span { display: block; float: left; width: 50px; font-weight: bold; line-height: inherit !important; }
.inputerror { color: #800 !important; font-weight: bold !important; }

/* stylized checkboxes */	
.training h6 { margin: 10px !important; }
.f_checkbox {
	background: no-repeat 10px center;
	display: block;
	color: #555;
	cursor: hand;
	padding: 10px 5px 10px 35px !important;
	margin: 0 !important;
}
.f_checkbox:hover { color: #000; }
.checked { color:#000; background-color: #f5f5f5; background-image: url(img/icon_checkbox.gif) !important; }
.unchecked{ color: #555; background-color: #fff; background-image: url(img/icon_checkbox_off.gif) !important; }




 

