@import url(page-splash.css);
@import url(page-accommodations.css);
@import url(page-pricing.css);
@import url(page-reservations.css);
@import url(page-local.css);

body 
{
	background: url(/images/background-longer.jpg) #e4f1ff repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

a:link,
a:active,
a:visited,
a:hover
{
	text-decoration: none;
	color: #2e9684;
}

a:hover
{
	text-decoration: underline;
}

#CenteringContainer
{
	margin: 0 auto;
	width: 847px;
	position: relative;
	/*border: 1px solid red;*/
}

.imageReplace
{
	text-indent: -9999px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - */

#MainHeader
{
	width: 847px;
	height: 382px;
	background: url(/images/header.jpg) no-repeat;
	position: relative;	
	padding-top: 1px;
}

#MainHeader h1
{
	height: 70px;
	width: 480px;
	position: absolute;
	bottom: 100px;
	left: 180px;
}

#MainHeader h1 a
{
	display: block;
	height: 70px;	
}

#MainHeader ul
{
	text-align: center;
	padding: 0;
	margin-top: 308px;
	margin-right: 20px;
}

#MainHeader ul li
{
	display: inline;
	width: 200px;
	text-align: center;
	font-size: 32px;
}

#MainHeader ul li a
{
	font-family: Times New Roman, serif;
	color: #2e9684;
	padding: 0 13px;
}

#MainHeader ul li:hover a
{
	color: #b2d9ce;
}

#MainHeader ul li a:hover
{
	text-decoration: none;
}

.ccc-tooltip
{
	visibility: hidden;
	position: absolute;
	width: 529px;
	height: 200px;
	left: 130px;
	top: 345px;
	z-index: 300;
}

.ccc-tooltip-hover
{
	visibility: visible !important;
}

	#ccc-connect-tooltip
	{
		background: url(/images/tt-ccc-connect.png) no-repeat;
		height:335px;
	}
	
	#ccc-create-tooltip
	{
		background: url(/images/tt-ccc-create.png) no-repeat;
		height:365px;
	}
	
	#ccc-celebrate-tooltip
	{
		background: url(/images/tt-ccc-celebrate.png) no-repeat;
		height:335px;
	}		



/* - - - - - - - - - - - - - - - - - - - - - - - - */

#MainContent
{
	margin-top: 10px;
	margin-left: 285px;
	/*border: 1px solid green;	*/
}



#MainContent h2
{
	font-family: Trebuchet MS;
	font-size: 27px;
	line-height: 34px;
	margin-top: 30px;
	font-weight: normal;
	color: #b8ad9d;	
}

#MainContent p
{
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px;
}

.firstElementFix
{
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */

#PrimaryNav
{
	margin-top: 10px;
	float: left;
}

#PrimaryNav ul
{
	padding-top: 6px;
	margin-left: -10px;
	/*border-left: 1px solid black;	*/
}

#PrimaryNav ul li
{ 
	background: url(/images/nav-right-x.png) no-repeat;
	width: 256px;
	height: 69px;
	margin-top: -6px;
}

#PrimaryNav ul li.selected { background-image: url(/images/nav-right.png); }

#PrimaryNav ul li a
{
	display: block;
	height: 65px;
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 15px;
}

		#PrimaryNav ul li.pnAccommodations a
		{
			margin-right: 20px;
			background-image: url(/images/navitem-accommodations-x.png);
		}
		
			#PrimaryNav ul li.pnAccommodations.selected a { background-image: url(/images/navitem-accommodations.png); }
		
		
		#PrimaryNav ul li.pnReservations a
		{
			margin-right: 23px;
			background-image: url(/images/navitem-reservations-x.png);
		}
		
			#PrimaryNav ul li.pnReservations.selected a { background-image: url(/images/navitem-reservations.png); }
			
			
		#PrimaryNav ul li.pnPricing a
		{
			background-image: url(/images/navitem-pricing-x.png);
		}
		
			#PrimaryNav ul li.pnPricing.selected a { background-image: url(/images/navitem-pricing.png); }	
			
		#PrimaryNav ul li.pnLocal a
		{
			background-image: url(/images/navitem-local-x.png);
		}
		
			#PrimaryNav ul li.pnLocal.selected a { background-image: url(/images/navitem-local.png); }				


#PrimaryNav ul li:hover
{
	background-image: url(/images/nav-right.png);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */

#Footer
{
	position: relative;
	width: 855px;
	height: 152px;
	background: url(/images/footer.png) no-repeat bottom;
	clear: left;
	margin-top: 0;
	padding-top: 37px;
}

#copyrightEtc
{
	text-align: right;
	font-size: 11px;
	color: #9e9e9e;
	margin-top: 3px;
	margin-bottom: 30px;	
}

#Footer p
{
	position: absolute;
}

#Footer p a
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	display: block;
}

/* --- MAP --- */

#Footer p#footerMap
{
	left: 70px;
	top: 65px;
}

#Footer p#footerMap a
{
	width: 160px;
	height: 65px;
}


/* --- CONTACT --- */

#Footer p#footerContact
{
	left: 280px;
	top: 65px;
}

#Footer p#footerContact a
{
	width: 210px;
	height: 75px;
}


/* --- RESERVATIONS --- */

#Footer p#footerReservations
{
	left: 545px;
	top: 65px;
}

#Footer p#footerReservations a
{
	width: 180px;
	height: 60px;
}



