/* CSS Document */

html, body, ul, li {margin: 0; margin-left:15px; padding: 0; border: 0;}

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em;
}
div#main_wrapper {
	width:900px; /* widths of columns will change proportionately as this width is changed */
	margin-top: 10px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	margin-bottom: 5px;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color: #FFFFFF;
	height:auto; 
}
div#header {
	width:100%;
	height:176.5px;
}
div#logo {
	background-image:url(../images/graphics/logo.png);
	width:347px;
	height:162px;
	float:left;
}
div#rotateheader {
	width:553px;
	height:162px;
	float:left;
}
div#headbar {
	background-image:url(../images/graphics/darkgreenbar.png);
	width:100%;
	height:14px;
	clear:both;
}
div#nav {
	width:144px;
	height:100%;
	float:left;
	border-top:#006633 1px solid;
}
div#hours {
	width:144px;
	height:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
div#content {
	width:736px;
	float:right;
	padding-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .9em;
}
div#content_right {
	width:358px;
	float:right;
	padding-left:10px;
}
div#content_left {
	width:358px;
	float:left;
}
div#footer_bar {
	background-image:url(../images/graphics/footerbar.png);
	width:900px;
	height:21px;
}
div#copyright {
	margin: 10px; 
	color: #555; 
	font-size: .8em;
	text-align: center;
}
div#botnav {
	text-align:center;
}

h1,h2,.highlight {color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
h4 {font-size: 0.9em;}
h5 {font-size: 0.7em;}
h6 {font-size: 0.8em; font-weight:normal;}
p {color:#000000; font-size: .9em; line-height: 1.3em; margin-top:0px;}
.ul{color:#000000; font-size: .9em; line-height: 1.3em; margin-top:0px;}

