/* Content Page Styles */

body {
	text-align: center;
	margin: 0 auto;
	font-family: Tahoma, verdana, sans-serif;
	background:url(../images/content_bg.jpg) repeat-x top left white;
	}

div#contHeaderContainer {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0 auto;
	padding: 0px;
	background: transparent url(../images/cont_header_bg.jpg) no-repeat top center;
	vertical-align: top;
	}
	
div#contDarkGreenGrass {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 100%;
	height: 211px;
	background: transparent url(../images/cont_dark_grn_grass.png) 60% 0 repeat-x;
	}
	
div#contLightGreenGrass {
	margin: 0 auto;
	position: relative;
	top: 0px;
	height: 250px;
	width: 100%;
	background: transparent url(../images/cont_light_grn_grass.png) 150% 0 repeat-x;
	z-index: 3000;
	}
	
div#horizontalNav {
	margin: 0 auto;
	position: relative;
	top: 216px;
	width: 799px;
	height: 27px;
	text-align: left;
	}



#horizontalNav ul li {
	display: inline;
	margin-right: 10px;
	width: 80px;
	}	


#horizontalNav a:link,
#horizontalNav a:visited,
#horizontalNav a:active {
	color: #fefefe;
	text-decoration: none;
	font-weight: bold;
	margin-right: 7px;
	padding-left: 20px;
	background: url(../images/hoz_nav_off.gif) center left no-repeat;
	font-size: 12px;
	height: 25px;
	vertical-align:middle;
	}
	
#horizontalNav a:hover {
	background: url(../images/hoz_nav_on.gif) center left no-repeat;
	}
	
div#contlogoHeader {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 0px;
	height: 220px;
	background: url(../images/cont_forbidden_header.png) no-repeat bottom center;
	z-index: 1;
	}	
	
div#contMainContainer {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 799px;
	padding: 0px;
	background: #ffffff;
	}
	
div#leftNavContainer {
	float: left;
	width: 216px;
	text-align: left;
	}
	
div#greenLeftNav {
	width: 216px;
	top: 0px;
	margin: 0px;
	padding-bottom: 7px;
	background: #009900;
	}

div#greenLeftNav h1 {
	margin-top: 0px;
	margin-right: 25px;
	text-align: center;
	}
	
div#greenLeftNavCont {
	position: relative;
	top: 14px;
	left: 26px;
	width: 166px;
	background: #009900;
	min-height: 25px;
	margin-top: -15px;
	}
	
#greenLeftNavCont a:link,
#greenLeftNavCont a:active,
#greenLeftNavCont a:visited {
	display: block;
	text-decoration: none;
	color: #b8ff00;
	padding-left: 21px;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
	width: 160px;
	}
	
#greenLeftNavCont a:hover {
	display: block;
	text-decoration: none;
	color: #fefefe;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
	width: 160px;
	}
	
a.page {
	background: url(../images/page_icon.gif) center left no-repeat;
	margin-top: 0px;
	}
a.page:hover {
	background: url(../images/page_icon_hover.gif) center left no-repeat;
	margin-top: 0px;
	}

a.curPage {
	background: url(../images/page_icon_hover.gif) center left no-repeat;
	margin-top: 0px;
	}

a.curBullet {
	background: url(../images/bullet_icon_hover.gif) center left no-repeat;
	margin-top: 0px;
	}
	
a.bullet:hover {
	background: url(../images/bullet_icon_hover.gif) center left no-repeat;
	margin-top: 0px;
	}
	
#greenLeftNavContSub a:link,
#greenLeftNavContSub a:active,
#greenLeftNavContSub a:visited {
	display: block;
	text-decoration: none;
	color: #b8ff00;
	padding-left: 25px;
	font-size: 10px;
	font-weight: bold;
	line-height: 27px;
	width: 160px;
	margin-top: -3px;
	margin-left: 5px;
	}
	
#greenLeftNavContSub a:hover {
	display: block;
	text-decoration: none;
	color: #fefefe;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 27px;
	width: 160px;
	margin-top: -3px;
	margin-left: 5px;
	}	
	
a.bullet {
	background: url(../images/bullet_icon.gif) center left no-repeat;

	}

	
#grassSeperator {
	position: relative;
	width: 216px;
	height: 70px;
	margin-top: 0px;
	background: url(../images/nav_grass.gif) no-repeat top left;
	}
	
