
/*-- Global And Reset Settings --*/

*
{
	margin: 0px;
}

body
{
	font: 12px helvetica, arial, sans-serif;
	background: #e6ebec url(../gfx/summer/wrapper.jpg) top left repeat-x;
	color: #666666;
	line-height: 1.5em;
}

.clearAll
{
	clear: both;
	background-image: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	display: none;
}

#bodyContent .clearAll
{
	display: block;
}

/*-- Layout And Templates --*/

#templateStyleMainOnly, #templateStyleStandardNoPromo, #templateStyleStandard, #templateStyleStandardNoNav
{
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	background: url(../gfx/bg_content.gif);
}

#templateStyleStandard #columnMainContent
{
	width: 740px;
}

#templateStyleStandardNoPromo #columnMainContent
{
	width: 740px;
}

#templateStyleStandardNoNav #columnMainContent
{
	width: 740px;
}

#templateStyleMainOnly #columnMainContent
{
	width: 962px;
}

#columnSecondaryNav
{
	width: 180px;
	float: left;
}

#columnMainContent
{
	margin: 0;
	float: left;
}

#columnRightContent
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*-- Main Tags --*/

p
{
	margin: 0 0 20px 0;
}

a:active, a:visited, a:link
{
	color: #ce141f;
	text-decoration: none;
}

a:hover
{

}

h1, h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited, h4, h5, h6, dt
{
	color: #01657f;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4, h5, h6 
{
	font-size: 12px;
}

#openPlaceholder ul, #ratesTable ul, #detailDescription ul
{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
}

#openPlaceholder ul li, #ratesTable ul li, #detailDescription ul li
{
	padding: 0 0 0 15px;
	background: url(../gfx/bullet.gif) 0 50% no-repeat;
}

dl, dd
{
	margin: 0 0 20px 0;
}


/*-- Image Content --*/

.imagecontent
{
	width: 340px;
}

.imagecontent img
{
	padding: 9px 10px 0 14px;
	background: url(../gfx/imagebox_top.gif) no-repeat;
}

.imagecontent p
{
	width: 320px;
	padding: 5px 10px 15px 14px;
	background: url(../gfx/imagebox_bottom.gif) bottom no-repeat;
	font-size: 10px;
	line-height: 1.4em;
}

.left
{
	float: left;
	margin-right: 20px;
}

.right
{
	float: right;
	margin: 0 5px 0 10px;
}


/*-- Call To Action --*/

.calltoaction
{
	height: 40px;
	border: 1px solid #d6d6d6;
	background: url(../gfx/bg_calltoaction.gif) bottom repeat-x;
	display: block;
	margin: 0 0 20px 0;
}

.calltoaction a
{
	float: left;
	margin: 5px;
}

.calltoaction p
{
	margin: 10px 0 0 10px;
}

.phonenumber
{
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}


/*-- Tables --*/

caption
{
	text-align: left;
	margin: 0 0 10px 0;
	font-style: italic;
	font-weight: bold;
	color: #01657f;
}

#ratesTable table, #openPlaceholder table
{
	width: 740px;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#ratesTable tr, #ratesTable td, #openPlaceholder tr, #openPlaceholder td
{
	padding: 8px;
	border: 1px solid #e6e6e6;
}

#ratesTable tfoot, #openPlaceholder tfoot
{
	background: #fcfcfc;
}

.price
{
	color: #000000;
	font-weight: bold;
}

#ratesTable th, #openPlaceholder th
{
	padding: 8px;
	font-weight: bold;
	color: #ffffff;
	background: url(../gfx/bg_table.gif) #50aec8 repeat-x top;
	border-top: 1px solid #0d748f;
	border-right: 1px solid #1a8fac;
	border-bottom: 1px solid #1a8fac;
	border-left: 1px solid #1a8fac;	
}

/*-- TRA Splash --*/

#openPlaceholder #splashavt tr, #openPlaceholder #splashavt td, #openPlaceholder #splashavt table
{
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 0;
	border: none;
}


.bucketText
{
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #d6d6d6;
}

.bucketText h3, .bucketText p
{
	line-height: 1.5em;
	font-size: 11px;
}

.bucketText p
{
	margin: 0 0 10px;
}

.bucketItem select, .bucketItem fieldset input
{
	padding: 0px;
	font: 11px helvetica, arial, sans-serif;
}

.bucketItem input
{
	font: 11px helvetica, arial, sans-serif;
}

.bucketItem form
{
	margin-bottom: 15px;
}


/*-- CMS Authoring Classes --*/

.authoringPhBar
{
	color: #000000;
	vertical-align: top;
}

.authoringHelp, .authoringPlainCode, .authoringHidden
{
	margin: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px;

	padding: 2px;
	text-decoration: none;
	color: #333333;
}

.authoringHelp
{
	background-color: #FF0033;
}

.authoringPlainCode
{
	background-color: #F0F6FA;
}

.authoringHidden
{
	background-color: #F0F6FA;
}

.authoringPlainCode h1, .authoringHidden h1
{
	background-color: #1878BE;
	color: #FFFFFF;
}

/*-- Breadcrumbs --*/

.breadcrumbs
{
	display: block;
	margin: 5px 0 8px 11px;
	padding: 0px;
	font-size: 11px;
}

.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active
{
	color: #ce141f;
	text-decoration: none;
}

.breadcrumbs .currentPosting
{
	color: #01657f;
	font-weight: bold;
}

#bottomBreadcrumb {
	margin: 0 0 0 11px;
	padding: 0px;
}

/*-- Index List --*/

#introduction
{
	font-size: 16px;
	line-height: 140%;
	padding-bottom: 35px;
	background: url(../gfx/bg_intro.gif) bottom no-repeat;
}

#introduction p
{
	margin: 0 0 10px 0;
}

.listItem
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #d6d6d6;
}

