@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
:focus {
	outline: 0;
}
a img {
	border: 0;
}
body{
	background-color:#0082d6;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-bottom:14px;
}
h1{
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
a,a:link,a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{
	font-weight:bold;
}
ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:disc inside;
}
.wrapper{
	width:1002px;
	margin:0 auto;
}
#header{
	width:100%;
	background:url(../img/header-bg.gif) top left repeat-x;
	height:117px;
}
.trans{
	background:url(../img/content-bg.png) top left repeat;
	padding:10px 10px 20px;
}
.clear{
	clear:both;
}
#banner{
	width:982px;
	height:416px;
	margin-bottom:5px;
	position:relative;
	z-index:99;
}
#navi{
	background:url(../img/navi-bg.gif) top left repeat-x;
	height:17px;
	padding:5px 0 0 85px;
	overflow:hidden;
	clear:both;
	margin-bottom:12px;
}
#navi a{
	display:inline-block;
	height:10px;
	text-indent:-99999px;
	margin-right:75px;
	float:left;
	margin-top:2px;
}
#navi a.home{
	background:url(../img/navi-01.gif) top left no-repeat;
	width:41px;
}
#navi a.room-rates{
	background:url(../img/navi-02.gif) top left no-repeat;
	width:93px;
}
#navi a.facilities{
	background:url(../img/navi-03.gif) top left no-repeat;
	width:81px;
}
#navi a.contact{
	background:url(../img/navi-04.gif) top left no-repeat;
	width:177px;
	margin-right:0;
}
#navi a:hover,body#default #navi a.home, body#index #navi a.home, body#room-rates #navi a.room-rates, body#facilities #navi a.facilities, body#contact #navi a.contact{
	background-position:bottom left;
}
#navi .line{
	float:left;
	margin-right:75px;
}
.title{
	margin-bottom:5px;
}
.tb-rates{
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	margin-bottom:12px;
}
.tb-rates td{
	background-color:#0082d6;
	text-align:center;
	vertical-align:middle;
	padding:2px 2px;
}
.tb-rates th{
	background-color:#0082d6;
	font-size:12px;
	vertical-align:middle;
	padding:2px 2px;
}
hr{
	border:none;
	border-bottom:1px solid #fff;
	height:1px;
	margin-bottom:14px;
	width:100%;
}
#footer{
	background:#fff;
	padding:10px 0;
	text-align:center;
}