#creamLeftNav {
	position: relative;
	width: 216px;
	top: 0px;
	background: #EAEADF;
	margin: 0px;
	margin-top: -5px;
	padding: 0px;
	}
	
div#creamLeftNavCont {
	position: relative;
	top: 0px;
	left: 26px;
	width: 166px;
	color: #000000;
	margin: 0px;
	}
	
#creamLeftNavCont a:link,
#creamLeftNavCont a:active,
#creamLeftNavCont a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding-left: 21px;
	font-size: 11px;
	line-height: 27px;
	}
	
#creamLeftNavCont a:hover {
	display: block;
	text-decoration: none;
	color: #666666;
	margin: 0px;
	font-size: 11px;
	line-height: 27px;
	}

a.print {
	background: url(../images/print_icon.gif) center left no-repeat;
	}
	
a.send {
	background:url(../images/send_icon.gif) center left no-repeat;
	}
	
a.comment {
	background:url(../images/comment_icon.gif) center left no-repeat;
	}
	
a.pdf {
	background: url(../images/pdf_icon.gif) center left no-repeat;
	}
	
#leftNavContainer h1 {
	color: #b8ff00;
	margin-left: 25px;
	}
	
div#mainContainer {
	float: left;
	width: 552px;
	background: #ffffff;
	margin-left: 31px;
	margin-top: 24px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	}
	
form {
	text-align: right;
	}
	
label {

	display: block;
	font-weight: bold;
	padding-bottom: 8px;
	}
	
select {
	width: 100px;
	text-align: left;
	}
	
input {
	width: 270px;
	}	
	
textarea {
	width: 270px;
	}

.tick
	{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	width: 13px;
	height: 13px
	}
	
div#hr {
	width: 552px;
	height: 30px;
	background: url(../images/hr.gif) no-repeat left;
	clear: left;
	} 
	
#occwin
{
	float: right;
	position: relative;
	top: -4px;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #2e2e2e;
	width: 175px;
}

#occwin a, a:hover, a:visited
{
	font-family: tahoma;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #2e2e2e;
}
#occWinGraphic
{
	float: right;
	width: 14px;
}
#occWinText
{
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	width: 155px;
}

p {
 	margin-top: 0px;
	font-size: 12px;
	line-height: 1.5;
	}
	
b {
 	margin-top: 0px;
	font-size: 12px;
	line-height: 1.5;
	}

.client
{
	float: left;
	clear: both;
	margin-bottom: 20px;
	width: 540px;
}

.clientLogo
{
	float: left;
	width: 83px;
	height: 83px;
	border: solid 1px #ddddda;
	margin-top: 0px;
}

