@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

	Project:    	Amber Vacation Group
	Version:    	2.0 - Revised Layout
	
-------------------------------------------------------------------*/


/* Stylesheet Reset */
	@import "fonts.css";
	@import "reset.css";
	

/* Mods */


/* ==================================================================

1.0 Body Styles

================================================================== */

body	{
	margin: 0;
	padding: 0;

	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	text-align: left;
	}

h1	{
	}


h2	{
	}

h3	{
	}

h4	{
	}

h5	{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-top: 0.8em;
	margin-right: 20px;
	display: inline-block;
	}

h6	{
	font-size: 1.1em;
	font-weight: bold;
	}

p, address	{
	margin: 0.8em 0;
	line-height: 1.6;
	font-style: normal;
	}

ul	{
	list-style-type: disc;
	}

hr	{
	border: 0;
	border-bottom: 1px dotted #ac7d13;
	width: 97%;
	}

a	{text-decoration: none; border-bottom: 1px dotted #00F;}

/* ==================================================================
1.1 Reusable Elements
================================================================== */
.clear	{clear: both;}

.fleft	{float: left;}
.fright	{float: right;}

.lessthanQtrSize	{width: 109px;}
.oneQtrSize			{width: 167px;}
.oversizedOne		{width: 183px;}

.twoQtrSize		{width: 386px;}
.resortSize		{width: 500px;}
.threeQtrSize	{width: 516px;}
.fullWidth		{width: 700px;}

.marginRight	{margin-right: 10px;	}
.marginLeft		{margin-left: 10px;		}
.marginTop		{margin-top: 10px;		}
.marginBottom	{margin-bottom: 10px;	}
.nomarginTop	{margin-top: 0!important;}

.thirdButton	{
	width: 252px ;
	height: 28px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/onethirdBlueButton.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	.thirdButton a	{
		display: block;
		width: 228px;
		padding: 5px 0 5px 20px;
		text-decoration: none;
		color: #fff;
		border-bottom: 0;
		}
.thirdButtonOrange	{
	width: 252px ;
	height: 28px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/onethirdOrangeButton.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	.thirdButtonOrange a	{
		display: block;
		width: 228px;
		padding: 5px 0 5px 20px;
		text-decoration: none;
		color: #fff;
		border: 0;
		}

.grey	{	color: #666;	}

.indent	{margin-left: 20px;}

a.nobord {border: 0;}

.tix img	{	margin-top: 17px;	}

/* ==================================================================
1.2 Wrappers
================================================================== */

#wrapper	{	
	position: relative;
	width: 700px;	
	margin: 0 auto;
	}

#footerPromoSpace	{	margin-top: 10px;	}

/* ==================================================================
2.0 Header
================================================================== */

#header	{
	position: relative;
	height: 60px;
	margin: 0;
	padding: 24px 0 0 0;
	}

#header h1	{	
	background-image: url(images/amberLogo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 58px;
	width: 135px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	padding:  0 0 0 0;
	}
	
#header h1 a	{
	display: block;
	height: 100%;
	width: 100%;
	border: 0;
	text-decoration: none;
	color: #000;
	}

#header h2	{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	font-weight: normal;
	color: #777;
	
	position: absolute;
	top: 61px;
	right: 0;
	padding: 0;
	margin: 0;
	}
	


/* ==================================================================
2.1 Navigation
================================================================== */

#navigation	{
	width: 100%;
	height: 31px;
	padding: 5px 0 0 0;
	margin-top: 7px;
	background-image: url(images/navBG.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#navigation ul {list-style-type: none;}
#navigation ul li	{	
	float: left;
	border-right: 1px dotted #fff;
	}
	#navigation ul li.last	{border: 0;}
	
#navigation ul li a	{
	display: block;	
	padding: 3px 33px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border: 0;
	}

#navigation li:hover, #navigation a:hover, #navigation .dropdown a:hover	{	
	color: #115c9c;
	}
	
	
	
	
	
