@charset "UTF-8";
/* CSS Document */
/*-----------------------------Color Config----------------------------*/
/*1st Color*/
A, A:active, A:hover, .packages TD.rowLabel {
	color: 				#014565;
}  
a.solid, a.solidActive:active,
a.relatedButton, 
.packages .header TD,
.titleDropDown a.dropDownSquare,
a.pagePrevNext:hover, a.pageNumber:hover, .pageNumberActive,
INPUT.submit {
	background-color:	#014565;
	color:						#fff;
}

a.menuButton, a.menuButton:active, a.menuButton:visited {
	color:						#fff;
}
.dropDown ul,
.dropDown:hover ul,
.dropDown ul.over,
.titleDropDown .paddedBorder,
.panoThumbsAndViewsTab .thumbs a:hover img,
.panoThumbsAndViewsTab .thumbs a.active img
{
	border-color:		#014565;
}
/*2nd Color*/
a.menuButton:hover, a.menuButtonActive, a.menuButtonActive:active, a.menuButtonActive:hover, 
a.solid:hover, a.solidActive, a.solidActive:active, a.solidActive:hover,
a.relatedButtonActive, a.relatedButtonActive:hover, a.relatedButton:hover,
.dropDown:hover a.menuButton,
li.dropDown:hover a.childOpener,
.dropDown ul li a:hover,
.dropDown:hover a.dropDownSquare,
.dropDown:hover a.relatedButton,
a.dropDownSquare:hover,
.dropDown:hover a.solid,
INPUT.submit:hover{
	background-color: 					#01608d;
	color:						#fff;
}
/*1st Color Borders*/
SELECT, INPUT, TEXTAREA, .tab, #siteHeader, .footerCntr, .dropDown ul,
#quickInfoLogoBg IMG {
	border-color: 								#aaa;
}
/*2nd Color Borders*/
.breaker, .vtLinkMap, .vtLinkInfo, .stats, #highlightsTabData .listIconSmall, #youAreHere,
.dropDown ul li a {
	border-color:										#ccc;
}
/*notification*/
.notification {
	background-color: #ffffcc;
	border-color: #cc8800;
}
/*-----------------------------Tags Basics----------------------------*/
/*
* {
	margin: 0px;
}
*/
*:focus {
	outline: 0;
}
/* PNG IE Fix */
*html IMG.pngfix { 
	behavior: url(../css/iepngfix.htc);
}
HTML{
	width: 100%;
	height: 100%;
}
BODY {
	height: 100%;
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color:#333333;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	background: #fff;
}
A, A:active, A:hover
{ 
	text-decoration:none;
}
A:active, A:hover
{ 
	text-decoration:underline;
}
IMG {
	border-width: 0px;
}
P{
	margin-top: 5px;
}
H1, H2, H3 {
	margin:0 0 5px;
}
H1 {
	font-size: 18px;
}
H2 {
	font-size: 16px;
}
H3 {
	font-size: 12px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
SELECT, INPUT, TEXTAREA{
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #333333;
	background-color:#ffffff;
	border-width: 1px;
	border-style:solid; 
}
INPUT {
	padding: 2px 5px;
}
SELECT {
	height: 19px;
	padding-top: 1px;
}
UL {
	list-style-type: square;
	padding: 0px 15px;
	margin-top: 0px;
}
/*-----------------------------Site Container & Columns----------------------------*/
#mainCntr {
	margin: 20px auto 0px auto;
	width: 940px;
}
*html #mainCntr {
	margin: 0px auto 0px auto;
}
.colMain {
	float: left;
	width:600px;
}
.colRight {
	float: right;
	width:310px;
}
.colMainSplit{
	width: 255px;
}
/*-----------------------------Site Header----------------------------*/
#siteHeader {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30px;
	border-width: 0 0 1px 0;
	border-style: solid;
	background: #eee;
}
#siteHeader .right, #siteHeader .left {
	position: relative;
	z-index: 99;
	margin: 0;
	padding: 6px 0 0 0;
}
#siteHeader .right, #siteHeader .left {
	right: 20px;
}
#siteHeader .left {
	left: 20px;
	padding-top: 4px;
}
/*-----------------------------Site Menu----------------------------*/
#siteMenu {
	width: 980px;
	margin:0px auto;
	height: 35px;
	background-image: url(../images/menuBg.gif);
	background-position:center -3px ;
	background-repeat:no-repeat;
}
*html #siteMenu {
	background-position:top;
	background-repeat:no-repeat;
	background-color: none;
}
*:first-child+html #siteMenu {
	padding-top: 0px;
	background-position:top;
	background-repeat:no-repeat;
}
a.logo, a.logo:hover {
	float: left;
	font: 18px Georgia, "Times New Roman", Times, serif;
	width: 150px;
	height: 35px;
	display:block;
	margin-right: 5px;
	color: #fff;
	text-decoration:none;
}
a.logo:hover {
	background-image: url(../images/iconHome.gif);
	background-position: right 8px;
	background-repeat:no-repeat;
}
*html a.logo:hover {
	background-position: right 9px;
}
*:first-child+html a.logo:hover {
	background-position: right 9px;
}
#siteMenu a.solid {
	background: none;
}
a.menuButton, a.menuButtonActive{
	font-weight:bold;
	text-decoration:none;
	padding:7px 15px 9px;
	position:relative;
	top: 6px;
	height:35px;
	overflow:hidden;
}
*html a.menuButton, *html a.menuButtonActive{
	padding: 9px 15px;
	top: 8px;
}
*:first-child+html a.menuButton, *:first-child+html a.menuButtonActive{
	padding: 9px 15px;
	top: 8px;
}
a.menuButton:hover, a.menuButtonActive:hover{
	text-decoration:none;
}
#siteSearch {
	float: right;
	display:block;
	margin: 5px 20px;
}
*html #siteSearch {
	float: right;
	display:block;
	margin: 6px 10px;
}
*:first-child+html #siteSearch {
	float: right;
	display:block;
	margin: 6px 20px;
}

