@charset "utf-8";

* {
	margin: 0;
	padding:0;
	}
	
img, div { behavior: url(iepngfix.htc) }

html, body {
	height:100%; /* needed for container min-height */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg_body.gif);
	color: #000;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url(../images/bg_wrapper.gif) repeat-x;
	}

#container {
	width: 770px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	}
	
#header {
	height: 122px;
	background: url(../images/bg_header.jpg);
	}
	
#header h1 {
	display: none;
	}
	
#hleft {
	float: left;
	width: 300px;
	}
	
#hleft p {
	padding: 25px 0 0 25px;
	font-size: 13px;
	font-weight: bold;
	}
	
#hright {
	float: right;
	width: 300px;
	}
	
#hright p {
	text-align: right;
	padding: 25px 25px 0 0;
	font-size: 13px;
	font-weight: bold;
	}

	
#nav {
	height: 56px;
	background: #164677 url(../images/bg_nav.jpg) bottom no-repeat;
	border-top: 1px solid #fff;
	}
	
#nav p {
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	font-size: 14px;
	padding-top: 7px;
	}
	
#nav a {
	padding: 0 20px;
	}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active {
	color: #B0AEA1;
	text-decoration: none;
	}
	
#content {
	background: url(../images/logo_large.gif) top center no-repeat;
	padding-top: 200px;
	padding-bottom: 100px; /* bottom padding for footer */
	}
	
#content h1 {
	font-weight: normal;
	font-size: 23px;
	font-family: "Times New Roman", Times, serif;
	padding: 13px 30px 10px 30px;
	letter-spacing: 1px;
	background: url(../images/line.gif) 30px 80% no-repeat;
	}

#content h2 {
	font-weight: bold;
	font-size: 23px;
	font-family: "Times New Roman", Times, serif;
	padding: 13px 30px 10px 30px;
	letter-spacing: 1px;
	}

#content p {
	padding: 0 30px 15px 30px;
	line-height: 160%;
	}
	
#content ul {
	padding: 0 20px 20px 45px;
	line-height: 160%;
	}
#content li {
	list-style-position: outside;
	}
	
#footerwrap {
	position: absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: #607993;
	border-top: 2px solid #fff;
	height: 100px;
	}
	
#bottom {
	margin: 0 auto;
	width: 770px;
	background: #fff;
	}
	
#bottom p {
	text-align: center;
	font-size: 14px;
	word-spacing: 20px;
	letter-spacing: 3px;
	padding: 10px 0;
	}
	
#footer {
	margin: 0 auto;
	width: 770px;
	}
	
#footer p {
	text-align: right;
	color: #fff;
	padding-top: 10px;
	}
	
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #B0AEA1;
	text-decoration: none;
	}

.photos {
	background: url(../images/bg_photos.png) no-repeat;
	padding: 18px;
	margin-left: 30px;
	}
	
	
a:link, a:visited {
	color: #CC6600;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #B0AEA1;
	text-decoration: underline;
	}#hours {
	clear: both;
	margin-top: 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
