/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #7f90ab;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

h2, 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:#000000;
	line-height:17px;
	margin:10px 35px 0px 5px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:25px;
	color:#000000;
	font-weight:100;
	margin:10px 40px 15px 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

h2 {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	margin:15px 5px;
	padding-bottom: 5px;
}

h3 {
	margin-right: 0px;
	margin-left: 0px;
	font: bold 14px Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	color:#000000;
	border-top: 0px solid #265CAB;
	padding-top: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #265CAB;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #790000;
}

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left:364px;
	width: 406px;
	height: 134px;
	z-index: 1;}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 221px;
	background: url(images/header.jpg) no-repeat left top;
	position: relative;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	margin: 0px auto;
	width: 770px;
	border: 0px solid #548CC2;
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 10px;
	width: 540px;
	background: url(images/content_bg.gif) no-repeat left top;
	border: 0px solid red;
}

/* Creates the div for the content */
div#content2 {
	float: right;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 10px;
	width: 740px;
	background: url(images/content_bg.gif) no-repeat left top;
	border: 0px solid red;
}

/* Creates the div for the content */
div#map {
	float: right;
	margin: 20px 40px 20px 4px;
	padding: 5px 5px 5px 5px;
	width: 450px;
	border: 1px solid #000000;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 165px;
	right: 27px;
}
	
	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 div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	font-weight: 100;
	font-size: 12px;
	color: #ffffff;
}

div#footerholder {
	text-align: center;
	padding-top: 43px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#ffffff;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	text-decoration: underline;
}

div#footerholder a:hover {
	color:#ffe8cf;
	text-decoration: none;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 15px auto 0px;
	padding: 0px;
	clear: both;
	width: 770px;
}

div#copyright a {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left div ----------------- */

div#sidediv {
	float: left;
	width: 160px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 40px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
}

address {
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	text-align: left;
	margin: 40px 0px 0px 0px;
}

address a:link {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #000000;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */

div#horznav {
	margin:0 auto;
	padding:0;
	position: absolute;
	bottom: 41px;
	left: 20px;
	color: #5895C1;
}

ul#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	right: 0px;
}

ul#nav li {
	float:left;
	margin:0 auto;
	padding:0;
	display:inline;
	border-right: 1px solid #ffffff;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin:0;
	display:run-in;
	line-height:12px;
	font-size:12px;
	font-weight: 100;
	text-decoration:none;
	color:#ffffff;
	padding: 3px 15px;
	text-decoration: none;
}

ul#nav li a:hover {
	color:#000000;
	background-color:#e1e3b5;
}

ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#e7d2bc;
	text-decoration: none;
}

ul#list {
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 10px 20px 0px 30px;
}

ul#list li {
	line-height: 15pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	list-style: url(images/bullet.gif);
}

.left {
	float: left;
	margin: 0px 35px 5px 5px;
	padding: 3px 3px 5px;
	border: 1px solid #790000;
	clear: both;
}

.left2 {
	float: left;
	margin: 10px 5px 5px 5px;
	padding: 3px 3px;
	border: 1px solid #790000;
}

.right {
	float: right;
	margin: 0px 35px 5px 5px;
	padding: 3px 3px 5px;
	border: 1px solid #790000;
	clear: both;
}

.clear {
	clear: both;
}

.creditcard {
	float: left;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ffffff;
	background: #ffffff;
}

/* 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: 480;
	margin: 15px 5px 40px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
}
