@charset "utf-8";
/* Define the body element */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #932819;
}
/* Define the container for all of the DIVs */

.twoColFixLtHdr #container {
	width: 772px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}
/* Define the header and also the subset that is used for the top navigation bar */

.twoColFixLtHdr #header {
	background: #AE2F1E;
	height: 315px;
}
.twoColFixLtHdr #header_alt {
	background: #AE2F1E;
	height: 159px;
}
.twoColFixLtHdr #navigation {
	background-image:url(images/alt_top_navigation_03.gif);
	height: 35px;
}
.twoColFixLtHdr #navigation p {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #eac686;
	margin: 0;
	padding: 5px 0px 0px 0px;
}
/* Define the hyperlink attributes for the left side menu */

.twoColFixLtHdr #navigation A:link {
	text-decoration: none;
	color: #eac686;
}
.twoColFixLtHdr #navigation A:visited {
	text-decoration: none;
	color: #eac686;
}
.twoColFixLtHdr #navigation A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.twoColFixLtHdr #navigation A:active {
	color: #eac686;
}
/* Define the left sidebar column and also all text classes used in the sidebar menu */
/* For some reason the background image will not render correctly in IE6 so we have cropped the image by 2px from the original slicing. */

.twoColFixLtHdr #sidebar1 {
	z-index: 1;
	background: #FFFFFF;
	float: left; /* since this element is floated, a width must be given */
	width: 158px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/left_banner_08.gif);
	background-repeat: repeat-y;
}
/* Define the sidebar1 paragraph text attributes */

.twoColFixLtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #eac686;
	margin: 0;
	padding: 20px 0px 0px 30px;
}
/* Define the hyperlink attributes for the left side menu */

.twoColFixLtHdr #sidebar1 A:link {
	text-decoration: none;
	color: #eac686;
}
.twoColFixLtHdr #sidebar1 A:visited {
	text-decoration: none;
	color: #eac686;
}
.twoColFixLtHdr #sidebar1 A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 A:active {
	color: #eac686;
}
.twoColFixLtHdr #mainContent {
	background: #FFFFFF;
	margin: 0 0 0 158px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
/* Define the mainContent paragraph text attributes */

.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #561516;
	margin: 0;
	padding: 15px 20px 10px 10px;
	line-height: 1.5em;
	}
.twoColFixLtHdr #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #561516;
	margin: 0;
	padding-top:5px;
}
/* Define the mainContent h1 text attributes */

.twoColFixLtHdr #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #8a3f4d;
	margin: 0;
	padding: 10px 0;
	padding: 10px 20px 20px 10px;

.twoColFixLtSub #mainContent {
	font-family: "Verdana";
	font-size: 18px;
	color: #000000;
	margin: 0;
	padding: 10px 0;
	padding: 10px 10px 10px 10px;
}


}
/* Define the footer */

.twoColFixLtHdr #footer {
	overflow: hidden;	
	/* padding: 0 10px 0 10px; */ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #AE2F1E;
}
/* Define the footer paragraph text attributes */

.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
/* Additional controls for the Float*/

.twoColFixLtHdr #footer2 {
	height:100%;	
	/* padding: 0 10px 0 10px; */ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #AE2F1E;
}	

.twoColFixLtHdr #footer2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

.twoColFixLtHdr #footer2 A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer2 A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer2 A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer2 A:active {
	color: #FFFFFF;
}	
/* Additional controls for the Float*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Sidebar1 Navigation Setup */

/* Root = Vertical, Secondary = Vertical */
ul#navmenu, ul#navmenu li, ul#navmenu ul {	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 157px; /*For KHTML*/
	list-style: none;
}
ul#navmenu:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}
/* Root Menu */
ul#navmenu a {
	border: 1px solid #792215;
	border-right-color: #792215;
	border-bottom-color: #792215;
	padding: 6px 6px;
	display: block;
	background: #B43726;
	color: #eac686;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-size: 12px;
	font-weight: bold;
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a {
	background: #C69C4A;
	color: #FFF;
	text-decoration:none;
}
/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a {
	background: #B43726;
	color: #eac686;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a {
	background: #C69C4A;
	color: #FFF;
	
}
/* 3rd Menu */
ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a {
	background: #B43726;
	color: #eac686;
}
/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover, ul#navmenu li:hover li:hover li:hover a, ul#navmenu li.iehover li.iehover li a:hover, ul#navmenu li.iehover li.iehover li.iehover a {
	background: #C69C4A;
	color: #FFF;
}
/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a, ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #B43726;
	color: #eac686;
}
/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover, ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #B43726;
	color: #FFF;
}
ul#navmenu ul, ul#navmenu ul ul, ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 157px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul {
	display: none;
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul {
	display: block;
}
