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

body {
	margin: 0px;
	padding: 0px;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 825px;
}

#main {
	margin: 0px;
	margin-left: 11px;
	padding: 0px;
	width: 800px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#image {
	margin: 0px;
	padding: 0px;
}

#title {
	margin: 0px;
	padding: 8px 0px 0px 65px;
	background-image:url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

#title h1 {
	margin: 0px;
	padding: 0px;
}

#content {
	background-color:#fff;
	color:#333333;
	margin: 0px;
	padding: 20px;
	min-height: 300px;
	font-size: 12px;
	line-height: 1.4em;
}

#footer {
	clear: both;
	margin: 5px;
	margin-top: 0px;
	padding: 10px;
	background-color:#953709;
	color:#faecd7;
	font-size: 11px;
	text-align: right;
}

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

#footer a:hover {
	color:#fff;
}

h1 {
	font-family:"BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	color:#a87c4d;
	font-weight: normal;
	font-size: 25px;
}

h2 {
	font-family:"BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	color:#ac6e2b;
	font-weight: normal;
	font-size: 21px;
}

a {
	color:#993300;
	text-decoration: none;
}

a:hover {
	color:#663300;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:800px;
  height:28px;
  font-size: 11px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
text-decoration: none;
color: navy;
display:inline;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -3px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color:#fcdaca;
text-decoration: none;
padding: 3px 5px;
background-color:#692808;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #fbeae2;
text-decoration: none;
padding: 3px 5px;
background-color:#3a1503;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
