@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	/* background: #8fa048; */
	background:#7a8473;
	margin: 0; /* it's good practice to 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;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#7a8473;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/content_bg.jpg);
} 

.twoColFixLtHdr #container-index {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#7a8473;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/content_bg_index.jpg);
} 

#maincontent-index {
	margin:0 !important;
	padding:20px !important;
	width:100% !important;
}

.twoColFixLtHdr #header {
	background: #0b0b0b;
	padding: 27px 0 8px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/top_bg.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, "Gill Sans MT", sans-serif;
	font: Monotype Corsiva;
}
.twoColFixLtHdr #navbar {
	float: right; /* since this element is floated, a width must be given */
	width: 600px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 5px 10px;
	background-image: url(images/nav_back.jpg);
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 233px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0 0 0 10px;
	background:transparent url(images/sidebar-bg.png) top left repeat-x;
}
.twoColFixLtHdr #mainContent {
	margin: 0 15px 0px 230px; /* 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. */
	padding: 0 20px;
} 

.twoColFixLtHdr #footer {
	padding: 0px 0px 0px 0px;
	background:#7A8473 url(images/footer_bg.jpg) no-repeat;
	height:150px;
	width:1000px;
	margin:0 auto;
	display:block;
	position:relative;
} 

.twoColFixLtHdr .footer-index {
	background:#7A8473 url(images/footer_bg_index.jpg) no-repeat !important;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}

#footer span.navbut {
	margin:0;
	display:block;
	padding:43px 0 0 0;
}

#footer p span a {
	color:#999;
	font-size:.8em;
}

#footer p span a:hover {
	color:#fff;
	border-bottom:2px solid #A12222;
}

#footer p a.footer-email {
	font-size:.9em;
	text-decoration:none;
}

.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/* BSDEDIT 10-06-09
h1 {
	font-family: Arial, "Gill Sans MT", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #a12222;
	background-image: url(images/header_bg.jpg);
}
h2 {
	font-family: Arial, "Gill Sans MT", sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #a12222;
}
h3 {
	font-family: Arial, "Gill Sans MT", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #a12222;
}

/* BSDEDIT 10-06-09
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
*/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #a12222;
}
*/

.navbut p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #605C9B;
		text-decoration: none;
}

.navbut a,
.navbut a:link {
	color: #ddd;
	font-size:.9em;
	text-decoration:none;
	margin:0 6px;
}


.navbut a:visited {
	font-family: Arial, "Gill Sans MT", sans-serif;
	font-weight: normal;
	/* color: #999; */
	text-decoration: none;
}

.navbut a:hover {
	color: #fff;
	border-bottom:2px solid #A12222;
}

.bot_navbut p {
	font-family: Arial, "Gill Sans MT", sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #a12222;
	text-decoration: none;
}

.bot_navbut a:visited {
	color: #a12222 !important;
	text-decoration: none;
}

.bot_navbut a:link {
	font-size: 9px;
	font-weight: bold;
	color: #a12222;
		text-decoration: none;
}

.bot_navbut a:hover {
	font-size: 9px;
	color: #a12222;
	background-color: #ccc;
	background-position: center;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	width: auto;
}


#sidebar1 span.navbut a {
	color:#111;
	display:block;
}

#sidebar1 span.navbut a:hover {
	color:#a12222;
	background:#dee3da;
	border:0;
}

div.index-link-color-fix .navbut-index {
	background:#f3f3f3;
	padding:10px 30px;
	margin:0 0 20px 0;
	display:block;
	width:500px;
	border:1px solid #666 !important;
}

p.navbut-index-title-text {
	margin:30px 0 0 0;
	font-size:.8em;
	color:#fff;
	font-weight:bold;
}

div.index-link-color-fix a {
	color:#a12222 !important;
}

div.index-link-color-fix a:hover {
	color:#000 !important;
	border-bottom:2px solid #A12222;
}

 p.index-page-p {
	color:#f6f6f6 !important;
	font-size:.9em;
	padding:0 0 6px 0;
	margin:0;
}

a.footer-bsd-link,
a.footer-bsd-link-index {
	position:absolute;
	top:23px;
	right:3px;
	font-size:.75em;
	color:#555;
	text-decoration:none;
}

a.footer-bsd-link-index {
	color:#bbb;
}

a.footer-bsd-link:hover,
a.footer-bsd-link-index:hover {
	color:#fff;
}

span.navbut-footer a,
p.index-email-link a,
a.footer-email {
	color:#ddd !important;
	text-decoration:none;
	margin:0 10px;
}

span.navbut-footer a:hover,
p.index-email-link a:hover,
a.footer-email:hover {
	color:#fff !important;
	border-bottom:2px solid #A12222;
}

.navbut-index a {
	margin:0 !important;
}
