﻿body {
	background: #FFBFBF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 0;
	margin: 0;
}
html {
	background: #FFBFBF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 0;
	margin: 0;
}
body {
	min-width: 750px;
}
li {
	font-size: medium;
	line-height: 1.5em;
}
p {
	line-height: 1.5em;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1em;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1em;
}
img {
	border-width: 0px;
}
.ValidateMessage {
	color: red;
}
#wrap {
	background: #ffffff;
	margin: 0 auto;
	width: 750px;
	position: relative;
}
#header {
	padding: 0px;
	background: #ffffff;
	height: 80px;
}
#nav {
	background: #B30000;
	padding: 5px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #FFBFBF;
}
	#nav ul {
	background: #B30000;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	#nav li {
		line-height: 1em;
		padding: 0px;
		margin: 0px;
		display: inline;
}
	#nav a:visited {
		background: #B30000;
		color: #FFFFFF;
		text-decoration: none;
		padding: 3px 10px 3px 10px;
}
	#nav a:link {
		background: #B30000;
		color: #FFFFFF;
		text-decoration: none;
		padding: 3px 10px 3px 10px;
}
	#nav a:hover {
		color: #B30000;
		background: #FFBFBF;
		padding-top: 1px;
		padding-bottom: 4px;
}
	#home #nav li.home a {
		color: #B30000;
		background: #FFFFFF;
		padding-top: 1px;
		padding-bottom: 10px;
}
	#about #nav li.about a {
		color: #B30000;
		background: #FFFFFF;
		padding-top: 1px;
		padding-bottom: 10px;
}
	#services #nav li.services a {
		color: #B30000;
		background: #FFFFFF;
		padding-top: 1px;
		padding-bottom: 10px;
}
	#locations #nav li.locations a {
		color: #B30000;
		background: #FFFFFF;
		padding-top: 1px;
		padding-bottom: 10px;
}
	#specials #nav li.specials a {
		color: #B30000;
		background: #FFFFFF;
		padding-top: 1px;
		padding-bottom: 10px;
}
	#contact #nav li.contact a {
		color: #B30000;
		background: #FFFFFF;
		padding-top: 1px;
		padding-bottom: 10px;
}
#sidebar {
	background: #FFFFFF;
	float: left;
	padding: 5px 0px 5px 0px;
	width: 240px;
}
	#sidebar ul {
		padding: 0px 0px 0px 10px;
		margin: 0px;
		list-style-type: none;
}
	#sidebar li {		
		padding: 0px 0px 0px 10px;
}
	#sidebar a:visited {
		color: #00487D;
		text-decoration: none;
}
	#sidebar a:link {
		color: #00487D;
		text-decoration: none;
}
	#sidebar a:hover {
		text-decoration: underline;
		color: #B30000;
}
	#sidebar p {
		padding: 5px 0px 5px 10px;
}
	#sidebar h3 {
		margin: 10px 0px 5px 10px;
		padding: 0px;
}
	#sidebar h2 {
		margin: 10px 0px 5px 10px;
		padding: 0px;
}
	#sidebar h1 {
		margin: 10px 0px 5px 10px;
		padding: 0px;
}
	#sidebar img {
	padding: 5px 0px 5px 0px
}
#main {
	background: #ffffff;
	float: right;
	padding: 5px 0px 5px 0px;
	width: 500px;
}
	#main ul {
		padding: 0px;
		margin: 0px;
		list-style-type: disc;
}
	#main li {
		margin: 0px 0px 0px 40px;
}
	#main a:visited {
		color: #00487D;
		text-decoration: none;
}
	#main a:link {
		color: #00487D;
		text-decoration: none;
}
	#main a:hover {
		text-decoration: underline;
		color: #B30000;
}
	#main p {
		padding: 5px 10px 5px 10px;
}
	#main h3 {
		border-bottom-style: solid;
		border-bottom-width: medium;
		border-bottom-color: #B30000;
		margin: 10px 10px 5px 10px;
		padding: 0px 0px 3px 0px;
}
	#main h2 {
		border-bottom-style: solid;
		border-bottom-width: medium;
		border-bottom-color: #B30000;
		margin: 10px 10px 5px 10px;
		padding: 0px 0px 3px 0px;
}
	#main h1 {
		border-bottom-style: solid;
		border-bottom-width: medium;
		border-bottom-color: #B30000;
		margin: 10px 10px 5px 10px;
		padding: 0px 0px 3px 0px;
}
#footer {
	background: #FFFFFF;
	clear: both;
	text-align: center;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #FFBFBF;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
}
	#footer li {
		line-height: 1em;
		padding: 0px;
		margin: 0px;
		display: inline;
}
	#footer a:visited {
		color: #00487D;
		padding: 5px;
		margin: 0px;
		text-decoration: none;
		font-size: small;
}
	#footer a:link {
		color: #00487D;
		padding: 5px;
		margin: 0px;
		text-decoration: none;
		font-size: small;
}
	#footer a:hover {
		text-decoration: underline;
		color: #B30000;
}
	#home #footer li.home a {
		color: #B30000;
}
	#about #footer li.about a {
		color: #B30000;
}
	#services #footer li.services a {
		color: #B30000;
}
	#locations #footer li.locations a {
		color: #B30000;
}
	#specials #footer li.specials a {
		color: #B30000;
}
	#contact #footer li.contact a {
	color: #B30000;
}
	#home #footer li.home a:hover {
		text-decoration: none;
}
	#about #footer li.about a:hover {
		text-decoration: none;
}
	#services #footer li.services a:hover {
		text-decoration: none;
}
	#locations #footer li.locations a:hover {
		text-decoration: none;
}
	#specials #footer li.specials a:hover {
		text-decoration: none;
}
	#contact #footer li.contact a:hover {
		text-decoration: none;
}
	#footer p {
		padding: 3px;
		color: #000000;
		font-size: small;
}
#locations #main p {
	line-height: 1.25em;
}
#locations #main a:hover {
	text-decoration: none;
	color: #000000;
}