input#search {
	border: 0px;
	background: url(../images/searchBg.png) no-repeat top;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 10px;
	height: 20px;
	width: 120px;
}
*html input#search {
	background: url(../images/searchBg.gif) no-repeat top;
}
#youAreHere {
	border-width: 0px 0px 1px 0px;
	border-style:dotted;
	overflow:hidden;
	margin: 0px 0px 20px 0px;
	padding: 3px 0;
}
/*-----------------------------Drop Down Menu----------------------------*/
div.dropDown {
	position:relative;
	display:inline;
	padding:0px;
	z-index:200;
}
a.arrowDownWhite {
	background-image: url(../images/linkArrowDownWhite.gif);
	background-position: right center;
	background-repeat:no-repeat;
	padding-right: 25px;
}
*html a.arrowDownWhite {
	padding-right: 25px;
	background-position: right 8px;
}
*:first-child+html a.arrowDownWhite {
	padding-right: 25px;
	background-position: right 8px;
}
.dropDown ul {
	display:none;
	width: 150px;
	position:absolute;
	top:29px;
	left:-1px;
	border-width:1px;
	border-style:solid;
	list-style:none;
	padding:0;
	margin:0;
	z-index:90;
	background: #fff;
}
*:first-child+html .dropDown ul {
	top: 40px;
}
*html .dropDown ul {
	top: 40px;
	border:	#014565 1px solid;
}
div.dropDown:hover ul.mother,
div.dropDown ul.over,
li.dropDown:hover ul,
li.dropDown ul.over {
	display:block;
}
.dropDown ul li {
	padding: 0;
	margin:0;
}
* html .dropDown ul li {
	float:left;
	height:1%;
}
* html .dropDown ul li a {
	height:1%;
}
.dropDown ul li a {
	border-width: 1px 0px 0px 0px;
	border-style:dotted;
	display:block;
	padding:2px 15px;
}
/* Top Border removal for first links in drop down - START*/
.dropDown ul li:first-child a {
	border-width: 0px;
	padding-top: 3px;
}
.dropDown ul li:first-child ul li a {
	border-style:dotted;
	border-width: 1px 0px 0px 0px;
}
.dropDown ul li ul li:first-child a {
	border-width: 0px;
	padding-top: 3px;
}
*html .dropDown ul li a {
	border-style:solid;
}
/* Top Border removal for first links in drop down - END*/
*:first-child+html .dropDown ul li a {
	height: 21px;
	vertical-align:middle;
	padding:2px 15px;
}
.dropDown ul li a:hover {
	text-decoration:none;
}

