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

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding: 9px 0px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial,"Bitstream Vera Sans",sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 13px;
	color: #333;
	line-height: 16px;
}

#printLogo {
padding-bottom: 20px;
}
.header {
	display:none;
}

.navigation {
	display: none;
}

#preload {
	display: none;
}

.gallery {
display: none;
}

a {
text-decoration: none;
}

.sociable {
display: none;
}

.banner {
display: none;
}

#printPage {
display: none;
}
#flashContent {
display: none;
}
.block {
	background-color: #eedfcc;
	margin: 13px 0;
}

.block .block-content {
	background-color: #fbf4e8;
	clear: both;
	padding-right: 15px;
}

.left-column {
	float: left;
	width: 100%;
}
.left-column h1 {
	font-size: 24px;
	color: #333;
	line-height: 26px;
	padding: 8px 10px;
}

.holiday-preview {
	float: left;
	width: 208px;
	padding: 10px 0;
	margin: 0 12px;
}

* html .holiday-preview {
	margin: 0 6px;	
}

.holiday-preview h2 {
	background-image: url(images/arrow-h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	font-size: 21px;
	line-height: 28px;
	padding: 0 0 5px 12px;
}

.holiday-preview h2 a {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.holiday-preview h2 a:hover {
	text-decoration: underline;
}

.holiday-preview .price {
	background-color: #e0d7bf;
	float: left;
	color: #4a4a4a;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	text-decoration: none;
}

.holiday-preview .price span {
	margin: 0 6px;
	display: block;
}

.holiday-preview .price:hover span {
	text-decoration: underline;
}

.right-column {
	float: right;
	width: 445px;
}

.right-column a.view {
	background-image: url(images/view-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #77972a;
	height: 28px;
	float: left;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	padding: 0 32px 0 8px;
	margin: 7px 0 0 -30px;
	position: relative;
	text-decoration: none;
}

.right-column a.view:hover {
	text-decoration: underline;
}

.right-column h2 {
	padding: 12px 0;
	font-size: 21px;
	line-height: 28px;
}

big {
	line-height: 19px;
	font-size: 16px;
}

.block a {
	text-decoration: underline;
	color: #77972a;	
}

.block a:hover {
	text-decoration: none;
}

blockquote {
	background-image: url(images/blockquote-bg.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	font-style: italic;
	color: #4a4a4a;
	line-height: 16px;
	margin-bottom: 10px;
}

blockquote span {
	background-image: url(images/blockquote-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	padding: 15px 15px 35px 15px;	
}

.block .author {
	float: left;
	color: #6d6558;
}

.block .more {
	background-image: url(images/more-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #ec9254;
	float: right;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	padding: 0 45px 0 8px;	
}

.block .more:hover {
	text-decoration: underline;
}

.content {
	float: left;
	width: 638px;
}

.content h3 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #555555;
	border-bottom: 1px solid #E8E2D9;
}

.content a {
	text-decoration: underline;
	color: #555555;	
}

.content a:hover {
	text-decoration: none;
}

.content .image {
	float: left;
	width: 242px;
	text-align: left;
	margin-right: 16px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #a4a4a4;
	text-transform: uppercase;
	text-decoration: none;
	background-color:#FFF;
}

.content .image img {
	padding: 3px;
	border: 1px solid #d9d1c5;
	margin-bottom: 5px;
	background-color: #fff;
}

.content .image.rightalign, .content .rightalign {
	float: right;
	text-align: right;
	margin-right: 0;
	margin-left: 16px;
}

.content .image a {
	color: #4a4a4a;
}

.content .image span {
	text-decoration: underline;	
}

.breadcrumbs {
display: none;
}

.sidebar {
 display:none;
}

form.vote {
display:none;
}

.bottom {
display:none;
}

.footer {
display:none;
}
.content h1 {
	font-size: 24px;
	line-height: 32px;
	border-bottom: 1px solid #e8e2d9;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

.content h2 {
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #e8e2d9;
	margin: 14px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.nomargin {
margin: 0!important;
}

.content p.introduction {
	font-size: 16px;	
}

.content .preview {
	border-top: 1px solid #e8e2d9;
	padding: 25px 0;
}

.content .preview .right-aligned {
	float: right;
	width: 400px;
	padding-left: 17px; 
}

.content .preview .left-aligned {
	float: left;
	width: 400px;
	padding-right: 17px; 
}

.content .preview img {
	border: 1px solid #c8c8c8;
	padding: 4px;
	float: left;
}

.content .preview h2 {
	margin: 0px 0px 5px 0px;
	padding-bottom: 4px;
}

.content .preview h2 a {
	color: #333;
	text-decoration: none;
}

.content .preview h2 a:hover {
	text-decoration: underline;
}

.content .preview h4 {
	font-size: 14px;
	border-bottom: 1px solid #e8e2d9;
	line-height: 16px;
	padding-bottom: 7px;
	margin-bottom: 4px;
}

.content .preview h5 {
	font-size: 14px;
	padding-bottom: 8px;
	line-height: 18px;
}

.content .more {
display: none;
}



.content.inner h1 {
	margin-bottom: 5px;	
}

.content.inner h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.content.inner h2 span {
	float: right;
	font-size: 14px;
}

.content .tab h2 {
margin-top: 0;
}
.content.inner h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content.inner h3 span {
	float: right;
	font-size: 14px;
}

.content.inner h3 span a, .content.inner h3 span a:visited {
	color: #888888;
}

.content.inner h4 {
	margin-bottom: 5px;	
}

.content.inner h5 {
	background-color: #fff7eb;
	height: 27px;
	line-height: 27px;
	padding: 0 5px;
	float: left;
}


.wp-caption-text {
	display: none;
}

.clear {
clear: both;
}

.content .left {
float: left;
width: 400px;
}

.content .right {
float: right;
}

.content.inner .tabs li.selected {

}

.content.inner .tabs li.selected a {

}

.content.inner .tabs li.last {
	background-image: url(images/tabs-last-left-bg.gif)!important;
	background-repeat: no-repeat;
	margin: 0;
}

.content.inner .tabs li.last a {
	background-image: url(images/tabs-last-right-bg.gif)!important;
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff!important;
	padding: 0 10px 0 9px;
}

.content.inner .tab {
	clear: both;
	border-left: 8px solid #fbf4e8;
	border-right: 8px solid #fbf4e8;
	border-top: 7px solid #fbf4e8;
	border-bottom: 11px solid #fbf4e8;
	margin-bottom: 20px;
	padding: 25px 15px;
}

.content.inner .tab .left {
	float: left;
	width: 366px;
}

.content.inner .tab .right {
	float: right;
	width: 218px;
}

.content.inner .tab img {
	border: 1px solid #c8c8c8;
	padding: 4px;
}

.content.inner .tab ul {
	padding-top: 5px;	
}

.content.inner .tab li {
	border-bottom: 1px solid #c8c8c8;
	height: 29px;
	line-height: 29px;
	list-style-type: none!important;
	margin: 0!important;
}

.content.inner .tab li a {
	color: #77972a;
	text-decoration: none;
	background-image: url(images/nav-sub-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 15px;

}



.ui-tabs .ui-tabs-hide { display: block; }

.content h2 a, .content h2 a:visited {
text-decoration: none;
color: #333;
}

.content h3 a, .content h3 a:visited {
text-decoration: none;
color: #555555;
}

.content ul {
margin: 10px 0px;
list-style-type: disc;
}

.content ul li {
margin-left: 30px;
line-height: 18px;
}

.tableContainer {
border: 1px solid #E8E2D9;
margin-bottom: 20px;
}

.table {
width: 100%;
}

.table th {
text-align: left;
padding: 10px;
background-color: #fbf4e8;
}

.table td {
padding: 10px;
}

.table a, .table a:visited {
color: #555555;
}

.smallText {
font-size: 10px;
}

.tableNumber {
text-align:right!important;
}

.bigText {
font-size: 20px;
}

.hotels {
padding-bottom: 20px;
}

