@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #456a03;
}
.img-border {
	border: thin solid #FFFFFF;
}
html, body {
	height: 100%;
	overflow-y: scroll;
}
#wrapper {
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	clip: rect(0px,auto,0px,auto);
}
#header {
	height: 250px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	text-align: center;
	height: 52px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/menu/menu-bg.jpg);
	padding-top: 15px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #456A03;
}
#content {
	height: auto;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#footer {
	height: 60px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
}
.footerp {
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.border {
	border: thin solid #000000;
}
.shadow {
-moz-box-shadow: 0 0 30px 5px #000;
-webkit-box-shadow: 0 0 30px 5px #000;
}

.shadowinner {
   -moz-box-shadow:    inset 0 0 15px #000000;
   -webkit-box-shadow: inset 0 0 15px #000000;
   box-shadow:         inset 0 0 15px #000000;
}
a:link{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	target="_blank"
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
a.white:link, a.white:visited{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
a.white:hover{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
a.orange24:link{
	color: #cc6600;
	text-decoration: underline;
	font-size: 24px;
	font-weight: normal;
}
a.orange24:visited{
	color: #000000;
	text-decoration: underline;
	font-size: 24px;
	font-weight: normal;
}
a.orange24:hover{
	text-decoration: none;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}
a.black:link, a.black:visited{
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a.black:hover{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
a.green:link, a.green:visited{
	color: #ABC347;
	text-decoration: underline;
	font-size: 24px;
	font-weight: normal;
}

a.green:hover{
	text-decoration: none;
	color: #ABC347;
	font-size: 24px;
	font-weight: normal;
}
a.orange:link, a.orange:visited{
	color: #000000;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}
a.orange:hover{
	text-decoration: none;
	color: #CC6600;
	font-size: 24px;
	font-weight: bold;
}
a.orangeu:link, a.orangeu:visited{
	color: #CC6600;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
}

a.orangeu:hover{
	text-decoration: none;
	color: #CC6600;
	font-size: 24px;
	font-weight: bold;
}
a.greensm:link, a.greensm:visited{
	color: #759B21;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}

a.greensm:hover{
	text-decoration: none;
	color: #759B21;
	font-size: 16px;
	font-weight: normal;
}
a.black18:link, a.black18:visited{
	color: #000000;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}

a.black18:hover{
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
a.white-white:link, a.white-white:visited{
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}

a.white-white:hover{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.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;
}
.text10n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text12n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text14b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text14nwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.text16n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.text16b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.text18n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.text18b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.text24b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.text24greenn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ABC347;
}
.text24borange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC6600;
}.text24borangeu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFD5;
	text-decoration: underline;
}
.text14grb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #12261e;
}
.text18whitenb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFffff;
}
.padding_left30 {
	margin-left:30px
}
ul{
	list-style:none;
	margin:0 0 0 20px;
	padding: 0;
}
li {
	text-indent: -10px;
	list-style-type: none;
} 
ul li{
	margin: 0 0;
	padding: 0 0 0 5px;
	line-height: 1.5em;
}
li ul{
	margin:0 0 0 30px;
	list-style:none;
}
li ul li{
    padding-left:0;
    background:none;
}
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */
@media print{
ul {
    list-style:disc;
    margin-left:30px;
}
ul li {
    padding-left:0px;
    background:none;
}
} /* end print */
.top {
	top: 0px;
	right: 0px;
	position: absolute;
}
