html { }
body { margin: 0; padding: 0; background: url(/images/wrapper/wood-repeat.jpg) repeat center bottom; font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}
a { text-decoration: none;}
a img { border: none;}
a.active { outline: none;}
h1, h2, h3, h4, h5, h6, p, ul, li { margin: 0; padding: 0;}
ol ul li { list-style: none;}
.clear { clear: both;}
textarea {font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

/* Wrapper Header */
/* ------------------------------------------------------------ */
#container {}

#drawerWrapper { background: url(/images/wrapper/bg-wood.jpg) repeat-x center top; }
#drawer { width: 100%; margin: 0 auto; min-height: 20px; position: relative; padding: 0 0 20px 0;}
    #staffBtnLoc { position: absolute; right: 60px; bottom: 0; width: 169px; height: 33px;}
    
#headerWrapper { background: url(/images/wrapper/bg-wallpaper.png) repeat-x center top; height: 120px; display: block; position: relative;}
#header { width: 100%; margin: 0 auto; position: relative; height: 120px; display: block; bottom: 0;}

	#logo { position: absolute; left: 65px; bottom: 0; float: left;}
	#logo img {display: block;}
	#logoShine { position: absolute; left: -40px; bottom: 0; float: left; background: url(/images/wrapper/bg-logo-shine.png) no-repeat left top; width: 636px; height: 120px;}

	#topText { position: absolute; left: 450px; bottom: 50px;color:white;font-size:40pt;text-shadow: 1px 1px 6px rgba(0,0,0,1); white-space:nowrap;}
   

#bodyWrapper { background: #fff url(/images/wrapper/bg-white-grunge.jpg) repeat-x center top; min-height: 300px; padding: 0 0 0 0; z-index: 0;}
#body { padding: 20px 10px 5px 10px; z-index: 0; max-width:1024px; margin: 0 auto;}

/* Wrapper Top Nav*/
/* ------------------------------------------------------------ */
#navWrapper { background: url(/images/wrapper/bg-nav.png) repeat-x center top; z-index: 50;}
#nav { width: 100%; height: 10px; margin: 0 auto; position: relative; z-index: 50;}


/* Wrapper Footer */
/* ------------------------------------------------------------ */
#footerWrapper { background: none; padding: 5px 0; display: block; overflow: hidden;}
#footer { width: 100%; margin: 0 auto; color: #68714b; font-size: 12px; text-shadow: 0 1px 1px rgba(0,0,0,0.6); line-height:normal;}
#footer #footerLeft { float: left;}
    #footer #footerLeft p { }
    #footer #footerLeft li { float: left; width: 135px;}
    #footer #footerLeft li a { color: #68714b; font-weight: bold; text-transform: uppercase;}
    #footer #footerLeft li ul li { float: none;}
    #footer #footerLeft li ul li a { color: #a1a1a1; font-weight: normal; text-transform: capitalize; padding: 0 0 2px 0;}
    #footer #footerLeft li ul li a:hover { color: #efefef;}
    
    #footer #footerRight { float: right; width: 475px; color: #68714b; font-weight: bold; text-transform: uppercase; font-size: 11px; margin-top:5px;}
    #footer #footerRight ul { }
    #footer #footerRight ul li { }
    #footer #footerRight ul li a { }
    #footer #footerRight ul li a:hover { }
    
    #footer .folder {display: none; visibility: hidden;}



/* want good looking horizontal rules */
hr {
    border: 1px solid #734526;
    border-width: 1px 0 0 0;
    border-collapse: collapse;
    clear: both;
    margin: 10px 0;
}
blockquote {
    	text-align:justify;
	margin-left:1.5em;
	padding-right:3em;
	color: #777;
	font-style: italic;
	line-height: 20pt;
}