.dropdown	{position: relative;}
#navigation ul li.dropdown:hover	{padding-bottom: 5px;}
#navigation ul li.dropdown ul {
	display: none;
	background-color: #e8a219;
	border-top: 1px dotted #fff;
	}
#navigation ul li.dropdown ul li	{
	float: none;
	border-right: 0;
	border-bottom: 1px dotted #fff;
	}
#navigation .dropdown ul li a	{
	display: block;	
	padding: 7px 18px 4px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border: 0;
	}
	
	
.resortDropdown	{	position: absolute; 	top: 25px; 	left: 0; 	width: 250px;	}
.memberDropdown	{	position: absolute; 	top: 25px; 	left: 0; 	width: 220px;	}
.guestDropdown	{	position: absolute; 	top: 25px; 	left: 0; 	width: 205px;	}
	
	
	#navigation ul li.title {
		background-color: #ffe7b0;
		border: 0;
		color: #666;
		font-size: 1.3em;
		padding: 5px 18px;
		letter-spacing: 3px;
		font-weight: bold;
		}
	


.resortNav	{
	list-style-type: none;
	}
	
.resortNav	li	{
	font-size: 1.6em;
	padding: 3px 10px;
	margin-bottom: 5px;
	background-color: #325d92;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	}
	.resortNav li:hover	{
		background-color: rgb(101, 134, 173);
		background-color: rgba(50, 93, 146, 0.75);
		}
	
.resortNav a	{
	color: #fff;
	text-decoration:none;
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	}


/* ==================================================================
2.2 Content
================================================================== */

#content	{	
	margin-top: 10px;
	font-size: 1.2em;
	}


/* ==================================================================
2.3 Footer
================================================================== */
#footer {
	width: 100%;
	height: 20px;
	border-top: 1px solid #888;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 50px;
	}

#footer ul {list-style-type: none;}
#footer ul li	{	
	float: left;
	border-right: 1px dotted #aaa;
	margin-right: 10px;

	}
	#footer ul li.last	{border: 0;}
	
#footer ul li a	{
	display: block;	
	padding: 1px 10px 1px 0;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	border: 0;
	}

#footer ul li a:hover	{	
	color: #a00;
	}




/* ==================================================================
3.0 Unique Content
================================================================== */

.location	{
	width: 252px;
	background-color: #ffe7b0;
	padding-left: 254px;
	padding-right: 10px;
	margin-top: 10px;
	}
	
	.location h3	{	font-size: 15px; font-weight:normal; letter-spacing: 1em; text-transform: uppercase; padding-top: 10px;	}
	
	.location ul	{list-style-type: none;}
		.location ul li	{	
		padding: 5px 0 5px 15px;	
		border-bottom: 1px dotted #e8a219;
		background-position: 0 8px;
		background-repeat: no-repeat;

		font-size: 1.1em;
		font-weight:bold;
		
		}

