/*___ layout.css: Positioning and Layout Styles ___*/

/*___ Section 1: Global Positioning/Layout Styles ___*/

html 
{
}

body 
{
	width			: 750px;
	padding			: 10px 0;
	margin			: 0 auto;
}

h1 
{
	margin-bottom	: 12px;
}

h2 
{
	margin-bottom	: 6px;
}

h3 
{
	margin-bottom	: 6px;
}

h4 
{
	line-height		: 18px;
}

h5 
{
	line-height		: 18px;
}

h6 
{
	line-height		: 18px;
}

p 
{
	line-height		: 18px;
	margin			: 3px 0 12px;
}

ul 
{
	line-height		: 18px;
	margin			: 3px 0 12px 2em;
	list-style-type	: disc;
}

ol 
{
	line-height		: 18px;
	margin			: 3px 0 12px 2em;
	list-style-type	: decimal;
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Positioning/Layout Modules ___*/

/*___ Section 3: Unique Element-Specific Position/Layout Styles ___*/

/*___ DIV _________________________________________________________________*/

#header
{
	position		: relative;
	padding			: 10px 20px 0;
	margin			: 0 auto;
	width			: 710px;	
	height			: 120px;
}

#content
{
	position		: relative;
	padding			: 0 20px 20px 100px;	
	margin			: 0 auto;	
	width			: 630px;
	word-spacing	: -1em;
	letter-spacing	: -1em;	
}

#footer
{
	position		: relative;
	padding			: 20px 20px 0;	
	margin			: 0 auto;	
	width			: 710px;
	text-align		: center;	
	clear			: both;
}

#content .section
{
	vertical-align	: top;
	display			: inline-block;	
	position		: relative;
	word-spacing	: 0;
	letter-spacing	: 0;
}

#splash
{
	padding-bottom	: 20px;	
}

#primary
{
	width			: 356px;	
	margin-right	: 20px;
}

#secondary
{
	width			: 254px;
	padding-top		: 32px;	
}

#footer .vcard
{
	padding-bottom	: 1em;
	line-height		: 14px;	
}

#footer .type
{
	display			: none;	
}

.half
{
	width			: 50%;
	float			: left;	
}

#wrapper
{
	position		: relative;
	display			: block;
	width			: 480px;
	height			: 320px;
}

#bookRoom
{
	padding-top		: 20px;	
}

#bookRoom .clump
{
	margin-bottom	: 10px;	
}

#recaptcha_widget_div
{
	clear			: both;	
}

.rfiForm
{
	padding-left	: 20px;	
}

/*___ SPAN _________________________________________________________________*/

.labelName
{
	display			: block;
	width			: 30%;
	float			: left;
	padding			: 0 10px 0 0;
	min-height		: 2em;
	line-height		: 18px;
}

.pseudolabel .labelName + span
{
	display			: block;
	width			: 63%;
	float			: right;	
}

#nub
{
	position		: absolute;
	display			: block;
	width			: 300px;
	right			: 0;
	bottom			: -10px;	
}

/*___ H1 _________________________________________________________________*/

#header h1
{
	width			: 300px;
	height			: 120px;
	position		: absolute;
	top				: -10px;
	left			: 0;	
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

h3.label
{
	float			: left;
	clear			: left;
	margin-right	: 1em;	
}

/*___ H4 _________________________________________________________________*/

#bookRoom h4
{
	margin-bottom	: 5px;	
}

.rfiForm h4
{
	margin-bottom	: 5px;	
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

#header .nav.main
{
	position		: absolute;
	top				: 8px;
	right			: 25px;
	margin			: 0;
	padding			: 0;
	list-style-type	: none;
	word-spacing	: -1em;
	letter-spacing	: -1em;
}

#header .nav.sub
{
	position		: absolute;
	top				: 30px;
	right			: 25px;
	margin			: 0;
	padding			: 0;
	list-style-type	: none;
	word-spacing	: -1em;
	letter-spacing	: -1em;
}

#footer .nav
{
	margin			: 0 0 5px;
	padding			: 6px 0 0;
	list-style-type	: none;
	word-spacing	: -1em;
	letter-spacing	: -1em;
	display			: inline-block;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#header .nav.main li,
#header .nav.sub li,
#footer .nav li
{
	display			: inline-block;
	word-spacing	: 0;
	letter-spacing	: 0;
	padding			: 0 10px;
	line-height		: 11px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header h1 a
{
	display			: block;
	width			: 300px;
	height			: 120px;
	text-indent		: -9999em;
}

#footer .nav + a {
	margin			: 6px 0 5px;
	display			: inline-block;
	padding-left	: 10px;
	line-height		: 11px;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

#wrapper img
{
	position		: relative;
	display			: block;
	width			: 480px;
	height			: 320px;
}

#splash .discounts
{
	position		: absolute;
	right			: -90px;
	bottom			: 0;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

.rfiForm input[type="radio"]
{
	margin			: 0 3px 0 12px;	
}

.rfiForm.blue input[type="radio"]
{
	margin			: 0;	
}

.rfiForm input[type="radio"]:first-child
{
	margin-left		: 0;	
}

.rfiForm input[type="checkbox"]
{
	margin-right	: 5px;
}

/*___ LABEL _________________________________________________________________*/

.rfiForm > label,
.rfiForm .pseudolabel
{
	display			: block;
	margin-bottom	: 12px;
	clear			: both;
	position		: relative;
	overflow		: hidden;	
	line-height		: 18px;
}

.rfiForm input[type="checkbox"] + label 
{
	padding-right	:5px;
}

.labelName.required:before
{	
	content			: "*";
}

/*___Group/Section/Class_________________________________________________________________*/

#footer hr
{
	width		: 370px;
	height		: 1px;
}
