﻿/* 
Dougs Menu Stylesheet
*/

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

#hmenu {
	width: 748px;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
	text-align:center
}
#hmenu a {
	padding: 2px 1px 1px 1px;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
	margin: 3px 1px 3px 1px;
	font-weight: bold;
	border-bottom-color: #E8D7B3;
	border-bottom-width: 3px;
}

#hmenu a:hover {
	color: #FFFFFF;
	background-color: #5f8ea9;
}

/* Dougs Left Menu Styles*/


#vmenu a {
	display: block;
	/*border: 1px solid #FFFFFF;*/
	color: #E6B862;
	padding: 5px 0 5px 0px;
	margin: 0 0 1px 0;
	text-decoration: none;
	font-size: medium;
}

#vmenu a:hover {
	color: #FFFFFF;
	background-color: #AC2900;
}



#footer {
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
	color: #E6B862;
	background-image: url('../images/header/red-background.jpg');
	font-size: small;
	background-repeat: repeat;
}

/* Dougs Footer Stylesheet*/

#footer a {
	padding: 2px 1px 1px 1px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 3px 1px 3px 1px;
	font-weight: bold;
	border-bottom-color: #E8D7B3;
	border-bottom-width: 3px;
}

#footer a:hover {
	color: #FFFFFF;
	background-color: #5f8ea9;
}
#footerhide {
	color: #003399;
	background-color: #003399;
	font-size: 5px;
}