.tennesseeListing	{
	background-image: url(images/content/listingphoto1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 134px;
	}
	.tennesseeListing li	{	background-image: url(images/listarrow-blue.png);	}
.floridaListing	{
	background-image: url(images/content/listingphoto2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 130px;
	}
	.floridaListing li	{	background-image: url(images/listarrow-orange.png);	}

.location ul li.last 	{border-bottom: 0;}
.location ul li a	{color: #666; border: 0;}

.sidebarAboutus	{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-top: 0;
	}
.sidebarAboutus:first-child	{margin-top: 0;}
.sidebarAboutus strong	{
	padding-left: 13px;
	background-image: url(images/listarrow-red.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
	
.sidebarServices	{
	color: #666;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.04em;
	padding-right: 10px;
	}
	.sidebarServices li	{
		padding: 8px 0;
		border-bottom: 1px dotted #888;
		}
	.sidebarServices li.last	{
		border: 0;
		}
		
		
.aboutus {font-size: 1.0em;}

.aboutus dt	{	
	font-size: 15px;	
	font-weight: bold;
	padding-left: 23px;
	background-image: url(images/bulletSquareOrange.png);
	font-family: "Arial Black", Gadget, Arial, Helvetica, sans-serif;
	background-position: 0 4px;
	background-repeat: no-repeat;
	}
.aboutus dd	{	
	margin-top: -5px;
	margin-bottom: 20px;
	}





.featureBlock	{	
	padding: 15px;
	width: 154px !important;
	background-color: #eeede5;
	font-size: 1.1em;
	margin-top: 10px;
	}
	.featureBlock ul	{
		margin-top: 0; 
		margin-left: -1px;
		font-weight: bold;
		line-height: 1.5;
		list-style-type: none;
		}
	.featureBlock li	{
		padding-left: 12px;
		background-image: url(images/bulletRoundOrange.png);
		background-position: 0 3px;
		background-repeat: no-repeat;
		}
	.featureBlock hr	{border-bottom: 2px dotted #989570; width:100%;}

.featureBlock .headline {
	display: block;
	padding-left: 15px;
	background-image: url(images/bulletSquareRed.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight:bold;
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.featureBlock h5	{
	font-size: 1.3em;
	font-family: "Arial Black", Gadget, Arial, Helvetica, sans-serif;
	color: #e8a219;
	margin: -5px 0 0 0;
	}


.resort	{	font-size: 1.0em !important;	}


.resortInfo p.intro	{
	font-size: 1.5em;
	font-weight: bold;
	color: #ac7d13;
	}
.resortInfo p	{
	font-size: 1.2em;
	}
	
.resortInfo h3	{
	font-family:BergamoStdRegular,"Times New Roman",Times,serif;
	font-size:3.4em;
	font-variant:small-caps;
	font-weight:normal;
	color: #ac7d13;
	}

.resortInfo h4	{
	font-family: BergamoStdRegular, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.75em;
	}



.infoPage	{ 
	background-position: right top;
	background-repeat: repeat-y;
	}
.infoPage p,
.infoPage h5,
.infoPage ol,
.infoPage ul,
.infoPage dl
	{
	width: 500px;
	font-size: 1.2em;
	}
	.infoPage ol	{list-style-type: decimal; padding-left: 20px;}
	.infoPage li	{padding: 4px 0;}
	.infoPage ol ol	{ font-size: 1.0em; padding-left: 30px;}

.aboutus .infoPage p, .aboutus .infoPage ul {font-size: 0.9em;}

.infoLogoBlock	{
	float: right;
	background-image: url(images/amber-bottomlogo.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 77px;
	width: 160px;
	margin-top: -70px;
	}


.guidelinesPage	{	background-image: url(images/guidelineBG.png);	}
.pointsPage		{	background-image: url(images/guidelineBG.png);	}
.benefitsPage	{	background-image: url(images/clubBG.png);	}






.rateSearchWidget	{
	background-color: #e8a219;
	
	}
.rateSearchWidget h4 {
	font-size: 2.5em;
	color: #fff;
	font-weight: normal;
	font-family: BergamoStdRegular, Georgia, Times, "Times New Roman", serif;
	}
	
	.rateSearchWidget a	{color: #fff;  text-decoration: none; border: none; display: block; height: 100%;padding: 7px 10px;}
	
	
#date	{
	float: left;
	color: #666;
	height: 30px;
	border: 1px solid #666;
	width: 147px;
	padding: 0px 5px;
	font-size: 1.2em;
	}
#searchSubmitButton	{
	margin-left: -25px;
	margin-top: 1px;
	width: 25px;
	height: 31px;
	background-color: #325d92;
	background-image: url(images/bulletSearch.png);
	text-indent: -9999px;
	padding: 0px;
	border: 0;
	}
	#searchSubmitButton:hover, #searchSubmitButton:active	{
		background-color: rgb(101, 134, 173);
		background-color: rgba(50, 93, 146, 0.75);
		}
		


#galleryView	{margin-top: 15px;}

#listView		{}
#listView a		{border: none;}
#listView ul	{list-style-type: none;}
#listView li	{float: left; margin: 15px 25px 0 0;}
#listView li:nth-child(3n)	{margin: 15px 0 0 0}
	#listView img:hover	{opacity: 0.66;}
		



#floorplanBox	{	margin:0 10px 0 0;	}
#floorplanBox img	{margin: 12px 0;}
#floorplanLinks a	{border:0;	display: block; width: 180px; margin: 5px 0;}
#floorplanLinks .active	{padding-left: 10px;	border-left: 4px solid #e8a219;	}
#floorplanLinks a:hover { padding-left: 10px;}



/*	Rate List Styling		*/

.rateList		{font-size: 1.2em;	}
.rateList thead	{overflow: auto; padding: 0 0 5px 0;}
.rateList th	{text-align: left; font-weight: bold; padding: 5px 0; margin-bottom: 5px;	border-bottom: 1px dotted #e8a219; border-top: 1px dotted #e8a219;}
.ratelist tr	{padding: 5px 3px;}

.rateTable td	{padding: 5px 3px;}
.rateTable 		{margin-bottom: 20px; border-bottom: 1px dotted #666;}
.rateWdWe		{font-style: italic; color: #555;}
	.rateWdWe td	{border-bottom: 1px dotted #888;}

.rateTable tr:nth-child(2n+1) > td {background-color: #eee;}

.note	{	display: inline-block; font-size: 1em !important;  }


.weekRange	{position: relative;}
.popup	{
	position: absolute;
	top: -35px;
	left: -50px;
	padding: 5px 5px 3px;
	background-color: rgb(17, 92, 156);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #115c9c;
	width: 120px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	}
.availCal th	{	text-align: center;	}
.availCal td	{
	padding: 3px;
	margin: 1px;
	text-align: right;
	overflow: visible;
	border: 1px solid #999 !important;
	border-bottom: 2px solid #999;
	visibility: visible;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	}

.availCal td.avail	{
	background-color: #94f288;
	}
	.availCal td.avail:hover	{
		background-color: #83d077;
	}
.availCal td.unavail	{
	background-color: #dd0000;
	}
	.availCal td.unavail:hover	{
		background-color: #aa0000;
		}
	
.calContainer h4	{letter-spacing: normal; text-transform: none; clear: both;}
	
.options	{	
	overflow: auto;	
	margin: 0px 0 0 0;
	float: right; 
	width: 220px;
	border: 1px solid #e0e0e0;
	}
.options.last	{margin-bottom: 10px;}
	
.options h5	{
	display: block;
	background-image: url(images/downarrowOrange.png);
	background-position: 195px 3px;
	background-repeat: no-repeat;
	margin-top: 0;margin-right: 0;
	cursor: hand;
	cursor: pointer;
	background-color: #f5f5f5;
	padding: 0 5px;
	font-size: 1.1em;
	}


.options h6	{border-bottom: 1px dotted #e8a219; padding-bottom: 2px; margin-bottom: 3px;}
.options .grouping	{
	display: block;
	width: 90px;
	float: left;
	margin-left: 10px;
	padding-top: 5px;	margin-top: 5px;	margin-bottom: 15px;
	padding-right: 10px;
	}
.options .grouping a	{
	display: block;
	border: none;
	background-color: #dfdfdf;
	padding: 2px 0 0 15px;	
	}
	.options .grouping a:hover	{	background-color: #eee;	}
		.options .grouping a.on	{
			background-color: #dfdfdf;
			padding: 2px 0 0 5px;
			border-left: 10px solid #e8a219;
		}
		.options .grouping a.on:hover	{	background-color: #eee;	}

.options a#refreshButton	{
	display: block;
	text-align: center;
	width: 100%;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	padding: 2px 0 0 0;
	clear: both;
	background-color: #e6e6e6;
	}
	.options a#refreshButton:hover	{
		background-color: #eee;
	}
	
	
.loaderGif	{ display: none;	position: relative; top: 10px; left: 50%; margin-left: -16px;}


