@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #3F2F1D;
	background-image: url(/Assets/global/bg.gif);
	background-repeat: repeat-y;
}
a {color: #5b8f22;
}
a:link {color:#5b8f22;
}
a:visited {
	color: #5b8f22;
}
a:hover {
	color: #5EC102;
}
a:active {
	color: #5b8f22;
}
a img {
	border: none;
}


h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6D9F40;
}

h1 {
	font-size: 2em;
}/*32 px/16=2.5em*/

h2 {
	font-size: 1.75em;
}/*24 px/16=1.75em*/

h3 { font-size: 1.50em; }
h4 { font-size: 1.25em; }/*20 px/16=1.25em*/
h5 { font-size: 1.1em; }
h6 { font-size: .85em; }
p, ul, ol {
	margin-top: 0;
	line-height: 120%;
	text-align: left
}

ol { }

blockquote { }
.small-text {
	font-size: small;
}


img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; 
}
.list1 {
}
.list1 li {
	float: left;
	line-height: normal;
}
.list1 li img {
	margin: 0 30px 30px 0;
}
.list1 li.alt img {
	margin-right: 0;
}
#container {
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
} 
#headerimage {
	background-image: url(/Assets/global/ush986x143.jpg);
	background-repeat: no-repeat;
	height: 143px;
	background-position: left top;
}
#twobars {
	background-image: url(/Assets/global/2bars2.gif);
	background-repeat: repeat-x;
	height: 17px;
	background-position: left top;
}
#navmain {
	height: 25px;
	margin: 0 auto;
	background-image: url(/Assets/global/bg.gif);
	background-repeat: repeat-y;
	padding: 9px 0 0 0;
}


#navmenu {
	float: left;
	font-size: 16px;
}

#navmenu ul {
	list-style: none;
	margin: 0px;
	line-height: 100%;
	}


#navmenu li {
	float: left;
	width: 125px;
	text-align:center;
	cursor: default;
	padding: 0;
}

#navmenu li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #E6DFCA;
	font-weight:bold;
	padding: .4em 0 1em 0;

  }
#navmenu li > ul {
	top: auto;
	left: auto;
	}
#navmenu li li {
	display:block;
	float:none;
	background-color: transparent;
	font-size:.7em;
}
#navmenu li:hover ul, li.over ul { 
	display: block;
	color: #66FF00;
}
#navmenu a {
	font-weight: bold;
	text-decoration: none;
	color: #5b8f22;
}
#navmenu li li a:link,
#navmenu li li a:active,
#navmenu li li a:visited,
#navmenu li li span span
{
		color: #5b8f22;
		display:block;
}
#navmenu li li a:hover {
	color: #422F1F;
}
#navmenu .current_page_item a {
	height: 40px;
	padding: 15px 25px 0px 25px;
	color: #66FF00;
}

#navmenu .first {
	background: none;
}
#search {
	float: right;
	width: 296px;
	height: 50px;
}

#search form {
	float: right;
	margin: 0;
	padding: 15px 28px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 100% Georgia, "Times New Roman", Times, serif;
	border: none;
	font-weight: bolder;
}

#search-text {
	width: 186px;
	height: 22px;
	padding: 3px 0 0 0;
	border: 1px solid #695235;
	color: #000000;
	background-color: #F5F3E8;
}

#search-submit {
	height: 24px;
	margin-left: 10px;
	padding: 0px 0;
	background: #422F1F;
	color: #6D9F40;
}

#logo {
	height: 176px;
	margin: auto
	padding: inherit
	position: relative;
	margin: auto;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #F5F3E8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
	margin: 15px 15px 0 0;
	border: solid 2px #93724A;
}
#mainContent {
	margin: 10 250px 0 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer-bar {
	margin: 0;
	padding: 0;
	background-image: url(/Assets/global/2bars2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 17px;
} 
#footer-nav {
	margin: 0 auto;
	padding: 10px 10px 15px 10px;
	text-align: center;
}
#footer-nav ul li{
	list-style: none;
	display:inline;
	width:auto;
	margin: 0px;
	padding: .4em;
	font-size: 90%;
	}

#footer-nav li a:link, #footer-nav li a:visited {
	font-weight: bold;

 }
#footer {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size:90%;
	font-weight: bold;
	color: #93724A;
	font-family: Arial, Helvetica, sans-serif;
}
#video {
	margin-top: 40px;
}
#VidNoUpdate {
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #d3c9af;
    text-align: left;
    width: 210px; 
    height: 200px;	
    padding: 40px;
}  
.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;
}
.brown {
	color:#93724A;
	}
.curved {
	  -webkit-border-radius: 6px;    /* for Safari and Chrome */
	  -moz-border-radius: 6px;       /* for Firefox */
	  -khtml-border-radius: 6px;	/*Linux browsers */
	  behavior:url(/Assets/global/border-radius-ie8.htc);	/*IE */
}
.centered {
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	padding: 0 0 2px 0;
	}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

.border {
	border: 5px solid #d3c9af;
}
.left {
	text-align: left;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.line-height-reduce {
	line-height: 1em;
}
.bottom-pad-txt {
	padding-bottom: 6px;
}


.green {
	color: #6D9F40;
}
