
body {
	background: #00264C;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
hr {
	border: 0;
	border-top: solid 1px #666;
	height: 1px;
	margin: 30px 0;
}
img {
	margin: 0 10px 10px 10px;
}
.slideshow img {
	margin: 0;
}

#container {
	background: #00264C url(bg-main.gif) repeat-y;
	margin: 0 auto;
	position: relative;
	width: 815px;
}
#container2 {}

#header {
	height: 222px;
	position: relative;
	width: 815px;
}
	#header.header1 {
		background: url(bg-header-1.jpg) no-repeat;
	}
	#header.header2 {
		background: url(bg-header-2.jpg) no-repeat;
	}
	#header.header3 {
		background: url(bg-header-3.jpg) no-repeat;
	}
	#header.header4 {
		background: url(bg-header-4.jpg) no-repeat;
	}
	#homepage #header {
		background: url(bg-header-1.jpg) no-repeat;
	}

	#header h1 {
		margin: 0;
	}
	#header a {
		color: #fff;
	}
	#header h1 a {
		/*background: url(logo-animated.gif) no-repeat;*/
		display: block;
		height: 90px;
		overflow: hidden;
		position: absolute;
		left: 65px;
		text-indent: -5000px;
		text-decoration: none;
		top: 0;
		width: 225px;
	}
	#header #address {
		color: #fff;
		font: 80%/120% Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		padding: 6px 55px;
		text-align: right;
	}
	#header #hours {
		bottom: 32px;
		color: #fff;
		font: 80%/120% Arial, Helvetica, sans-serif;
		right: 55px;
		letter-spacing: 1px;
		position: absolute;
	}

	#header #top_nav {
		color: #fff;
		right: 55px;
		letter-spacing: 1px;
		position: absolute;
		top: 198px;
	}
	#header #top_nav ul,
	#header #top_nav li {
		display: inline;
		list-style: none;
	}
	#header #top_nav a {
		color: #fff;
		font-size: 90%;
		padding: 0 10px;
		text-decoration: none;
	}



#content {
	background: url(bg-content.gif) no-repeat bottom right;
	font-size: 90%;
	line-height: 140%;
	margin: 10px 0 0 233px;
	overflow: hidden;
	width: 534px;
}
#content a:link, #content a:visited {color: #b00;}
#content a:hover, #content a:active {
	color: #d00;
	text-decoration: none;
}
#content2 {
	color: #333;
	padding: 15px 20px 40px 40px;

	width: 474px;

	min-height: 700px;
	height: auto !important;
	height: 700px;
}
#page_title {
	color: #00264C;
	font-size: 170%;
	letter-spacing: 3px;
	margin-top: 0;
	text-align: right;
}


#navbar {
	left: 48px;
	position: absolute;
	top: 222px;
}
	#navbar ul,
	#navbar li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#navbar ul a {
		background: url(bg-leftnav.gif) no-repeat;
		color: #e6c500;
		display: block;
		left: 0;
		letter-spacing: 1px;
		line-height: 35px;
		width: 185px;
		height: 37px;
		margin: 0;
		padding: 0;
		text-decoration: none;
		text-indent: 20px;
	}
		#navbar a:hover {
			background: url(bg-leftnav_f2.gif) no-repeat;
			color: #eee;
		}

	#associations {
		width: 185px;
	}
	#associations img {
		border: 0;
	}
	#associations img {
		display: block;
		margin: 40px auto -20px auto;
	}

#address, #hours {
		color: #fff;
		font: 80%/120% Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		padding: 10px;
		width: 166px;
}
#address a {
	color: #fff;
}

#footer {
	background: url(bg-footer.jpg) no-repeat;
	height: 57px;
	width: 815px;
}
	#footer #copy {
		color: #fff;
		font-size: 80%;
		letter-spacing: 1px;
		line-height: 160%;
		margin: 0 55px 0 0;
		text-align: right;
	}


.special {
	background: #eee;
	border: dashed 3px #990002;
	padding: 10px;
}
#content .special h3 {
	margin: 0;
}
#content .special p {
	margin: 8px;
}