<style type="text/css"> 
/* #ae8464 - brown
   830417 - burgundy
   f9f9e3 - yellowish 
   f7f1e1 - off-white
   c4c8ca - gray
   e5d8bd - tan
   f9f3f4 - footer bkgd
   #88a3c1  blue 
   #2f8d3d  green
   057215 dark green
   #3d3d3b  brown/black 
   #c3ccd5 light blue 
   283955 very dark blue
*/
body, address, dd, dl, hr, p, form { 
font-family: Verdana, Tahoma, Helvetica, "Times New Roman", Georgia, Geneva, Arial, serif; 
margin: 0; 
padding: 0; 
}    
body {
	background:url(../Images/bodyBkgdRepeat.jpg) repeat;
	font-size:13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0;
	text-align: center; 
	text-decoration: none;
	line-height: 22px;
}
#wrapper {
	width:980px;
	background: none;
	margin: -1px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	color: #000;
	line-height: 22px;
	font-size:13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 0;
} 
#banner {
	width: 980px;
	height: 310px;
	margin: 0 auto;
	padding: 0;
	background: url(../Images/banner.png);
	background-repeat:no-repeat;
	position:relative;
	z-index: 10;
}
#hours {
	float: right;
	width: 680px;
	margin: -20px 20px 0 0;
	padding: 5px 0;
	color: #003;  /* off white*/
	background-color: none;
	font-size: 11px;
	font-style:italic;
	font-variant: small-caps;
	font-weight: 900;
	text-align:center;
}
#content {
	float:left;
	width: 920px;
	background-color: none;
	padding: 0 0 20px 0;
	margin: 0 32px 0 28px;
	position: relative;
	border-top: 10px #3d3d3b solid;
	border-right: 4px double #adbac5; /*blue gray*/
	border-left: 4px double #adbac5; /*blue gray*/
	position: relative;
	z-index:20;
}
#main {
	float:right;
	margin: 50px 10px 20px 0;
	padding: 20px 20px 50px 20px;
	width: 620px;
	background-color: #f2eee8; /*very light blue*/
	border: 3px ridge #3d3d3b; /*brown black*/
}
#left{
	float:left;
	text-align:left;
	width: 200px; 
	margin: 15px 10px 0 5px;
	padding: 0 0 50px 0; 
	background: none;
}
#nav {
	float:left;
	background: none; 
	text-align:left;
	width: 220px; 
	margin: 0;
	padding: 0 0 10px 0; 
	line-height: 1.5em;
}
/* navigation styles */ 
#nav ul {
	list-style:none;
	padding: 0;
	margin: 10px 0 0 0;
	display:block;
	line-height: 1.5em;
	border: 0;
	background: none;
}
#nav ul li a:link, #nav ul li a:visited {
	list-style:none;
	color: #000;  /* off white*/
	text-align:left;
	text-decoration:none;
	font-size: 11px;
	font-weight: 700;
	display:block;
	line-height: 1.5em;
	border-bottom: 3px solid #036;  /* dark blue*/ 
	padding: .3em .6em;
	margin:0;
	background:#c2cbd3; /* light blue*/ 
}

#nav ul li a:hover, #nav ul li a:active {
	color: #3d3d3b;  /*brown/black*/
	font-size: 11px;
	background: none;	
	display:block;
	border-bottom: 3px solid #88a3c1;  /* blue */
	padding: .3em .6em;
	margin:0;
	line-height: 1.5em;
} 
#footer {
	width: 980px;
	background-image:url(../Images/footerBkgd.png);
	background-repeat:no-repeat;
	background-color: none;
	margin: -10px auto 0 auto;
	padding: 15px 0 0 0;
	text-align:center;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0;
	line-height: 15px;
	height: 50px;
	position: relative;
	z-index:1000;
}
.copyright {
	text-align:center;
	margin: 10px auto;
	padding: 2px 20px 0 0;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0;
	line-height: 1em;
}
ul li {
	padding: 0;
	margin: 0;
}
p {
	text-indent: 25px;
	padding:0;
	margin: 10px 0;
	line-height:1.6em;
}
.title {
	text-indent: 0;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	color: #830417; /* burgundy */
	font-size:14px;
	padding: 0;
	margin: 0;
}
.hr {
	width: 160px;
	margin: 8px 20px 8px 30px;
	height: 3px;
	border-bottom-color:#533207; /* dark brown */
	float:right;
}
.form {
	padding:15px;
	margin: 10px 25px 5px 10px;
}
.calendar {
	padding: 3px;
	background-color: #f4ede4;
}
h1, h1 a, h1 a:visited { /* page titles */
	font-variant:small-caps;
	font-weight:bold;
	color: #533207; /* dark brown */	
	font-size:17px;
	text-indent:none;
	margin:10px 0;
	padding:0;
}
h2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#006; /*dark blue*/	
	font-size:14px;
	margin: 10px 0;
	padding:0;
}
h3 {
	font-variant:small-caps;
	font-weight:bold;
	color:#000;  
	font-size:12px;
	margin:10px 0;
	padding:0;
	line-height:1.5em;
	text-indent: 0;
}
h4 {
	font-variant:normal;
	font-weight:bold;
	color:#2f2218;  /* very dark brown */
	font-size:12px;
	text-indent: 20px;
	margin:5px 0 5px 0;
	padding:0;
	line-height:1.3em;
}
h5 {
	font-variant:normal;
	font-weight:bold;
	color:#2f2218;  /* very dark brown */
	font-size:11px;
	text-indent: 10px;
	margin: 5px 0;
	padding:0;
	line-height:1.2em;
}
h6 {
	font-variant:normal;
	font-weight:bold;
	color:#000; /*  black*/
	font-size:12px;
	text-indent: 10px;
	margin: 5px 0;
	padding:0;
	line-height:1.3em;
}
a, a:visited {
	text-decoration:none;
	color:#0053a5;
}
a:hover, a:active {
	text-decoration:none;
	color: #830417; /* burgundy */
}

.special {
	color:#c00;
	text-indent:30px;
	font-weight:bold;
	font-variant:small-caps;
}
.bold {
	font-weight:bold;
}
.boldCaps {
	font-weight:bold;
	font-variant:small-caps;
}
.boldItalic {
	font-weight:bold;
	font-style:italic;
}
.noPad {
	padding:0;
	margin:0;
}
.smallPadTop {
	padding:8px 0 20px 0;
	margin:0;
}
.imgRight {
	float:right;
	margin: 20px 0 10px 20px;
}
.imgLeft {
	float:left;
	margin: .5em;
}
.imgCenter {
	float:none;
	text-align:center;
}
.indent {
	text-indent:30px;
}
.noindent {
	text-indent:0;
}
.noBottomBorder {
	border-bottom:0;
}

#content li {
	list-style:none;
	padding: 0;
	margin: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

