@charset "utf-8";

* {
	margin:0;
	padding:0;
	}
	
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/layout/bg.png);
	margin: 0; 
	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 #wrap selector */
	color: #000000;
}

p {
	color: #222;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 15px;
}

p.right {
	text-align: right;
}

a {
	color: #3d3195;
}

a:hover {
	color: #777;
}

ul, ol {
	padding: 0 10px 0 35px;
}

table td.lightBorder {
	border: 1px solid #cccccc;
	padding: 5px;
}

#header {
	width: 962px;
	padding: 0 6px 0 6px;
	margin-top: 10px;
}


#searchform {
}

#searchform input.text {
	height: 28px;
	width: 150px;
	border: 1px solid #ccc;
	font-size: 15px;
	margin: -5px 0px 0px 5px;
	padding: 2px;
}

#searchform input.image {
	margin: 0px 0px -15px 0px;
	padding-top: 5px;
}

#subscriptions {
	margin: 0px 0px -3px 5px;
	float: right;
	display: inline;
}

#subscriptions a {
	font-family: Verdana, Geneva, sans-serif;
	color: #222;
	text-decoration: none;
	padding: 8px 5px 8px 38px;
	height: 32px;
	line-height: 32px;
	overflow: visible;
}

#subscriptions a:hover {
	margin-bottom: -4px;
	border-bottom: 4px solid #999;
}

#subscriptions a.rss {
	background-image: url(images/layout/rss-feed-032.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#subscriptions a.twitter {
	background-image: url(images/layout/twitter_032x032.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 15px;
}

#subscriptions a.hotels {
	background-image: url(images/layout/home-032.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 15px;
	margin-right: 5px;
}

#navigation {
	width: 962px;
	border: 1px solid #222222;
	background: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

#navWrap {
	width: 960px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 0px 9px 0px;
}

#navWrapLower {
	width: 960px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0px 0px 5px 0px;
}

#navigation ul {
	font-family: Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	display: block;
}
#navigation ul li {
	margin:0;
	padding: 0;
	list-style:none;
	display: inline;
}

#navigation ul li a {
	text-decoration:none;
	padding: 5px 10px;
	color: #222;
	background:#fff;
	border-bottom: 4px solid #fff;
}

#navigation ul li a.first {
	padding: 5px 10px 5px 12px;
}

#navigation ul li a.last {
	padding-right: 11px;	
}

#navigation ul li a:hover {
	background:#ccc;
	border-bottom: 4px solid #999;
}

#navigation ul li a.active {
	color: #FFF;
	background: #98AD81;
	border-bottom: 4px solid #7A8053;
}

#wrap { 
	width: 974px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#contentWrap { 
	width: 962px;
	border: 1px solid #222222;
	background: #fff;
	padding: 5px;
}

#mainContent { 
	width: 616px;
	margin: 0; 
	height: 100%;
}

#mainContentPhoto { 
	width: 949px;
	margin: 0; 
	height: 100%;
}

#contentWrap div {
	margin-bottom: 10px;
}

#contentWrap h1, h2, h3, h4 {
	color: #222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

#contentWrap h1 {
	font-size: 26px;
	margin: 5px 5px 15px 0px;
	line-height: 32px;
}

#contentWrap h2 {
	font-size: 20px;
	margin-top: 5px;
	line-height: 26px;
}

#contentWrap h3 {
	font-size: 16px;
}

#contentWrap h4 {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0;
}

#contentWrap ul, #contentWrap ol {
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 15px;
	text-indent: 0px;
	list-style-position: inside;
}


#contentWrap li, #contentWrap td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #222;
}

#contentWrap .small {
	font-size: 9px;
}

#contentWrap .grey {
	color: #999;
}

#contentWrap li {
	margin-bottom: 3px;
	}

#mainContent blockquote, #mainContent q, #mainContent quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #222;
	margin: -5px 30px 15px 30px;
	padding: 5px 5px 5px 15px;
	border: 1px solid #999;	
	border-left: 5px solid #999;
}

#contentWrap a.inactive {
	color: #666;
}

#mainContentPhoto h1 {
	margin-bottom: 40px;
}

#sidebar {
	width: 312px; 
	background: #ffffff; 
	height: 100%;
}

#contentWrap p.to_top {
	margin: 0px 5px -25px 0px;
}

#contentWrap a.white, #contentWrap a.white:visited {
	color: #fff;
	text-decoration: none;
	padding: 8px 40px 8px 0px;
	background-image: url(images/layout/arrow-up-032.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#contentWrap a.white:hover {
	color: #777;
}

#contentWrap p.byline {
	font-size: -2px;
	color: #777;
	margin-top: -15px;
}

#facebook_like {
	height: 300px;
	margin: 5px;
	border: none;
}

#facebook_like_inline {
	height: 60px;
	margin: 5px;
	border: none;
}

#google_plus_one, #stumbleupon_badge, #tweetmeme_button {
	float: right;
	padding-left: 5px;
}

#photo {
	margin: 0 auto;
}

#photo img.photo {
	border: 3px solid #222;
	padding: 5px;
	margin-top: -25px;
}

