@charset "utf-8";
/* CSS Document */

body  {
	font-family: 'Lucida Sans', verdana, sans-serif;
	font-size: 84%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #221E1F;
	background-color: #221E1F;
	background-image: url(../graphics/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

h1 {
	font-family: 'Lucida Sans', verdana, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #3075B5;
	letter-spacing: -0.2mm;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: 'Lucida Sans', verdana, sans-serif;
	font-size: 16px;
	color: #3075B5;
	letter-spacing: -0.2mm;
	font-weight: normal;
}

h3 {
}

h4 {
	font-size: 14px;
	color: #333333;
}

h5 {
}

h6 {
}

p {
	margin-top: 1px;
	margin-bottom: 5px;
}

.graphiclink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.banneradborder {
	margin: 1px;
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* overrides the text-align: center on the body element. */
	/* height: 100%; */
	width: 1000px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	/*	max-width: 1280px; /* maintains layout integrity above 1280x1064 resolutions */
    /*	min-width:780px; /* assures 800x600 and above have no horizontal scroll */
}

.headercontainer {
	position: relative;
	height: 80px;
	background-repeat: repeat-x;
	background-position: left;
	background-image: url(../graphics/10x80hdrbk.gif);
   }

.headerleft-element {
	position: absolute;
	width: 50%;
	background-image: url(../graphics/250x80hdrlogo.gif);
	background-repeat: no-repeat;
	height: 80px;
   }

.headerright-element {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: center; /* depends on element width */
	height: 80px;
	padding-top: 10px;
   }
   
.subheader {
	background: url(../graphics/10x27hdrbk.gif) repeat-x;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 27px;
	width: 100%;
}

.menuLEFT {
	width: 165px; /* since this element is floated, a width must be given */
	float: left;
	margin: 0px;
	position: static;
	top: 106px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 0px; /* top and bottom padding create visual space within this div  */
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuLEFT ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #666666;
}

.menuLEFT li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;

}

.menuLEFT a {
	display: block;
	width: 135px;
	color: #D9D9FF;
	text-decoration: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.menuLEFT a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.white a {
	display: block;
	width: 135px;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.white a:hover {
	color: #D9D9FF;
	text-decoration: none;
}

.blue a {
	display: block;
	width: 135px;
	color: #D2D2FF;
	text-decoration: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.blue a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6C6CFF;
	background-image: url(../graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 165px 5px;
}

.green a {
	display: block;
	width: 135px;
	color: #9FE8B7;
	text-decoration: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.green a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009D00;
}

.orange a {
	display: block;
	width: 135px;
	color: #FFCD82;
	text-decoration: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.orange a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F09100;
}

.yellow a {
	display: block;
	width: 135px;
	color: #FFFF97;
	text-decoration: none;
	height: 20px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

#map {

}

#mainContent {
	padding: 25px;
	font-size: 85%;
} 

#rightsidebar {
	float: right;
	width: 150px;
	padding: 10px;
	margin-right: 10px;
	font-size: 85%;
}

.yellow a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCC00;
}

#navbox {
	margin: 15px 5px 15px 0px;
	font-size: 80%;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	padding: 0px;
}

#navbox th {
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #CCCCCC;
	vertical-align: top;
	white-space: nowrap;
	text-indent: 25px;
}

#navbox td {
	width: 20%;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#navbox td.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navbox a:link, #navbox a:visited {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

#navbox ul {
}

#navbox li {
	padding-bottom: 1px;
	list-style-type: none;
	text-indent: 1px;
	list-style-image: url(../graphics/tinybullet.gif);
}

.footercontainer {
	position: relative;
	background-color: #666666;
	font-size: 10px;
	color: #FFFFFF;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
   }

.footerleft-element {
	position: absolute;
	width: 75%;
	height: 80px;
	text-align: left;
	margin: 10px;
   }

.footerright-element {
	position: absolute;
	right: 0;
	width: 25%;
	text-align: center; /* depends on element width */
	height: 80px;
	background-image: url(../graphics/150x50footerlogo.gif);
	background-repeat: no-repeat;
	background-position: right center;
   }
   
#BlogFeeds {
}

#BlogFeeds table {
	border-bottom: 1px solid #E7F1F8;
}

#BlogFeeds th {
	text-align: left;
	padding: 3px 5px;
	font-weight: normal;
	font-size: 14px;
	letter-spacing:-0.1em;
	background-image: url(../graphics/tab200.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7F1F8;
}

#BlogFeeds td {
	padding: 5px 5px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E7F1F8;
	border-left-color: #E7F1F8;
}