.clientOutline
{
	float: left;
	width: auto;
	border: solid 1px #ddddda;
	margin-top: 0px;
	margin-bottom: 15px;
}
.clientOutline img
{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.clientText
{
	width: 440px;
	float: left;
	margin-left: 15px;
}	

a:link.bigLink,
a:visited.bigLink,
a:active.bigLink {
	text-decoration: none;
	color: #009800;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 30px
	}
	
a:hover.bigLink {
	text-decoration: underline;
	font-size: 12px;
	color: #009800;
	font-weight: bold;
	margin-bottom: 30px;
	}
	
.imagebox
{
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 510px;
}

.imageText 

{
	width: 410px;
	float: left;
	margin-left: 0px;

}

.imageHolder
{
	float: left;
	width: auto;
	clear: both;
	border: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
}

.linkText
{
	width: 380px;
	float: left;
	margin-left: 15px;
}

.linkLogo
{
	float: left;
	width: 120px;
	height: 59px;
	border: solid 1px #ddddda;
	margin-top: 0px;
}

#contentShadedArea
{
	margin-top: 0px;
	float: left;
	clear: both;
	width: 550px;
	background-color: #f3f7d4;
	color: #000000;
	word-spacing: 1px;
	line-height: 17px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma;
	overflow: visible;
}	

#contentShadedArea .formArea
{
	margin-top: 25px;
	margin-left: 20px;
    margin-right: 20px;
	margin-bottom: 20px;
}

single {
	display: block;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 0px;
	}
	
singleb {
	display: block;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 0px;
	}
	
tick
{
	float: left;
	width: auto;
	}
	
.list
{
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 0px;
	line-height: 1.5;
	text-align: left;
}

.listBold
{
	font-weight: bold;
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 0px;
	line-height: 1.5;
}

.videoHolder
{
	clear: both;
	width: 552px;
}

.videoBox
{
	float: left;
	width: 293px;
	padding-bottom: 20px;
}

.videoText
{
	margin-left: 20px;
	float: left;
	width: 200px;
}

/* light green button*/
.hpButton1, .hpButton1:hover, .hpButton1:visited
{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
	color: black;
	width: 87px;
	height: 20px;
	background-image: url(../images/read_more.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	float: right;
	clear: both;

}

/* dark green button*/
.hpButton2, .hpButton2:hover, .hpButton2:visited
{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 20px;
	text-align: center;
	color: #fefefe;
	width: 87px;
	height: 20px;
	background-image: url(../images/submit_dark_grn.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	float: right;
	clear: left;

}
.clientTextFood
{
	width: 450px;
	float: left;
	margin-left: 15px;
}

.clientLogoFood
{
	float: left;
	width: 35px;
	height: 35px;
	border: solid 1px #ddddda;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bookingCal
{
	float: left;
	border: 1px solid #B4Bf37;
	width: auto;
}
#contentShadedArea .priceList
{
	float: left;
	margin-bottom: 20px;
	width: auto;
}

#contentShadedArea .price
{
	width: 10px;
	font-weight: bold;
	text-align: right;
}
#contentShadedArea .accom
{
	width: 180px;
	font-weight: bold;
	text-align: center;
}

#PriceTable td {
	border: solid 1px #c7d92b;
	text-align: center;
	}
/* FOOD */

#menutable
{
	margin-top: 5px;
	margin-left: 5px;	
	margin-right: 5px;	
	/*width: 610px;*/
}

#menutableDrinks
{
	margin-top: 5px;
	margin-left: 5px;	
	margin-right: 5px;	
	/*width: 610px;*/
}

td {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

.foodTitle {
	text-align: left;
	font-weight: bold;
}

.foodDes {
	text-align: left;
	font-weight: normal;
	color: #869316;
}

.item {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #c7d92b;
	width: 500px;
}

.cost {
	text-align: right;
	font-weight: bold;
	width: 140px;
	border-bottom: 1px dotted #c7d92b;
}

.pot {
	text-align: right;
	font-weight: normal;
	width: 140px;
}

.space {
	font-weight: normal;
	border-bottom: 1px dotted #c7d92b;
	width: 30px;
}

.spaceLine {
	font-weight: normal;
}

.spaceLineBig {
	font-weight: normal;
	height: 25px;
}



/* BREADCRUMBS */

#breadcrumbs
{
	width: 550px;
	height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009800;
	clear: right;
		
}
#breadcrumbs .crumb
{
	float: left;
	margin-right: 10px;
	width: auto;
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:active {
	text-decoration: none;
	color: #009800;
	font-weight: bold;
	font-size: 12px;
	}
	
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #009800;
	background: none;
	font-weight: bold;
	font-size: 12px;
	}

/* END OF BREAD */
/* START OF ADMISSION BLUE DAY AD */

div#blueDay {
	width: 552px;
	height: 226px;
	background: transparent url(../images/blue_background.gif) no-repeat top center;
	}
	
#blueDay .textBox
{
	float: left;
	width: 360px;
	padding-left: 15px;
	padding-top: 50px;
	color: #fefefe;
	}

#blueDay a:link,
#blueDay a:visited,
#blueDay a:active {
	text-decoration: none;
	color: #fefefe;
	font-weight: bold;
	font-size: 12px;
	}
	
#blueDay a:hover {
	font-size: 12px;	
	text-decoration: underline;
	color: #fefefe;
	background: none;
	font-weight: bold;
	}
	
#blue {
	margin-left: 5px;
	margin-top: 40px;
	float: left;
	width: 111px;	
	}
	
div#blueDaySmall {
	width: 552px;
	height: 110px;
	background: #568ad5;
	}
	
#blueDaySmall .textBox
{
	float: left;
	width: 520px;
	padding-left: 15px;
	padding-top: 10px;
	color: #fefefe;
	}
	
#bookingDetail
{
	text-align: left;
}

.qna
{
	width: 260px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.q
{
	margin-bottom: 5px;
	font-weight: bold;
}

.calCal
{
	width: 255px;
	height: 200px;
	float: left;
	margin-right: 15px;
}
.calDet
{
	width: 255px;
	height: 200px;
	float: left;
}
