 body {
	background-image: url(../images/bg-gradient.png);
	background-repeat: repeat-x;
	background-color: #78090D;
	font-family:Tahoma, Geneva, sans-serif;
}
.smaller {font-size:85%;}
#nav {background-color: #0B2809; color:white; padding:0;}
#nav a:link {color:white; padding:9px; text-decoration: none;}
#nav a:visited{color:white; padding:9px; text-decoration: none;}
#nav a:hover {color:white; background-color:#78090D; padding:9px;}
#nav a:active {color:white; background-color:#78090D; padding:9px;}
#footer {font-family:Tahoma, Geneva, sans-serif; font-size: 12px;background-color: #0B2809; color: white; text-align: center;padding:6px;}
#footer a:link {color: #8E7650; font-weight: bold;}
#footer a:visited {color: #8E7650; font-weight: bold;}
#footer a:hover {color:#FC0;}
#footer a:active {color:#FC0;}
p.first {margin-top: -1.0em;}
#content h1 {color: #0B2809; font-size:18px; font-weight: bold;}
#content h2 {color: #0B2809; font-size:16px; font-weight: bold;}
#content h3 {color: #0B2809; font-size:14px; font-weight: bold;}
td#content {padding: 0;}
.sidebar {color:white; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;background-color:#8E7650;}
td.sidebar {padding:10px; width:280px;}
#content img {padding:10px;}
ul {list-style-position:outside;  margin-left: 10px; padding-left: 1em;}
.biggerindent {margin-left:40px;}
div#maincontent {padding:15px;}
.diamond li{
	list-style-type: none;
	list-style-image: url(images/diamond-bullet.gif);
}
.diamond li ul li{
	list-style-type: disc;
	list-style-image: none;
}
li.disc {list-style:disc;}
.photocaption {padding: 0px 10px 10px 10px; text-align: center;}
.photocaption p{margin: 0px; color:#06F;}
div.suckertreemenu {
	width:100%;
	background-color: #0B2809;}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #0B2809; /*overall menu background color*/
padding:0em;
}
#donate {/*background-color: #78090D;*/
background-color:#2FA525;}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 90px; /*Width of top level menu link items*/
padding: 9px 25px;
border-right: 1px solid white;
border-left-width: 0;
text-decoration: none;
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;
}

/*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: 200px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 1px solid white;
}
#donate a:visited{
background-color: #2FA525;
color: white;
}
.suckertreemenu ul li a:hover{
background-color: #78090D;
color: white;
}
#donate a:hover {background-color: #B30D11;  }
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #0B2809 ;
/*background: #0B2809 url(images/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* 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 */

