/* CSS Document */

* {margin: 0px;padding: 0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000;
	font-size: small;
	}
	
p {
	margin-bottom: 6pt;
	line-height: 110%;
	font-size: 100%;
	}
	
ul, li {
	margin-bottom: 6pt;
	list-style-position: inside;
	list-style-type: disc;
	}

h1 {
	font-size: 120%;
	line-height: 120%;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin-bottom: 12px;
	font-weight: bolder;
	}
	
h2 {
	font-size: 110%;
	line-height: 110%;
	color: #FFBF00;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 12px;
	}

h3 {
	font-size: 100%;
	line-height: 110%;
	color: #000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
h4 {
	font-size: 90%;
	line-height: 100%;
	color: #ffc425;
	padding-top: 3px;
	margin-bottom: 5px;
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
	
a:hover {
	color: #FFBF00;
	text-decoration: underline;
	}

a:active {
	color: #FFBF00;
	text-decoration: underline;
	}
	
#wrapper {
	width: 970px;
	background-color: #FFF;
	border: 2px solid #ffc425;
	min-height: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
    }
	
#sidebar {
	width: 210px;
	float: left;
	background-color: #000;
	margin-top: 15px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
    }
	
#sidebar a:link, a:visited {
	color: #FFBF00;
	font-weight: normal;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	}

#sidebar a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	}
	
#sidebar h1 {
	color: #FFBF00;
	text-align: center;
	}
	
#sidebar h2 {
	margin-bottom: 3px;
	font-size: 100%;
	line-height: 120%;
	margin-top: 12px;
}

#sidebar p {
	color: #FFBF00;
	margin-bottom: 12px;
	line-height: 120%;
	font-size: 90%;
	}
	
#nav {
	margin-left: 280px;
	margin-top: 15px;
	height: 20px;
	width: 672px;
    }
	
#gallery_nav {
	margin-top: 15px;
	height: 20px;
	width: 675px;
	text-align: center;
	margin-right: 147px;
	margin-left: 148px;
}

#photo {
	width: 675px;
	margin-left: 280px;
	margin-top: 15px;
	border: 1px solid #000000;
}


#main {
	width: 675px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
}

#main a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
	
#main a:hover {
	color: #FFBF00;
	text-decoration: underline;
	}

#main a:active {
	color: #000000;
	text-decoration: underline;
	}

#main ul, li {
	margin-bottom: 6pt;
	list-style-position: inside;
	list-style-type: disc; 
	}
#slideshow_amenities {
	text-align: center;
	width: 675px;
	margin-top: 30px;
	height: 625px;
}
#slideshow_gallery {
	width: 900px;
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 35px;
	margin-right: 35px;
	margin-left: 35px;
}

#slideshow_gallery h1 {
	color: #000;
	text-align: center;
	}

#footer {
	width: 690px;
	padding-top: 5px;
	font-size: 80%;
	text-align: left;
	color: #FFC425;
	height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 280px;
    }

#footer a:link, a:visited {
	color: #FFC425;
	font-weight: normal;
	}
	
#footer a:hover, a:active {
	color: #fff;
	font-weight: normal;
	}
#footer_gallery {
	width: 970px;
	font-size: 80%;
	text-align: center;
	color: #FFC425;
	height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer_gallery a:link, a:visited {
	color: #FFC425;
	font-weight: normal;
	}
#footer_gallery a:hover, a:active {
	color: #fff;
	font-weight: normal;
	}


.floatleft {
	float: left;
	padding-right: 20px;
	}

.floatright {
	float: right;
	padding-left: 20px;
	}
.contact {
	color: #ffc425;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	padding-top: 20px;
	padding-bottom: 5px;
}
.tableHead {
	font-size: 100%;
	line-height: 100%;
	padding: 5px;
}
.table {
	font-size: 85%;
	line-height: 120%;
	padding: 5px;
}



.yellow {
	color: #FFC425;
	font-size: 110%;
}
.intro {
	font-size: 108%;
	line-height: 120%;
}




/*  IE fixes */

#main, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

