@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #5d5d5d;
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #5d5d5d;

}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 15px;
}

.margin-right {
	margin-right: 15px;	
}

.margin-top {
	margin-top: 10px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}

form {
	padding: 0;
	margin: 0;
}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0 0 15px 0;
	line-height: normal;
	font-size: 24px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #74451a;
}

h5 {
	margin: 0px;
	line-height: normal;
	font-style: italic;
	color: #772323;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	
}

#top-wrapper {
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	height: 176px;
	margin: 0;
}

#top-container {
	width: 988px;
	margin: 0 auto;
}

#top-right {
	float: right;
	margin-right: 20px;
	text-align: right;
	width: 668px;
}

#number {
	font-size: 14px;
	color: #bdbcbc;
	padding-top: 10px;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

#number a {
	color: #bdbcbc;
	text-transform: uppercase;
}

#menu {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #3f1b05;
	padding-top: 12px;
	font-size: 14px;
	
}	

#menu a {
	text-decoration: none;
	color: #3f1b05;
}	

#menu a:hover {
	color: #ccb766;
}

#menu img {
	background-color: #ccb766;
	height: 15px;
	margin: 0 5px;
	width: 1px;
}

#main-container {
	width: 943px;
	margin: 0 auto;	
}

#home-main {
	background-image: url(../images/bg-home.jpg);
	background-repeat: repeat-y;
}

#home-main-type {
	padding: 25px;
	float:left;
	width: 420px;
}

#email {
	background-image: url(../images/bg-email.jpg);
	background-repeat: no-repeat;
	padding: 35px 20px 20px 20px;
}

#amenities {
	background-image: url(../images/bg-amenities.jpg);
	background-repeat: no-repeat;
	padding: 20px 25px;
	color: #FFFFFF;
	height: 152px;
}

#amenities a {
	color: #FFFFFF;
}

#sitemap {
	float: left;
	background-image: url(../images/bg-sitemap.jpg);
	background-repeat: no-repeat;
	padding: 45px 100px 18px 18px;
	width: 82px;
	height: 80px;
	color: #FFFFFF;
	line-height: normal;
}

#sitemap a {
	color: #FFFFFF;
}

#activities {
	float: left;
	background-image: url(../images/bg-activities.jpg);
	background-repeat: no-repeat;
	padding: 45px 100px 18px 18px;
	width: 82px;
	height: 80px;
	color: #FFFFFF;
	line-height: normal;

}

#activities a {
	color: #FFFFFF;
}

#weather {
	float: left;
	background-image: url(../images/bg-weather.jpg);
	background-repeat: no-repeat;
	padding: 45px 18px 18px 18px;
	width: 164px;
	color: #FFFFFF;
	font-size: 10px;
	height: 80px;
	text-transform: uppercase;
	line-height: normal;

}

#weather h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}


#footer-container {
	clear: both;
	border-top: 1px solid #74451a;
	
}

#footer {
	text-transform: uppercase;
	font-size: 10px;
	color: #74451a;
	width: 943px;
	margin: 0 auto;
	padding: 5px 0;
	
}

#footer a {
	text-decoration: none;	
	color: #74451a;

}

#footer a:hover {
	color: #5d5d5d;	
}

#left-column {
	float: left;
	width: 341px;

	
}

#right-column {
	float: left;
	width: 602px;
	
}

#images {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	width: 247px;
}

#images div {
	background-image: url(../images/image-bg.jpg);
	background-repeat: no-repeat;
	width: 225px;
	padding: 11px;
}

#flashcontent {
	height: 350px;
}

.border {
	border: 1px solid #74451a;
}