li.dropDown {
	position: relative;
	display:block;
}
*:first-child+html li.dropDown ul {
	top:-1px;
}
li.dropDown ul {
	top:-1px;
	left:150px;
}
/* Title & Related drop down - START*/
.titleDropDown div.dropDown, .relatedDropDown div.dropDown {
	display:block;
	width: 150px;
}
.titleDropDown a.dropDownSquare {
	background-image: url(../images/linkArrowDownWhite.gif);
	background-position: 1px 1px;
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	display:block;
}
.titleDropDown .paddedBorder {
	padding: 2px;
	border-style:solid;
	border-width: 1px;
	display: block;
	width: 20px;
}
.titleDropDown ul.mother {
	top: 25px;
	left: 0px;
}
*:first-child+html .titleDropDown ul.mother {
	top: 25px;
}
.title{
	float: left;
	margin: 4px 10px 0px 0px;
}
.related {
	display: inline;
	float:none;
}
.related ul.mother {
	top: 19px;
	left: 0px;
}
*html .related ul.mother
 {
	top: 20px;
}
*:first-child+html .related ul.mother
 {
	top: 20px;
}
.related a.arrowDownWhite{
	background-position: right 1px;
}
*:first-child+html .related a.arrowDownWhite{
	background-position: right 1px;
}
a.relatedButton,
a.relatedButton:visited,
a.relatedButton:hover,
a.relatedButtonActive,
a.relatedButtonActive:visited,
a.relatedButtonActive:hover
 {
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	padding: 2px 25px 3px 10px;
	position: relative;
	top: 1px;
}
/* Title & Related drop down - END*/

/*-----------------------------Site Footer----------------------------*/
.push {
	height: 30px;
}
.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index:200;
}
*html .footer {
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) 
		: document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
.footerCntr {
	margin: auto 20px;
	height: 30px;
	display:block;
	border-width: 1px;
	border-style: solid;
	border-bottom:none;
	background: #eee;
}

.footerCntr DIV.right {
	float: right;
	padding: 7px 10px 5px;
	color:#666666;
}
.footerCntr DIV.left {
	float: left;
	padding: 7px 10px 5px;
	color:#666666;
}
/*-----------------------------General----------------------------*/
.tourTitle {
	line-height: 25px;
	height: 25px;
	overflow:hidden;
}
.error {
	margin-top: 40px;
}
.error H2{
	font-size:24px;
	margin-bottom: 40px;
}
.error H3{
	margin-top: 20px;
}
.noWeight {
	font-weight: normal;
}
.highlight, a.highlight {
	color: #880000;
	font-weight:bold;
}
.regular {
	font-size: 12px;
	font-weight:normal;
}
.heading{
	font-weight: bold;
}
.clearIt{
	width: 100%;
	height: 1px;
	margin: 0px 0px -1px;
	clear: both;
}
.clearFloat{
	clear: both;
}
.breaker{
	clear:both;
	border-width: 1px 0px 0px 0px;
	border-style:dotted;
	height:1px;
	overflow:hidden;
	margin: 10px 0px;
}
.breakerClean{
	clear:both;
	margin: 20px 0px;
	height:1px;
	overflow:hidden;
}
.padded {
	padding: 10px;
}
.faded {
	color: #999;
}
.subHeading{
	color: #888;
	margin: 0 0 20px;
}
.marginLeft{
	margin-left: 20px;
}
*html .left .marginLeft{
	margin-left: 10px;
}
a.marginRight, .marginRight {
	margin-right: 20px;
}
.marginBottom {
	margin-bottom: 5px;
}
.marginTop {
	margin-top: 20px;
}
DIV.left {
	float: left;
	margin-right: 20px;
}
DIV.right {
	float: right;
	margin-left: 20px;
}
P.right{
	text-align: right;
}
.center {
	text-align:center;
}
a.block {
	display: block;
}
a.noDecoration:hover {
	text-decoration: none;
}
DIV.scroll-y {
	overflow-y: auto;
}
.lightFill {
	background-color: #efefef;
}
UL.quotes {
	list-style-image:none;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}
