/* CSS Document */
#header, #menu ,#body
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

#header h1
{
	text-indent: -9999px;
	display: block;
	height: 165px;
	background: url(../images/header.jpg) no-repeat;
}

#menu-wrapper
{
	background: url(../images/menu_bg.jpg) repeat-x;
}

#menu
{
	height: 33px;
}

#menu li
{
	float: left;
	margin-top: 6px;
	margin-right: 33px;
}

#menu a
{
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: dotted 1px transparent;
}

#menu a:hover
{
	border-bottom: dotted 1px #FFF;
}

.body-content
{
	padding-top: 20px;
	padding-bottom: 35px;
	border-bottom: solid #aaa 1px;
}

.body-content em
{
	color: #044270;
}

.body-content h2
{
	color: #044270;
	font-size: 29px;
	line-height: 35px;
	position: relative;
	top: -7px;
}

.body-content h3
{
	font-size: 16px;
	color: #8c8c8c;
	margin-top: 30px;
	margin-bottom: 20px;
}

.list-body h2
{
	float: left;
}

.list-body>ul
{
	width: 660px;
	float: right;
}

.list-body li
{
	width: 330px;
	float: left;
}

.clear-div
{
	clear: both;
}

.body-content p
{
	margin-bottom: 20px;
	margin-top: 5px;
}

.left-para
{
	float: left;
	width: 460px;
	margin-bottom: -25px;
}

.right-para
{
	float: right;
	width: 460px;
	margin-bottom: -25px;
}

#intro img
{
	float: right;
	clear: right;
	margin-left: 35px;
}

#intro
{
	border-bottom-color: #cce8fd;
	padding-top: 45px;
	padding-bottom: 70px;
}

#gallery
{
	margin-top: 10px;
	min-height: 465px;
	
}

#map h2
{
	margin-bottom: 15px;
}

#map p
{
	float: right;
}

#media a
{
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 20px;
	display: inline-block;
}

#media iframe
{
	margin-right: 7px;
}

#contact a
{
	color: #044270;
}

#contact a:hover
{
	text-decoration: none;
}

#rates a:hover
{
	text-decoration: none;
}

#rates a
{
	color: #044270;
}

#rates
{
	margin-top: 30px;
}

#rates td
{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFF;
}

#rates th
{
	font-size: 20px;
	color: #8c8c8c;
	height: 40px;
}

.pink
{
	background-color: #f9c9ee;
	height: 30px;
}

.green
{
	background-color: #c7fbb3;
	height: 30px;
}

.yellow
{
	background-color: #f3fbb8;
	height: 30px;
}

.red
{
	background-color: #fab19f;
	height: 30px;
}

.orange
{
	background-color: #fbd8a4;
	height: 30px;
}

.violet
{
	background-color: #b4aaff;
	height: 30px;
}

.cyan
{
	background-color: #4ccacc;
	height: 40px;
}

.reserved
{
	background-color: #ccc;
	font-style: italic;
}

/*=======================Nivo slider====================================*/
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}