@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background-color: #EFF0EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	color: #04A304;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #6D3B27;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6D3B27;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
p.bigger {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:13px;
}
b {
	color: #00D300;
	font-weight:bold;
}

a {
	color: #00D300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 104px;
	width: 960px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#wrap_inner {
	float: left;
	width: 960px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
#menu {
	float: left;
	width: 164px;
	margin-left: 20px;
	margin-bottom: 20px;
	display:inline;
}
#hours {
	width: 164px;
	margin-left: 20px;
	margin-top:auto;
	margin-right: 10px;
	float:left;
	display:inline;
}
#contain {
	float: left;
	width: 775px;
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 740px;
	margin: 15px;
	display:inline;
}
#blog {
	/*float: left;
	height: 70px;*/
	width: 444px;
	background-image: url(../images/blog_bg_line.gif);
	/*background-repeat: no-repeat;*/
	float:left;
	
}
#blog h1 {
	font-size: 12px;
}
/* #blog a {
	color: #636466;
	text-decoration: none;
	float: right;
}
#blog a:hover {
	text-decoration: underline;
}*/
#newsletter {
	/*float: left;*/
	width: 200px;
	height: 93px;
	margin-left: 10px;
	float:left;
	display:inline;
}
.textbox {
	background-image: url(../images/textbox.gif);
	height: 22px;
	width: 198px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newsletter form {
	float: left;
	width: 190px;
	margin-top: 25px;
}

#bottom {
	background-image: url(../images/bottom_bg.gif);
	float: left;
	height: 43px;
	width: 960px;
}
#footer {
	float: left;
	height: 20px;
	width: 960px;
}
.top_pad {
	padding: 116px 0 0 0;
}ul {
	margin-left: 25px;
	list-style-type: none;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
