/**************************************/
/*              COLORS                */
/**************************************/

/* Links */
.container a:link { color: #cd5a6b; }
.container a:visited { color: #cd5a6b; }
.container a:hover { color: #cd5a6b; }

/* Headings */
h1,h2,h3,h4,h5,h6 { color:#fff; }

/**************************************/
/*           CSS RESET                */
/**************************************/

/* Meyer Reset v1.0 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* BASIC TYPOGRAPHY */

html { font-size: 50%; font-family: "Lucida Sans", "Lucida Grande", sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* FORMS */

textarea, input[type='text'], input[type='password'], select { border: 1px solid #D3D3D3; background: #fff; padding:3px;}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #D3D3D3; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #D3D3D3; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }

/* BASE SIZES */

.container { font-size: 1.2em; line-height: 1.6em; }
.container h1 { font-size: 1.9em; }
.container h2 { font-size: 1.7em; }
.container h3 { font-size: 1.5em; }
.container h4 { font-size: 1.3em; }
.container h5 { font-size: 1.2em; }
.container h6 { font-size: 1em; }

/* LISTS */

.container ul li { margin-left: .85em; }
.container ul { list-style-type: disc; }
.container ul ul { list-style-type: square; }
.container ul ul ul { list-style-type: circle; }
.container ol { list-style-position: outside; list-style-type: decimal; }
.container dt { font-weight: bold; }

/* TABLES */

.container table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.container th, .container td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	margin:0;
	width:100%;
	color:#fff;
	}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#3B3B3B;
	width:13.75em;
	}
input, textarea {
	padding: 4px 4px 4px 4px;
	border: 1px solid #333;
	background: #fff;
	color:#333;
	}
img {
	border-style:none
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	width:100%;
	height:156px;
	overflow:hidden;
	background:url(../images/headerBG.gif) repeat-x #0e1014;
	text-align:right;
	}
#header h5{
	padding:10px 10px 5px;
	font-weight:bold;
	color:#FFFFFF;
	}
#header h2{
	padding:2px 10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:normal;
	color:#FFFFFF;
	}
#main {
	width:100%;
	background:url(../images/mainBG.jpg) repeat-y top center #9a5560;
	min-height:400px;
	} * html #main { height:400px; } /* IE6 */
#footer {
	height:205px;
	width:100%;
	background:url(../images/footerBG.gif) repeat-x #0e1014;
	}
#footerLeft {
	float:left;
	width:480px;
	padding:50px 0 15px 30px;
	}
#footerRight {
	float:left;
	width:430px;
	}
.copyright {
	color:#838383;
	font-size:1.1em;
	text-align:right;
	padding-top:13em;
	}
#footerLeft a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:1em;
	}
#footerLeft a:hover{
	border-bottom: 1px dotted #ffdccf;
	}
#footer h5{
	padding:0 0 5px 0;
	font-weight:bold;
	color:#FFFFFF;
	}
#footer h2{
	padding:0 0 30px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:normal;
	color:#FFFFFF;
	}
.content {
	width:960px;
	margin:0 auto;
	position:relative;
	}
#header .logo {
	float: left;
	}
.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
.rightPhotos {
	position:absolute;
	top:-173px;
	right:-50px;
	z-index:100;
	}
#quote {
	width:320px;
	height:100px;
	background:#8a4544;
	position:absolute;
	top:223px;
	right:1px;
	}
#quote p {
	padding:17px 20px 0 20px;
	font:1.9em/1.7em Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	text-align:right;
	}	
	
	

/**************************************/
/*               MENU                 */
/**************************************/	
	
#nav{
	width:960px;
	height:40px;
	overflow:hidden;
	background:url(../images/navBG.jpg) no-repeat #50232b;
	}
#menu {
	float:left;
	width:687px;
	padding:0 0 0 27px;
	margin:11px 0 0;
	list-style:none;
	
}
#menu li {
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	display:inline;
	padding:2px 3px 2px 17px;
	background:url(../images/separator.gif) no-repeat 0 50%;
}
#menu li.hover,
#menu li:hover {
	position:relative;
}
#menu li.hover div,
#menu li:hover div {
	display:block;
}
#menu li.hover a,
#menu li:hover a {
	color:#fff;
}
#menu li.hover ul a,
#menu li:hover ul a {
	color:#b4b4b4;
}
#menu li.hover ul a:hover,
#menu li:hover ul a:hover {
	color:#fff;
}
#menu li:first-child {background:none}
#menu li a {
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#ffdccf;
	white-space:nowrap;
	text-decoration:none;
}
#menu li a:hover {
	color:#fff;
	text-decoration:none;
}
#menu li a.active {color:#fff}
#menu div {
	display:none;
	position:absolute;
	top:20px;
	left:-150px;
	padding:17px 0 0;
	width:500px;
}
#menu div ul {
	float:left;
	background:#22252d url(../images/bg-drop.gif) repeat-x;
	padding:5px 2px 5px 0;
	margin:0;
	border:1px solid #31343c;
	border-width:0px 1px 1px;
	list-style:none;
	}
