@charset "UTF-8";
/* CSS Document */

/* reset css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, dine, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #4d4c47;
	}
	
	
/*	RFP Form
--------------------------------------------- */

#contain {
	width: 900px;
	margin: 0 auto;
	background-color: #e7e4dc;
	}
	

#alert {
	width: 100%;
	height: 50px;
	color: #ff6600;
	}
	


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: none;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333300;
	text-decoration: none;
}
.lighthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666633;
	text-decoration: none;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.w {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666633;
	text-decoration: none;
}
.boldform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666633;
	text-decoration: none;
}

#formWrap { 
	padding: 20px;
}
	
	
/*	nav / footer
--------------------------------------------- */


.nav {
	width: 900px;
	height: 35px;
	background: url(../images/nav.jpg) no-repeat;
	position: absolute;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 35px;
	text-indent: -9000px;
	overflow: hidden;
}
	.nav .home a:link, .nav .home a:visited {
		left: 0px;
		width: 52px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(../images/nav.jpg) no-repeat 0px -35px;
	}
	
	.nav .about a:link, .nav .about a:visited {
		left: 52px;
		width: 129px;
	}
	.nav .about a:hover, .nav .about a:focus {
		background: url(../images/nav.jpg) no-repeat -52px -70px;
	}	

	.nav .reserve a:link, .nav .reserve a:visited {
		left: 181px;
		width: 87px;
	}
	.nav .reserve a:hover, .nav .reserve a:focus {
		background: url(../images/nav.jpg) no-repeat -181px -105px;
	}	

	.nav .packages a:link, .nav .packages a:visited {
		left: 268px;
		width: 108px;
	}
	.nav .packages a:hover, .nav .packages a:focus {
		background: url(../images/nav.jpg) no-repeat -268px -140px;
	}

	.nav .accomodate a:link, .nav .accomodate a:visited {
		left: 376px;
		width: 111px;
	}
	.nav .accomodate a:hover, .nav .accomodate a:focus {
		background: url(../images/nav.jpg) no-repeat -376px -175px;
	}

	.nav .events a:link, .nav .events a:visited {
		left: 487px;
		width: 118px;
	}
	.nav .events a:hover, .nav .events a:focus {
		background: url(../images/nav.jpg) no-repeat -487px -210px;
	}

	.nav .dining a:link, .nav .dining a:visited {
		left: 605px;
		width: 50px;
	}
	.nav .dining a:hover, .nav .dining a:focus {
		background: url(../images/nav.jpg) no-repeat -605px -245px;
	}

	.nav .fitness a:link, .nav .fitness a:visited {
		left: 655px;
		width: 57px;
	}
	.nav .fitness a:hover, .nav .fitness a:focus {
		background: url(../images/nav.jpg) no-repeat -655px -280px;
	}		

	.nav .location a:link, .nav .location a:visited {
		left: 712px;
		width: 131px;
	}
	.nav .location a:hover, .nav .location a:focus {
		background: url(../images/nav.jpg) no-repeat -712px -315px;
	}		

	.nav .contact a:link, .nav .contact a:visited {
		left: 843px;
		width: 75px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(../images/nav.jpg) no-repeat -843px -350px;
	}	
	
	
.footer {
	width: 900px;
	height: 35px;
	background: url(../images/foot.jpg) no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
}
.footer li {
	display: inline;
}
.footer li a:link, .footer li a:visited {
	position: absolute;
	top: 0;
	height: 35px;
	text-indent: -9000px;
	overflow: hidden;
}
	.footer .foot-home a:link, .footer .foot-home a:visited {
		left: 0px;
		width: 200px;
	}
	.footer .foot-home a:hover, .footer .foot-home a:focus {
		background: url(../images/foot.jpg) no-repeat 0px -35px;
	}

	.footer .foot-mid {
		left: 0px;
		width: 596px;
	}
	
	.footer .foot-contact a:link, .footer .foot-contact a:visited {
		left: 796px;
		width: 140px;
	}
	.footer .foot-contact a:hover, .footer .foot-contact a:focus {
		background: url(../images/foot.jpg) no-repeat -796px -70px;
	}	

	
/*	Specials
--------------------------------------------- */

.pack {
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
}

.pack a:link, .pack a:visited {
	color: #9b0b0a;
	border-bottom: 1px dotted gray;
	}
	
.pack a:hover {
	color: #22214c;
	}

.pack h2 {
	font-size: 13px;
	color: #666633;
	}
	
.pack ul {
	margin: 0px 0px 15px 6px;
	}
	
.pack li {
	font-size: 10px;
	padding-bottom: 4px;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
	}
	
#roseWrap {
	width: 400px;
	display: inline;
	}
	
#roseText {
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #666633;
	padding-bottom: 12px;
}

.rose, .rosePdf {
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 15px;
	float: left;
 }
 

.rose a:link, .rose a:visited {
	color: #0c0c3c;
	text-decoration: none;
	padding: 0px 60px 5px 0px;
	background: url(images/rose_btn.gif) no-repeat 65px -1px;
	}
	
.rose a:hover {
	color: #be1e2d;
	background: url(images/rose_btn_on.gif) no-repeat 65px -1px;
	}

.rosePdf a:link, .rosePdf a:visited {
	color: #0c0c3c;
	text-decoration: none;
	padding: 0px 60px 5px 0px;
	background: url(images/rose_dl.gif) no-repeat 110px -1px;
	}
	
.rosePdf a:hover {
	color: #be1e2d;
	background: url(images/rose_dl_on.gif) no-repeat 110px -1px;
	}
		
.preload{display:none;}

.soon {
	color: #bf1e2d;
	font-style: oblique;
	font-family: Georgia,"Times New Roman",Times,serif;
}


/* Form 
-------------------------------------- */

#form {
	padding: 20px;
	}
	
#form h1 {
   font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;  
	margin: 10px 0px 20px 0px;
	font-size: 20px;
	font-weight: bold;
	}
	
#recap {
	width: 350px;
	margin: 20px 0px 20px 180px;
}
	
div.form-container { margin: 10px; padding: 5px; font: 80%/1.5 Arial,Helvetica,sans-serif; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form p.approx { margin: 0px 0px 10px 10px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #fff 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset { margin-left: 25px; }
div.form-container div.buttonrow { margin-left: 180px; }