.right { 
	float: right;
	margin-left: 5px;
}
.left { 
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.illustration, img.illo_center { 
	display: block;
	text-align: center;
	margin: 0px 0px 10px 0px;  
	background: #ffffff; 
	padding: 5px;
	border-left: solid 1px #888888;
	border-top: solid 1px #888888;
	border-right: solid 1px #222222;
	border-bottom: solid 1px #222222;
}

/* Legacy, needs to go */
.illo_left {margin: 0px 10px 10px 0px;  
	background: #ffffff; 
	float: left;
	padding: 5px;
	border-left: solid 1px #888888;
	border-top: solid 1px #888888;
	border-right: solid 1px #222222;
	border-bottom: solid 1px #222222;}

/* Legacy, needs to go */
.illo_right {margin: 0px 0px 10px 10px;  
	background: #ffffff; 
	float: right;
	padding: 5px;
	border-left: solid 1px #888888;
	border-top: solid 1px #888888;
	border-right: solid 1px #222222;
	border-bottom: solid 1px #222222;}

div.adblock { 
	display: block;
	text-align: center;
	margin: 0px 10px -5px 0px;  
	padding: 5px;
	border: none;
}

#photoBodyText {
	text-align: left;
}

#footer {
	width: 962px;
	border: 1px solid #222222;
	background: #fff;
	padding: 5px;
	margin-top: 5px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #222;
}

#footer h1, h2, h3, h4 {
	color: #222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

#footer p, #footer ul, #lowerSidebar ul, #lowerSidebar p {
	color: #222;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 15px;
}

#footer li, #lowerSidebar ul {
	margin: 0;
}

#footer h2 {
	font-size: 20px;
}

#footer a {
	font-weight: bold;
	color: #3d3195;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color:#060;
}

#destinationGuides {
	width: 616px;
	margin: 0; 
	height: 100%;
}

#lowerSidebar {
	width: 312px; 
}

/* Clean up this stuff... */

#contactform input, #contactform textarea {margin: 5px 0;
	border: 1px solid #999}

#contactform input.noborder {
	border: none;
	margin-top: -10px;
	margin-bottom: 5px;
	}

#contactform p {line-height: 15px; margin: 0 0 5px 0; padding-bottom: 5px;}

#contactform .farleft {margin-left: -1000px;
	display: none;}

label {margin: 0px 10px 0px 0px;
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	width: 200px;
	}

/* Thumbnail images stuff */

.thumbnail {float: left; vertical-align: text-top; margin: 0px 10px 10px 0px; border: none; padding: 10px;}

.bg0 {background-image: url(images/site/0.png);}
.bg1 {background-image: url(images/site/1.png);}
.bg2 {background-image: url(images/site/2.png);}
.bg3 {background-image: url(images/site/3.png);}
.bg4 {background-image: url(images/site/4.png);}
.bg5 {background-image: url(images/site/5.png);}
.bg6 {background-image: url(images/site/6.png);}
.bg7 {background-image: url(images/site/7.png);}
.bg8 {background-image: url(images/site/8.png);}
.bg9 {background-image: url(images/site/9.png);}

#in_content_ad {
	margin-bottom: 5px;
}

#travelguidenav {
	border: 1px solid #ccc;
	width: 600px;
	padding: 5px;
	margin: 0px auto 5px auto;
}

#travelguidenav p {
	margin: 0px;
}

#travelguidenav a {
	background: none;
	padding: 5px 5px 0px 5px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
}

#toc {
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin: 0px 10px 5px 2px;
}

#toc ul {
	list-style-position: inside;
	list-style-type: none;
	margin: -5px -10px 0px -15px;
}

#toc a {
	text-decoration: none;
}

#hotel_hit {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px auto;
	width: 600px;
}

.star_rating {
	background-image: url(/images/layout/star_sprite.gif);
	background-repeat: no-repeat;
}

#hotel_hit .huge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	padding-bottom: 10px;
}

div.hr {
	background-image: url(images/site/hr-airplane.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 5px;
}

div.comment {
	padding: 0px 10px 10px 38px;
	background-image: url(images/layout/user_comment-32.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.stripe_pink {
	padding: 0px 10px 10px 38px;
	background-image: url(images/site/stripe_pink.png);
	background-repeat: repeat-y;
}

#hotel_sub_banner {
	display: block;
	margin: 0px 0px 10px 0px;  
	background: #ffffff; 
	background-image: url(images/layout/hotels_sub_banner_final.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	border-left: solid 1px #888888;
	border-top: solid 1px #888888;
	border-right: solid 1px #222222;
	border-bottom: solid 1px #222222;
	height: 120px;
}

#hotel_sub_banner p {
	padding: 50px 0px 0px 210px;
}

#hotel_sub_banner a {
	font-size: 30px;
	color: #222;
	text-decoration: none;
}

#hotel_sub_banner img.hotel_sub_banner {
	margin: -90px 0px 0px -5px;
	border: none;
}

td.list {
	padding: 5px;
	border-bottom: 1px solid #666;
}

td.even {
	background-color: #DDD;
}

td.odd {
	background-color: #FFF;
}
