@charset "utf-8";

body {
	background-color: #A4A4A4;
	margin: 60px;
}
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12pt;
	color: #777;
}
strong {
	color: #666;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
	margin: 25px 15px 25px 15px;
	border: 3px dashed #ddd;
}
a {
	text-decoration: none;
	color: #76A9C7;
}
a:hover {
	color: #FF8000;
}
br {
	margin-top: -8px;
}

h6 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 12pt;
	color: #666;
}

/* START: Link Styles */

#link_wrap {
	height: 28px;
	width: 613px;
	margin-bottom: -3px;
}
#link_wrap a {
	text-indent: -500px;
	overflow: hidden;
	border: 0;
}
#link_wrap ul, #link_wrap li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#link_wrap a.home_l {
	height: 25px;
	width: 102px;
	display: block;
	background: url(../img/l_bg/home_l.png) no-repeat center top;
}
#link_wrap a.about_l {
	height: 25px;
	width: 102px;
	display: block;
	background: url(../img/l_bg/about_l.png) no-repeat center top;
}
#link_wrap a.bookpay_l {
	height: 25px;
	width: 102px;
	display: block;
	background: url(../img/l_bg/bp_l.png) no-repeat center top;
}
#link_wrap a.staff_l {
	height: 25px;
	width: 102px;
	display: block;
	background: url(../img/l_bg/staff_l.png) no-repeat center top;
}
#link_wrap a.gallery_l {
	height: 25px;
	width: 102px;
	display: block;
	background: url(../img/l_bg/gallery_l.png) no-repeat center top;
}
#link_wrap a.contact_l {
	height: 25px;
	width: 102px;
	display: block;
	background: url(../img/l_bg/contact_l.png) no-repeat center top;
}

/* END: Link Styles */

/* START: Information Bar Styles */

#info_bar {
	background-image: url(../img/tib.png);
	height: 15px;
	width: 784px;
	text-align: right;
	padding: 12px;
	color: #76A9C7;
}
#info_bar a.logo_top {
	background-image: url(../img/l.png);
	background-position: center top;
	height: 110px;
	width: 105px;
	margin: -85px -30px;
	background-repeat: no-repeat;
	float: left;
}
#info_bar a.logo_top:hover {
	background-position: center -105px;
	border: none;
}
#info_bar a {
	text-decoration: none;
	color: #FF8000;
}
#info_bar a:hover {
	border-bottom: 1px dotted #FFFFFF;
}
#info_bar img {
	margin-bottom: -2px;
}
#info_bar a h1 {
	display: none;
}
#info_bar .s {
	color: #EDF8FC;
	margin-bottom: -19px;
}
#info_bar div {
	margin: 0;
	padding: 0;
}

/* END: Information Bar Styles */

/* START: Column Styles */

#col_wrap {
	width: 808px;
	overflow: hidden;
}
#col_wrap p {
	margin: 0;
	line-height: 16pt;
}
#col_left, #col_wrap #col_right {
	padding: 15px 15px 5000px 15px;
	margin-bottom: -4995px;
	text-align: left;
}
#col_wrap #col_main {
	background-color: #F2F2F2;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 776px;
	text-align: left;
	padding: 15px;
}
#col_wrap #col_left {
	background-color: #F2F2F2;
	border-left: 1px solid #FFFFFF;
	float: left;
	width: 373px;
}
#col_wrap #col_right {
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	float: right;
	width: 373px;
}
#col_left img, #col_right img, #col_main img {
	margin: 0 0 10px 0;
	border: 0;
}
#col_left p, #col_right p {
	margin: 0 0 10px 0;
	padding: 0;
}
.news_twrap {
	background-color: #f1f1f1;
	height: 17px;
	margin: 0 40px 10px 0;
	padding: 11px;
}
.news_t, .news_ts {
	font-size: 14px;
	font-weight: bold;
}
.news_t, .news_t a {
	color: #F3910A;
	margin-top: -19px;
	text-decoration: none;
}
.news_t a:hover {
	color: #F7A324;
}
.news_ts {
	color: #FFFFFF;
}
.news_dwrap {
	background-image: url(../img/d_bg.png);
	height: 39px;
	width: 33px;
	float: right;
	margin-top: -49px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.news_dt {
	font-size: 10px;
	padding-top: 1px;
}
.news_dbs, .news_db {
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 0 2px;
}
.news_dbs {
	color: #BCBCBC;
	margin-bottom: -24px;
}
.news_db {
	color: #FF9300;
}
.news_art p {
	padding: 5px;
}
#col_main ul li ul, #col_left ul li ul, #col_right ul li ul {
	margin: 5px 0;
}
#col_main dl.tabs {
	clear: both;
	border-bottom: 1px dashed #ddd;
}
#col_main dl.tabs dt {
	width: 133px;
	height: 133px;
	float: left;
}
#col_main dl.tabs dt img {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
}
#col_main dl.tabs dd {
	min-height: 133px;
	margin: 0 0 10px 150px;
	padding-bottom: 10px;
}
#col_main dl.tabs h3 {
	margin-bottom: 5px;
	color: #FF9900;
}
#col_main dl.tabs h3 sup {
	font-weight: normal;
	font-size: 11px;
	color: #FF0000;
}

/* END: Column Styles */

.form_t {
	background-image: url(../img/fbg_t.png);
	height: 6px;
	width: 376px;
}
.form_c {
	background-color: #F7F7F7;
	width: 356px;
	padding: 10px;
}
.form_b {
	background-image: url(../img/fbg_b.png);
	height: 6px;
	width: 376px;
}

#footer_1, #footer_2 {
	height: 11px;
	width: 808px;
	clear: both;
}
#footer_1 {
	background-image: url(../img/f_1.png);
}
#footer_2 {
	background-image: url(../img/f_2.png);
}
h5 {
	margin: 12pt 0;
	font-size: 12pt;
	color: #F3910A;
}

.info-box {
	padding: 15px;
	color: #777 !important;
	line-height: 18pt;
}

.table-of-contents,
.info-box {
	width: 350px;
	margin-bottom: 15px;
	background: #fff;
	border: 3px solid #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #888;
}

.table-of-contents h3 {
	margin: 12px 0 0 15px;
	color: #777;
}

.table-of-contents ol {
	margin-top: 10px;
	margin-left: 5px;
}

a.booking-form-download {
	display: block;
	width: 230px;
	height: 53px;
	margin: 15px auto;
	padding: 10px;
	padding-left: 65px;
	line-height: 53px;
	border: 3px solid #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff url('../img/booking-form-icon.png') no-repeat 10px center;
}

a.booking-form-download:hover {
	border-color: #ddd;
}