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

/***************** Main **************/
* {font-size: 100%; padding: 0; margin: 0;}/*don't change this*/
body{font-size:.8em; font-family:Georgia, "Times New Roman", Times, serif; margin:0; padding:0; color:#534c24; background:url(../images/body-bg.jpg) repeat-x #223201; min-height:100%;}
#container{margin:0 auto; width:798px; position:relative; text-align:left; background:url(../images/container-bg.jpg) repeat-y;}/*centers main content*/
#contentwrapper { background:url(../images/footer-bg-mountains.gif) no-repeat bottom left; width:784px; clear:both;}
#goat {background:url(../images/footer-bg-goat.jpg) no-repeat bottom right; padding-bottom:140px;}
#content{width:404px; padding:10px 10px 10px 25px; color:#534c24; float:left;}
#logo {background:url(../images/logo.gif) no-repeat #000; width:218px; height:325px; display:block; position:absolute; top:0; left:0;}
#logo a {display:block; width:218px; height:325px;}
.hidden {position:absolute; left:-9999px;}
#flash {background:url(../images/flash-bg-new.jpg) no-repeat; width:580px; height:247px; float:right;}
#minheight {height:400px; width:1px; float:right;}/*the minimum height div forces the container to expand to fit the height of this element. It is a cross-platform solution to the minimum height demand*/ 
.topsentence{font-size:.8em; color:#ccc; text-align:center;}
.clear {clear:both;}
/***************** Skip **************/
#skip a, #skip a:hover, #skip a:visited{position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}
#skip a:active, #skip a:focus{position:static; width:auto; height:auto;}

/***************** Headers *****************/
h1 {font-size: 1.8em; font-weight:bold; color:#000;}
h2 {font-size: 1.4em; color:#000; text-transform:uppercase; letter-spacing:.18em; }
h3 {font-size: 1.33em; }

/***************** Basic Links *****************/
a:link, a:visited{color:#000; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}


/***************** Basic Content *****************/
#content p {margin:1em 0 1em 0;}
#content ul, #content ol {margin:1em 0 1em 2em;}
#content li {padding:.2em 0 .2em 0;}

/***************** Menu *****************/
/*style containing menu div*/
#menu {width:215px; float:left; margin:80px 0 0 0; padding:0; font-size:.9em; text-align:left;}
/*style first tier navigation ul, li, a - if you do not redefine these styles later in CSS they will apply to all tiers within the navigation*/
#menu ul {margin: 0 0 0 15px; padding: 0; width: 197px; background:#361c06;}
#menu li {position: relative; list-style: none; margin: 0;  background:url(../images/nav-bg.jpg) no-repeat; border-bottom:1px solid #361c06; color:#c4b69b; font-size:1.4em; font-weight:bold;}
#menu li.last {border:none;}
#menu li a {display: block; text-decoration: none; width:177px; padding: 10px; color:#c4b69b;}
#menu li a:hover, #menu li a.active {background:url(../images/nav-bg-over.jpg) no-repeat;  color:#c4b69b;}

#menu ul ul {margin:0; padding:0; background:url(../images/subnav-bg.jpg) repeat; position:relative;}
#menu ul ul li {font-size:.8em; background:none;}
#menu ul ul li a {padding:5px 10px 5px 10px;}
#menu ul ul li a:hover {background:#361c06;}
/***************** Footer *****************/
ul#footer {display:block; margin:5px auto; padding:0pt; width:800px; font-family:Arial, Helvetica, sans-serif;}
ul#footer li {background:transparent url(http://www.bigforkweb.com/BWDstandards/image/bullet.gif) no-repeat scroll left center; display:inline; float:right; font-size:0.75em; list-style-image:none; list-style-position:outside;
list-style-type:none; padding:0pt 10px 0pt 17px;}
ul#footer li a:link, ul#footer li a:visited{ text-decoration:none; color:#A7B8A5;}
ul#footer li a:hover{color:#A7B8A5; text-decoration:underline;}
ul#footer li.copyright {background-image:none; float:left; color:#A7B8A5;}
ul#footer li.footerHome {background-image:none;}

/***************** Credit *****************/
#credit {clear:both; font-size:0.7em; padding:70px 0pt 20px; text-align:center;}
#credit a:link, #credit a:visited {color:#A7B8A5; text-decoration:none;}
#credit a:hover {color:#A7B8A5; text-decoration:none;}