@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	font: 16px century gothic;
	line-height: 24px;
	color: #4a5b65;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.side {
	background: url(images/side.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 150px;
	height: 580px;
	position: absolute;
	top: 0px;
	left: 0px;
}


.hours {
	position: absolute;
	top: 560px;
	left: 40px;
	height: 75px;
	z-index: 3;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}

h1.h {
	font-size: 20px;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#container {
	width: 90%;
	position: absolute;
	top: 0px;
	left: 110px;
	top:20px;
}

.main {
	top: 20px;
	width: 800px;
	text-align: left;
}

h1.header {
	font-size: 53px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 18px;
}

h1 {
	color: #bf1e2e;
}

.border {
	background-color: #4a5b65;
	height: 1px;
	width: 700px;
	margin-bottom: 10px;
}

.border2 {
	background-color: #4a5b65;
	height: 1px;
	width: 650px;
	margin-top: 15px;
}

.border3 {
	background-color: #4a5b65;
	height: 1px;
	width: 175px;
	margin-top: 3px;
	margin-bottom: 3px;
}

h1.newsflash {
	color: #4a5b65;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 5px;
}

.nav {
	display: block;
	width: 97px;
	height: 90px;
	border: 0px;
	background-image: url(images/navset1/blank1.png);
	margin-right: 20px;
	margin-left: 20px;
	margin-top: -5px;
	padding-top: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	font-weight: lighter;
	line-height: 14px;
}
.nav:hover {
	background-image: url(images/navset1/blank2.png);
	color: #ccc;
}
.navhr {
	background-color: #ccc;
	height: 1px;
	width: 70px;
	margin-top: 2px;
	margin-bottom: 1px;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #bf1e2e;
	font-weight: lighter;
}

h2.contactpage {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 20px;
	color: #4a5b65;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: lighter;
	margin: 0px;
}

h3.part2{
	font-size: 16px;
	letter-spacing: 3px;
}

.maintext {
	width: 650px;
	align: center;
	text-align: justify;
}

ul, li {
	color: #bf1e2e;
}

.list {
	color: #4a5b65;
}

.red {
	color: #bf1e2e;
}

.footer {
	color: #4a5b65;
	font-size: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	width: 650px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #4a5b65;
}

a:hover {
	color: #bf1e2e;
}