/*---------------------------------------------------------------------------------------------------------------------------------
	  													   RESET
----------------------------------------------------------------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*---------------------------------------------------------------------------------------------------------------------------------
	  													STRUCTURAL
----------------------------------------------------------------------------------------------------------------------------------*/

body {
	text-align: center;
	background: url(../images/layout/page-bg.jpg) repeat-x center top #ffc391;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033; }
	
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/layout/container-bg.jpg) repeat-y;
	text-align: left;
}

#wrapper {
	background: url(../images/layout/wrapper-bg.jpg) no-repeat;
	padding: 18px;
	float: left;
	width: 960px;
}

#mast {
	margin: 115px 0 20px 0;
	width: 940px;
	float: left;
	clear: both; 
}
	
#mast-img {
	float: left;
	display: inline;
	margin: 1px 0 0 0;
}

#mast-specials {
	float: left;
	display: inline;
	margin-left: 8px;
}

#main-nav {
	float: left;
	width: 310px;
	background: url(../images/layout/nav-bg.jpg);
}
	 
.main-nav-close {
	width: 310px;
	height: 74px;
}
	
#supp-content {
	float: left;
	display: inline;
	width: 310px;
	margin-right: 20px;
}
	
#main-content {
	width: 590px;
	float: left;
	display: inline;
}
	
#footer {
	background: url(../images/layout/footer-bg.jpg) no-repeat #ffc391;
	width: 960px;
	margin: 0 auto;
	clear: both;
	padding: 30px 0 20px 0;
}
		
		
/*---------------------------------------------------------------------------------------------------------------------------------
	  													STANDARD SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	margin: 7px auto 6px auto;
	color: #ff6633;
	text-align: center;
	font-size: 24px;
}

h2 {
	margin: 10px auto 6px auto;
	background: #fbd0ac;
	width: 100%;
	padding: 4px;
	font-size: 18px;
	color: #FF3333;
	clear: both;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 7px auto 6px auto;
	padding: 4px;
	text-align: center;
	background: #f0d8b3;
	font-size: 18px;
	color: #0099CC;
}

h3 a:link, h3 a:visited {
	font-size: 16px;
	color: #0099cc;
}

h3 a:hover, h3 a:active {
	font-size: 16px;
	color: #1933ff;
}


h4 {
	margin-top: 20px;
	text-align: center;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
	list-style: none;
}

a:link, a:visited {
	color: #1933ff;
}
	 
a:hover, a:active {
	color: #1933ff;
}

input, textarea {
	border: 1px solid #ccc;
}

	
/*---------------------------------------------------------------------------------------------------------------------------------
	  													SPECIFIC SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/

#main-nav ul {	
	float: right;
	text-align: right;
}

#main-nav li {
	list-style: none;
}

#main-nav a:link, #main-nav a:visited {
	font-size: 24px;
	text-decoration: none;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #1933FF;
}

.bend-align {
	margin: 0 0 0 480px;
}

#room-thumbs {
	text-align: center;
}

.rates {
	font-size: 12px;
	text-align: center;
	width: 100%;
	margin: 10px 0;
}

.rates td {	
	padding: 4px;
}

.rates-bg-odd {
	background: #fbd0ac;
}

.rates-bg-even {
	background: #f0d8b3;
}

.rates h3 {
	background: none;
}

.date-range {
	text-align: right;
	font-weight: bold;
}

strike {
	color: #ff6633;
}

#location p {
	font-size: 18px;
	font-weight: bold;
	margin: 7px auto 6px auto;
	text-align: center;
}

.rooms-list li {
	display: inline;
	text-align: center;
	font-weight: bold;
	margin: 0 2px;
}

.cancel{
	font-size: 12px;
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------------------
	  													OTHER SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
	
.first {
	margin-top: 10px; }

.clear {
	clear: both; }
	
.float-r {
	float: right; }
	
.float-l {
	float: left; }
	
.disclaimer {
	font-size: 9pt;
	margin-top: 50px; }

/*---------------------------------------------------------------------------------------------------------------------------------
	  													BROWSER FIXES
----------------------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*---------------------------------------------------------------------------------------------------------------------------------
	  													CONTACT FORM
----------------------------------------------------------------------------------------------------------------------------------*/
#contact_form * { list-style-type: none; }
#contact_form {
	text-align: left;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: url(../images/layout/contact-bg.jpg) no-repeat; }
#contact_form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block; }
#contact_form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both; }
#contact_form input {
	background: #FFFFFF;
	margin-bottom: 8px; }
#contact_form .submit {
	margin: 20px 0 0 0;
	padding: 4px; }
#contact_form textarea {
	border: none; }
.bot-input { 
	float: left; 
	margin-left: -999em; }
.contact-footer {
	background: url(../images/layout/contact-footer-bg.jpg) no-repeat;
	width: 300px;
	height: 16px;
	margin: 0px auto 0px auto;
	padding: 10px; }
	
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#left-column{
	float: left;
	width: 400px;
}