.typography a {
	color: #032A53;
}
.typography a:hover {
	color: #004F85;
}
	.typography a[href$=".pdf"],
		.typography a[href$=".PDF"],
		.typography a.pdf {
			padding: 2px;
			padding-left: 20px;
			background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
		}
		.typography a[href$=".doc"],
		.typography a[href$=".DOC"],
		.typography a.doc {
			padding: 2px;
			padding-left: 20px;
			background: url(../images/icons/page_word.png) no-repeat left center;
		}
		
.typography p {
	margin-bottom: 10px;
}
.typography ul {
	padding-left: 15px;
}

.typography h1 {
	color: #00AFCA;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0;
}
	.typography h1 a {
		color: #003878;
		text-decoration: none;
	}
	.typography h1 a:hover {
		color: #003878;
	}
.typography h2 {
	color: #233540;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 14px;
}
.typography h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.4em;
}
.typography h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 18px;
}
.typography h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.typography textarea {
	height: auto;
}

.typography .small {
	font-size: 0.9em;
	line-height: 1.5em;
}
.typography .smaller {
	font-size: 0.8em;
}

.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin: 0 0 5px 10px;
	}
	.typography img.left {
		float: left;
		margin: 0 10px 5px 0;
	}
	.typography img.leftAlone {
		text-align: left;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.typography img.tourpic-sm {
		background: url(../images/pic-small-bg.gif) no-repeat scroll right top transparent;
		float: right;
		padding: 11px 13px;
		margin: 0 0 1em 1em;
		text-align: right;
	}

.typography .block {
	border: 1px solid #333333;
	padding: 6px;
	margin-bottom: 8px;
}
.typography .block p {
	margin-bottom: 0;
}

.typography table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #DEDEDE;
	margin-bottom: 18px;
}
.typography th, td {
	padding: 6px 10px 6px 10px;
	border: 1px solid #DEDEDE;
}
.typography td {
	vertical-align: top;
	font-size: 12px;
}

.typography table#booking {
	border: none;
	border-bottom: 2px solid #333;
}
	.typography table#booking th, .typography table#booking td {
		padding: 2px 0;
		border: none;
		vertical-align: middle;
	}
	.typography table#booking th {
		border-top: 2px solid #333;
		border-bottom: 1px solid #333;
	}
	.typography table#booking td {
		text-align: center;
		border-bottom: 1px solid #333;
	}

.typography #reviews {
	margin-bottom: 20px;
}
	.typography #reviews .review_item {
		background: #ECF8F9;
		border-bottom: 1px solid #E0DBD5;
		border-left: 1px solid #E0DBD5;
		border-right: 1px solid #E0DBD5;
		padding: 10px;
	}
	.typography #reviews .rev_first {
		border-top: 1px solid #E0DBD5;
	}
	.typography #reviews .rev_alt {
		background-color: #F5FAED;
		border-top: medium none;
	}
	.typography #reviews p.rev_reviewer {
		text-align: right;
		font-size: 11px;
		color: #666;
		margin: 0;
	}
		.typography #reviews p.rev_reviewer a {
			color: #666;
			text-decoration: none;
		}

.typography .show_slideshow{
	font-size: 10px;
	font-weight: bold;
}
.typography .slideshow_block {
	clear: both;
	margin-bottom: 18px;
}
.typography #slideshow {
	text-align: center
}
.typography .slideshow {
	margin: 0 auto;
}

.typography .prices {
	color: #CE171E;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
	.typography .prices span {
		display: block;
		font-size: 11px;
	}

.typography .clear{clear: both;}
.typography .xe{}
.typography .galink{}
.typography .show_reviews{}