/* */
/* ---------- Start layer positioning ----------- */
#Footer {
	position: absolute;
	visibility: visible;
	z-index: 0;
	width: 955px;
	left: 0px;
	top: 600px;
}

#navBar {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 29px;
	width: 955px;
	left: 0px;
	top: 0px;
	letter-spacing: 1px;
}
#EAT {
	position: absolute;
	visibility: visible;
	z-index: 13;
	left: 14px;
	width: 30px;
	height: 23px;
	top: 1px;
	overflow: visible;
}
#PLAY {
	position: absolute;
	visibility: visible;
	z-index: 12;
	left: 121px;
	width: 38px;
	height: 23px;
	top: 1px;
	overflow: visible;
}
#SHOP {
	position: absolute;
	visibility: visible;
	z-index: 12;
	left: 241px;
	width: 40px;
	height: 23px;
	top: 1px;
	overflow: visible;
}
#SLEEP {
	position: absolute;
	visibility: visible;
	z-index: 11;
	left: 363px;
	width: 45px;
	height: 24px;
	top: 1px;
	overflow: visible;
}
#homeHeaderLink {
	position: absolute;
	visibility: visible;
	z-index: 14;
	height: 28px;
	top: 1px;
	width: 380px;
	right: 8px;
}
#introBar {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 336px;
	width: 955px;
	left: 0px;
	top: 56px;
}
#contentArea {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 336px;
	width: 597px;
	left: 0px;
	top: 0px;
}
#pageHeaderArea {
	position: absolute;
	visibility: visible;
	z-index: 3;
	left: 9px;
	top: 8px;
	width: 589px;
	height: 326px;
}
#contentText {
	position: absolute;
	visibility: visible;
	z-index: 4;
	height: 308px;
	width: 536px;
	left: 36px;
	top: 23px;
}
#column1 {
	position: absolute;
	visibility: visible;
	z-index: 5;
	height: 240px;
	width: 254px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#column2 {
	position: absolute;
	visibility: visible;
	z-index: 6;
	height: 240px;
	width: 254px;
	left: 275px;
	top: 0px;
	overflow: visible;
}
#RSSlink {
	position: absolute;
	visibility: visible;
	z-index: 7;
	height: 60px;
	width: 254px;
	left: 0px;
	top: 250px;
	vertical-align: top;
}
#contentAreaFooter {
	position: absolute;
	visibility: visible;
	z-index: 7;
	height: 60px;
	width: 254px;
	left: 275px;
	top: 248px;
}
#photos {
	position: absolute;
	visibility: visible;
	z-index: 9;
	top: 56px;
	height: 336px;
	width: 357px;
	left: 597px;
}
#column1V {
	position: absolute;
	visibility: visible;
	z-index: 6;
	height: 240px;
	width: 204px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#videoArea {
	position: absolute;
	visibility: visible;
	z-index: 7;
	height: 275px;
	width: 320px;
	left: 219px;
	top: 0px;
	overflow: visible;
}
/* ---------- End layer positioning ----------- */
/* */
/* ---------- Start site-wide text formatting ----------- */
body {
	background-color: #000000;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}
.pageHeaderTitle {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 20px;
	color: #000000;
	letter-spacing: 2px;
	margin-left: 8px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
/* ---------- End site-wide text formatting ----------- */
/* */
/* ---------- Start navBar home page text and link formatting ----------- */
.homeLink {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
}
.homeLink a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.homeLink a:hover {
	text-decoration: none;
	color: #FFFFFF; /* IE6 Bug */
	background-image: url(/images/navBar/dropDownOVER.png);
	background-repeat: repeat;
	background-position: left top;
}
.homeLink a:active {
	text-decoration: none;
	color: #999999; /* IE6 Bug */
	background-image: url(/images/navBar/dropDownOVER.png);
	background-repeat: repeat;
	background-position: left top;
}
/* ---------- End navBar home page text and link formatting ----------- */
/* */
/* ---------- Start content text and link formatting ----------- */
.contentText {
	font-family: Palatino, serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 17px;
}
.contentText a:link {
	color: #314BCC;
	text-decoration: none;
}
.contentText a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}
.contentText a:visited {
	color: #7A4505;
	text-decoration: none;
}
.contentText a:active {
	color: #7A4505;
	text-decoration: none;
	background-color: #D9D9D9;
}
/* ---------- End content text and link formatting ----------- */
/* */
/* ---------- Start contentFooter text and link formatting ----------- */
.contentFooter {
	font-family: Palatino, serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	line-height: 16px;
}
.RSSfooter {
	font-family: Palatino, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 16px;
}
.contentFooter a:link, .RSSfooter a:link {
	color: #314BCC;
	text-decoration: none;
}
.contentFooter a:hover, .RSSfooter a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}
.contentFooter a:visited, .RSSfooter a:visited {
	color: #7A4505;
	text-decoration: none;
}
.contentFooter a:active, .RSSfooter a:active {
	color: #7A4505;
	text-decoration: none;
	background-color: #D9D9D9;
}
.rightAlign {
	text-align: right;
}
.imageLinks {
	text-align: right;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imageLinks a:hover {
	text-align: right;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imageLinks a:link {
	text-align: right;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ---------- End contentFooter text and link formatting ----------- */
/* */
/* ---------- Start footer text and link formatting ----------- */
.footer {
	font-family: Tahoma, serifSansSerifMonospace;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	color: #999999;
	line-height: 15px;
}
.footer a:link {
	color: #6A78CC;
	text-decoration: none;
}
.footer a:hover {
	background-color: #333333;
	text-decoration: none;
}
.footer a:visited {
	color: #845A16;
	text-decoration: none;
}
.footer a:active {
	color: #845A16;
	text-decoration: none;
	background-color: #999999;
}
.footerIMG {
	text-align: center;
}
/* ---------- End footer text and link formatting ----------- */
/* */
/* ---------- Start all main navBar drop down text and link formatting ----------- */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
}
ul li {
	position: relative;
}	
li ul {
	position: absolute;
	display: none;
	top: 22px;
	width: 130px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
li li ul {
	position: absolute;
	display: none;
	top: 0px;
	left: 130px;
}
/* Different size backgrounds for each level */
#EXPLORE2 {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
}
#EXPLORE3 {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
}
#EXPLORE3Play {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
}
#EXPLORE3Shop {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
}
#EXPLORE3Sleep {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
	width: 150px;
}
#EXPLORE4 {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
	width: 165px;
}
#EXPLORE4Cafes {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
}
#EXPLORE4Restaurants {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
	width: 155px;
}
#EXPLORE4Play {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
}
#EXPLORE4Shop {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
}
#EXPLORE4SleepBB {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	left: 145px;
}
#EXPLORE4SleepHotels {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	left: 145px;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
/* link states for Nav Menu */
ul li a:link {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
ul li a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF; /* IE6 Bug */
	background-image: url(/images/navBar/dropDownOVER.png);
	background-repeat: repeat;
	background-position: left top;
}
ul li a:active {
	display: block;
	text-decoration: none;
	color: #999999; /* IE6 Bug */
	background-image: url(/images/navBar/dropDownOVER.png);
	background-repeat: repeat;
	background-position: left top;
}
ul li a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
li:hover ul, li.over ul {
	display: block;
}
ul ul li:hover ul, ul ul li.over ul {
	display: block;
}
li:hover ul ul, li.over ul ul {
	display: none;
}
ul ul ul li:hover ul, ul ul ul li.over ul {
	display: block;
}
li:hover ul ul ul, li.over ul ul ul {
	display: none;
}
/* ---------- Start main navBar base text and link formatting ----------- */
.navBarHeaders {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: default;
}
.dropdownText {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 1px;
}
.nonLinks {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 14px;
	color: #C0C0C0;
	line-height: 20px;
	letter-spacing: 1px;
	cursor: default;	
}
.noHand {
	cursor: default;	
}
/* ---------- End main navBar text and link formatting ----------- */
/* */
/* ---------- End all main navBar drop down display and formatting ----------- */
/* */
/* ---------- Start all SceneSelector drop down display and formatting ----------- */
/* div ul top level drop down display controls*/
#nav5 {
	position: absolute;
	visibility: visible;
	z-index: 6;
	width: 320px;
	left: 219px;
	top: 289px;
	text-align: center;
	overflow: visible;
}
/* div ul second level drop down display controls*/
#SceneSelectorAreaFooter {
	position: relative;
	width: 320px;
	text-align: center;
	top: 0px;
	left: 0px;
}
#SceneSelector {
	background-image: url(/images/navBar/dropDownBKGD.png);
	background-repeat: repeat;
	background-position: left top;
	position: relative;
	width: 320px;
	text-align: center;
	top: 0px;
	left: 0px;
	padding: 0px;
	height: 150px;
}
.sceneSelectorLink a:link {
	color: #7F5B09;
	text-decoration: none;
	text-align: center;
}
.sceneSelectorLink a:visited {
	color: #595FA6;
	text-decoration: none;
	text-align: center;
}
.sceneSelectorLink {
	font-family: Palatino, serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
}
.sceneSelectorText {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1px;
}
/* ---------- Start all SceneSelector drop down display and formatting ----------- */
