* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: .75em;
}
ul {
	padding-left: 1em;
	margin-left: 0;
}
li {
	margin: 0 0 0 30px;
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	background: #105176 url(../img/body-bg.jpg) repeat-x;
	text-align: center;
}
img {
	border: none;
}
/* Headline Colors / Styles here */
h1 {
	color: #000066;
}
h2 {
	color: #0000CC;
}
h3 {
	color: #000000;
}
h4 {
	color: #000000;
}
h5 {
	color: #000000;
}
h6 {
	color: #000000;
}

/* Link Colors / Styles here */
a {
	color: #003399;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
}
ul#vnav a {
	color: #FFFF00;
	text-decoration: none;
}
ul#vnav a:visited {
	color: #FFFF00;
	text-decoration: none;
}
ul#vnav a:hover {
	color: #FF9900;
}
ul#vnav a:active {
	color: #FF9900;
}
div#admin a {
	color: #CCFFFF;
	text-decoration: none;
}
div#admin a:visited {
	color: #CCFFFF;
	text-decoration: none;
}
div#admin a:hover {
	color: #CCCCFF;
	text-decoration: underline;
}
div#admin a:active {
	color: #CCCCFF;
	text-decoration: underline;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #00CCCC;
	text-decoration: underline;
}
div#footer a:active {
	color: #00CCCC;
	text-decoration: underline;
}
div#events a {
	color: #0000CC;
	text-decoration: underline;
}

#wrapper-bg {
	margin: auto;
	width: 760px;
	height: auto;
	background: url(../img/wrapper-bg.jpg) top center no-repeat;
}
#wrapper {
	margin: auto;
	width: 684px;
	height: auto;
	background: url(../img/layout-main.jpg);
}
#header {
	width: 684px;
	height: 234px;
	background: url(../img/head1.jpg);
}
#vnav {
	float: left;
	font-size: 12px;
	line-height: 23px; 
	width: 160px;
	text-align: left;
	margin: 0px 0px 0px 25px;
	list-style-type: none;
}
* html #vnav {
	float: left;
	font-size: 12px;
	line-height: 23px; 
	width: 145px;
	text-align: left;
	margin: 0px 0px 0px 10px;
	list-style-type: none;
}
#vnav ul {
	width: 160px;
	list-style-type: none;
	font-size: 12px;
	line-height: 23px;  
	text-align: left;
	margin: 0px auto 0px;
	padding: 0;
}
li.vnav {
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px; 
	text-align: left;
	margin: 0px auto 0px;
	padding: 0;
	background: url(../img/divider.jpg) no-repeat bottom left;
}
#leftNav ul li ul {
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	margin: 0px auto 0px;
	padding: 0;
}
#leftNav ul li ul li {
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px; 
	text-align: left;
	margin: 0px auto 0px;
	padding: 0;
}
#content {
	float: left;
	width:400px;
	height:auto;
	padding: 10px 10px 20px 10px;
	text-align: left;
	/*border: #FF0000 1px solid;*/
	margin: 0 0 0 40px;
}
* html #content {
	float: left;
	width:400px;
	margin-left: 60px;
}
#footer-lg {
	width: 740px;
	height: 175px;
	background: url(../img/footer-lg.jpg) top center no-repeat;
	text-align: center;
}
.clear {
    clear:both;
}
.kminfo {
    display: none;
}
.footertext {
	color: #FFFFFF;
	font-size: 10px;
}
.border {
	border: #333333 1px solid;
}
#hours {
	width: 130px;
	float: right;
	padding-left: 20px;
}
.sigbox {
	display: none;
}