@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #508982;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	background-image: url(../images/backgrounds/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 80%;
}
#Container {
	position: relative;
	width: 860px;
	height: 35px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	z-index: 0;
}
#Heading {
	width: 860px;
	height: 55px;
	margin: 0 auto 0 auto;
	background-color: #86B9B3;
	clear: both;
	z-index: 0;
}
#Heading .CottageName {
	color: #FFFFFF;
	float: left;
	font-size: 200%;
	padding: 0 0 0 10px;
	z-index: 0;
}
#Heading H1 {
	float: left;
	display: inline;
	color: #FFFFFF;
	font-size: 90%;
	padding: 13px 0 0 10px;
	font-weight: normal;
	z-index: 0;
}
#Menu {
	background-color: #3C6863;
	width: 860px;
	height: 40px;
	margin: 0 auto 0 auto;
	clear: both;
	z-index: 0;
}
#Menu ul {
	margin: 0 0 0 10px;
}
#Menu li {
	list-style-type: none;
	float: left;
	z-index: 0;
}
#Menu li a:link, #Menu li a:visited {
	padding: 11px 10px 12px 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 0;
}
#Menu li a:hover {
	background-color: #508982;
}
#Content {
	background-image: url(../images/backgrounds/bg-content-lr.jpg);
	background-repeat:repeat-y;
	z-index: 0;
	width: 820px;
	padding: 0 30px 0 30px;
	font-size: 100%;
	float: left;
}
#Content h2 {
	color: #AD4D5B;
	font-weight: normal;
	font-size: 150%;
	margin: 10px 0 5px 0;
}
#Content h3 {
	color: #AD4D5B;
	font-weight: normal;
	font-size: 150%;
	margin: 10px 0 5px 0;
}
#Content h4 {
	color: #FFFFFF;
	line-height: 100%;
	text-align: right;
	font-weight: normal;
	font-size: 90%;
	margin: 0 20px 0 0;
	padding: 5px;
	background-color: #3C6863;
	border: 1px solid #3C6863;
	float: right;
	clear: both;
}
#Content ul {
	margin: 0 0 0 20px;
}
#Content a:link, #Content a:visited {
	text-decoration: none;
	color: #AD4D5B;
}
#Content a:hover {
	text-decoration: underline;
}
#Content p {
	line-height: 180%;
	margin: 0 20px 15px 0;
}
#Content input, select {
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
}
/* Table Styles
--------------------------------------------------------------------------------------*/
#Content table {
	border: 1px solid #508982;
	border-collapse: separate;
}
#Content th,
#Content td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
#Content .Cell_Beige {
	background-color: #E0DDC9;
}
#Content .Cell_Green {
	background-color: #CCE1DF;
}

/* Home News Ticker Styles
--------------------------------------------------------------------------------------*/
#Content .tickerbox {
	width: 330px;
	height: 455px;
	float: right;
	margin: 10px 20px 10px 20px;
	padding: 0;
	border: 1px solid #3C6863;
	clear: both;
	background-image: url(../images/local-area/pic1.jpg);
}
#Content .tickerbox_large_wide {
	width: 798px;
	height: 400px;
	border: 1px solid #3C6863;
	background-image: url(../images/accomodation/exterior1.jpg);
}
#Content .tickerbox ul,
#Content .tickerbox_large_wide ul {
	position: relative;
	margin: 0;
}
#Content .tickerbox li,
#Content .tickerbox_large_wide li {
	width: 100%;
	list-style: none;
	list-postion: inside;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#Content .tickerbox_large_wide li a:link, #Content .tickerbox_large_wide li a:visited,
#Content .tickerbox_large_wide li a:link, #Content .tickerbox_large_wide li a:visited {
	border: 0;
}
#Content .tickerbox li a img, 
#Content .tickerbox_large_wide li a img {
	border: 0;
	display: block;
}
#Content .hovered {
	background: #FFFFFF;
}

/* Column Styles
--------------------------------------------------------------------------------------*/
#Content .Col_2 {
	float: left;
	width: 370px;
	border: 1px solid #AD4D5B;
	padding: 10px;
	margin: 0 15px 0 0;
	background-color: #ECD5D8;
}
#Content .Col_2 p {
	line-height: 30%;
	padding: 3px;
}
#Content .Col_2 h3 {
	font-weight: normal;
	font-size: 120%;
	margin: 10px 0 5px 0;
	color: #FFFFFF;
	background-color: #AD4D5B;
	display: block;
	padding: 3px;
}
#Content .Col_2 h5 {
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 5px 0;
	color: #AD4D5B;
	padding: 3px;
}

/* Lightbox Styles
--------------------------------------------------------------------------------------*/
#gallery {
	background-color: #444;
	/* padding: 10px; 
	width: 520px; */
}
#gallery ul { 
	list-style: none;
}
#gallery ul li {
	display: inline;
}

/* Homepage Map Styles
--------------------------------------------------------------------------------------*/
#Home_Map {
	position: absolute;
	right: -80px;
	width: 220px;
	height: 367px;
	z-index: 1;
	overflow: visible;
	margin: 0 auto 0 auto;
}

