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

html { overflow-x: auto; height:100%;} /* fixes MSIE scrollbar bug, has no effect in other browsers */
	
body {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing: 0.02em;
	background: #114488 url(media/site_bg.jpg) no-repeat scroll 50% 0;
	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: #000;
}

a{color:#F9700B; text-decoration:none;}

a:hover{color:#F9700B; text-decoration: underline;}

a img{border:0;}

img.right {
	float:right;
	border: 1px solid #809120;
	padding: 4px;
	margin: 2px 0px 5px 9px;
}
img.left {
	float:left;
	border: 1px solid #809120;
	padding: 4px;
	margin: 2px 9px 5px 0px;
}

div.left {float:left;}
div.right {float:right;}

.clear {clear:both;}

hr
{
height:12px;
border: 0px;
background: transparent url(media/h1rule.gif) repeat-x bottom;
margin-top:0px;
margin-bottom: 9px;
}

h1
{
font: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #34282A;
letter-spacing: -1px;
background: url(media/h1rule.gif) repeat-x bottom;
margin-top:0px;
margin-bottom: 9px;
clear: both;
}

p
{
font: 14px/20px Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:20px;
}

#outercontainer {
	position: relative;
	width: 980px;
	margin: 0 auto;
	/* background: #617F34 url(media/ffsite/bg.gif) repeat-y scroll 50% 0; */
}


#innercontainer {
	position: relative;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #333; used to give the background color to the secondary content */
	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. */
	/* border: 4px solid #809120; */

}


#header {
	position:relative;
	width:960px;
	height:130px;
	/* background: url(media/header.jpg) no-repeat top left ; */
	overflow: hidden;
	padding: 0;
}

#maincontent {
	width: 960px;
	height: auto;
	background: #F5EFE9 url(media/maincontentbg.jpg) no-repeat top left;
	padding:0;
}

#primarycontent {
	position: relative;
	width: 680px;
	float: right;
	padding:14px 15px;
	color:#523e1d;
}
#primarycontent ul li {
	font: 14px/20px Arial, Helvetica, sans-serif;
}

#primarycontent table.border {
	border: 1px solid #809120;
}

#primarycontent table.border td {
	border: 1px solid #809120;
}

#secondarycontent {
	position: relative;
	width: 210px;
	float: left;
	padding:14px 15px;
}

* html #secondarycontent {
  width: 240px;
  w\idth: 210px;
}

.menu{
list-style-type: none;
margin:0;
padding: 0;
width: 220px;
}

.menu li a{
font: Georgia, "Times New Roman", Times, serif;
font-size:16px;
color: #34282A;
display: block;
width: auto;
padding: 3px 0;
text-decoration: none;
border-bottom: 2px solid #809120;
}

.menu li a:hover{
color:white;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(media/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(media/glossyback2.gif);
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 930px;
	padding: 14px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #809120;
	color:#fff;
	clear:both;
	}
	


#footer a {color:#FFF;}

#footer h1
{
font: 14px/20px Arial, Helvetica, sans-serif;
font-weight:normal;
letter-spacing: 0px;
background:none;
	margin-top:0px;
	margin-bottom:20px;
	color:#fff;
}