@charset "UTF-8";
/* CSS Document */
/* Client: KSL Resorts  Agency/Author: MMG Worldwide*/

* {margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}

img {border:0;}

body {
	background:#f6f7f0 url(../images/mg/bg_BodyBgGradient.jpg) repeat-x top;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

a:link, a:visited { 

	font-size:11px;

	color:#756258;

	line-height:18px;

	text-decoration:none;


}

a:hover {

	text-decoration: underline;

}

.mainContent p {
	font-size:12px;
	color:#000000;
	line-height:18px;
	padding: 20px 10px 0 130px;
}



p.addressContact {
	float:left;
	background:url(images/addressContactIcon.gif) no-repeat left top;
	line-height:12px;
	margin:32px 0 0 6px;
	padding:0 0 50px 25px;
}

td
{
	font-size:11px;
	color:#000000;
	line-height:18px;	
}

table p {
	padding:0;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

h1 {
	font-size:18px;
	border-bottom:2px solid #d1d0c3;
	padding:10px 6px 0;
	margin:30px 6px 0;
}

h2 {
	font-size:14px;
	padding:30px 0 20px 12px;
	font-weight:bold;
}


#pageContainer {margin:0 auto; width:946px;}

/* ------- Top Nav ------- */
.topNav { 
	padding-top: 6px;
	font-size: 11px;
} 

.topNav select {
		width:170px; 
		font-size:11px;
	}
	
#topNavTable{ width:934px;}

/* ------- Hero ------- */
#heroContainer {
	width:946px;
	height:585px;
	background:url(../images/heroBg_top.gif) no-repeat top left;
	padding-top:7px;
	z-index:1;
}

#subHeroContainer {
	height:155px;
	background:url(../images/heroBg_top.gif) no-repeat top left;
	padding-top:17px;
}

	#hero {
		width:946px;
		height:585px;
		padding:0 7px; 
		background:url(../images/heroBg_sides.png) repeat-y;
	}
	
	#subHero {
		width:946px;
		height:155px;
		padding:0 17px; 
		background:url(../images/heroBg_sides.png) repeat-y;
	}
	#subHero img {
		display:block;
	}

/* ------- Main Nav ------- */	
.navContainer {
	width:946px;
	height:54px;
/*	background:url(../images/subBg_Nav1.png) no-repeat top left;*/
	margin-top:-54px;
	z-index:2;
}

.subNavContainer {
	width:946px;
	height:54px;
	background:url(../images/ksl/heroBg_top.gif) no-repeat top left;
	position:relative;
}

#mainNav
{
	position:absolute;
}

#mainNav img {
	float:left;
	display:block;
	margin: 0 0 0 48px;
}
	ul#nav {
	list-style:none;
	margin:0 0 0 200px;
	padding:10px 0 0 0;
	text-align:center;
	height:44px;	
	}
		ul#nav li {
			float:left;
			display:inline;
			list-style:none;
			margin: 0;
			padding: 0;
			height:44px;	
		}
		ul#nav li.kslresorts 
		{ 
/*			margin-top:4px;
			*margin-top:0px;*/
			margin-left:14px;
			background:url(../images/ksl/navBg_ksl.jpg) no-repeat left -44px;
			width:98px;
		}
		ul#nav li.kslresorts:hover {
			background:url(../images/ksl/navBg_ksl.jpg) no-repeat left top;
		}		
		/* target Safari start*/
		@media screen and (-webkit-min-device-pixel-ratio:0){

		ul#nav li.kslresorts 
		{
			margin-top:0px;
			margin-left:9px;
		}

		}
		/* target Safari end*/
		ul#nav li:hover, ul#nav li.over, ul#nav li.active {
			background-color:#FFFFFF;
		}
		ul#nav li a:link, ul#nav li a:visited {
			display:block;
			font-size:11px;
			color:#000000;
			text-decoration:none;		
			margin: 14px 20px 0 20px;
			padding: 0 0 4px 0;
			background: url(../images/bg_Nav_Off.gif) repeat-x bottom left;
		}
		ul#nav li a:hover, ul#nav li a.active {
			background: url(../images/bg_Nav_On.gif) repeat-x bottom left;
		}
		
			/* navigation - kslresortsMenu*/
		ul#nav li.kslresorts a:link, ul#nav li.kslresorts a:visited {
			/*background: url(../images/arrow.gif) no-repeat 0 2px;*/
			background:none;
			color:#000;
			margin-right:16px;
			/*padding: 0 0 0 14px;*/
		}
	
		/* ---- MENU DROP DOWN---- */
			ul#nav li ul {
				display:none;
				left: -9999px;
			}
			ul#nav li:hover ul, ul#nav li.over ul {
				position:absolute;
				display:block;
				left:auto;
				margin:0;
				padding:0;
				text-align:left;
				z-index: 1000;
			}
			ul#nav li:hover ul li, ul#nav li.over ul li {
				clear:both;
				height:14px;
				list-style:none;
				margin: 0;
				padding: 2px 11px;
				background:#FFF none;
				border-top:1px solid #c1c0b2;
				width: 190px;
			}
			ul#nav li:hover ul li.first, ul#nav li.over ul li.first, ul#nav li:hover ul li.first:hover {
				height:4px;
				background: none;
				border:none;
			}
			ul#nav li:hover ul li:hover, ul#nav li.over ul li.over {
				background:#FFF none;
			}
			ul#nav li ul a:link, ul#nav li ul a:visited {
				background: url(../images/bg_Nav2_Off.gif) no-repeat 0 2px;
				color: #333333;
				text-decoration:none;
				margin: 0;
				padding: 0 0 0 15px;
				_margin: 0 0 0 11px;
			}
			ul#nav li ul a:hover {
				background: url(../images/bg_Nav2_On.gif) no-repeat 0 2px;
				font-weight:bold;
			}


