/** Generic menu list definitions. */
#nav {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	margin-left: 0px;
	list-style: none;
	font-weight: 700;
}

#nav a {
	color: #602914;
	display: block;
	border-bottom: none;
	text-decoration: none;
}

#nav a img{
	border: 3px solid #d3cfa3;	
	width: 255px;
	height: 62px;
}

#nav li.active a img{
	border: 3px solid #602914;
}

#nav a:hover img{
	border: 3px solid #602914;	
}

#nav li {
	margin-right: 0px;
	margin-bottom: 15px;
}

#mainEnd p{
	margin-bottom: 0.1em;	
}

#subnav{
	color: #9d644e;
}

#subnav a {
	color: #9d644e;
	font-size: 13px;
	text-decoration: none;
}
#subnav a:hover {
	color: #9d644e;
	font-size: 13px;
	text-decoration: underline;
}

/**
* End of page stuff.
*/

hr{
	width: 750px;
	height: 1px;
	background-color: #e8d5ac;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#cite{
	font-size: 24px;
	color: #692f18;
	margin-bottom: 0.1em;
	font-family: Georgia, Tahoma, sans-serif;
}
#ref{
	font-size: 12px;
	color: #9d644e;
	font-family: Georgia, Tahoma, sans-serif;
}

#copy{
	color: #9d644e;
	font-size: 12px;
}
#credit{
	color: #9d644e;
	font-size: 11px;
}

#v{
	color: #9d644e;
}

#olink{
	width: 175px;
	height: 32px;
	display: block;
	top: -36px;
	margin-left: 600px;
	position: relative;
}


#mainNavList{
	background-image: url("../img/layout/menuBack.png");
	padding: 0;
	margin: 0;
	height: 30px;
	list-style: none;
	padding-left: 15px;
	padding-top: 10px;
}

#mainNavList li{
	padding-left: 6px;
	padding-right: 6px;
	line-height: 30px;
	float: left;
	font-size: 1.1em;
}

#mainNavList li a{
	font-weight: 500;
	line-height: 30px;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: 500;
}

#mainNavList li a:hover{
	line-height: 30px;
	text-decoration: none;
	background-image: url("../img/layout/menuHover.png");
}

.mainActive{
	background-image: url("../img/layout/menuHover.png");

}