html, body, 
h1, h2, h3, h4, h5, h6, 
form, div, ol, ul, li { margin: 0; padding: 0; }

body{
text-align:center;
background: #666666 url(/images/background.jpg) fixed no-repeat top center;
font: 62.5% arial, helvetica, sans-serif;
}

#wrapper{
margin: 0 auto 0;
padding:0;
width: 1010px;
text-align:left;
background-color:white;
}

/* header */
#header{
position:relative;
margin:auto 0;
}

/*  body middle  */
#body_middle{
margin: 0;
width:1010px;
padding: 0 0 25px;
background: url(/images/bodybg.jpg) repeat-y top left;
}



/*  Footer  */
#footer{
width: 1010px;
padding: 3px 0 0;
height: 74px;
background-color: #CAAF2E;
color: #555;
position:relative;
}

#footer img{
border:0;
}

#footer span{
position:absolute;
left:75px;
font-size: 11px;
margin-top:30px;
color:white;
text-transform:uppercase;
}



#footer p{
float:right;
text-align:right;
font-size: 1.1em;
margin: 28px 10px 0;
color:white;
text-transform:uppercase;
}

#footer  a{
text-decoration:none;
color:white;
}

#footer  a:hover{
text-decoration:underline;
}

/* Menu */
#nav{
width:1010px;
background: #caaf2e url(/images/gradient.jpg) repeat-x top left;
height:4.2em;
top:0;
}

#nav ul.parent_menu{
list-style-type: none;
list-style-position:outside;
position:relative;
font-family: Georgia, Trebuchet MS, Verdana;
}

#nav ul.parent_menu li{
height:42px;
float:left;
width:100px;
text-align:center;
border-right:.1em solid #8F7A1A;
}

#nav ul.parent_menu li a{
display:block;
width:100%;
height:100%;
line-height: 3.5;
text-decoration:none;
font-size: 12px;
text-transform: uppercase;
color: black;
}

#nav ul.parent_menu li a:hover{
  background: url(/images/highlight.jpg) repeat-x top left;

}

/* Flyout Menus */
.child_menu {
  display:none;
  position:absolute;
  z-index:100;
  background: url(/images/highlight.jpg) repeat-x top left;
  list-style-type: none;
  margin-left: 0;
  font-family: Georgia, Trebuchet MS, Verdana;
  

}

.child_menu li {
  height: 42px;
  width:100px;
  text-align: center;
  margin-left: 0;
}

.child_menu li a {
  display: block;
  width: 100%;
  height: 85%;
  padding: 15% 0 0;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  background: url(/images/highlight.jpg) repeat-x top left;
}

.child_menu li a:hover {
  background: url(/images/highlight2.jpg) repeat-x top left;
}

