/**************************************/

/*              COLORS                */

/**************************************/



/* Links */

#container a:link {
	color: #000000;
	text-decoration: none;
}

#container a:visited {
	color: #000000;
}

#container a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



/* Headings */

h1,h2,h3,h5,h6 { color:#fff; }



/**************************************/

/*           CSS RESET                */

/**************************************/

#content #footer #footerLeft p {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



/* Meyer Reset v1.0 */



html,body,div,span,applet,object,iframe,h1,h2,h3,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{
	font-size:100%;
	}




/* BASIC TYPOGRAPHY */



html {
	font-size: 50%;
}

strong, th, thead td, h1, h2, h3, h5, h6 { font-weight: bold; }


code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
	font-size: 1.5em;
	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"; }





/* BASE SIZES */



#container {
	margin: -15px auto 0 auto;
	position: relative;

}

#container h1 { font-size: 1.9em; }

#container h2 { font-size: 1.7em; }

#container h3 { font-size: 1.5em; }

#container h5 { font-size: 1.2em; }

#container h6 { font-size: 1em; }



/* LISTS */



#container ul li { margin-left: 1.3em; }

#container ul {
}

#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; }









/**************************************/

/*              GLOBALS               */

/**************************************/
body {
	background-attachment: inherit;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #093959;
}
#background {

	position: relative;
	margin: 0;

	}

input, textarea, select {
	vertical-align:middle;
	color:#3B3B3B;
	width:22em;
	}

input, textarea {

	padding: 4px 4px 4px 4px;

	border: 1px solid #333;

	background: #fff;

	color:#333;

	}

img {

	border-style:none

	}



h1,h2,h3,h5,h6 {

	font-weight: normal;

	}



/**************************************/

/*              HEADER                */

/**************************************/

#header {
	height:156px;

	}

#header h5{

	padding:5px 5px 1px;

	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:#000000;

	}

#main {
	width:100%;

	} * html #main { height:400px; } /* IE6 */

#footer {
	height:auto;
	width:900px;
	background:#000000;

	}
#footer #footerLeft p {
	font-size: 1.6em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contact {
	height: auto;
	width: 346px;
	background: #cccccc;
}


#footerLeft {
	width:400px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;

	}

#footerRight {
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	color: #999999;


	}
#footerRight p {
	color: #666666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 3em;
}


.copyright {
	color:#ffffff;
	font-size:1.5em;
	text-align:center;
	padding-top:0em;

	}

#content {
	width:900px;
	background: #6a899d;
	position: relative;
	padding: 0px;
margin: 0 auto;
	}

.curved {

	-moz-border-radius:10px;

	-webkit-border-radius:10px;

	}

#quote {

	width:320px;

	height:100px;

	background:#999999;

	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{
	height:45px;
	background:#999999;
	text-align: center;
	height: 100%;
	width: 100%;
	}
#nav{
	width:auto;
	height:40px;
	overflow:hidden;
	background: no-repeat #999999;

	}

#menu {
	float:left;
	width:800px;
	list-style:none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;

	

}

#menu li {

	font:bold 12px/14px Arial, Helvetica, sans-serif;

	color:#fff;

	display:inline;

	padding:1px 1px 1px 1px;

}

#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:#000000;

	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;

}

.clear {

	clear:both;

	display:block;

	height:0;



	width:0;

	}

#packages {
	width:360px;
	padding:0px 10px 20px 20px;
	display:inline;
	float:left;
	height: auto;
	margin: 20px 0 0px 0;

	}
.package {
	background:#666666;
	margin-bottom:20px;
	text-align:left;
	margin:0;
	font-size: 1.4em;

	}	
.package h3 {

	color:#945d52;

	font:bold 18px/19px Arial, Helvetica, sans-serif;

	}


#bottomContent {

	width:915px;

	}



#makeReservation {
	background:#666666;
	margin:0px 0 20px 50px;
	padding:30px;
	width:300px;
	position: relative;
	float: left;

	}

#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;

	}



#home-info{
	padding:25px 0 35px 45px;
	width:400px;
	height: auto;
	margin: 0;
	float: left;

	}

#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:1em;

	}

p.byline {

	font-weight:bold;

	margin-bottom:1em;

	text-align:right;

	text-transform:uppercase;

	}#container   #header    {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 900px;
	height: auto;
	position: relative;
	float: 0;
	background: #ffffff;
}
.container #header img {
	text-align: center;
	margin: auto;
	padding-top: 25px;
}
#menu {
	display: inline-block;
	list-style-type: none;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#menu li {
	display: inline;
}
#menu a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

#packages li {
	font-weight: normal;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	color: #000000;
}
h4{
	padding:20px 0 0 0;
	color:#FFFFFF;
	margin:0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;

	}


#container #footer #footerLeft h1 {
	font-size: 2.7em;
	line-height: 0em;
	font-weight: bold;
}
#lowInfo {
	float: left;
	height: auto;
	width: 425px;
	margin: 0px 0 35px 45px;
}
#packages h1 {
	font-size: 1.4em;
}
.booktoday {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home-rinfo {
	width: 400px;
	position: relative;
	padding: 25px 0px 35px 15px;
	float: left;
}
#home-rinfo img {
	text-align: center;
	padding-top: 20px;
	padding-right: 112px;
	padding-bottom: 0px;
	padding-left: 112px;
}
.form {
	color: #FFFFFF;
	font-size: medium;
}
#container #content #home-info #packages a {
	color: #FFFFFF;
	text-decoration: underline;
}
#packages a:hover {
	text-decoration: none;
}
#container #content #home-info #packages li a:hover {
	text-decoration: none;
}