/* ------- Content Area ------ */
.mainContent div.contactsBox {
	float:left;
	width:185px;
	margin-left:13px;
}
	.mainContent div.contactsBox p {
		line-height:14px;
		background:url(../images/addressContactIcon.gif) no-repeat left top;
		padding:0 0 0 25px;
	}
	.mainContent div.contactsBox a:link, .mainContent div.contactsBox a:visited {
		color:#000000;
		text-decoration:none;	
	}
	.mainContent div.contactsBox a:hover {
		text-decoration:underline;
	}
	
	/* --- News Table ---- */
	table#newsTable {
		width:922px;
		border-collapse:collapse;
		margin:0 13px;
	}
		table#newsTable td.newsCategory p {
			padding: 2px 0;
		}
		table#newsTable td.newsCategory a:link, table#newsTable td.newsCategory a:visited {
			color: #000;
			text-decoration:none;
		}
		table#newsTable tr {
			border-top:1px solid #fefefe;
			border-bottom:1px solid #fefefe;
		}
		table#newsTable td.newsItem {
			vertical-align:top;
		}
		table#newsTable td.newsItem p {
			padding:0 0 0 15px;
		}
		table#newsTable td.newsItemPDF {
			text-align:right;
			width:150px;
		}
		table#newsTable td.newsItemPDF a:link, table#newsTable td.newsItemPDF a:visited {
			font-size:11px;
			color:#000000;
			background:url(../images/pdfIcon.gif) no-repeat left center;
			padding-left:18px;
			text-decoration:none;
		}
		table#newsTable td.newsItemPDF a:hover, table#newsTable td.newsItemPDF a:active {
			text-decoration:underline;
		}
/* ------- Footer --------*/

#footerContainer 
{
	clear:both;
	height:115px;
	width:931px;
	background-color:#dfdfd5;
	margin:108px auto 68px;
}
	#footerContainer p {
		color:#898989;
		padding:0;
		line-height:12px;
		font-size:10px;
	}
	#footerContainer a:link, #footerContainer a:visited {
		font-size:10px;
		line-height:12px;
	}
	#footerContainer strong {
		color:#666666;
	}
	#footerTop {
		height:32px;
		background-color:#c4c2b5;
	}
	#footerTop p {
		float:left;
		font-weight:bold;
		font-size:10px;
		color:#666666;
		padding:11px 0 0 20px;
	}
	
	#footerTop p.copyRight {
		float:right;
		font-weight:normal;
		padding:11px 20px 0 0;
	}
		#footerTop p.copyRight a:link, #footerTop p.copyRight a:visited {
			color:#666666;
			text-decoration:none;
		}
		#footerTop p.copyRight a:hover {
			text-decoration:underline;
		}
	span.divider {
		color:#dfdfd5;
		padding:0 6px;
	}
	
	div.newsletter {
		float:left;
		width:250px;
		padding:15px 90px 0 20px;
	}
	.newsletter input {
		float:left;
		margin:10px 0 0 0;
		padding:1px 0 1px 2px;
		font-size:11px;
	}
	.newsletter input.signup {
		padding:0 0 0 10px;
	}
	
	div.destination {
		float:left;
		width:200px;
		padding:15px 0 0 0;
	}
		div.destination select {
			width:170px;
			padding:1px 0 1px 2px;
			margin:10px 0 0 0;
			font-size:11px;
		}
	
	div.kslTerms {
		float:right;
		padding:15px 10px 0 10px; 
		width:160px;
	}
	div.kslAddress {
		float:right;
		padding:15px 10px 0 10px; 
		width:160px;
	}

	.listStyle
	{
		 margin:  20px 0 0 13px;	
	}
	
	.profileImg
	{ border:2px solid #323334;}
	
	
/* ------- misc --------*/
.whiteBottom{ 
		border-bottom:1px solid #e7e8e3;
	}
.outerPanel
{
	margin:  20px 0 0 13px;
}
.strongCaps
{
	font-weight: bold;
	text-transform: capitalize;
}