html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
body {
}
.wrapper {
width:920px;
margin:0 auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
position: relative;
z-index: auto;
}
a{
outline:none;
text-decoration:none;
}
.blank{
clear:both;
height:0px;
}
#header{
background:url(../images/header_bg.jpg) no-repeat top center;
border-top:8px solid #533214;
height:191px;
}
#logo{
	display: block;
	float:left;
	width:222px;
	height:99px;
	margin:10px 15px 10px 0;
	padding: 0px;
}
#header_text{
float:right;
font-family:Georgia, 'Times New Roman', Times, serif;
font-style:italic;
color:#8ebb07;
font-size:1.2em;
margin:55px 15px 0 0;
width:450px;
text-align:right;
}
/*--Navbar--*/
#header ul{
background:url(../images/nav_bg.jpg) no-repeat 0 32px;
clear:both;
position:relative;
height:72px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.95em;
text-transform:uppercase;
width: 100%;
text-align: right;
}
#header ul li{
list-style:none;
display:inline;
position: relative;
}
#header ul a{
/* float:right; */
color:#bbb;
padding:10px 7px 10px 7px;
margin-right:15px;
border-bottom:4px solid #fff;
}
#header ul a:hover{
color:#555;
border-bottom:4px solid #aaa;
}
#header ul a.selected{
color:#69a01d;
border-bottom:4px solid #69a01d;
}
/* sub-menu styles */
#header li ul{
background: #FFFFFF;
position: absolute;
top: 32px;
left: 0px;
display:none;
width: 90%;
height: auto;
padding-bottom: 12px;
border-right: 1px solid #69a01d;
border-bottom: 1px solid #69a01d;
border-left: 1px solid #69a01d;
text-align: center;
z-index: 999;
font-size:0.8em;
text-transform:none;
}
#header li ul li{
display: block;
padding-top: 6px;
padding-bottom: 5px;
}
#header li ul li:hover{
background: #69a01d;	
}
#header li ul li a{
}
#header li ul li a:link,
#header li ul li a:active,
#header li ul li a:visited{
color:#132D00;
margin: 0px;
padding: 0px 0px 3px;
border: none;
}
#header li ul li a:hover{
border: none;
}
/* show submenu */
#header ul li:hover ul{
display: block;
}
/*--Global--*/
.wrapper h1,.wrapper h2,.wrapper h3{
color:#3e7405;
margin: 0px;
}
.wrapper h1{
font: italic normal 1.3em Georgia, 'Times New Roman', Times, serif;
padding-top: 6px;
padding-bottom: 18px;
}
.wrapper h2{
font: italic normal 1.2em Georgia, 'Times New Roman', Times, serif;
padding-top: 4px;
padding-bottom: 14px;
}
.wrapper h3{
font: italic normal 1.1em Georgia, 'Times New Roman', Times, serif;
padding-top: 3px;
padding-bottom: 10px;
}
.wrapper #page_title_hdr{
width: 600px;
height: 30px;
position: absolute;
top: 5px;
left:320px;
color:#D9DFD2;
font: italic 22px Georgia, "Times New Roman", Times, serif;
text-align: right;
}
.wrapper p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
line-height:1.4em;
color:#555;
margin-bottom:1.2em;
}
.wrapper p strong{
font-weight:bold;
}
#text,.text{
padding:10px 30px 0 30px;
}
/*--Footer--*/
#footer{
height:56px;
margin-top:1px;
background:url(../images/footer_bg.jpg) repeat-x;
}
#footer_inner{
background:url(../images/footer_inner.jpg) no-repeat;
width:902px;
height:56px;
margin:0 auto;
text-align:center;
font-size: .75em;
}
#footer_inner p{
padding-top:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.8em;
color:#82705f;
}
#footer_inner a{
color:#b99879;
}
#footer_inner a:hover{
color:#fa9b46;
}
#footer_tags{
display:block;
font-size: .8em;
color: #E2E2E2;
margin: 0px;
padding-top: 12px;
text-align: center;
}
/* misc styles */
.inlineImg {
border: 6px solid #D5D9B3;
}
.fltLeft{
float:left;
padding:0px;
margin: 6px 12px 6px 0px;
}
.fltRight{
float:right;
padding:0px;
margin: 6px 0px 6px 12px;
}
.vArray{
width:220px;
margin-right: 12px
}
.vArray img{
display:block;
margin-bottom:6px;
}