* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:none;
	}
.clear{
	clear:both;
	}
.header {
	background-color: #0A3A01;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCF5DD;
}
.header .headerin {
	height: 130px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #189402;
	position: relative;
}
.header .headerin .logo {
	position: absolute;
	left: 12px;
	top: 9px;
}
.header .headerin .name {
	position: absolute;
	left: 145px;
	top: 28px;
}
.header .menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	position:relative;
}
.header .search {
	position:absolute;
	bottom:20px;
	right:50px;
	}
.header .search input {
	padding:2px;
	}
.header .search input.btn {
	padding:1px;
	}
.header .search .query {
	border: 1px inset #ccc;
	color:#666666;
	}

.header .menu .date {
	position:absolute;
	right: 20px;
	top:10px;
	}
.header .headerin .topmenu {
	position: absolute;
	width:270px;
	top: 0px;
	right: 50px;
	background-image: url(images/topmenubg.jpg);
	background-repeat: repeat-x;
}
.header .headerin .topmenu .topmenuleft {
	background-image: url(images/topmenuleftbg.jpg);
	background-repeat: no-repeat;
}
.header .headerin .topmenu .topmenuleft .topmenuright {
	background-image: url(images/topmenurightbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
}
.header .headerin .topmenu .topmenuleft .topmenuright ul {
	list-style-type: none;
}
.header .headerin .topmenu .topmenuleft .topmenuright ul li {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header .headerin .topmenu .topmenuleft .topmenuright ul li a {
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
	line-height: 180%;
}
.header .headerin .topmenu .topmenuleft .topmenuright ul .first a {
	border-left-style: none;
}
.header .headerin .topmenu .topmenuleft .topmenuright ul li a:hover {
	color: #990000;
	text-decoration: underline;
}
.header .menu ul {
	list-style-type: none;
	z-index:100;
}
.header .menu li {
	float: left;
	background-image: url(images/menubar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	position:relative;
}
.header .menu ul li ul {
	position:absolute;
	top: 35px;
	left:-2px;
	background: #99CC00;
	border:1px solid #457c00;
	border-bottom:none;
	width:150px;
	display:none;
	}
.header .menu ul li ul li {
	float:none;
	background-image:none;
	border-bottom:1px solid #457c00;
	padding:7px 0 7px 0;
	}
.header .menu ul li ul li a {
	display:block;
	line-height:100%;
	font-size: 12px;
	font-weight:normal;
	}
.header .menu ul li ul li a:hover {
	text-decoration:none;
	color: #990000;
	}
.header .menu ul li a {
	line-height: 35px;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}
.header .menu ul li a:hover {
	text-decoration: underline;
	color: #000033;
}
.midbg {
	background-image: url(images/midbg.gif);
}
.midbg .content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCEDD1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCF5DD;
	border-bottom-color: #DCF5DD;
}
.midbg .content .contentin {
	padding: 20px;
}
.midbg .content .contentin .leftcolumn {
	float: left;
	width: 670px;
}
.midbg .content .contentin .rightcolumn {
	float: right;
	width: 270px;
}
.midbg .content .contentin .rightcolumn .rightcolumnin {
	border: 1px solid #63A101;
	background-color: #BADCA3;
	padding: 10px;
}

.midbg .content .contentin .leftcolumn .slider {
	height: 250px;
	overflow: hidden;
	padding-bottom: 20px;
}
.midbg .content .contentin .leftcolumn .columnone {
	float: left;
	width: 194px;
}
.midbg .content .contentin .leftcolumn .columntwo {
	float: right;
	width: 450px;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein {
	padding: 10px;
	background-color: #BEEEC1;
	border: 1px solid #698D34;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein h1, .midbg .content .contentin .rightcolumn .rightbox h1 {
	font-size: 14px;
	background-color: #698D34;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein ul, .midbg .content .contentin .rightcolumn .rightbox ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein ul li, .midbg .content .contentin .rightcolumn .rightbox ul li  {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein ul li a , .midbg .content .contentin .rightcolumn .rightbox ul li a {
	margin-left: 25px;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

.midbg .content .contentin .leftcolumn .columnone .columnonein ul li a:hover, .midbg .content .contentin .rightcolumn .rightbox ul li a:hover {
	text-decoration: underline;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein .menubox {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #698D34;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein .menubox h2 {
	font-size: 13px;
	color: #003300;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein .menubox h3 {
	font-size: 13px;
	color: #000000;
	padding: 5px;
	text-align: center;
}
.midbg .content .contentin .leftcolumn .columnone .columnonein p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.midbg .content .contentin .leftcolumn .columntwo .midbox h1 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #003300;
}
.midbg .content .contentin .leftcolumn .columntwo .midbox h1 a {
	color: #003300;
	text-decoration: none;
}
.midbg .content .contentin .leftcolumn .columntwo .midbox .midboxright {
	float: right;
	width: 180px;
	background-color: #DCEDD1;
	margin-left: 15px;
}
.midbg .content .contentin .leftcolumn .columntwo .midbox, .innerpage .midbg .content .contentin .leftcolumn .columntwo .shortstory {
	padding: 10px;
	background-color: #BADCA3;
	margin-bottom: 20px;
	border: 1px solid #63A101;
}
.midbg .content .contentin .leftcolumn .columntwo .result {
	background:#fff;
	}
.midbg .content .contentin .leftcolumn .columntwo .midbox .midboxright ul {
	padding: 10px;
	list-style-type: none;
}
.midbg .content .contentin .leftcolumn .columntwo .midbox .midboxright ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.midbg .content .contentin .leftcolumn .columntwo .midbox .midboxright ul li a {
	color: #003300;
	text-decoration: none;
	margin-left: 15px;
}
.midbg .content .contentin .rightcolumn .rightcolumnin h1 {
	font-size: 16px;
	color: #003300;
	padding-bottom: 8px;
	background-image: url(images/h1btmline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.midbg .content .contentin .rightcolumn .rightcolumnin p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
}
.midbg .content .contentin .leftcolumn .columntwo .midbox p {
	line-height: 150%;
}
.midbg .content .contentin .rightcolumn .rightcolumnin h2 {
	padding: 8px;
	font-size: 14px;
	background-color: #698D34;
	color: #FFFFFF;
}
.midbg .content .contentin .rightcolumn .rightcolumnin p img {
	float: right;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.midbg .content .contentin .rightcolumn .rightcolumnin h3 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #003300;
}
.midbg .content .contentin .rightcolumn .rightcolumnin h3 a {
	color: #003300;
	text-decoration: none;
}
.footerout {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.footerout .footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C2D1AD;
}
.footerout .footer .footerin {
	padding: 10px;
}
.footerout .footer .footerin .contactbox {
	float: left;
	width: 260px;
	background-image: url(images/v_bar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footeroutout {
	background-image: url(images/midbg.gif);
}
.midbg .footerout .footer .footerin .contactbox h1, .midbg .footerout .footer .footerin .onlinebox h1, .midbg .footerout .footer .footerin .findusbox h1, .midbg .footerout .footer .footerin .associate h1 {
	font-size: 14px;
	color: #003300;
	padding-bottom: 5px;
	padding-left: 10px;
}
.midbg .footerout .footer .footerin .onlinebox {
	float: left;
	width: 150px;
	background-image: url(images/v_bar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.midbg .footerout .footer .footerin .onlinebox h1 {
}
.midbg .footerout .footer .footerin .contactbox p {
	padding-left: 10px;
}
.midbg .footerout .footer .footerin .onlinebox ul {
	margin-left: 10px;
	list-style-type: none;
}
.midbg .footerout .footer .footerin .onlinebox ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.midbg .footerout .footer .footerin .onlinebox ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}
.midbg .footerout .footer .footerin .onlinebox ul li a:hover {
	text-decoration: underline;
}
.midbg .footerout .footer .footerin .findusbox {
	float: left;
	width: 200px;
	background-image: url(images/v_bar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.midbg .footerout .footer .footerin .findusbox p {
	padding: 10px;
}
.midbg .footerout .footer .footerin .findusbox img {
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
.midbg .footerout .footer .footerin .associate {
	float: right;
	width: 360px;
}
.midbg .footerout .footer .footerin .associate p {
}
.midbg .footerout .footer .footerin .associate p {
	padding: 10px;
}
.midbg .footerout .footer .footerin .associate img {
	padding: 1px;
	border: 1px solid #FFFFFF;
	background-color: #006600;
	margin-right: 4px;
}
.midbg .footerout .footer .footerin .footerline {
	clear: both;
	background-image: url(images/footerline.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.midbg .footerout .footer .footerin .copyright {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.midbg .footerout .footer .footerin .footerlinks {
	float: right;
	padding: 10px;
	color: #003300;
}
.midbg .footerout .footer .footerin .footerlinks a {
	color: #003300;
	text-decoration: none;
}
.midbg .footerout .footer .footerin .footerlinks a:hover {
	text-decoration: underline;
}
.header .headerin .govreg {
	position: absolute;
	left: 382px;
	top: 5px;
	color: #FFFFFF;
}
.midbg .content .contentin .rightcolumn .rightcolumnin img {
	border: 1px solid #63a101;
}
.midbg .content .contentin .leftcolumn .slider img {
	border: 1px solid #63a101;
}
.midbg .content .contentin .leftcolumn .columntwo .midbox .midboxright ul li a:hover {
	text-decoration: underline;
}
.midbg .content .contentin .rightcolumn .rightbox {
	margin-top: 15px;
	border: 1px solid #63a101;
	padding: 10px;
	background-color: #BADCA3;
}
.readmore a {
	text-decoration: none;
	color: #176DDA;
}
.readmore a:hover {
	text-decoration:underline;
	}

.midbg .content .contentin .rightcolumn .rightcolumnin .newslist {
	list-style-type: none;
}
.midbg .content .contentin .rightcolumn .rightcolumnin .newslist li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.midbg .content .contentin .rightcolumn .rightcolumnin .newslist li a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin-left: 20px;
}
.midbg .content .contentin .rightcolumn .rightcolumnin .newslist li a:hover {
	text-decoration: underline;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo {
	float: none;
	width: auto;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox h1 {
	font-size: 20px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox p {
	margin-bottom: 10px;
	text-align: justify;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox h2 {
	font-size: 14px;
	clear:both;
	margin-bottom:5px;
	margin-top:10px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox h2 a {
	color: #900;
	text-decoration: none;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox img {
	padding: 2px;
	float: right;
	border: 1px solid #0A3A01;
	margin-left: 15px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .shortstory img {
	float: left;
	padding: 2px;
	border: 1px solid #006600;
	margin-right: 10px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .shortstory em {
	font-style: normal;
	font-weight: bold;
	display: block;
	float: left;
	width: 150px;
	color: #003300;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .shortstory p {
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .shortstory p {
	padding-top: 2px;
	padding-bottom: 3px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .shortstory a {
	text-decoration: none;
	font-weight: bold;
	color: #003300;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .shortstory .details a {
	display: block;
	float: left;
	background-color: #C7E2C7;
	color: #003300;
	border: 1px solid #63A101;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .shortstory .details a:hover {
	background-color: #99CC66;
}
.innerpage .midbg .content .contentin .rightcolumn .rightbox p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.innerpage .midbg .content .contentin .rightcolumn .rightbox em {
	font-weight: bold;
	color: #003300;
	font-style: normal;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .itinerary {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #698D34;
	border-bottom-color: #698D34;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .itinerary p {
	padding-left: 70px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .itinerary p em {
	font-style: normal;
	font-weight: bold;
	position: absolute;
	left: 0px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .costincludes {
	padding-top: 15px;
	padding-bottom: 15px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .costincludes ul {
	margin-left: 25px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .costincludes ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
}
.innerpage .midbg .content .contentin .rightcolumn .rightbox img {
	border: 1px solid #698D34;
}
.innerpage .midbg .content .contentin .rightcolumn .booking {
	margin-top: 15px;
}
.innerpage .midbg .content .contentin .rightcolumn .booking ul {
	list-style-type: none;
}
.innerpage .midbg .content .contentin .rightcolumn .booking ul li {
	float: left;
	width: 128px;
	background-color: #BADCA3;
	border: 1px solid #698D34;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}
.innerpage .midbg .content .contentin .rightcolumn .booking ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #003300;
	font-size: 14px;
}
.innerpage .midbg .content .contentin .rightcolumn .booking ul .first {
	margin-right: 10px;
}
.innerpage .midbg .content .contentin .rightcolumn .booking ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .booking_form label {
	display: block;
	float: left;
	width: 150px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .booking_form input {
	padding:3px;
	}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .midbox .booking_form #booking_form .verifyimg {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .tariff ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .tariff ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	width: 300px;
}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .tariff ul li strong {
	display: block;
	float: right;
}
.midbg .content .contentin .rightcolumn .rightcolumnin h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.pagenumbers {
	margin-bottom:100px;
	clear:both;
	list-style-type:none !important;
	}
.pagenumbers li {
	float:left;
	padding-right: 5px;
	}
.pagenumbers li span, .pagenumbers li a {
	border:1px solid #ccc;
	padding:3px;
	text-decoration: none;
	}
.pagenumbers li a:hover {
	background:#003366;
	color:#fff;
	}
.columntwo .newslist {
	list-style-type: disc;
	margin-left:20px;
	}
.columntwo .newslist li {
	float:none;
	background: url(images/bullet1.gif) no-repeat left center;
	padding: 5px 0 5px 0;
}
.columntwo .newslist li a {
	margin-left:10px;
	text-decoration:none;
	color:#333333;
	}
.columntwo .newslist li a:hover {
	text-decoration:underline;
	}
.links {
	position:relative;
	z-index:1;
}
.links .addlink {
	position:absolute;
	right: 10px;
	top:5px;
	border:1px solid #ccc;
	padding:5px;
	background:#f9f9f9;
	}
.links .addlink a {
	text-decoration:none;
	color:#006699;
	}
.links .addlink a:hover {
	text-decoration:underline;
	}
 .links .cats {
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	}
 .links ul li {
	width:25%;
	background-image: url(images/bullet_blue.gif);
	background-repeat: no-repeat;
	float:left;
	padding:5px 0 5px 0;
}
.links ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#006699;
	}
.links ul li a:hover {
	color:#990000;
	text-decoration:underline;
	}
 .links form label {
	float:left;
	display:block;
	width:120px;
	margin-right:5px;
	}
 .links form input {
	padding:3px;
}
.links .veri {
	float:none !important;
	}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .gallery ul {
	list-style-type:none;
	padding-top:10px;
	padding-bottom:10px;
	}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .gallery ul li {
	float:left;
	margin-right:10px;
	padding-bottom:6px;
	}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .gallery ul li a img{
	padding:2px;
	border:1px solid #009999;
	margin-left:0;
	}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .gallery h2 {
	font-size:14px;
	margin-top:10px;
	}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .gallery h2 a {
	text-decoration:none;
	color:#003366;
	}
.innerpage .midbg .content .contentin .leftcolumn .columntwo .gallery .readmore {
	clear:both;
	text-align:right;
	}
.view img {
	padding:3px;
	border:1px solid #ccc;
	}
.comment input {
	padding:2px;
	}
.comment .verify {
	float:none !important;
	}
.comment label {
	display:block;
	width:150px;
	float:left;
	}
.comment p {
	padding:5px;
	}
.comment .verify {
	width:auto;
	padding:0;
	border:none;
	}
.view .readmore, .gallery .readmore {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