#BlogFeeds .blogitem {
	margin-bottom: 5px;
}


#BlogFeeds .blogheadline {
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	line-height: 1.5em;
}

#BlogFeeds .blogdate {
	font-weight: normal;
	color: #FF6600;
}

#BlogFeeds .blogcontent {
}

#BlogFeeds a:link {
	font-size: 100%;
	color: #0000FF;
}

#BlogFeeds a:visited {
	font-size: 100%;
	color: #0000FF;
}

#imagemapTable {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#imagemapTable td {
	text-align: left;
	padding: 10px;
}

#imagemapTable ul {

}

#imagemapTable li {
	background-image: url(../graphics/tinybullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 1px;
	text-indent: 12px;
	line-height: 2em;
}

#dataTable {
}

#dataTable th {
	background-color: #FDAB00;
	font-weight: bold;
	color: #FFFFFF;
	background-position: left;
	line-height: 20px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-indent: 5px;
	padding-left: 10px;
}

#dataTable td {
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	background-color: #F8F8F8;
}

#dataTable th a {
	color: #000000;
}

#dataTable th a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}

#listingsTable {
	border-collapse:collapse;
	margin-top: 25px;
}

.exitcolumn {
	font-weight: normal;
	color: #006600;
	vertical-align: top;
	white-space: nowrap;
}

.exitdescriptioncolumn {
	vertical-align: top;
	width: 60%;
}

.exitservicescolumn {
	vertical-align: top;
	width: 40%;
}

.exitservicesbanner {
	height: 100px;
	vertical-align: middle;
	margin:auto;
	text-align: center;
}

.lodgingreservations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #3075B5;
	letter-spacing: -0.2mm;
	font-weight: normal;
	height: 50px;
}

.lodgingreservations td {

}

.lodgingreservations img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.lodgingreservations a {
	color: #0B5CA7;
	text-decoration: none;
}

.lodgingreservations a:hover {
	color: #00C400;
	text-decoration: none;
}

#lodgingsearch {
}

#tips {
	margin: 3px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-color: #E7F1F8;
}

#tips th {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F476A;
	line-height: 2em;
}

#tips td {
}

#newsfeed {
	width: 150px;
	text-align: left;
}

#newsfeed .newsdate {
	font-weight: normal;
	color: #FF6600;
}


#listingsTable ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#listingsTable li {
	padding-bottom: 5px;
	list-style-type: none;
	list-style-image: url(../graphics/tinybullet.gif);
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 0px;
}

#listingsTable tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#listingsTable tr:hover {
	background-color: #F5F5F5;
}

#listingsTable td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#listingsTable th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.title {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.subtitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	letter-spacing: -1px;
	line-height: 25px;
}

.subtitleBlue {

	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	letter-spacing: -1px;
	line-height: 25px;
}


#tabs {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
      }

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
      }

#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }

#tabs a {
	float:left;
	background:url(../graphics/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
      }

#tabs a span {
	float:left;
	display:block;
	background:url(../graphics/tabright.gif) no-repeat right top;
	padding:5px 12px 4px 7px;
	color:#666666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {float:none;}
    /* End IE5-Mac hack */

#tabs a:hover span {
	color:#6464FF;
      }

#tabs a:hover {
      background-position:0% -42px;
      }

#tabs a:hover span {
      background-position:100% -42px;
      }

#tabs #current a {
	background-position:0% -42px;
	font-weight: bold;
	color: #000000;
        }
#tabs #current a span {
                background-position:100% -42px;
        }

#destinationcontent {
	line-height: 2.0em;
	text-align: left;
	margin-top: 35px;
	margin-bottom: 10px;
}

#destinationcontent h1 {
	font-family: 'Lucida Sans', verdana, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #3075B5;
	letter-spacing: -0.2mm;
	font-weight: normal;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#destinationcontent div.photo {
	float: left;
	width: 50%;
	border: 1px solid silver;
	margin-right: 10px;
	padding: 4px 5px;
	background-color: #EEEEEE;
}
#destinationcontent div.photo p {
	text-align: center;
	font-style: normal;
	font-size: 10px;
	text-indent: 0em;
	color: #333333;
}
#destinationcontent img.scaled {
  width: 100%;
}

#destinationTable {

}

#destinationTable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}

#destinationTable th {
	text-align: left;
	width: 200px;
	padding: 10px 5px;
}

#destinationTable td {
	text-align: left;
	padding: 10px 5px;
}

#destinationTable img {
	padding: 3px;
	border: 1px solid #999999;
}

destinationTable .space {
   line-height: .1 em; 
}
