@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #0e5a13;
	color: #37271C;
	background-repeat: repeat;
}
/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #FFFFFF;
	width: 90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 1200px;
}
/*=================== 
styles for top banner 
========================*/
#banner {
	background-position: left top;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url('pix/boi_.jpg');
	height: 350px;
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
}
#banner .title {
	text-align: right;
	background-color: transparent;
	color: #0000ff;
	margin-top: 0px;
	font-size: 1.8em;
	font-weight: 999;
	font-family: serif;
}
#banner .tagline {
	font-size: 0.5em;
	background-color: transparent;
	color: #cc0000;
	font-weight: 700;
	font-family: sans-serif;
}
/*=================== 
styles for top menu 
======================*/
#topmenu {
	clear: left;
	float: left;
	width: 100%;
	background: #BB1818 url('pix/pattern.png') repeat;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border-bottom: 1px solid #A8A8A8;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#topmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#topmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#topmenu ul li.first {
	border-left: 1px solid #A8A8A8;
}
#topmenu ul li.last {
	border-right: 1px solid #C8C8C8;
}
#topmenu ul li a {
	display: block;
	margin: 0;
	padding: .4em .8em;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #A8A8A8;
	line-height: 1.3em;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#topmenu ul li a span {
	display: block;
}
#topmenu ul li.active a {
	background: url('pix/pattern.png') 0 75% repeat;
	font-weight: bold;
}
#topmenu ul li a:hover {
	background: url('pix/pattern.png') repeat 0 75%;
	background-color: #236027;
	color: #FFFFFF;
}
/*==============
all site links
==============*/
a:link {
	font-weight: 500;
	color: #990000;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: 500;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: 500;
	text-decoration : none;
	background: #416B1F;
	color: #ffffff;
}
a:active {
	font-weight: 500;
	text-decoration : underline;
	background: #416B1F;
	color: #FFFFFF;
}
/*====================== 
styles for main content area 
=========================*/
#content {
	margin-left: 180px;
	margin-top: 15px;
	margin-bottom: 50px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('pix/rt_arrow.png');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('pix/rs_icon.png');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftColumn1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
/*================================
Left sidebar navigation menu
==================================*/
#leftColumn1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
#leftColumn1 ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
#leftColumn1 ul li a {
	font: normal .85em Arial;
	color: #000000;
	display: block;
	border-bottom: 1px dashed #416B1F;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 30px;
	text-decoration: none;
	background: url('pix/rs_icon.png') no-repeat 8px 6px;
}
#leftColumn1 ul li a:visited {
	color: #000000;
}
#leftColumn1 ul li a:hover {
	color: #990000;
	background: url('pix/rt_arrow.png') no-repeat 8px 6px;
}
.heading {
	display: block;
	background-color: #BB1818;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 1; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 7px 0px 7px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*============== 
Styles for footer 
===================*/
#footer {
	border-top: 2px solid #416B1F;
	clear: both;
	padding:  10px 0px 0px 0px;
	background-color: inherit;
	text-align: center;
	font: normal .65em Arial;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== 
general styles 
=================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #cc0000;
	height: 5px;
}
/* =================
Styles for heading tags 
=============== */
h1, h2, h3, h4 {
	color: #0000FF;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
.smtxt {
	font-size: small;
}
