/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

* html body{
font-size: 11px;
}

h1 {
	font-size: medium;
}

P {
line-height: 1.6em;
}

#container {
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
	background-image: URL(images/bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	}


/* div with logo in in */
#banner {
	height: 167px;
	background-image: URL(images/bg-header.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}

#banner img {
	margin-left: 40px;
	margin-top: 12px;
	border: none;
	
}

#banner .tagline{
margin-left: 54px;
color: #FFF;
font-family: Geneva, Arial, Helvetica, Sans serif;
font-size: 1.1em;
font-style: italic;
}


#navcontainer {
margin-left: 23px;
padding-right: 29px;
margin-top: 0px;
padding-top: 0px;

}

#navcontainer ul
{
margin-top: 0px;
padding-left: 0;
margin-left: 0;
background-color: #54B948;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
display: inline;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding-top: 1.5em;
padding-bottom: 1.2em;
padding-left: 1.5em;
padding-right: 1.5em;

background-color: #54B948;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #00A651;
display: inline;

}

#navcontainer ul li a.last
{

border-right: 0px solid #00A651;
width: 6.9em;
}


#about #nav-about a{
		background: #00A651;
		color: #e4FF00;
}


#features #nav-features a{
	background: #00A651;
		color: #e4FF00;
}


#attractions #nav-attractions a{
		color: #e4FF00;
		background: #00A651;
}


#accommodation #nav-accommodation a{
		color: #e4FF00;
		background: #00A651;
}



#specials #nav-specials a{
		color: #e4FF00;
		background: #00A651;
}



#rates #nav-rates a{
		color: #e4FF00;
		background: #00A651;
}



#contact #nav-contact a{
		color: #e4FF00;
		background: #00A651;
}

#contact #navcontainer ul
{
background-color: #00A651  !important;
}



/* div with heading and home button  */
#title {
	background-image: URL(images/bg-mid.gif);
	background-repeat: no-repeat;
	 height: 81px; 
	padding-left: 24px;
}

.fill_width {
	width: 240px;
}

.heading {
	padding-top: 24px;

}
		
#content{
	float: left;
	width: 450px;
	color: #FFF;
	padding: 20px 20px 20px 24px;
	display: inline;
	overflow: hidden;

}

#content h2{
	
	color: #FFF;
	font-size: 1.1em;
	padding-left: 45px;
}

#content img {
float: left;
padding-left: 20px;
padding-right: 10px;
display: inline;



}
#content p, #title .heading{
	padding-left: 45px;
}

#content li {
line-height: 1.6em;
}



#footer {
	margin-top: 0px;
	padding-top: 0px;
	background-image: URL(images/bg-footer.gif);
	background-repeat: repeat-y;
	height: 37px;
	padding-bottom: 0px;
}

#footer span.writing{
float: left;
	padding-left: 50px;
	color: #69CF5D;
	font-size: 0.9em;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	text-align: left;
	display: inline;

}

/* for home button */
.supp_nav {
	float: right;
	padding-top: 7px;
	padding-right: 50px;
	display: inline;
	overflow: hidden;

}

.supp_nav img {
	border: none;
}


.clear_both { 
	clear: both;
 }

/* grass image */

.footer_image {
float: left;
background-color: #54B948;
display: inline;

}

.footer_img img{
	padding-bottom: 0px;
	vertical-align: bottom;
	margin-bottom: 0px;
}

#footer a{
color: #69CF5D;
text-decoration: none;
}

#footer span.credit {
float: right;
padding-right: 50px;
	color: #69CF5D;
	font-size: 0.9em;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	text-align: right;
	display: inline;

	
}

span.credit a{
text-decoration: none;
color: #FFF;
}

.houses {
float: right;
padding-right: 8px;
padding-bottom: 0px;
display: inline;
overflow: hidden;
padding-top: 0px;
margin-top: 0px;


}

.supp_houses {
float: right;
padding-right: 31px;
padding-bottom: 0px;
padding-top: 0px;
display: inline;
overflow: hidden;


}


 

* html .houses{
margin-top: -12px;
padding-left: 53px;
}