@import url("reset.css");
@import url("rollovers.css");

#container {
	color: #4c4b42;
	line-height: 20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 910px;
}
#header {
	height: 108px;
}
#logo {
	margin-right: 188px;
	display: inline-block;
	margin-top: 33px;
	float: right;
	height: 71px;
	width: 266px;
	background-image: url(../images/logo.gif);
}
#tagline {
	display: inline-block;
	margin-top: 10px;
	float: right;
	height: 100px;
	width: 307px;
	background-image: url(../images/badge.gif);
}
#left_col {
	clear: left;
	display: block;
	float: left;
	width: 144px;
}
#left_block {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	display: block;
	clear: left;
	color: white;
	height: 169px;
	_height:174px;
	width: 124px;
	float: left;
	background-color: #b1ae9b;
}
#left_block a:link {
	color: white;
	text-decoration: underline;
}
#left_block a:visited {
	text-decoration: underline;
	color: white;
}
#left_block a:hover {
	text-decoration: none;
	color: white;
}
#left_block a:active {
	text-decoration: underline;
	color: white;
}
#content_area {
	min-height: 370px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	_padding-right: 10px;
	*padding-right: 10px;
	padding-top: 15px;
	display: block;
	margin-left: 3px;
	float: left;
	width: 420px;
	*width: 425px;
	_width: 425px;
	background-color: #e4e1ce;
}
.left_images {
	display: inline-block;
	padding-top: 15px;
	_padding-top: 10px;
	float: left;
}
#hours {
	display: inline-block;
	padding-left: 15px;
	float: left;
}
#right_col {
	width: 310px;
	float: right;
	display: block;
}
.right_block {
	clear: both;
	margin-bottom: 3px;
}
#footer {
	font-size: 16px;
	width: 910px;
	height: 35px;
	float: none;
	clear: both;
}
.footer_text {
	margin-top: 5px;
	margin-left: 148px;
	float: left;
}
.tel {
	margin-top: 5px;
	margin-left: 83px;
	float: left;
	
}
	
.left {
	float: left;
	display: inline-block;
}
.left_head {
	line-height: 30px;
	font-size: 22px;
	float: left;
	display: inline-block;
}
.right {
	float: right;
	display: inline-block;
}
 h1 {
	line-height: 30px;
	font-size: 22px;
}
.sub_nav {
	clear: none;
	margin-top: 5px;
	text-align: right;
	width: 127px;
	float: right;
	display: inline-block;
	text-decoration: none;
}
.sub_nav a:link {
	color: #4c4b42;
	text-decoration: none;
}
.sub_nav a:visited {
	color: #4c4b42;
	text-decoration: none;
}
.sub_nav a:hover {
	color: #4c4b42;
	text-decoration: underline;
}
.sub_nav a:active {
	color: #4c4b42;
	text-decoration: none;
}
.current {
	color: #71122c;
}
a:link {
	color: #71122d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #71122d;
}
a:hover {
	text-decoration: underline;
	color: #71122d;
}
a:active {
	text-decoration: none;
	color: #71122d;
}
ul li {
	margin-top: 2px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}
p {
	height: 10px;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
	font-weight: bold;
}
.req {
	color: red;
	}
