@charset "utf-8";
/* CSS Document */

body{
	background-color: #daeaf2;
	font-family: Arial, Helvetica, sans-serif;
}


*{
	padding:0px;
	margin:0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4982a7;
	line-height: 1.4em;
}
a{
	text-decoration: none;
}
p a{
	font-weight: bold;
	color: #76B3CF;

}
address{
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	color: #a7c6d2;
	float: left;
}
img{
	border:none;
	}
h1{
	color: #4e9bc2;
	font-size: 23px;
}
h2{
	font-size: 16px;
	color: #76B3CF;
}

strong{
	font-weight: normal;
}
/**************************************************************************************************************************
												Main divs
***************************************************************************************************************************/

div#wrapper{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

div#header{
	background-image: url(../images/headerImage.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 20px;
}

div#maincontent{
	height: auto;
	background-color: #a7c6d2;
}

div#footer{
	background-color: #216e8e;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
}

div#footer a {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
}

div#columLeft{
	float: left;
	width: 550px;
	background-color: #FFFFFF;
}

div#content{
	min-height:380px;
	height:auto!important;
	height:380px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

div#contactdetails{
	background-color: #216e8e;
	padding: 20px;
}

div#contactdetails p{
	color: #FFFFFF;
	float: right;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
}

div#contactdetails a{
	text-decoration: underline;
	color: #FFFFFF;
}

div#designedby{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #DAEAF2;
}

div#designedby p{
	font-size: 11px;
}


div#specialoffers{
	padding: 20px;
	background-color: #EFF5F7;
	margin-botton:2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

div#specialoffers h3{
	font-size: 18px;
	color: #F00;	
}
div#specialoffers p{
	padding-top: 5px;
	
}


/**************************************************************************************************************************
												Navigation
***************************************************************************************************************************/

div#navigation{
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	height: 43px;
	background-position: top;
	padding-left: 10px;
}

div#navigation a{
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 13px;
	float: left;
	font-size: 13px;
	padding-bottom: 14px;
}

div#navigation a:hover{
	background-color: #73c4d3;	
}


/**************************************************************************************************************************
												right colum
***************************************************************************************************************************/


div#columRight{
	float: left;
	width: 220px;
	background-color: #a7c6d2;
	height: 100%;
}

div#columRight div.button1 {
	background-color:#eff5f7;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div#columRight div.button1:hover {
	background-color:#C2D9E0;
}

div#columRight div.button1 a{
	font-style: italic;
	font-weight: bold;
	color: #4e9bc2;
}

div#columRight div#goodsites{
	background-color:#c5d9e1;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 15px;
}

div#columRight div#goodsites p{
	font-style: italic;
	font-weight: bold;
	color: #4e9bc2;
	padding-bottom: 5px;
}

div#columRight div#goodsites ul{
	color: #ECE9D8;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 16px;
}

div#columRight div#goodsites ul a{
	font-size: 12px;
	font-weight: bold;
	color: #216e8e;
}

div#columRight div#friends {
	background-color:#a7c6d2;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}

div#columRight div#friends p{
	font-style: italic;
	font-weight: bold;
	color: #4e9bc2;
	padding-bottom: 5px;
}

div#columRight div#friends ul{
	list-style-type: none;
	margin-left: 0px;
}

div#columRight div#friends ul a{
	font-size: 12px;
	font-weight: bold;
	color: #216e8e;
}



/**************************************************************************************************************************
												Home page
***************************************************************************************************************************/

div#homecontent{}

div#homecontent p{
	padding-top: 15px;
}



/**************************************************************************************************************************
												Location page
***************************************************************************************************************************/

div#locationcontent{
	
}

div#locationcontent p{
	padding-top: 10px;
}
div#googlemap{
	border: 2px solid #76B3CF;
	margin-top: 20px;
	
}



/**************************************************************************************************************************
												facilities page
************************************************************************************************************************/
div#facilitiescontent ul{
	width: 430px;
	margin-left: 60px;
}
div#facilitiescontent ul li{
	color: #4982a7;
	list-style-type: disc;
	padding-top: 11px;

}

div#facilitiescontent p{
	padding-top: 10px;
}



/**************************************************************************************************************************
												Prices page
************************************************************************************************************************/
div#pricescontent .subheaders{
	background-color: #216e8e;
	color: #FFFFFF!important;	
}
div#pricescontent td{
	padding: 3px;
	
}
div#pricescontent tr{
	padding: 3px;
	margin-bottom: 8px;
}

div#pricescontent .header{
	background-color: #216e8e;
	font-weight: bold;
	color: #FFFFFF!important;
	padding: 2px;
}

div#pricescontent .subheader2{
	background-color: #666666;
	color: #FFFFFF!important;
}



/**************************************************************************************************************************
												Booking page
***************************************************************************************************************************/

div#bookingcontent strong{
	font-weight: bold;	
}

div#bookingcontent p{
	padding-top: 10px;
}
.bookingbutton{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4982a7;
	margin-top: 10px;
	padding: 3px;
	margin-bottom: 10px;
}


/**************************************************************************************************************************
												contactus page
***************************************************************************************************************************/

div#contactuscontent{}

div#contactuscontent p{
	padding-top: 15px;
	font-size: 14px;

}



/**************************************************************************************************************************
												directions page
***************************************************************************************************************************/

div#directionscontent p a{
	font-weight: bold;
	color: #76B3CF;
	text-decoration: underline;
}

div#directionscontent p{
	padding-top: 13px;
	
}

div#directionscontent strong{
	font-weight: bold;
}



/**************************************************************************************************************************
												sitemap page
***************************************************************************************************************************/

div#sitemap ul li a{
	
	color: #76B3CF;
}

div#sitemap ul{
	margin-left: 100px;
	list-style-type: none;
	margin-top: 30px;
}


/**************************************************************************************************************************
												Classes
***************************************************************************************************************************/

.darkgreen{
	color: #a7c6d2;
}
.float_left{}

.float_right{
	float: right;
}
