body {
	background: url(images/body_bg.gif) repeat left top;
	margin:20px;
	padding:0px;
	text-align:center;
}


#listfloatleft {
            float: left;
            padding: 0 45px 0 30px;
            margin-right: auto;
            margin-left: auto;
	       width: 120px; 
}

#listfloatleft2 {
            float: left;
            padding: 0 10px 0 30px;
            margin-right: auto;
            margin-left: auto;
			
			
}



.introbody {
	background: url(images/body_bg.gif) repeat left top;
	margin:20px;
	padding:0px;
	text-align:center;
}	
.list {
	color: #000000;
	list-style-position: outside;
	text-transform: lowercase;
	list-style-image: url(images/bullet.gif);
}

h3, h4, h5, a, ul, li, lo, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:11px;
	color:#000000;
	line-height:16px;
	margin: 10px 17px 10px 15px;
}

.whitetext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
	margin: 10px 17px 10px 15px;
}	

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	margin:15px 10px 15px 15px;
	padding-bottom: 1px;
	border-bottom: 0px solid #0076a3;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: center;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
}

h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: center;
	font-weight:100;
	margin: 10px 0px 10px 0px;
	padding-bottom: 0px;
}

/* Creates the header div for the site. */
div#header {
	margin: 0px;
	padding: 0px;
	height: 162px;
	background: url(images/header.gif) no-repeat left top;
	position: relative;
	z-index:100;
}

div#header3 {
	margin: 0px;
	padding: 0px;
	height: 162px;
	background: url(images/header3.gif) no-repeat left top;
	position: relative;
}

div#header4 {
	margin: 0px;
	padding: 0px;
	height: 162px;
	background: url(images/header4.gif) no-repeat left top;
	position: relative;
}

div#header5 {
	margin: 0px;
	padding: 0px;
	height: 162px;
	background: url(images/header5.gif) no-repeat left top;
	position: relative;
}



div#header6 {
	margin: 0px;
	padding: 0px;
	height: 162px;
	background: url(images/header6.gif) no-repeat left top;
	position: relative;
}

div#header7 {
	margin: 0px;
	padding: 0px;
	height: 162px;
	background: url(images/header7.gif) no-repeat left top;
	position: relative;
}

div#header8 {
	margin: 0px;
	padding: 0px;
	height: 162px;
	background: url(images/header8.gif) no-repeat left top;
	position: relative;
}

div#header9 {
	margin: 0px;
	padding: 0px;
	height: 162px;
	background: url(images/header9.gif) no-repeat left top;
	position: relative;
}


/* Creates the header div for the intro page. */
div#header2 {
	margin: 0px;
	padding: 0px;
	height: 0px;
	background: url(images/header2.gif) no-repeat left top;
	position: relative;
}
/* this is a new container for nav and content 1-4-08, used to show background */
div#all {
	float: right;
	width: 750px;
	background-image: url(images/contenttop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* Creates the general link style for the audio link. */
div#audio {
	position: absolute;
	top: 470px;
	left: 75px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}


/* Creates the general link style for the audio link on the intro page. */
div#audio2 {
	position: absolute;
	top: 10px;
	right: 25px;
}
	
	div#audio2 p {
		font-size: 10px; 
	}
	
	div#audio2 a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio2 a:hover {
		color: #000000; 
	}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height:15px;
	margin-bottom: 5px;
}

li {
	font-size:11px;
	color: #000000;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:10px;
	color:#0b4b7f;
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration:underline;
}

a:visited {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#0054a6;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a.email {
	color:#000000;
	font-size:10px;
	font-weight:normal;
}

/* ----------------- 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:750px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #0072BC;
	background: url('images/container_bg.gif') repeat left top;
	background-color:#ffffff;
}

div#container2 {
	position: relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #ffffff;
	background: url('images/container_bg2.gif') left repeat-y;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 10px auto 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	width: 750px;
}

div#copyright a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

div#copyright a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

div#mainnav {
	float:left;
	width: 230px;
	height: 473px;
	background: url('images/address_bg.gif') left no-repeat;
	padding-top: 62px;
}	 

ul#mainnav {
	line-height:20px;
	margin:0px 0px 10px 20px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
}

/*regular rollovers*/

 {
}

/*The page you're ons active link*/


div#clear {
	clear:both;
}

address {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	font-style:normal;
	text-align: left;
	font-weight:100;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 45px;
}

div#content1 {
	position:absolute;
	right:-2px;
	top:227px;
	width:500px;
	text-align: left;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	z-index:200;
}

div#content {
	float:right;
	width:500px;
	text-align: left;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	z-index:200;
}	

div#text {
	float:left;
	width:790px;
	text-align: left;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
}	

div#address {
	float:left;
	width:520px;
	text-align: left;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	padding: 0px 0px 0px 15px;
	color:#000000;
	border: 0px solid #00ffff;
}	

/*end divs for logo-links page located here*/

div#map {
	width: 475px;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 15px 0px;
	border: 0px solid #000000;
	float:right;
}	

.image {
	float:right;
	margin: 10px 15px 10px 10px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	clear: both;
}	



.image2 {
	float:right;
	margin: 10px 40px 10px 10px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

.image3 {
	float:right;
	margin: 0px 15px 10px 10px;
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

.image4 {
	float: left;
	margin: 0px 15px 10px 10px;
	border: 0px solid #000000;
	padding: 15px 15px 15px 5px;
	clear: both;
}	

.creditcards {
	float:left;
	margin: 0px;
	border: 0px solid #0076a3;
	padding: 10px 5px 20px 0px;
	clear: both;
}	

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	font-weight: bold;
	font-size: 7px;
	color: #000000;
}

div#footerwelcome {
	clear: both;
	margin: 25px auto 0;
	padding: 0px;
	width: 750px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	font-weight: bold;
	font-size: 7px;
	color: #000000;
}

div#footerholder {
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#000000;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#990000;
	text-decoration:none;		
}

/* Creates the div container for the footer on intro page. */
div#footer2 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-image: url(images/footer_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	font-weight: bold;
	font-size: 7px;
	color: #ffffff;
}

div#footerholder2 {
	text-align: center;
	padding-top: 15px;
}

div#footerholder2 a:link, div#footerholder2 a:visited, div#footerholder2 a:active {
	color:#ffffff;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder2 a:hover {
	color:#ffffff;
	text-decoration:none;		
}

/* Creates the div container for the owner login. */
div#ownerlogin {
	clear: both;
	float: right;
	margin: 0px auto;
	padding: 0px;
	width: 100px;
}

.login {
	float:right;
	margin: 10px;
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

div#iframe {
	float:left;
	width: 470;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px solid #000000;
}
div#introcontent {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	height: 425px;
}	

div#introswf {
	float:left;
	width: 800;
	height: 350px;
	margin: 0px 1px 0px 0px;
	padding: 5px 0px 15px 0px;
	border: 0px solid #000000;
}

div#slideshow {
	float:right;
	width: 350;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 0px;
	border: 0px solid #000000;
}

div#mainnav a:link, div#mainnav a:hover, div#mainnav a:active, div#mainnav a:visted {
	border: none;
	text-decoration: none;
}

.right {
	float:right;
	padding-right: 15px;
}

.rights {
float:right;
margin-right:10px;
}

.left {
	float:left;
}

.clear {
	clear:both;
	height: 1px;
}

.large {
	font-weight:bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.center {
	text-align:center;
}
