@charset "utf-8";

/* CSS Document */
* { margin:0; }

a.booknow, .phone_only { display:none !important; }

body {
	margin: 0;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
}

p {
	line-height:24px;
}

img {
	border:none;
	vertical-align:middle;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover { text-decoration: underline; }

p,
h1,
h2,
h3,
#form1,
#form2,
#form3 {
	margin:0;
	padding:0;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	line-height:36px;
	padding: 0 0 0 0;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	font-style:italic;
	line-height:36px;
}

.full_img h2 {
	font-size:36px;
	line-height:36px;
	color:#fff;
	font-style:normal;
	margin-bottom: 15px;
	text-transform:uppercase;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	padding: 5px 0 10px 0;
}

h5,
h6 {
	font-weight: bold;
	line-height:18px;
}

input,
select,
textarea {
	font-size: 14px;
	color: #666;
	outline:none;
}

textarea {
	resize: none;
	-moz-resize: none;
}

.wrap {
	width: 1020px;
	margin: 0 auto;
}

.top {
	height:103px;
	background-repeat: repeat-x;
	background-color: #FDFDFD;
	box-shadow: 0 0 5px #666;
}


.search {
	float:right;
	overflow:hidden;
	height:26px;
	margin: 2px 0 0 50px;
	width:155px;
}

.search .si {
	background-color:white;
	border:2px solid #999a9c;
	float:left;
	height:18px;
	line-height:18px;
	padding: 0 10px;
	width:100px;
	color:#003138;
	font-size:12px;
	font-style:italic;
	text-transform:uppercase;
}

.search .sb {
	background-color:transparent;
	float:right;
	width:23px;
	height:22px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:none;
}

.search .sb:hover { cursor:pointer; }

.langs {
	float:right;
	height: 28px;
	padding: 2px 22px 0 22px;
	position:relative;
	margin:-3px 0 0 0;
}

.langs a {
	text-transform: uppercase;
	display: inline-block;
	padding: 5px;
}

.logo {
    float: left;
    margin: 0 0 0 15px;
    width: 100px;
}

.menu_trigger { display:none; }

.menu {
	height: 77px;
	float:right;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li {
	float: left;
	position: relative;
	line-height: 77px;
	height:77px;
	line-height:77px;
	padding: 0 0 0 0;
	margin:0 0 0 1px;
}

.menu li a {
	display: block;
	padding: 0 15px;
	color:#999;
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
}

.menu li:hover a,
/*.menu li.active a,*/
.menu li.active:hover a {
	color:#333;
	text-decoration: none;
}

.main {
	overflow: hidden;
	width: 100%;
}

.cleaner {
	clear:both;
	height:0;
	line-height:0;
	padding:0;
	margin:0;
}

.search_term { padding-top: 10px; }


.footer {
    padding: 25px 0 15px;
}

.map_dest {
    height: 500px;
    width: 100%;
}

.responsiveImg {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* CMS related classes */

.video-container {
    position: relative;
    height: 0; 
    overflow: hidden;
    width:100%;
	margin:0 auto 15px auto;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-width: 0;
}

.fck_table_wrap {
	width: 100%;
	overflow-x: auto;
}
.fck_columns_2 {
	float: left;
	width: 500px;
}
.fck_columns_2 + .fck_columns_2 {
	margin-left: 20px;
}

.fck_columns_3 {
	float: left;
	width: 330px;
}
.fck_columns_3 + .fck_columns_3 {
	margin-left: 15px;
}

.fck_columns_2 + *:before, 
.fck_columns_3 + .fck_columns_3 + *:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    margin-bottom: 15px;
    overflow: hidden;
    visibility: hidden;
}

.fck_columns_2 + .fck_columns_2:before, 
.fck_columns_3 + .fck_columns_3 + .fck_columns_3:before {
    clear: none;
    content: "";
    display: none;
    margin-bottom: 0;
}
