/* CSS design based on Simple Green, and White CSS made by Marten Brosch, mbrosch@gmail.com* as featured in CSS Zen Garden/
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */



body { 
	color: black; 
	background-color: white; 
	font-size: 90%; 
	}
	
p, blockquote { 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h3 { 
	background-color: transparent;
	font-style: italic; 
	letter-spacing: 1px; 
	color: #7D775C;
	}

img
{  border-style: none;
}
	
a:link { 
	text-decoration: none; 
	color: #cc6633;
	background-color: transparent;
	}
	
a:visited { 
	text-decoration: none; 
	color: #996633;
	background-color: transparent;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #ff9966;
	background-color: transparent;
	}

li {
	list-style-image: url(dot.gif)
	}

li:hover ul { display: block;}

/* specific divs */
#container { 
	background: url(banner.jpg) no-repeat; 
	position:absolute;
	left: 50%;
	top: 70px;
	width: 700px;
	margin-left: -300px;
	border:1px solid #e1e2de;
	margin-bottom: 10px;
	}
	
#sitemast { 
	width: 700px;
	height: 200px;
	float: left;
	background:  url(images/sitemast.jpg) no-repeat;
	}

#nav, #nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt/10pt;
	float: left;
	width: 700px;
	list-style: none;
	background: white;
	padding:0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	}

#nav a {
	font-weight: normal;
	display: block;
	width: 13em;
	w\idth: 11.8em;
	color: #7C6240;
	text-decoration: none;
	padding: .25em;
}

#nav a.submenu {
	background: url() center right no-repeat;
}

/*primary level menu*/
#nav li {
	float: left;
	width: 13em;
	padding: 0;
}

/*secondary level menu*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	w\idth: 12.8em;
	font-weight: normal;
	border-width: 0.10em;
	margin: 0;
}

/*secondary level menu hover*/
#nav li li {
	padding-right: 1em;
	width: 11.8em;
	}
	
#nav li ul a {
	width: 8.7em;
	w\idth: 8.5em;
	}
	
#nav li ul ul {
	margin: -1.5em 0 0 8em;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
	font-weight: normal;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	font-weight: normal;
	}

#nav li:hover, #nav li.sfhover {
	background: #eda;
	}
	
#ad {
	width: 50px;
	border-right: 1px solid #cccccc;
	}
				
#quote1 {
	float: left;
	font: italic normal 10pt Georgia, "Times New Roman", Times, serif; 	
	height: 200px;	
	width: 150px; 
	padding: 5px; 
 	border-left: 1px solid #cccccc;
	color: #7D775C;
	text-align: right;
	}

#quote2 {
	float: left;
	position: relative;
	font: italic normal 10pt Georgia, "Times New Roman", Times, serif; 	
	height: 200px;	
	width: 150px; 
	padding: 5px; 
 	border-left: 1px solid #cccccc;
	color: #7D775C;
	text-align: right;
	}

#quote3, #quote4 {
	float: left;
	position: relative;
	font: italic normal 10pt Georgia, "Times New Roman", Times, serif; 	
	height: 200px;	
	width: 150px; 
	padding: 5px; 
 	border-left: 1px solid #cccccc;
	color: #7D775C;
	text-align: right;
	}
	
#quote5 {
	float: left;
	font: italic normal 16pt Georgia, "Times New Roman", Times, serif; 	
	height: 200px;	
	width: 150px; 
	padding: 5px; 
 	border-left: 1px solid #cccccc;
	color: #7D775C;
	text-align: right;
	}
	
#maintext {
	padding: 10px;
	width: 450px;
	float: left;
	margin-bottom: 10px;
	text-align: justify; 
	}

#maintext2 {
	padding: 10px;
	width: 670px;
	float: left;
	margin-bottom: 10px;
	text-align: justify;
	}
	
#footer { 
	border-top: 1px solid #cccccc;
	text-align: center; 
	padding-top: 5px;
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	color: #cc6633;
	}

.subheader {
	font-weight: bold;
}

a, a:visited {
	text-decoration: none;
}
.source {
	font-size: small;
	font-style: italic;
}
.booktitle {
	color: #666666;
	font-weight: bold;
}
.description {
	font-size: smaller;
}

