@charset "utf-8";

/*------------------------------------
GLOBALS
------------------------------------*/

body {
	background-color:black;
	font-family:arial;
	font-size:12px;
	line-height:1.5em;
	color:white;
	margin:10px 0 10px 0;
	}

h1 {
	background-repeat: no-repeat;
	width: 600px;
	height: 40px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	margin-bottom:5px;
}

a:link, a:visited {
	text-decoration:none; 
	color: #E9D880;
	}
a:hover {
	text-decoration: underline;
	color: #FFFF80;
	}

strong {
	color:#A77840;
	font-weight:bold;
	}
	
.clear {
	clear:both;
	}
	
.borderless {
	border:0px;
	}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}

.pic {
	padding:0px;
	border:5px solid white;
	}

.header {
	color:#A77840;
	font-size:24px;
	font-weight:bold;
	}

.formbutton-on-dark {
	background-color: #517CC1;
	font-size:10px;
	font-weight:bold;
	color: white;
	border: 2px solid white;
	padding: 3px;
	position:relative;
	bottom:2px;
	}
	
.formbutton-reserve {
	background-color: #22314E;
	font-size:10px;
	font-weight:bold;
	color: white;
	border: 0px;
	padding: 3px;
	}


/*------------------------------------
DIVS AND LAYOUT
------------------------------------*/

.wrapper {
	width:1000px;
	margin:0 auto 0 auto;
	border:0px;
	text-align:left;
	}
	
.container {
	width:1000px;
	margin:0 auto 0 auto;
	border:0px;
	text-align:left;
	position:relative;
	}
	
.sidebar {
	width:350px;
	text-align:center;
	float:right;
	}
	
.content {
	width:640px;
	margin:auto; 
	padding:0px;
	float:left;
	}
	
.footer {
	width:980px;
	border:1px solid #A77840;
	color:white;
	margin:0; 
	padding:10px;
	text-align:center;
	}
	
.featured-home {
	width:250px;
	border:1px solid #A77840;
	color:white;
	margin:auto;
	font-size:10px;
	padding:10px;
	text-align:left;
	}


/*------------------------------------
NAV
------------------------------------*/

.mainnav {
	height:35px;
	background-image: url(/images/bg-mainnav.gif);
	background-repeat:repeat-x;
	background-position: top left;
	margin:0px; 
	padding:0px;
	text-align:left;
	}
	

/*------------------------------------
GALLERY PAGE
------------------------------------*/
	
.gallery-box {
	width:150px;
	padding:5px;
	float:left;
	text-align:center;
	}
	
/*------------------------------------
FORM BUTTON ROLLOVERS
------------------------------------*/

.submit_bttn {
	background: url(/images/bttn-submit-off.png) no-repeat;
	width:75px;
	height:20px;
	margin:none;
	border:none;
	}

.submit_bttn:hover {
	background: url(/images/bttn-submit-on.png) no-repeat;
	width:75px;
	height:20px;
	margin:none;
	border:none;
	cursor:pointer;
	}
	
	