/* CSS Stylesheet template */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	line-height: 140%;
	color: #A84D04;
	background-color: #fdf7e8;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center; /* fixes IE 5 centring problem */
}
body#homepage li#navhome a span,
body#approach li#navapproach a span,
body#activities li#navactivities a span,
body#acc li#navacc a span,
body#weather li#navweather a span,
body#contact li#navcontact a span { 
	color: #FFF;
}
body#homepage li#navhome a,
body#approach li#navapproach a,
body#activities li#navactivities a,
body#acc li#navacc a,
body#weather li#navweather a,
body#contact li#navcontact a { 
	border-left: 5px solid #000;
}


body#homepage #page {
	background-image: url(images/footerpic_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body#approach #page {
	background-image: url(images/footerpic_approach.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body#activities #page {
	background-image: url(images/footerpic_activities.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body#acc #page {
	background-image: url(images/footerpic_accommodation.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body#weather #page {
	background-image: url(images/footerpic_weather.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body#contact #page {
	background-image: url(images/footerpic_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p {
	padding: 5px 15px 5px 60px;
}
.rightindent {
	margin-right: 310px;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #000;
	letter-spacing: 1px;
	padding: 25px 5px 6px 60px;
	line-height: 150%;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	margin-top: 5px;
	padding: 25px 5px 6px 60px;
}
.black {
	color: #000;
}
.subhead {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	margin-top: 5px;
	padding: 15px 5px 6px 60px;
}


/* Set layout styles */
#page {
	margin: 0 auto;
	width: 902px;
	background-color: #FDDE88;
	text-align: left; /* fixes IE 5 centring problem */
}
#header {
	width: 895px;
	height: 186px;
	background-color: #000;
	border-top: 5px solid #edaf2a;
	position: relative;
	clear: both;
}
#headerlogo {
	width: 429px;
	height: 181px;
	position: absolute;
	left: 5px;
	top: 5px;
}
#headerlogo img {
	border-right: 2px solid #edaf2a;
}

#headerpic {
	width: 454px;
	height: 181px;
	position: absolute;
	right: 0px;
	top: 5px;
}

#content {
	width: 887px;
}
#homethumbs {
	width: 130px;
	float: left;
	margin: 0px 25px 12px 60px;
}
#homethumbs img {
	border: 2px solid #000;
	margin-bottom: 3px;
}
.bottomthumb {
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 897px;
	height: 106px;
	background-image: url(images/footer_end.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #E58D18;
	border-right: 5px solid #000;
	position: relative;
}
#copyright {
	width: 300px;
	font-size: 90%;
	color: #000000;
	position: absolute;
	left: 60px;
	bottom: 25px;
}
#footercontact {
	width: 450px;
	font-size: 130%;
	font-style: italic;
	color: #FFF;
	text-align: right;
	position: absolute;
	right: 30px;
	bottom: 20px;
}
.footertel {
	font-size: 150%;
	font-style: normal;
	line-height: 130%;
	color: #000;
	vertical-align: -10%;
}
#activitytable {
	margin: 15px 10px 15px 60px;
	width: 730px;
}
#activitytable img {
	border: 2px solid #FFF;
}
#activitytable td {
	vertical-align: top;
	width: 50%;

}
#activitytable p {
	text-align: center;
	margin: 0;
	padding: 5px;
}
#activitytable div {
	width: 332px;
	background-color: #e58d18;
	text-align: center;
	color: #FFF;
	margin-left: 1px;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
}

/* Set layout for content images */
.picleft {
	margin: 10px 15px 15px 40px;
	float: left;
	border: 2px solid #000;
}
.activitypicsleft {
	margin: 10px 15px 15px 60px;
	float: left;
	border: 2px solid #000;
}
.titlepad {
	padding: 20px 0px 15px 10px;
}

/* Link styles */

#activitytable a:link {
	color: #FFF;
	text-decoration: underline;
}
#activitytable a:visited {
	color: #FFF;
	text-decoration: underline;
}
#activitytable a:hover {
	color: #000;
	text-decoration: none;
}
#activitytable a:active {
	color: #FFF;
	text-decoration: underline;
}

a {
	text-decoration: underline;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #c31b0d;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.bulletlist {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	margin-left: 40px;
	padding-left: 25px;
	padding-bottom: 2px;
	padding-right: 20px;
}
.bullets li {
	list-style: none;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-left: 80px;
	padding-bottom: 7px;
}

#lwd {
	margin: 0 auto;
	width: 887px;
	height: 80px;
}

.form { width:160px;
		height:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;
		padding: 4px 2px 0px 8px;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:160px;
		height:134px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;
		padding: 10px;
		margin-left:0px;
		margin-right:0px}

.submit { width:61px;
		height:25px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #c14a02;
		margin-top: 18px;
		margin-right: 30px;
		background-image: url(images/submit.gif);
}
.select {
		width: 280px;
		height: 20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;		
}
.formtext {
		font-size: 90%;
		text-align: left;
		margin: 5px 0 0 -30px;
		padding-bottom: 6px;
}

a#cmalink {}
img#cma { border: 0px; }

