html {
	font-size: 100%;
	}
	
body {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	background: #ffc900 url('cssimages/main-bg.jpg') top center no-repeat;
	}
	
/*Primary Horizontal Navigation*/
	
#header-wrap {
	background: url('cssimages/content-top.png') no-repeat top;
	width: 927px;
	}
	
#mast-head {
	display: block;
	margin: 0 auto;
	width: 927px;
	height: 100px;
	}

#mast-head h1 {
	background: url('cssimages/tusc-park-logo.jpg') no-repeat;
	width: 517px;
	height: 85px;
	text-indent: -9999px;
	}
	
#mast-head h1 a {
	display: block;
	width: 517px;
	height: 85px;
	}
	
ul.nav {
	margin: 0 auto;
	padding-top: 10px;
	}
	
	
ul.nav li {
	float: left;
	}
	
ul.nav li a {
	font-size: 16px;
	margin: 10px;
	text-decoration: none;
	color: #fff;
	padding-bottom: 6px;
	position: relative;
	}

ul.nav a.home:hover {
	border-top: 5px solid #be3745 !important;
	}
	
ul.nav a.attractions:hover {
	border-top: 5px solid #5abe37 !important;
	}

ul.nav a.pool:hover {
	border-top: 5px solid #00fff6 !important;
	}
	
ul.nav a.ss:hover {
	border-top: 5px solid #ebed31 !important;
	}

ul.nav a.ftd:hover {
	border-top: 5px solid #be3745 !important;
	}

ul.nav a.pp:hover {
	border-top: 5px solid #5abe37 !important;
	}

ul.nav a.rty:hover {
	border-top: 5px solid #ebed31 !important;
	}
		
#main-wrapper {
	display: block;
	width: 927px;
	height: 420px;
	margin: 0 auto;
	background: url('cssimages/content-top.png') top no-repeat;
	}
	
#content {
	background: url('cssimages/content-bg.png') repeat-y;
	width: 890px;
	margin: 0px auto 0;
	padding: 17px;
	}
	
#fade-container {
	margin-left: 20px;
	margin-top: 40px;
	}
	
#footer {
	background: url('cssimages/footer-bg.png') top no-repeat;
	margin-top: -15px;
	height: 92px;
	width: 928px;
	text-align: center;
	}
	


/*  Typography */


/* Heading Styles*/

h2 {
	color: #00d2ff;
	font-size: 2.5em;
	margin: .5em 10px;
	font-weight: bold;
	}
	
h3 { 
	font-size: 1.653em;
	color: #ffab00;
	margin: .5em 10px;
	}
	
h4 {
	font-size: 1.5em;
	color: #ffab00;
	margin: .5em 10px;
	}
	
h5, h6 {
	font-size: 1em;
	color: #ffab00;
	margin: .5em 10px;
	}
	
/* Paragraph Styles */

em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}

p {
	font-size: .853em;
	margin: 10px;
	line-height: 1.4em;
}


	#footer p {
		border-top: 1px solid #000;
		font-size: .8em;
		padding: 20px;
		margin: 0 20px;
		clear: both;
		}

blockquote {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	background: url('cssimages/blockquote-bg.jpg') top left no-repeat;
	padding: 5px;
	margin: 5px;
	width: 55%;
	font-style: italic;
	font-size: 1.2em;
	display: block;
	clear: both;
	}
	
	blockquote p {
		background: url('cssimages/blockquote-bg-bottom.jpg') bottom right no-repeat;
		padding: 10px;
		}
	
	#content ul {
		list-style: disc;
		margin: 30px;
		padding: 10px;
		}
		
	#content ul li {
		color: #000;
		font-size: .853em;
		line-height: 1.4em;
		}
		
	.pool-pricing {
		width: 600px;
		border-collapse: collapse;
		text-align: center;
		}
		
	.pool-pricing tr th {
		color: #111;
		font-size: .853em;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		border: 1px solid #aaa;
		background: #eee;
		}
		
	.pool-pricing tr td {
		font-size: .853em;
		padding: 5px;
		padding: 2px;
		border: 1px dotted #aaa;
		}
		
		
		
/*Image Styles */

.float-left {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 2px solid #ffab00;
	}
	
.float-right {
	display: block;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 2px solid #ffab00;
	}
