@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color:#3b351e;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 800px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer {
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color:#fff;
}

#footer a{
	color:#999999;
	text-decoration: none;
}

#footer a:hover {
	color:#666666;
	text-decoration: underline;
}

.style2 {
	font-size: 10px;
	font-variant: small-caps;
}

h1 {
font-size:20px;
font-weight:200;
color:#631510;
font-family: Times New Roman, sans-serif, Verdana;
}
h2 {
font-size:24px;
color:#996600;
font-weight:200;
margin:0;
padding:0;
font-family: Times New Roman, sans-serif, Verdana;
}
h3 {
font-size:13px;
color:#663300;
font-weight:400;
margin:0;
padding:0;
line-height: 1.0;
font-family: Times New Roman, sans-serif, Verdana;
}
h4 {
font-size:16px;
color:#663300;
font-weight:400;
margin:0;
font-family: Times New Roman, sans-serif, Verdana;
line-height: 0.9;
}
h5 {
font-size:10px;
color:#666633;
font-weight:400;
margin:0;
font-family: Arial, Verdana, sans-serif;
line-height: 0.9;
}
h6 {
font-size:11px;
color:#631510;
font-weight:600;
margin:5;
font-family: Arial, Verdana, sans-serif;
line-height: 0.9;
}

h3.tagline{
color:#666666;
font-size:9px;
font-weight:500;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
margin:3px 12px 2px 12px;
}

.copyright {
margin: 6px 12px 5px 12px;
font-size:9px;
font-weight:500;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 0px;
text-decoration: none;
color: navy;
}
	
/*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;
border: 1px solid #d6d4ba;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}


/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
padding: 2px 5px;
background-color:#3b351e;
color:#d6d4ba;
}

.suckertreemenu ul li a:hover{
background-color: #262212;
color: #FFF;
}


* 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 */
