
body {
  background-color: #d08829;
}

/* CSS Document */

* ================================================================ 

This copyright notice must be untouched at all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/final_drop.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the assocaited (x)html may be modified in any 

way to fit your requirements.

=================================================================== */


#nav {
  width:150px; 
  position:relative;
  z-index:200;
}

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

#nav li {
  width:150px;
  position:relative;
}

#nav ul ul {
  visibility:hidden;  
  position:absolute;    
  top:0px;  
  left:150px;   
  width:150px;
}

#nav ul ul ul{
  left:151px;   
  top:0;  
  width:150px;
}

#nav table {
  position:absolute; 
  top:0; 
  left:0;
}

#nav a, #nav a:visited {
  display:block; 
  width:140px;  
}

#nav ul ul a, #nav ul ul a:visited {  
  height:auto;        
  width:140px;
}

#nav ul li:hover ul, #nav ul a:hover ul{
  visibility:visible; 
}

#nav ul :hover ul ul{
  visibility:hidden;
}

#nav ul :hover ul :hover ul{ 
  visibility:visible;
}

<!--[if IE]>
<style type="text/css" media="screen">
body {}

#nav ul li{float: left; clear:left;}

#nav ul ul li {float: left; } 
/* jeb added to fix spacing in float. ie is nuts */
</style>
<![endif]-->



body {
  background-color: #d08829;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}
body {
  background-color: #d08829;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

#container {
  margin: 0 auto;
  text-align: left;
  background-color: #ffb030;
  background-image: url(images/header_back.jpg);
  background-position: top;
  background-repeat: repeat-x;
  width: 85%;
  min-width: 775px;
  border:solid;
  border-width: 2px;
  border-color: #73240f;
}

#header {
  background-image: url(images/header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 152px;
  overflow:hidden;
  margin: 0px;
  border-bottom: solid;
  border-width: 30px;
  border-color: #73240f;
}

.header_1 {
  position: relative;
  z-index:200;
  top: 78px;
  left: 10px;
  float: left;
  display:block;
  width: 100%;
  height:50px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #e67d00;
  font-size: 49px;
}

.header_2 {
  position: relative;
  z-index:200;
  top: 60px;
  left: 40px;
  float: left;
  display:block;
  width: 100%;
  height:50px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #73240f;
  font-size: 49px;
}

.header_3 {
  position: relative;
  top: -43px;
  left: -10px;
  margin: 0px;
  padding: 0px;
  display:block;
  width: 100%;
  height:50px;
  color: #ffae17;
  float: right;
  text-align: right;
  font-size: 16px;
}

.header_3 a {
  color: #ffae17;
  text-decoration:none;
}
#skip{display:none;}
#quicklinks {display:none;}

#rotate {
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align:center;
  top: -59px;
  left: 1px;
}

#nav {
  position:relative;
  z-index:500;
  float: left;
  width: 20%;
  background-color: #ffb030;
  height: 100%;
}

#nav h3 {
  display:none;
  margin:0px;
  padding:0px;
  width: 100%;
  color: #ffb030;
  background-color: #73240f;
  text-indent: 5px;
}

#nav ul {
  width:100%;
  margin:0px;
  padding:0px;
}

#nav li {
  width:100%;
}

#nav ul ul {    
  margin:0px;
  padding:0px;
  top:0px;  
  left:100%;   
  width:250px;
  background-color: #ffb030;
  border: solid;
  border-width: 1px;
  border-color: #73240f;
}

* html #nav ul ul {
  top:0px;
  t\op:0px;
}

#nav ul ul ul{
  display:none;
}

#nav a, #nav a:visited { 
  width:95%;
  font-size: 18px;
  padding-left:5%;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
}

* html #nav a, * html #nav a:visited {
  width:95%;
  w\idth:95%;
}

#nav a:hover {
  background-color:#73240f;
  color:#ffb030;
}

#nav ul ul a, #nav ul ul a:visited {  
  padding:0px;
  padding-top:5px;
  padding-bottom:5px;        
  width:250px;
}

* html #nav ul ul a{
  width:140px;  
  w\idth:140px;
}

#sub_nav {
  display: none;
}

#img_box {
  display: none;
}

#breadcrumb {display:none;}

#content_box {
  position:relative;
  z-index:50;
  top:-10px;
  float: left;
  width: 57%;
  min-height:400px;
  background-color: #ffb030;
  border-left: solid;
  border-right: solid;
  border-width: 4px;
  border-color: #73240f;
  padding-left: 5px;
  padding-right: 5px;
}

a, a:visited {
  color: #73240f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #73240f;
  font-style: italic;  
}

h2 {
  color: #73240f;
  font-style: italic;
}

h3 {
  color: #73240f;
  font-style: italic;
}

#sub_content_box {
  float: left;
  width: 20%;
  background-color: #ffb030;
  height: 100%;
}

#sub_content_box h2 {
  color: #73240f;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
}

#sub_content_box p {
  padding-left: 5px;
  padding-right: 5px;
}

#sub_content_box a {
  color: #73240f;
  text-decoration: none;
  width: 100%;
}

#sub_content_box a:hover {
  color: #73240f;
  text-decoration: underline;
}

#footer {
  position:relative;
  top:-20px;
  clear: both;
  width: 100%;
  height: 55px;
  background-color: #73240f;
  color: #ffae16;
  text-align: center;
  border-top: solid;
  border-width: 20px;
  border-color: #73240f;
}

#footer a {
  color: #ffae16;
  text-decoration: none;
}

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

