body {
	background-image: url(images/body_bg.gif);
	margin: 20px;
	padding:0px;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#0E024D;
	line-height: 21px;
	margin: 10px 25px 10px 10px;
}

.center {
	text-align:center;
}	

h1 {	
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0E024D;
	margin-top: 0px;
	margin-right: 31px;
	margin-left: 10px;
	text-align: left;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#000000;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding-bottom: 0px;
}

div#header {
	margin: 0px;
	padding: 0px;
	height: 285px;
	background: url(images/header.jpg) no-repeat left top;
	position: relative;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 260px;
	right: 30px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #0E024D;
	line-height:17px;
	margin-bottom: 5px;
}

li {
	color:#0E024D;
	font-size:12px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration:underline;
}

a:visited {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:FFF799;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	position: relative;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #0647A7;
	background: url('images/container_bg.gif') left repeat-y;
	background-color: #ffffff;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	width: 990px;
	border: 0px solid red;
}

div#copyright a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

div#mainnav {
	float:left; 
	width: 220px;
}	 

ul#mainnav {
	line-height:20px;
	margin: 25px 0px 15px 7px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
}

/*button background color located here*/

ul#mainnav li a {
	font-size:12px;
	text-align: center;
	color: #ece95f;
	font-weight: 100;
	text-decoration:none;
	display:block;
	width:212px;
	padding: 4px 5px 7px 5px;	
	background-image: url(images/button-1.gif);
	border-bottom: 1px solid #ffffff;
}

/*regular rollovers*/

ul#mainnav li a:hover {
	color:#000000;
	background-image: url(images/button-2.gif);
}
/*where you're at*/

ul#mainnav li a.active {
	color:#ffffff;	
	background-image: url(images/button-4.gif);
}

/*The page you're ons active link*/

ul#mainnav li a:hover.active {
	color:#ffffff;
	background-image: url(images/button-3.gif);
}

.clear {
	clear:both;
}

address {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align: center;
	font-style:normal;
	font-weight:100;
	margin: 15px 5px 15px 15px;
	padding-top: 10px;
	padding-left: 3px;
}

div#content {
	float:right;
	width: 750px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #00ffff;
}	

div#intro {
	width: 550px;
	height: 400px;
	margin: 25px auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #00ffff;
}	

.image {
	float:right;
	margin: 5px 30px 5px 5px;
	border: 1px dotted #0E024D;
	padding: 2px;
	clear: both;
}	

.image2 {
	float:right;
	margin: 15px 145px 15px 5px;
	border: 1px dotted #0E024D;
	padding: 2px;
	clear: both;
}	

.headerimage {
	float: left;
	margin: 0px;
	border: 0px solid #000000;
	padding: 0px;
	clear: both;
}	

.creditcards {
	margin: 15px auto;
	border: 0px solid #0076a3;
	padding: 0px;
	clear: both;
}	

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}

div#footerholder {
	text-align: center;
	padding-top: 13px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#ffffff;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 100;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#FF0000;
	text-decoration:none;		
}

/* Creates the div container for the owner login. */
div#ownerlogin {
	clear: both;
	float: right;
	margin: 0px auto;
	padding: 0px;
	width: 100px;
	color: #ffffff;
}

.login {
	float:right;	
	color: #ffffff;
	margin: 10px;
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

/* Creates the div container for the iframes on the refill and links pages. */

div#iframe {
	width: 500px;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	border:1px solid #ffffff;
}	

div#map {
	width: 550px;
	height: 400px;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
}	

