/* CSS Document */

body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#444444;
	margin:0;
	background-image: url(background-image.jpg);
	background-repeat:repeat-x;
}


#header-container {
	width:960px;
	margin:0 auto;
	padding:0px 0 40px 0px;
}

#header-search {
float:right;
padding: 60px 0 0 0;
}

#header-search a{
color:#096b37;
	text-decoration:none;
}


#header-search a:hover{
color:#000;
border-bottom:1px dotted #333;
}

#header-logo {
	
	padding:40px 0 27px 0;
}

#menu{
	width:960px;
	padding:0px 0 0 0;
	float:left;
}


#home
{
  display: block;
  width: 95px;
  height: 56px;
  background: url("home.gif") no-repeat 0 0;
  float:left;

}

#home:hover
{ 
  background-position: 0 -56px;
}

#home span
{
  display: none;
}

#viewaccommodation
{
  display: block;
  width: 189px;
  height: 56px;
  background: url("viewaccommodation.gif") no-repeat 0 0;
  float:left;
}

#viewaccommodation:hover
{ 
  background-position: 0 -56px;
}

#viewaccommodation span
{
  display: none;
}

#viewevents
{
  display: block;
  width: 115px;
  height: 56px;
  background: url("viewevents.gif") no-repeat 0 0;
  float:left;
  

}

#viewevents:hover
{ 
  background-position: 0 -56px;
}

#viewevents span
{
  display: none;
}



#viewclubs
{
  display: block;
  width: 107px;
  height: 56px;
  background: url("viewclubs.gif") no-repeat 0 0;
  float:left;
  

}

#viewclubs:hover
{ 
  background-position: 0 -56px;
}

#viewclubs span
{
  display: none;
}

#viewactivites
{
  display: block;
  width: 135px;
  height: 56px;
  background: url("viewactivites.gif") no-repeat 0 0;
  float:left;
  

}

#viewactivites:hover
{ 
  background-position: 0 -56px;
}

#viewactivites span
{
  display: none;
}

#news
{
  display: block;
  width: 58px;
  height: 56px;
  background: url("news.gif") no-repeat 0 0;
  float:left;
  

}

#news:hover
{ 
  background-position: 0 -56px;
}

#news span
{
  display: none;
}


#contact
{
  display: block;
  width: 82px;
  height: 56px;
  background: url("contact.gif") no-repeat 0 0;
  float:left;
  

}

#contact:hover
{ 
  background-position: 0 -56px;
}

#contact span
{
  display: none;
}

#sidebar input {
	width:200px;
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ccc;
	padding:4px;
	margin:3px;
}
#sidebar input:hover {
	border:1px solid #ccc;
	color:#666;
}
#sidebar input:focus {
	border:1px solid #999;
	color:#333;
}

#content input {
	width:300px;
	border-top:1px solid #9a9a9a;
	border-right:1px solid #9a9a9a;
	border-bottom:1px solid #9a9a9a;
	border-left:1px solid #9a9a9a;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#00000;
	padding:4px;
	margin:3px 3px 3px 50px;
}
#content input:hover {
	border:1px solid #ccc;
	color:#666;
}
#content input:focus {
	border:1px solid #999;
	color:#333;
}

#content textarea {
	width:300px;
	background-color:#fff;
	border-top:1px solid #9a9a9a;
	border-right:1px solid #9a9a9a;
	border-bottom:1px solid #9a9a9a;
	border-left:1px solid #9a9a9a;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ccc;
	padding:4px;
	margin:3px 3px 3px 50px;
}
#content textarea:hover {
	border:1px solid #ccc;
	color:#666;
}
#content textarea:focus {
	border:1px solid #999;
	color:#333;
}
.articlemenu {
	border-top:1px solid #eee;
	margin:50px 0 0 0;
	padding:0;
	text-align:right;
}

}
.latestlisting {
	float:left;
}

#header-menu a {
	color:#43CBAE;
	text-decoration:none;
}
#header-menu a:hover {
	border-bottom:1px dotted #333;
}
#header-menu li {
	float:left;
	display:block;
	list-style:none;
}
#header-menu li a {
	display:block;
	width:92px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background-repeat:no-repeat;
	padding:5px 0 9px 0;
}
#header-menu li a:hover {
	background-image: url(menuahover.jpg);
	border:none;
	padding:6px 0 8px 0;
}
.clear {
	clear:both;
}

.feature-listing {
	padding:0px 0 0px 15px;
}

#login {
	float:right;
	padding: 2px 2px 2px 10px;
}

#container {
	width:960px;
	margin:0 auto;
	padding: 0 0 0 0;
}
#sidebar {
	float:left;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;
	line-height:20px;
	border-bottom:1px solid #eee;
	padding: 40px 0 0 0;
}

#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li a {	
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#000000;
	border-right:10px solid #fff;
	color:#fff;
	text-decoration:none;
	border-left:2px solid #ddd;
}
#sidebar li a:hover {
	background-color:#eee;
	color:#333;
	border-right:10px solid #eee;
}
#sidebar p {
	padding: 0 30px 0 5px;
	margin:20px 0 20px 0;
}
#content {
	padding:30px 0 0 0px;
	margin:0 0 0 200px;
	width:560px;
}

#content2 {
padding:30px 0 0 0px;
width:139px;
float:right;

}

#content2 a {
	font-size:15px;
	color:#096b37;
	text-decoration:none;
	font-weight:bold;
	
}
#content2 a:hover {
	font-size:15px;
	background-color:#ddd;
	border-bottom:1px solid #bbb;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}


#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:15pt;
	font-weight:bold;
	color:#096b37;
	letter-spacing:-1px;
	padding:10px 50px 0px 50px;
}
#content h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:14pt;
	font-weight:bold;
	color:#096b37;
	letter-spacing:-1px;
	padding:5px 30px 5px 50px;
}
#content h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#008CBA;
	letter-spacing:-1px;
	padding:0px 15px 0px 40px;
	margin:0;
}
#content p {
	padding:0px 50px 5px 50px;
	line-height:20px;
}
#content ul {
	margin: 10px 10px 10px 30px;
}
#content li {
	list-style:none;
	background-image: url(li.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 5px 0px 20px;
	margin:5px 0 5px 0;
}
#sidebar img {
	padding:5px;
	border:5px solid #eee;
	float:left;
	margin:10px 10px 0px 0px;
}
#description {
	width:960px;
	padding:0px 20px 0px 20px!important;
	padding:0px 20px 0px 20px;
	margin:-35px auto 0 auto !important;
	margin:-35px auto 0px auto;
	font-size:12px;
	color:#fff;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	line-height:25px;
}
#description a {
	font-weight:bold;
	color:#21b500;
	text-decoration:none;
}
#content a {

	color:#096b37;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

.accommodationgallery {
	float:right;
	width:178px;
}


#footer {
	padding:15px;
	background-image: url(footer-bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	clear:both;
}
#footer a {
	color:#666;
}
#footercontent {
	width:960px;
	margin:0 auto 0 auto;
}
