/* 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/flyoutt.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.
=================================================================== */
/* common styling */


.menu {font-family: arial, sans-serif; width:180px; position:relative; margin:0; font-size:13px; margin-left: 5px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:180px; text-align:center; background:#b8bb73; height: 33px; line-height: 33px; font-size:13px; font-weight:bold;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#b17030;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:180px; width:180px;}
.menu ul li:hover ul li a.hide {background:#b17030; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:180px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#d8da8b; color:#000; width:280px; line-height:33px; border-bottom:1px solid #FFFFCC;}
.menu ul li:hover ul li a:hover {background:#b8bb73; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:181px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
	border:none;
	background-color:#a29a70;
}

#spacer {
height:8px; 
width:180px; 
background-color:#d8da8b;
}

div#main {
    position: absolute;
    left: 50%;
    width: 800px;
    margin-left: -401px;
    background-color:#d8da8b;
}

#contents {
  margin-left:187px;
  border: thick solid #d8da8b; 
  width: 600px;
  min-height:450px;
  background: #fcfcd2;
  }
  
#leftnav {
  position:absolute; 
  width:175px; 
  left:0;    
  background:#ffff;
  }
  
#header {
height:105px;
background:#9999FF;
}

#searchbar {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;	
height:25px;
background:#8A360F;
line-height: 20px;
}

#footer {
padding:3px;
height:46px;
background: #8A360F;
border-top-style:solid;
border-color: #642f05;
}

a {
color: #419418;
}

p {
margin-left:20px;
margin-right:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

ul {
margin-left:40px;
margin-right:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}


h1 {
padding:none;
font-size:15px;
margin-left:20px;
margin-right:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
margin-top:15px;
}

h2 {
text-indent:10px;
padding:none;
font-size:13px;
margin-left:20px;
margin-right:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* for internet explorer */

* html body {
  padding:120px 0 50px 0; 
  }

* html #contents {
  height:100%; 
  width:100%; 
  }

div#navigation{background:white}


