/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* General */
body {
	background-color: #666;
	color: #333;
	font-family: 'Droid Sans', serif;
	font-size: 12px;
}
p {
	line-height: 1.4em;
	margin: 10px 0px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* Headings */
h1, h2 {
	margin: 10px 0px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
/* Links */
a, a:link, a:visited {
	color: #06F;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #333;
}
/* Main Layout */
#wrap {
	background-color: #F6F6F6;
	margin: 0px auto;
	position: relative;
	width: 960px;
}
#header {
	border-bottom: 1px solid #ECECEC;
	height: 440px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	width: 960px;
}
#title {
	color: #333;
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	right: 105px;
	text-align: right;
	text-shadow: #999 2px 2px 1px;
	top: 10px;
	z-index: 100;
}
#t_large {
	font-size: 46px;
}
#t_small {
	font-size: 28px;
}
#logoLayer {
	left: 10px;
	position: absolute;
	top: 290px;
	z-index: 100;
}
#nav {
	background-image: url("../images/white-trans-80.png");
	color: #666;
	font-size: 18px;
	height: 40px;
	left: 0px;
	line-height: 40px;
	margin: 0px;
	position: absolute;
	text-align: center;
	top: 400px;
	width: 960px;
	z-index: 80;
}
#nav li {
	display: inline-block;
	zoom: 1;
*display: inline;
}
#nav a, #nav a:link, #nav a:visited {
	color: #666;
	margin: 0px 5px;
	text-decoration: none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #333;
	text-decoration: none;
}
#leftWrap {
	float: left;
	width: 240px;
}
#leftWrap h2 {
	color: #333;
	font-size: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 6px 9px 4px;
}
#leftWrap .grey {
	background-color: #B7B7B7;
}
#leftWrap .white {
	background-color: #FFF;
}
#leftWrap p {
	margin: 10px 15px;
}
#news {
	background-color: #E1E1E1;
	border: 1px solid #ECECEC;
}
#news h2 {
	border-bottom: 2px solid #F6F6F6;
}
#news h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 10px 0px;
}
#news hr {
	color: #F9F9F9;
	margin: 0px 10px;
}
#newsletter {
	background-color: #FFF;
	border: 1px solid #ECECEC;
}
#newsletter h2 {
	padding-bottom: 0px;
}
#call_us {
	background-color: #FFF;
	border: 1px solid #ECECEC;
	font-size: 24px;
	padding: 5px 9px;
	width: 200px;
}
#call_tel {
	font-size: 26px;
}
#book-now {
	background-color: #FFF;
	border: 1px solid #ECECEC;
	padding: 5px 9px;
	width: 200px;
	height: 150px;
	text-align: center;
}
#book-now h2 {
	margin-bottom: 10px;
}
#rightWrap {
	float: right;
	width: 720px;
}
#content {
	background-color: #FFF;
	border: 1px solid #ECECEC;
	padding: 10px 19px;
	width: 660px;
}
#content p {
	line-height: 1.6em;
	text-align: justify;
}
#content ul {
	line-height: 1.6em;
	list-style-type: disc;
	margin: 10px 0px;
	padding: 0px 0px 0px 40px;
}
#tripAdvisor > div > div {
	width: 220px !important;
}
#tripAdvisor > div > div > div > div > dl > dd {
	width: 196px !important;
}
#footer {
	color: #FFF;
	float: none;
	height: 20px;
	line-height: 20px;
	margin: 2px auto 20px;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a, #footer a:link, #footer a:visited {
	color: #CCC;
}
#footer_nav {
	float: left;
}
#footer_nav li {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;
}
/* Grid */
.grid_3, .grid_9, .grid_12 {/*background-color: #FC3;*/
	float: left;
	margin: 0px 10px 20px;
}
.grid_3 {
	width: 220px;
}
.grid_9 {
	width: 700px;
}
.grid_12 {
	width: 940px;
}
/* Classes */
.ctaBox {
	background-color: #FFF;
	border: 1px solid #ECECEC;
	padding: 4px;
	width: 210px;
}
.ctaBox h2, .ctaBox p {
	margin-left: 5px;
	margin-right: 5px;
}
.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}
.more_info {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #CCC;
	display: inline-block;
	float: right;
	line-height: 12px;
	padding: 5px;
}
.more_info:link, .more_info:visited {
	color: #666;
	text-decoration: none;
}
.more_info:hover, .more_info:focus, .more_info:active {
	background-color: #666;
	color: #CCC;
	text-decoration: none;
}
.more_right {
	margin: 0px 5px 5px 0px;
}

