/*	PAGE: Page specific styles
	-------------------------------------------------- */
	#banner{
		background-image: url(../images/content/home/banner.jpg);
		height: 260px;
	}
		#banner h1{
			padding-top: 60px;
			padding-left: 20px;
			font-size: 2em;
			width:255px;
		}
		#banner p{
			font-size: 1.32em;
			padding-left: 20px;
			width:255px;
		}
		#banner p a{
			font-size: 0.9em;
			color: #FFFFFF;
			text-decoration: underline;
		}
	
	#content{
		height: 220px;
	}
	#content h2{
		font-size: 1.2em;
		text-transform: uppercase;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	#content .text_block{
		min-height: 165px;
	}
	
	#enquiry{
		background: url(../images/content/home/enquiry_bg.jpg) left top no-repeat;
		position: relative;
		top: -45px;
		left: -3px;
		height: 300px;
		margin-right: 5px;
	}
		#enquiry h2{
			background: none;
			border: 0;
			text-align: center;
			padding: 20px 0 0;
			margin: 0 0 20px;
		}
		#enquiry form{
			padding: 0 0 0 23px;
		}
		#enquiry form .field{
			width: 98px;
			height: 45px;
			float: left;
			padding: 0 0 5px;
		}
			#enquiry form .field label{
				display: block;
				padding: 5px 0;
			}
			#enquiry form .field .txt_field{
				display: block;
				float:left;
				width: 60px;
				color: #999999;
				font-size: 0.8em;
				padding: 2px 0 3px 3px;
			}
			#enquiry form .field .drp_dwn{
				display: block;
				width: 40px;
			}
			#enquiry form .submit_btn{
				margin: 13px 0 20px;
			}
			#enquiry form .calendar{
				margin: 0 0 0 5px;
				display: block;
				float: left;
			}
a.dp-choose-date {
    float: left;
    width: 20px;
    height: 17px;
    padding: 0;
    margin: 0px 3px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url('../images/layout/calendar.png') no-repeat; 
}
			
			
			
			#enquiry p{
				color: #396633; 
				text-align: center;
				padding: 11px 0 0;
			}
			#enquiry p strong{
				font-family: Garamond, Times, Serif;
				font-size: 2.2em;
				font-weight: normal;
				display: block;
				padding: 13px 0 0;
			}
			
	#accomm .text_block{
		background: url(../images/content/home/accomm_bg.jpg) right bottom no-repeat #F5F3F2;
	}	
	
	#dine .text_block{
		background: url(../images/content/home/dine_bg.jpg) right bottom no-repeat #F5F3F2;
		padding: 1px 11px;
	}	
	
	#where .text_block{
		background: url(../images/content/home/where_bg.jpg) right bottom no-repeat #F5F3F2;
	}
	
	.col-205 .text_block{
		position: relative;
	}
	.col-205 .text_block .btn{
		position: absolute;
		bottom: 30px;
		left: 13px;
	}