UL.quotes LI {
	background:url(../images/quotes.gif) no-repeat 0px 0px;
	padding:5px 0 5px 40px;
}
.tourTitle {
	margin-bottom: 20px;
}
INPUT.submit {
	font-weight: bold;
	border-style:double;
	border-width: thick;
	border-color: #fff;
}
/*-----------------------------Banner, Pano & Pano Thumbs----------------------------*/
#banner {
	height: 220px;
	margin-bottom: 0px;
}
#banner .note, #pano .note {
	text-align:center;
	margin: 90px 20px 0px 20px;
}
#pano .note {
	margin: 120px 20px 0px 20px;
}
#pano {
	height: 100%;
}
#vtTabData {
	height: 360px;
}

/*Catch up on later: brings pano to 100% w h if fullscreen doesn't work - called by panoInt.swf js panoPopup()
.panoPopup {
	position: fixed;
	z-index: 200;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}*/
.panoThumbsAndViewsTab {
	border-top: 0px;
	margin-top: -21px;
	padding-bottom: 5px;
	background:#fff;
}
.panoThumbsAndViewsTab .thumbs {
	text-align: center;
	margin-bottom: -5px; 
}
.panoThumbsAndViewsTab .thumbs a img,
.panoThumbsAndViewsTab .thumbs .active img {
	text-align:center;
	margin: 0px 2px 0px 2px;
	border-style: double;
	border-width: 1px;
	border-color: #fff;
}
/*-----------------------------Tabs----------------------------*/
.tabs {
}
.tabsHeader {
	height: 20px;
	clear:both;
	overflow:;
}
.tabLink {
	padding: 1px;
	font-weight:bold;
	text-decoration:none;
}
.tabLinkRight {
	display:block;
	float:right;
	border-left: #fff solid 1px;
}
.tabLinkLeft {
	display:block;
	float:left;
	border-right: #fff solid 1px;
}
a.solid {
	padding-left: 10px;
	padding-right: 10px;
}
a.solid:hover, a.solidActive, a.solidActive:active, a.solidActive:hover {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
}
a.arrow, a.arrowActive:hover, .arrow {
	border:none;
	padding-left: 25px;
	background: url(../images/linkArrowRight.gif) left no-repeat;
}
a.arrow:hover, a.arrowActive, a.arrowActive:active, .arrowActive{
	border:none;
	padding-left: 25px;
	background: url(../images/linkArrowDown.gif) left no-repeat;
}
.tab {
	clear: both;
	margin-bottom: 20px;
	border-width: 1px;
	border-style:solid; 
}
.tabFixedHeight {
	height: 300px;
}
.panoTab {
	border-width: 1px 1px 0px 1px;
}
.notification {
	text-align: center;
}
/*-----------------------------Rating----------------------------*/

