﻿/* 
Dougs Menu	Gray Stylesheet Aug 2012
*/


#hmenu-div {
	height: auto;
	width: 750px;
	margin: 0 auto;
}

#hmenu {
	width: 525px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#hmenu a {
	padding: 2px 10px 3px 10px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000000;
	background: #D4D4D4;
	margin: 3px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#hmenu a:hover {
	background: #EDCC8F;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-color: #42210A;
}

/* Dougs Left Menu Stylesheet*/

#vmenu {
	padding: 2px 14px 4px 2px;
	float: left;
	width: 140px;
	text-align: center;
	margin-top: 4px;
}
#vmenu a {
	display: block;
	border: 1px solid #934900;
	padding: 5px 0 5px 0px;
	margin: 0 0 5px 0;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	background-color: #C0C0C0;
}

#vmenu a:hover {
	background: #E6B862;
	color: #FFFFFF;
}
#hmenu-f {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#hmenu-f a {
	padding: 2px 10px 3px 10px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #000000;
	background: #D4D4D4;
	margin: 3px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#hmenu-f a:hover {
	background: #EDCC8F;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-color: #42210A;
}

#footer {
	position: inherit;
	text-align: center;
	font-size: xx-small;
	color: #400000;
}

