/* body, headers and text */

body { 
	background-repeat: repeat-x;
	background-image: url(../images/nav_bkg.gif); 
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	border-width: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333333; 	
	}
	
h1 {  
	font-size: 20px;
	/* font-family: "Garamond", "Times", "Times New Roman", Times, serif; */
	color: #FFFFFF;
    margin-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 10px;
	font-weight: bold;  
    }
    
h2 {  
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px; 
	padding-bottom: 2px;
	color: #273C52;
	}
	
h3 {  
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	color: #62768D;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 2px;
	}
	
h4 {  
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	}

p, td 	{
	font-size: 12px; 
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 8px; 
	padding-top: 0px;
	padding-bottom: 0px;
 	} 
	
ul {
	margin-top: 0px;
	padding-bottom: 0px;
	}

select, input, textarea {  
	font-size: 12px; 
	}

/* standard anchor tags */
		
a:link {  
	color: #4D647C;
	font-weight: bold;
	text-decoration: none; 
	}

a:visited {  
	color: #273C52;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {  
	color: #CBB269;
	font-weight: bold;
	text-decoration: underline; 
	}

a:active {  
	color: #CBB269;
	font-weight: bold;
	text-decoration: underline; 
	}

/* ***CUSTOM CLASSES *** */

 /* .darkRule, .lightRule and .required are used for forms and separators */
	
.darkRule {  
	background-color: #333333
	}
	
.lightRule {  
	background-color: #AAAAAA	}

.required {  
	font-weight: bold;
	color: #990033; 
	}


/* .Pending is used during development to highlight content areas that are not finished */

.Pending {  
	font-weight: bold; 
	background-color: #FFCC00
	}
	
/* SPECIAL LINK FORMATTING */

/* .home formats the links in the news section on the home page */
a.home:link {  
	color: #4D647C;
	font-weight: normal;
	text-decoration: none; 
	font-size: 11px;
	line-height: 15px;
	}

a.home:visited {  
	color: #273C52;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	}
a.home:hover, a.home:active {  
	color: #CBB269;
	font-weight: normal;
	text-decoration: underline; 
	font-size: 11px;
	line-height: 15px;
	}

/* .section formats the Section Navigation links above the Contact boxes */
a.section:link, a.section:visited, a.section:hover, a.section:active {
	color: #283C50;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}
	
/* .section formats the Section Navigation links above the Contact boxes */
a.inSection:link, a.inSection:visited, a.inSection:hover, a.inSection:active {
	color: #805F06;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}
	
/* .section2 formats the Section  Sub-Navigation links above the Contact boxes */
a.section2:link, a.section2:visited, a.section2:hover, a.section2:active {
	color: #273C52;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}
	
/* .section2 formats the Section Sub-Navigation links above the Contact boxes */
a.inSection2:link, a.inSection2:visited, a.inSection2:section, a.inSection2:active {
	color: #805F06;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

a.image:link, a.image:visited, a.image:hover, a.image:active {  
	color: #000000;
	text-decoration: none;
	}

/* .contactLink formats the links in the Contact boxes*/
a.contactLink:link, a.contactLink:visited, a.contactLink:hover, a.contactLink:active {
	color: #385777;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	}

/* Special Text formatting */

/* .splash is used for the intro on the home page */
.splash {  
	font-size: 24px;
	/* font-family: "Garamond", "Times", "Times New Roman", Times, serif; */
	color: #805F06;
	line-height: 30px;
    margin-top: 0px;
	margin-bottom: 5px; 
	padding-bottom: 0px;
	font-weight: bold;  
    }

/* .header is used for the headings above testimonials */
.header {  
	font-size: 18px;
	/* font-family: "Garamond", "Times", "Times New Roman", Times, serif; */
	color: #B5941D;
	line-height: 24px;
    margin-top: 8px;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	font-weight: bold;  
    }

/* .footnote is used for footers, footnotes, and other smaller-than-normal text */	
.footnote {
	font-size: 10px;
	line-height: 11px;
}
    
/* .contactInfo is used for footers, footnotes, and other smaller-than-normal text */	
.contactInfo {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}

/* .contactLink is a text style to nmatch the contactLink a href style */
.contactLink {
	color: #385777;
	text-decoration: none;
	font-size: 11px;
	font-variant: normal;
	font-weight: bold;
	}

/* .callToAction is used for the text in the Contact Boxes */	
.callToAction {
	font-size: 10px;
	line-height: 14px;
	}

/* .testimonial is used for the Client and Member testimonials */		
.testimonial {
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #4D647C;
	}
	
/* .teaser is used for the taglines that begin each page */
.teaser {
	color: #805F06;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	font-style: normal;
	}

/* BACKGROUNDS */

/* Colors for nav bars and contrasting design elements */
.leftStripe {  
	background-color: #4D647C
	}

.imageBorder {
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	}
		
.contactBkg {
	/* background-color: #E0D2A6; */
	background-color: #CEB978;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-color: #31475D;
	border-right-color: #31475D;
	padding-top: 8px; 
	padding-right: 8px; 
	padding-bottom: 8px; 
	padding-left: 8px;
	}

.contactBkgBottom {
	/* background-color: #E0D2A6; */
	background-color: #CEB978;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-color: #31475D;
	border-left-color: #31475D;
	border-right-color: #31475D;
	}