/*-----------------------------Share it & Put it on your Site----------------------------*/
DIV.codeSnippet {
	margin: 20px 25px 10px 25px;
}
INPUT.codeSnippet {
	width: 466px;
}
DIV.codeSnippet .right SPAN{
	padding: 3px 10px 10px 20px;
}
DIV.codeSnippet H3.subHeading {
	padding: 2px 0px;
	margin: 0;
}
INPUT.widthHeightValue {
	width: 30px;
	text-align: right;
}
/*-----------------------------Location Info----------------------------*/
.clientLogo{
	float: right;
	margin: 0 0 10px 20px;
}
/*-----------------------------Quick Info----------------------------*/
#tourInfoTabData{
	background: #fafafa;
	color:#000;
}
#quickInfoLogoBg{
	background:url(../images/quickInfoLogoBg.png) no-repeat bottom;
	padding-bottom:12px;
	behavior: url(../css/iepngfix.htc);
}
#quickInfoLogoBg IMG {
	border-style: solid;
	border-width: 1px;
}
*html #quickInfoLogoBg{
	background:none;
	padding-bottom:0px;
}
/*-----------------------------Icon Links----------------------------*/
.iconLink {
	padding: 0px 0px 0px 25px;
}
*html .mail, *html .mySpace, 
*:first-child+html .mail, *:first-child+html .mySpace {
	padding: 3px 0px 3px 25px;
}
.facebook {
	background: url(../images/iconFacebook.gif) left no-repeat;
}
.mySpace {
	background: url(../images/iconMySpace.gif) left no-repeat;
}
.digg {
	background: url(../images/iconDigg.gif) left no-repeat;
}
.mail {
	background: url(../images/iconMail.gif) left no-repeat;
}
.external {
	background: url(../images/iconExternal.gif) left no-repeat;
}
.gmap {
	background: url(../images/iconGMap.gif) left no-repeat;
}
.gmapBlue {
	background: url(../images/iconGMapBlue.gif) left no-repeat;
}
.arrowRight {
	background: url(../images/linkArrowRight.gif) left no-repeat;
}
.newsletter {
	background: url(../images/iconNewsletter.gif) left no-repeat;
}
.twitter {
	background: url(../images/iconTwitter.gif) left no-repeat;
}
/*-----------------------------Related Virtual Tours & Highlights----------------------------*/

/*-----------------------------Virtual Tour Links----------------------------*/
.vtLinksTab {
	padding-bottom: 10px;
}
*html .vtLinksTab {
	padding-bottom: 0px;
}
.vtLinkImg {
	position:static;
	top:0px;
	left:0px;
	float:left;
	width:100px; 
	margin:0 0 5px 0;
	z-index:50;
}
.vtLinkInfo {
	padding:0 0 0 90px;
	border-width: 0px 0px 0px 0px;
	border-style:solid;
}
.vtLinkInfo P{
	margin: 0px 0px 5px;
}
.vtLinkMap {
	clear:both;
	text-align:right;
	padding: 2px 0px;
	border-width: 1px 0px 1px 0px;
	border-style:dotted;
}
.listIconRegular, .listIconMap {
	width: 434px;
	height: 90px;
	float:left;
	background: #fff;
	overflow:hidden;
}
.listIconMap {
	margin: 10px;
}
.listIconRegular{
	margin: 10px 0px 0px 10px;
}
*html .listIconRegular{
	margin: 0px 5px 10px 5px;
	overflow:hidden;
}
.stats {
	position:relative;
	float:right;
	top:0px;
	right:0px;
	width: 100px;
	height: 90px;
	margin:0;
	padding-left: 10px;
	z-index:51;
	border-width: 0px 0px 0px 1px;
	border-style:dotted;
	color: #666;
}
.stats IMG {
	margin: 5px 0px 0px 1px;
}
.listIconRegular .vtLinkImg, .listIconMap .vtLinkImg{
	width: 125px;
}
.listIconRegular .vtLinkInfo, .listIconMap .vtLinkInfo{
	padding:0 115px 0 145px;
}

#moreTabData .listIconSmall .vtLinkInfo H3 {
	height: 20px;
	overflow:hidden;
}
#moreTabData .listIconSmall .vtLinkInfo P {
	height: 40px;
	overflow:hidden;
}

