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

body{
	margin: 0px;
	padding: 0px;
	background: #f4f7f1 url(images/bg.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#container{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
#header_wrapper{
	position: relative;
	width: 1000px;
	height: 153px;
	margin: 0px auto;
	margin-top: 8px;
	padding: 0px;
	background: url(images/bg_header.png) no-repeat;
}
#header_logo{
	position: absolute;
	top: 0px;
	left: 30px;
	margin: 0px;
	padding: 0px;
}
#header_title{
	position: absolute;
	top: 55px;
	left: 160px;
	margin: 0px;
	padding: 0px;
}
#header_call{
	position: absolute;
	top: 75px;
	left: 720px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #0e7900;
	font-size: 24px;
}
#header_share{
	position: absolute;
	top: 45px;
	left: 760px;
	margin: 0px;
	padding: 0px;
}
#menubar_wrapper{
	position: relative;
	width: 1000px;	
	height: 81px;
	background: url(images/bg_menubar.gif) no-repeat;
	margin: 0px auto;
	padding: 0px;
}
#slideshow_wrapper{
	position: relative;
	width: 1000px;
	height: 360px;
	margin: 0px auto;
	padding: 0px;
	border-top: 5px solid #90c92b;
	border-bottom: 5px solid #90c92b;
}
#content_wrapper{
	width: 1000px;
	height: auto;
	background: #c3ddac;
		-moz-box-shadow:0 0 8px #999;
	-webkit-box-shadow:0 0 8px #999;
	box-shadow:0 0 8px #999;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;

-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}
#list_menu{
	clear: both;
	width: 1000px;
	height: 230px;
	margin: 0px auto;
	margin-left: 6px;
	padding: 0px;
}
#list_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#list_menu ul li{
	list-style: none;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 25px;
	float: left;
	display: block;
}
#list_menu img{
	border: 8px solid #FFF;
	-moz-box-shadow:0 0 8px #999;
	-webkit-box-shadow:0 0 8px #999;
	box-shadow:0 0 8px #999;
}
#content{
	width: 700px;
	clear: both;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 19px;
}
#content h1{
	background: url(images/bg_heading.png) no-repeat;
	width: 711px;
	height: 63px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin: 0px;
	padding-left: 55px;
	line-height: 60px;	
}
#content p{
	line-height: 19px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#content a{
	color: #fc8c00;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}
#content_bg{
	width: 685px;
	height: 100%;
	background: #e8f2df;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding: 12px;
	text-align: justify;
}
#content_bg p{
	text-align: justify;
	line-height: 19px;
}
#content_bg h2{
	color: #f48500;
}
#sidebar{
	width: 252px;
	height: auto;
	margin-bottom: 10px;
	padding: 0px;
}
#sidebar h1{
	background: url(images/sidebar_heading.png) no-repeat;
	width: 255px;
	height: 63px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin: 0px;
	padding-left: 42px;
	line-height: 60px;
}
#sidebar_bg{
	background: #e8f2df;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	width: 245px;
	height: 100%;
	margin-bottom: 10px;
}
.menulist{
	width: 100%;
	background: #d6e9c7;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	-moz-box-shadow:0 0 8px #999;
	-webkit-box-shadow:0 0 8px #999;
	box-shadow:0 0 8px #999;
	display: block;
}
.bookingshow{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #F60;
	border: 1px solid #CCC;
	color: #FFF;
	padding: 10px;
	height: 24px;
	width: 99%;
}
/* -----------------Pagination ----------------------------*/
div.pagination {
	padding: 5px;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

div.pagination a {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	border: 1px solid #442506;
	text-decoration: none; /* no underline */
	color: #333;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #442506;
	background-color: #be9b61;
	color:#FFF;
	text-decoration: none;
}

div.pagination span.current {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	border: 1px solid #442506;
	font-weight: bold;
	background-color: #be9b61;
	color: #FFF;
}

div.pagination span.disabled {
		padding: 4px 8px 4px 8px;
		margin: 2px;
		border: 1px solid #442506;
		color: #666;
}
.menulist:hover{
	background: #ebf4e4;
	display: block;
	cursor: pointer;
}
.menulist h2{
	color: #ff8b00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;	
}
.menulist h3{
	color: #e77a22;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;	
}
.menulist p{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 19px;
}
.menulist img{
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;	
}
.image_round{
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;	
}
#social{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#social ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#social ul li{
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#social ul li a{
	text-decoration: none;
	color: #21561a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#social ul li a:hover{
	text-decoration: underline;
}
#social img{
	border:none;
	vertical-align: middle;
}
#footer_wrapper{
	position: relative;
	background: url(images/bg_footer.gif) no-repeat;
	width: 1000px;
	height: 60px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px;
}
#footer_left{
	position: absolute;
	left: 20px;
	top: 6px;
	color: #FFF;
}
#footer_right{
	position: absolute;
	left: 735px;
	top: 6px;
	color: #FFF;
}
#footer_right a{
	color: #FFF;
	text-decoration: none;
}
#footer_right a:hover{	
	text-decoration: underline;
}
#copyright {
	color: #006e03;
	text-align: center;
	line-height: 21px;
	padding: 10px;
}