#menu li a.normal {
	color:#fff;
	text-decoration:none;
}

#packages {
	width:360px;
	padding:30px 0 20px 0;
	display:inline;
	float:left;
	}
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	}
.package {
	background:#e1dcc9;
	width:360px;
	float:left;
	margin-bottom:20px;
	}
.package .packageType {
	text-align:center;
	float:left;
	margin:0;
	padding:19px;
	width:93px;
	}
.package .packageType h4{
	background:#97906c;
	padding:4px;
	color:#e1dcc9;
	margin:0 10px;
	font:bold 18px/19px Arial, Helvetica, sans-serif;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
.package .info {
	padding:17px 10px 10px 0;
	float:left;
	width:219px;
	}
.package h3 {
	color:#945d52;
	font:bold 18px/19px Arial, Helvetica, sans-serif;
	}
.package ul {
	color:#3b3b3b;
	font:normal 13px/16px Arial, Helvetica, sans-serif;
	}
.package ul,
.container .package ul li {
	list-style:none;
	margin:0;
	padding:0;
	}
#bottomContent {
	width:915px;
	}
	
#makeReservation {
	background:#E1DCC9;
	float:left;
	margin:140px 0 20px 50px;
	padding:30px;
	width:400px;
	}
#makeReservation h3 {
	text-align:center;
	width:100%;
	height:60px;
	background:url(../images/headingShadow.jpg) no-repeat bottom center;
	color:#964533;
	font:normal 24px/24px Arial, Helvetica, sans-serif;
	}
#more-info {
	display:none;
	}
#home-info{
	padding:35px 0 35px 45px;
	width:470px;
	}
#more-info {
	padding:35px 0 35px 45px;
	width:915px;
	}
#home-info h2,
#more-info h2{
	font:bold 18px/18px Arial, Helvetica, sans-serif;
	color:#f6b8b8;
	margin-bottom:.5em;
	}
#home-info p,
#more-info p{
	font-size:1.3em;
	line-height:1.5em;
	}
p.byline {
	font-weight:bold;
	margin-bottom:1em;
	text-align:right;
	text-transform:uppercase;
	}
/***************************************************
	Forms
****************************************************/

form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
	font-size:1.2em;
	color:#3b3b3b;
	}
	
form fieldset {
	
	width: 400px;
	border: none;
	padding:0em 1em 0em 1.5em;
	}

form fieldset fieldset {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	}

form fieldset fieldset legend {
	font-size: 12px;
	color: #5e5e5e;
	font-weight:normal;
	padding: 5px 0;
	}

form fieldset fieldset label {
	padding-left:12em;
	padding-bottom:5px;
	display: block;
	margin:0;
    }

form fieldset li {
	list-style: none;
	padding: 2px 8px;
	}

label {
	height:auto;
	width:9em;
	float:left;
	text-align:right;
	margin:5px 0 0 5px;
	padding-right:1em;
	display: block;
	font-weight:bold;
    }
    


form input,
form textarea {
    background: #ffffff;
    border: 1px solid #d3d3d3;
	width:13em;
    }

form br {
	height:2em;
    }

form legend {
	padding:1em 0em 0em .5em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #be2d24;
	font-weight:bold;
    }

form fieldset ol {
	margin: 0;
	padding: 0;
	background: url(images/formBackground.gif) left bottom repeat-x;
	}

form em {
	font-weight: bold;
	font-style: normal;
	color: #be2d24;
	}

.makeReservationBtn {
	background: #E1DCC9;
	border:none;
	margin:17px 0 0 10.4em;
	padding:0;
	width:174px;
	height:40px;
	}

#moreInfoContent {
	float:left;
	width:430px;
	}
#sideImages {
	width:393px;
	float:left;
	margin:280px 0 20px 55px;
	}
.photo {
	text-align:right;
	margin:0 20px 20px 0;
	}
.photo h4 {
	font:bold 14px/14px Arial, Helvetica, sans-serif;
	color:#f6b8b8;
	margin-top:-10px;
	}
.photo h4.photoStrips {
	margin-top:-30px;
	}
#links {
	padding:2em 0;
	}	
#links a{
	color:#fff;
	}