#highlightsTabData .listIconSmall {
	width: 79px;
	height: 110px;
	float: left;
	overflow: hidden;
	
}
*html #highlightsTabData .listIconSmall {
	padding-top: 0;
	margin-bottom: 10px;
	height: 110px;
}
#highlightsTabData .vtLinkMap, #highlightsTabData .vtLinkInfo P{
	display: none;
}
#highlightsTabData .vtLinkInfo{
	padding:60px 3px 0 3px;
	text-align:left;
}
*html #highlightsTabData .vtLinkInfo{
	padding-top:0;
	margin:-8px 0 0 0;
}
*:first-child+html #highlightsTabData .vtLinkInfo{
	padding-top:0;
	margin:-15px 0 0 0;
}
/*-----------------------------Browse Tab Content----------------------------*/
.mapList{
	position: relative;
	top:0px;
	left:0px;
	float:left;
	margin:0;
	z-index:52;
	width: 198px;
	height: 530px;
	overflow-y: auto;
}
.mapList .arrowRight {
	display:block;
}
#mapTabData, #map{
	height: 300px;
}
#mapTabData, #map{
	overflow:hidden;
}
#map{
	width: 720px;
	position: relative;
	top:0px;
	left:0px;
	float:right;
	margin:0;
	z-index:53;
}
/*-----------------------------Page Navigation----------------------------*/
#pageNavi {
	text-align: center;
	font-weight:bold;
	margin-bottom: 20px;
}
.pagePrevNext, .pageNumber, .pageNumberActive {
	padding: 3px 6px;
	margin: auto 1px auto 0px;
}
a.pagePrevNext:hover, a.pageNumber:hover, .pageNumberActive {
	text-decoration: none;
}
/*-----------------------------Popups----------------------------*/
div.popup, div.popupTop {
	display: block;
	position: relative;
	text-decoration:none;
}
div.popup .pop {
	display: none;
	position: absolute;
	bottom: -12px;
	width:250px;
	left: 170px;
	background: url(../images/popupRight.png) bottom left;
	color: #333333;
	font-weight:normal;
	padding: 10px 10px 10px 20px;
}
*html div.popup .pop {
	background: url(../images/popupRight.gif) bottom left;
}
div.popup .infoButton, div.popup a.infoButton:hover{
	text-decoration:none;
	background:url(../images/iconInfo.gif) right no-repeat;
	padding-right: 25px;
	display:block;
}

div.popupTop .pop {
	display: none;
	position: absolute;
	bottom: 21px;
	width:210px;
	left: 0px;
	background: url(../images/popupTop.png) bottom left;
	color: #333333;
	font-weight:normal;
	padding: 10px 10px 20px 10px;
}
*html div.popupTop .pop {
	background: url(../images/popupTop.gif) bottom left;
	bottom:21px;
	width:190px;
}
a.popupClose {
	position: relative;
	top: -5px;
	right: -5px;
	float:right;
	background:url(../images/popupClose.gif) no-repeat;
	width: 11px;
	height: 11px;
	display: block;
}
div.popupCenter a.popupClose  {
	top: -15px;
	right: -15px;
}

div.popupCenterContainerHolder {
	width: 940px;
	position: fixed;
	top: 15%;
	z-index:400;
}
*html div.popupCenterContainerHolder {
	width: 940px;
	position: absolute;
	top: 15%;
	z-index:400;
}
div.popupCenterContainer {
	width: 500px;
	margin: 0 auto;
	border: 10px #ddd solid;
	display:none;
}
div.popupCenter {
	background:#FFFFFF;
	padding: 20px;
	border: 1px #cc8800 solid;

}
/*-----------------------------Newsletter----------------------------*/
#newsletterPopup INPUT.box, #newsletterContainer INPUT.box {
	margin: 2px 2px 0 0;
	border:none;
}
#newsletterPopup INPUT.field, #newsletterContainer INPUT.field {
	margin: 5px 10px 10px 0;
}
SPAN.inputLabel {
	display:block;
	float:left;
	margin: 7px 5px 10px 0;
	width: 80px;
}
