/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:0.9em/1.35em arial, helvetica, sans-serif;
background: url(../images/back.png) repeat-x top center #fff;
color: #333333;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #5e720e;
}

h1 {
padding:5px 20px;
letter-spacing:-1px;
font: 1.5em arial, helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
color: #fff;
background: #5e720e;
display: block;
margin: 25px 0;

}

h2 {
padding: 10px 0 5px 0;
letter-spacing:-1px;
font: 1.6em arial, helvetica, sans-serif;
}

h3 {
font: 1.1em arial, helvetica, sans-serif;
font-weight:bold;
padding: 5px 0 3px 0;
text-transform: uppercase;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #333333;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

.wrap {
width:986px;
margin:0 auto;
}

/***** Header *****/

#header h1 {
display:block;
padding: 28px 0 0 13px;
margin: 0;
text-indent:-2000px;
background: none;
}
	
	#header h1 a {
	width:492px;
	height:104px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
#nav {
margin: 3px 13px 0 0;
float: none;
display: block;
text-align: right;
text-transform: uppercase;
font-weight: bold;
font-size: 0.9em;
}

#nav ul {
float: right;
display: block;
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
padding: 0 13px;
float: left;
display: block;
}

#nav a {
color: #cacac9;
text-decoration: none;
}

#nav a:hover {
color: #809041;
}

#nav h3 {
margin: 2px 0 0 0;
padding: 0;
font-size: 1em;
}

#nav .menuactive {
color: #5e720e;
}

#contentareatop {
width: 918px;
margin: 0 auto;
background: #fff;
min-height: 365px;
height: auto;
_height: 365px;
margin: 18px 0 0 0;
*margin: 40px 0 0 0;
padding: 25px 21px 10px 21px;
}

#contentarea {
background: url(../images/content.png) no-repeat bottom center;
width: 986px;
min-height: 300px;
height: auto;
_height: 300px;
margin: -300px 0 0 -13px;
}

/***** Home *****/

#flash {
float: left;
display: block;
width: 624px;
width: 342px;
}

#buttons {
width: 279px;
float: right;
display: block;
font-size: 2.6em;
letter-spacing: -1px;
font-weight: bold;
text-align: center;
}

#buttons ul {
list-style: none;
margin: 0;
padding: 0;
}

#buttons li a {
width: 279px;
height: 59px;
color: #fff;
text-decoration: none;
display: block;
margin: 0 0 15px 0;
background: url(../images/homebutton.png) no-repeat;
padding: 45px 0 0 0;
}

#buttons a:hover {
color: #30341b;
}

/***** Subpage *****/

#subcontent {
width: 623px;
float: left;
display: block;
padding: 0 0 15px 20px;
}

#subnav {
width: 253px;
float: right;
display: block;
font-weight: bold;
font-size: 1.1em;
}


/***** Footer *****/

#footer {
background: #5e720e;
width: 100%;
padding: 20px 0;
color: #000d19;
margin: 20px 0 0 0;
}

#footer a {
color: #000d19;
}

#f1, #f2 {
float: left;
display: block;
width: 165px;
margin: 0 98px 0 0;
}

#f3 {
float: right;
display: block;
width: 165px;
margin: 0 0 0 0;
}

#f3 span {
font-size: 1.2em;
font-weight: bold;
}

#f3 a {
text-decoration: none;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

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

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