.listItemContent
{
	color: #666666;
}

.listItemImage
{
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
}

.moreInformation
{
	margin: 5px 0 0 0;
	font-size: 11px;
}

.moreInformation img, .moreInformation a img, .moreInformation img a
{
	padding: 0 0 0 2px;
}


/*-- Header --*/

#headerSearchForm

{
padding: 0px;
position: absolute;
top: 67px;
margin-left: 700px;
}


html>body #headerSearchForm
{
	padding: 0px;
	position: absolute;
	top: 51px;
	margin-left: 700px;
	left: 137px;
}

#headerSearchSubmit
{
	margin: 0 0 0 3px;
}

form
{
	display:block;
	margin: 0;
	padding: 0;
}

#signUpButton
{
	position: absolute;
	margin: 0 0 0 1px;
}

#pageHeader
{
	height: 250px;
	clear: both;
}

#newpageHeader
{
	height: 50px;
	clear: both;
}

#headerImageSrc
{
	margin: 0 0 0 1px;
}

#subNavBanner
{
	margin: 0 0 0 1px;
	height: 200px;
	width: 960px;
}

#mainImage
{
	float: left;
	text-align: center;
}

#mainImage img
{
	margin: 0;
}

#topContent
{
	padding: 0;
	margin: 0 0 10px 0;
}

#heading
{
	margin-top: 0px;
	margin-bottom: 5px;
}

/*-- Footer --*/

#pageFooter
{
	background: #ffffff;
}

#copyright
{
	height: 35px;
	margin: 0 10px 0 10px;
}

#copyright p
{
	position: relative;
	top: -14px;
	margin: 0 49px 0 10px;
	font-size: 11px;
	display: inline;
}

.tripadvisor, .skimagazine
{
	margin: 1px 0 0 10px;
}

#printBottom, #printTop
{
	display:none;
}

/*-- Unknow --*/

ul.bucketLinks, ul.promoLinks
{
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dropDownNavigationBar
{
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
}

.dropDownNavigationBar select
{
	position: relative;
	z-index: 0;
	width: 160px;
	margin: 3px 0;
}

.dropDownNavigationBar input
{
	padding: 0 0 0 0;
	margin: 3px 0;
}

/*-- Custom Classes (case by case basis) --*/

/*-- Rental Center --*/

.democenter {
	color: #f16800;
}


.rentalcenter {
	color: #01a9c6;
}


/*IDs*/
/***********************************************/
/* comment out any empty definitions - LL 10/19/04 */

#errorDiv
{
	font-size: large;
	color: Red;
}

#errorDiv, #errorDivDefault
{
	font-size: large;
	color: Red;
}

/* ------------------ NELSON'S STUFF ----------------------*/


.card
{
	margin: 10px;
}

.img-left
{
	float: left;
	margin: 0 10px 5px 0;
}

.my-h3
{
	display: block;
	background-color: #E1E1E1;
	padding: 5px 0 5px 0px;
	background-image: url(../gfx/gradient-bg.gif);
	background-repeat: repeat-x;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #ccc;
}

.my-h3 h3
{
	display: block;
	padding: 0 0 0 10px;
	color: #233A59;
	background-image: url(../gfx/fleche.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	font: bold 9pt Tahoma, Arial, sans-serif;
}

.printHeaderLink, .printHeaderLink-fr
{
	clear: both;
	float: left;
	display: block;
	width: 77px;
	height: 21px;
	margin: 0 0 0 5px;
	background-image: url(../gfx/print.gif);
	background-repeat: no-repeat;
}

.emailHeaderLink, .emailHeaderLink-fr
{
	float: left;
	display: block;
	width: 77px;
	height: 21px;
	margin: 0 0 0 5px;
	background-image: url(../gfx/newsletters.gif);
	background-repeat: no-repeat;
}

#printBottom .alt
{
	display: none;
}
