	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #036 url(img/bg.png);
	font: 12px/1.5 arial, helvetica, verdana, sans-serif;
	color: #036;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/

h2	{
	height: 25px;
	background: #fc3 url(img/h2.png) top left repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 7px 0 0 0;
	border-bottom: 1px solid #fff;
	}

h3	{
	height: 26px;
	background: #1062af url(img/h3.png) top left repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0 0 10px 0;
	padding: 7px 0 0 0; 
	}

h4	{
	font-size: 14px;
	color: #1062af;
	margin: 0 0 15px 0;
	padding: 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

strong	{
	color: #1062af;
	}

em	{
	color: #1062af;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.png) top left repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-right: 1px solid #003;
	border-left: 1px solid #003;
	}
	
#top	{
	width: 1000px;
	height: 309px;
	background: transparent url(img/rvpark.jpg) top left no-repeat;
	}
	
#content 	{
	width: 660px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#content p	{
	padding: 0 20px 15px 20px;	
	}

#content li	{
	padding-bottom: 8px;
	}
	
.text	{
	padding: 15px 20px;
	}

#content table h4	{
	margin: 10px 0 12px 20px;
	}

#right 	{
	width: 340px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#right p	{
	padding: 0 25px 15px 25px;	
	}

#right h4	{
	margin: 0 0 12px 35px;	
	color: #036;
	}
	
#right strong	{
	color: #036;
	}
	
#right ul	{
	padding: 0 10px 15px 35px;	
	}

#right li	{
	margin-bottom: 5px;	
	}

#footer	{
	clear: both;
	background: transparent url(img/footer.png) bottom left repeat-x;
	width: 950px;
	height: 33px;
	margin: 0;
	padding: 17px 25px 0 25px;
	font-weight: bold;
	color: #1062af;
	}

#ink	{
	clear: both;
	background: transparent;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 11px;
	}
	
#ink a	{
	color: #369;	
	}

	/*	Main Navigation	*/
	
#globalnav	{
	height: 127px;
	width: 1000px;
	margin: 0;
	padding: 47px 0 0 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 127px;
	width: 1000px;
	background: transparent url(img/menu.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 127px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 32px; width: 138px;}
#amenities	{left: 170px; width: 143px;}
#rates	{left: 313px; width: 175px;}
#area	{left: 488px; width: 171px;}
#rsvp	{left: 659px; width: 153px;}
#contact	{left: 812px; width: 134px;}

#amenities a:hover {background: transparent url(img/menu.png) -170px -127px no-repeat;}
#rates a:hover {background: transparent url(img/menu.png) -313px -127px no-repeat;}
#area a:hover {background: transparent url(img/menu.png) -488px -127px no-repeat;}
#rsvp a:hover {background: transparent url(img/menu.png) -659px -127px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) -812px -127px no-repeat;}

	/*   Extra Formatting 	*/

.header	{
	color: #fff;
	font-weight: bold;
	background: #2a0e03;
	}
	
.cell	{
	background: #fff;
	}
	
	/*   Links 	*/

a:link	{
	color: #1062af;
	font-weight: bold;
	}
	
a:visited	{
	color: #369;
	font-weight: bold;
	}
	
a:hover	{
	color: #000;
	font-weight: bold;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #000;
	padding: 6px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}