/* CSS Document */

/*---------------- GENERAL FORMATTING -------------------------------*/
html{
}
body{
	background: url(images/wood18.jpg) repeat center top;
	text-align: center;
	margin:0px;
	padding: 0px;
	color: #8f704e;
	font-family: Georgia, "Times New Roman", Times, serif;

}
p{
}
h1{
text-align: right;
font-weight: normal;
}

h3{
}

h4{
font-size: 0.8em;
font-weight: normal;
text-align: right;
}


hr{
}
.largepale{
font-size: 1.1em;
color: #ecdfd2;
font-weight: bold;
}
.smalltext{
font-size: 0.7em;
}
.floatleft{
position: relative;
float: left;
padding: 10px;
border: 0px;
}
.floatright{
position: relative;
float: right;
padding: 10px;
border: 0px;
}
.clear{
clear: both;
}



/*------------------PAGE ELEMENT LAYOUT (SHOULD BE USED IN INDEX.PHP)-----------------*/
#paper{
background: #FFFFFF;
padding: 15px;
width: 700px;
position: relative;
margin: 30px auto;
text-align: left;
border-bottom:2px solid #95795e;
border-right:0px solid #95795e;
}

#content {
	padding: 180px 20px 0px 190px;
	border: 2px solid #8f704e;
}

/*-----------clearfix for brown line content border---------------*/
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content {display: inline-block;}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac -------------------------end clearfix--------------*/

#zlift{
position: relative;
z-index: 2;}

#dflypic {
position: absolute;
left: -134px;
top: -30px;
}
#titlepic{
position: absolute;
top: 29px;
right:17px;
}

.clean{
margin: 0px;
padding: 0px;
border: 0px;
}
/*-------------------------------MENU-----------------------------------------------------*/
.menutop {
border-bottom: 1px solid #8f704e;
text-align: center;
font-size: 1.3em;
}

#nav {
position: absolute;
top: 295px;
left: 30px;
list-style-type: none;
padding: 0px;
margin: 0px;
width: 150px;
z-index: 10;
}
#nav UL {
list-style-type: none;
padding: 0px 0px 0px 10px;
margin: 0px;
}
#nav LI {
padding: 3px 5px;
font-weight: bold;}
#nav LI UL {
}
	
#nav LI UL UL {
}

/*catagory buttons*/
#nav LI A {
text-decoration: none;
color: #8f704e;

}
#nav LI:hover {
background-color: #f6f0ea;
}

/*--page buttons style--*/
#nav LI UL LI{
}

#nav LI UL LI A{
font-weight: normal;
}
#nav LI:hover UL UL {

}
#nav LI.sfhover UL UL {
}
#nav LI:hover UL {
}
#nav LI LI:hover UL {
}
#nav LI.sfhover UL {
}
#nav LI LI.sfhover UL {
}

#nav LI UL {
background-color: #FFFFFF;
z-index:5;


border-top: 1px solid #f6f0ea;
border-left: 2px solid #f6f0ea;
border-right: 2px solid #e2dcd7;
border-bottom: 2px solid #c7c0ba;


padding: 15px;
	MARGIN-TOP: -53px;
	LEFT: -999em;
	MARGIN-LEFT: 140px;
	POSITION: absolute
}
	
#nav LI UL UL {
	LEFT: -999em
}


#nav LI A {
	font-size: 16px;
	padding-right: 0px;
	padding-left: 0px;
	DISPLAY: block; 
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	margin:0px;

}
#nav LI A:hover {
}

/*--page buttons style--*/
#nav LI UL LI{
width: 186px;

border-left: 2px solid #8f704e;
	border-right: 2px solid #8f704e;
}

#nav LI UL .first{
	border-top: 2px solid #8f704e;
}

#nav LI UL .last{
	border-bottom: 2px solid #8f704e;
}

#nav LI UL LI A{
padding: 0px 20px;
}
#nav LI:hover UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL {
	LEFT: -999em
}
#nav LI:hover UL {
	LEFT: auto
}
#nav LI LI:hover UL {
	LEFT: auto
}
#nav LI.sfhover UL {
	LEFT: auto
}

