@charset "UTF-8";


body {
	background:#dbdbdb url(../img/body-bkgd.jpg) top left repeat-x;
	color:#3d3d3e;
}

h1 {
	font:normal 28px/32px 'Oswald', Arial, Helvetica, sans-serif;
	margin:0 0 16px 0;
}

h2 {
	text-indent:-9999px;
}

h3 {
	font:normal 16px/20px 'Oswald', Arial, Helvetica, sans-serif;
	margin:20px 0 8px 0;
}

h5 {
	font:normal 12px/16px 'Oswald', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:0 0 10px 0;
	text-transform:uppercase;
}

h6 {
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	margin:0 0 18px 0;
}

p, td {
	font:normal 13px/21px Arial, Helvetica, sans-serif;
	margin:0 0 15px 0;
}

p strong {
	font-weight:bold;
}

td {
	line-height:24px;
	padding-left:6px;
}

td strong {
	font-weight:bold;
	padding-left:24px;
}

label {
	display:block;
	float:left;
	font-weight:bold;
	width:100px;	
}

textarea {
	width:220px;
}

#outer_container {
	background:url(../img/masthead.jpg) top center no-repeat;
	height:344px;
	width:100%;
}

#inner_container {
	margin:0 auto;
	position:relative;
	width:960px;	
}

#slogan {
	font-family: 'Rock Salt', arial, serif;
	text-align:center;	
}

#navigation {
	position:absolute;
	top:301px;
	left:50%;
	margin-left:-339px; /* half the width of 4 nav items to center #navigation div */
}

	#navigation a {
		background:url(../img/nav-bkgd.png) 0 0 no-repeat;
		color:#3d3d3e;
		display:block;
		float:left;
		font:normal 14px/14px 'Oswald', Arial, Helvetica, sans-serif;
		height:23px;
		letter-spacing:1px;
		margin-left:2px;
		padding-top:17px;
		position:relative;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		width:168px;
	}
	
		#navigation a:hover {
			background-position:0 -40px;
		}
	
		#navigation a:first-child {
			margin:0;
		}		
		
		#navigation a.active {
			background-position:0 -80px !important;
			color:#2a89ef;
			font-size:19px;
			height:23px;
			padding-top:17px;
		}

#content {
	clear:both;
	margin:0 100px;
	position:absolute;
	top:390px;
	width:760px;
}

#content_image, #map_button {
	display:block;
	float:left;
	margin-bottom:60px;
}

#content_copy {
	margin:10px 0 60px 348px;
	padding:0 0 0 6px;
	width:400px;
}
	
	#content_copy a {
		font-weight:bold;
		text-decoration:none;
		color:#2a89ef;	
	}
	
		#content_copy a:hover {
			text-decoration:underline;
		}
	
	#content_copy ul {
		list-style:disc;
		padding-left:5px;
	}
	
	#content_copy li {
		font:normal 12px/20px Arial, Helvetica, sans-serif;
		margin-left:12px;
	}


#map_button {
	position:relative;
	width:280px;
	height:220px;
	margin-left:35px;
	background:url(/img/map.png) no-repeat 0 0;
	text-indent:-9999px;
}

	#map_button span {
		position:absolute;
		top:0;
		left:0;
		display:block;
		width:280px;
		height:220px;
		background:url(/img/click-to-enlarge.png) no-repeat top left;
	}
	
		#map_button:hover span {
			background-position:bottom left;
		}

#footer {
	clear:both;
	color:#8d8d8e;
	margin:60px 0 16px 0;
	text-align:center;
}

	#footer span {
		padding:0 7px;	
	}
	
	#footer strong {
		color:#1e1e1e;
	}