/* TEXT STYLES */

body
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 76%;
}

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

h1 {
	color: #C2C2C2;
	font-size: .8em;
}

/*.main-heading {
	font-family: "whiteblack", Arial;
	background: transparent;
}*/

/* ====== HEADER ====== */
div#address p {
	font-family: "whiteblack", Arial;
	font-size: 13px;
	line-height: 13px;
}

div#address img {
	margin: 0;
	padding: 0;
}

div#address .flir-image {
	margin-top: 0px;
}

#text-logo {
	margin-bottom: -10px;
}

#address-text {
	position: absolute;
	top: 40px;
	left: 6px;
}

#phone-text {
	position: absolute;
	top: 53px;
	left: 6px;
}

/* ===== MAIN NAVIGATION ===== */

#main-navigation li.level1 a:hover {
	text-decoration: none;
}

/* ===== MAIN CONTENT ===== */

a.more-link {
	color:black;
}

#main-content {
	line-height: 1.35;
	color: #000;
}

#main-content h2 {
	font-size: 1.9em;
}

#main-content h3 {
	font-size: 1.1em;
	margin-bottom: 0.8em;
}

#main-content h2, #main-content h2 a {
	display:block;
	font-size:1.9em;
	font-weight:bold;
	margin-left:80px;
	top:-19px;
	z-index: 100;
	position: relative;
	color: #fff;
}

.home#main-content h2 {
	margin-left: 108px;
	position:relative;
}

#main-content p
{
	margin-bottom: 0.8em;
	margin-left: 50px;
	margin-right: 235px;
}
#main-content1 p
{
	margin-bottom: 0.8em;
	margin-left: 50px;
	margin-right: 235px;
}
.subpage p {
	margin-right: 0px !important;
}

#main-content a {
	color: #e0541d;
}

#main-content ul {
	margin-bottom: 0.8em;
}

#additional-subpage-content h4 {
	font-weight: bold;
	font-size:14px;
}

#additional-subpage-content p {
	margin-left: 0px !important;
}

.block-link-text {
	margin-bottom: 20px;
}

.read-more,
.sidebar-read-more {
	float: right;
}

.read-more a,
.sidebar-read-more a {
	font-size: .8em;
	color: white;
	text-decoration: underline;
}

.read-more,
.read-more a,
.sidebar-read-more,
.sidebar-read-more a {
	color: white;
	text-decoration: underline;
}

/* ====== TRAVELCLICK LINK ===== */

#travelclick p
{
	width: 960px;
	line-height: 30px;
}

#travelclick a {
	color: #808080;
	line-height: 30px;
	font-size: 10px;
}

/* ====== SPECIAL OFFERS ====== */

#special-offers {
	text-align: center;
}

#special-offers h3 {
	margin: 5px 10px 0px 12px;
	color: #E0541D;
	font-weight: bold;
	font-size: 11px;
}

#special-offers p {
	margin: 0px 10px 8px 12px;
	font-size: 11px;
	color: #E0541D;
}

a.offers-link:hover {
	text-decoration: underline;;
}

#trip-adviser p{
	text-decoration: none;
	cursor: pointer;
	color: black;
	text-align:center;
}


