﻿/* HOLIDAYS COLOR SWATCH */
/* GENERAL STYLES ===*/
a:visited {
	color: #30763D;
	background-color: inherit;	
}
a:link {
	color: #30763D;
	background-color: inherit;	
}
a:active {
	color: #EF7E05;
	background-color: inherit;	
}
a:hover {
	color: #EF7E05;
	background-color: inherit;	
}



/* HEADER STYLES =======*/
#header_body {
	color: #fff;
	background-color: #9E1E21;	
}
.header_title {
	color: #fff;				
}
.header_subtitle {
	color: #FFF5D7;				
}
.header_logo {
	background-repeat: no-repeat;
}



/* NAV STYLES ===========*/
.nav_body {
	background-color: #4D6B31;	
}
/* (TOP LEVEL) Container */	
#level1 {	
	border-top:0px #000 solid;
	border-left:1px #000 solid;
	background-color: #1E6734;	
}
	
#level1 li {	
	color:#fff;
	background-color: #2D8842;	
}

#level1Section {
	color: #fff;
	background-color: #1E6734;	
	border-top: 1px #000 solid;
	height:25px;
}

#level1 a {
	color: #fff;
	background-color: #1E6734;	
	border-top: 1px #000 solid;
}
	
#level1 a:hover {	
	color:#fff;
	background-color:#123744;	
	border-top:1px #000 solid;
}
/* (SUB) Container ==*/	
#level2 {
	background-color: #2D8842;	
	border:0px #2D8842 none;	
}
	
#level2 li {	
	background-color:#2D8842;	
	color:#fff;
	border-top:0px #000 solid;
}
#level2 a {
	color:#fff;	
	background-color:#2D8842;	
	background-image:none;
	border:1px #2D8842 solid;	
}

#level2 a:hover {
	color:#fff;
	background-color:#123744;	
	border:1px #999 solid;
}
	
#level3 {	
	background-color: #2D8842;	
	border:0px #2D8842 none;	
}

#level3 a {	
	color:#fff;	
	background-color:#2D8842;	
	background-image:none;
	border:1px #2D8842 solid;	
}

#level3 a:hover {	
	color:#fff;
	background-color:#123744;	
	border:1px #999 solid;
}



/* CONTENT STYLES =========*/
#content_body {
	color: #000;
	background: #FEFDEB;			/* MAIN DOCUMENT BODY BACKGROUND - Color 3 */
}
#content_body p.title {

}
#content_body p.subtitle {
	border-bottom: thin dotted silver;
	color:gray;
}
#content_body h1 {
	color: inherit;
	background-color: inherit;
}
#content_body h2 {
	color: inherit;
	background-color: inherit;
}
#content_body h3 {
	color: inherit;
	background-color: inherit;
}
#content_body h4 {
	color: inherit;
	background-color: inherit;
}
#content_body h5 {
	color: inherit;
	background-color: inherit;
}
#content_body h6 {
	color: inherit;
	background-color: inherit;
}
#content_body p {
	color: inherit;
	background-color: inherit;
}
#content_body ul {
	color: inherit;
	background-color: inherit;
}
#content_body li {
	color: inherit;
	background-color: inherit;
}
#content_body ol {
	color: inherit;
	background-color: inherit;
}


.menu_list_header {

}
#content_body p.menu_list_footer {

}
#content_body h4.menu_list_section_header {
	border: 1px #808080 solid;
	color: inherit;
	background-color: #FFFF99;
}
#content_body a.menu_list_link {

}
#content_body h3.announcement_headline {
	border-bottom: thin dotted silver;
	color: inherit;
	background-color: inherit;
}
#content_body p.announcement_body {
	color: inherit;
	background-color: inherit;
}
#announcement.box {
  background: url('box_body.gif') no-repeat bottom left;
}
#announcement.box h6 {
  background: url('box_top.gif') no-repeat top left;
}



/* FOOTER STYLES ==========*/
#footer_body {
	color: #fff;
	background-color: #711411;	
}
.footer_link {
	color: inherit;
	background-color: inherit;
}
.footer_link a:visited {
	color: #fff;
	background-color: inherit;
}
.footer_link a:link {
	color: #fff;
	background-color: inherit;
}
.footer_link a:active {
	color: #879B67;
	background-color: inherit;
}
.footer_link a:hover {
	color: #879B67;
	background-color: inherit;
}
}
.footer_copyright {
	color: inherit;
	background-color: inherit;
}

