* {
	margin: 0;
	padding: 0;
	border-style: none;
	font-family: Verdana;
	outline: none;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.header {
	width: 1000px;
	padding: 10px 0px;
}

.search {
	float: right;
	width: 300px;
	padding-top: 12px;
}

.searchbox {
	border: 1px solid #5a7d29;
	padding: 3px;
	margin-left: 10px;
	margin-right: 5px;
}

.submit {
	padding: 3px;
	background-color: #5a7d29;
	color: #FFFFFF;
	border: 1px solid #5a7d29;
	font-weight: bold;
}

.clear {
	clear: both;
}

.navigation {
	width: 990px;
	text-align: center;
	background-color: #5a7d29;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.navigation ul {
	list-style-type: none;
}

.navigation ul li {
	list-style-type: none;
	float: left;
}

.navigation ul li a {
	list-style-type: none;
	display: block;
	padding: 10px 12px;;
	background-color: #5a7d29;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #5a7d29;
	background-color: #e4f1d3;
}

.subnav {
	width: 1000px;
	height: 100px;
	background-image: url(images/subnav.jpg);
	margin-bottom: 10px;
}

.left {
	width: 325px;
	margin-right: 5px;
	float: left;
}

.right {
	width: 670px;
	float: right;
}

.one {
	width: 160px;
	margin-right: 5px;
	float: left;
}

.two {
	width: 160px;
	float: right;
}

.three {
	width: 510px;
	float: left;
	margin-left: 5px;
}

.four {
	width: 150px;
	float: right;
	margin-left: 5px;
}

.listone {
	list-style-type: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.listone li.title {
	width: 100%;
	color: #FFFFFF;
	background-color: #5a7d29;
	padding: 3px;
	font-weight: bold;
}

.plain {
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	text-decoration: none;
	color: #000000;
	padding: 3px;
	font-weight: normal;
}

.listone li i {
	color: #666666;
}

.listone li a {
	display: block;
	width: 100%;
	background-color: #e4f1d3;
	text-decoration: none;
	color: #5a7d29;
	padding: 3px;
}

.listone li.plain a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0;
	background-color: #EEEEEE;
	display: block;
	width: auto;
}

.listone li.exception {
	width: 100%;
	color: #FFFFFF;
	background-color: #979b00;
	padding: 3px;
	font-weight: bold;
}

.listtwo {
	list-style-type: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.listtwo li.title {
	width: 100%;
	color: #5a7d29;
	background-color:#e4f1d3;
	padding: 3px;
}

.listtwo li a {
	display: block;
	width: 100%;
	background-color: #5a7d29;
	text-decoration: none;
	color: #e4f1d3;
	padding: 3px;
}

.listtwo li a:hover {
	background-color: #FFFFFF;
	color: #5a7d29;
}

.contentheader {
	color: #FFFFFF;
	background-color: #5a7d29;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	padding: 0px 0px 15px 0px;
}

fieldset {
	display: hidden;
}

.normal {
	display: block;
	width: auto;
	height: auto;
	background: transparent;
}

.three .listone, .three .listtwo {
	width: 144px;
}

.footer {
	border-top: 1px solid #5a7d29;
	text-align: center;
	padding: 10px;
}

.imgleft {
	float: left;
}

ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

/*mouse over affect for booking online*/
.BookOnline{
        background-color: #FFFFFF;
	cursor:hand;
}

.BookOnline:hover {
        background-color: #5a7d29;
	cursor:pointer;
	cursor:hand;
}


/*******************************************************/
#banner_booking{
	height:130px;
}
#banner_booking #DdCheckinDay, #banner_booking #DdCheckinMonth, #banner_booking #DdCheckOutDay, #banner_booking #DdCheckoutMonth{
	border:1px solid #999999;
}
#banner_booking #DdCheckinDay, #banner_booking #DdCheckOutDay{
	margin-right:0px;
	width:50px;
}
#banner_booking #accubookCheckInRow,#banner_booking #accubookCheckOutRow,#banner_booking #accubookSearchRow{ 			
	clear:none;
	padding:5px 5px 0;
	float:left;
}
#banner_booking #checkinLbl, #banner_booking #checkinDay, #banner_booking #checkinMonth,#banner_booking #checkoutLbl, #banner_booking #checkoutDay, #banner_booking #checkoutMonth{
	padding:5px 5px 0;
}
#banner_booking #checkinLbl, #banner_booking #checkoutLbl{
	font-weight:bold;
	color:#666666;
}
#banner_booking #accubookSearchButton{
	width:100px;
	margin-left:30px;
}
#banner_booking #accubookSearchButton input{
background-color:#5A7D29;
border:1px solid #3E6D40;
color:#FFFFFF;
font-weight:bold;
width:65px;
}
#banner_booking #checkoutLbl,#banner_booking #checkinLbl {
	width:100px;
}
