/* CSS Document */
/** { margin: 0; padding: 0px; }*/
body {
	font: normal 1em Arial, sans-serif;
	color: #ffffFF;
	text-align: center;
	background-color: #C4DCE3;
	margin: 0;
	padding: 0px;
/*	background-image: url(../images/dropshadow.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	}
div#container { 
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 738px;
	border: solid #777;
	border-width: 1px 1px;
	}	
	/* next are classes for header images */	
	.accommodation {
	background: #2C698D url(../images/headers/red_flowers.jpg) no-repeat;
	}
	.contact {
	background: #2C698D url(../images/headers/green_water.jpg) no-repeat;
	}
	.gallery {
	background: #2C698D url(../images/headers/tours_seal.jpg) no-repeat;
	}
	.home {
	background: #2C698D url(../images/headers/kayak_web.jpg) no-repeat;
	}
	.local {
	background: #2C698D url(../images/headers/cbk_pano.jpg) no-repeat;
	}
	.tours {
	background: #2C698D url(../images/headers/tours_cave.jpg) no-repeat;
	}	
/* tabbed styles */
#navigation {
	position: absolute;
	width: 740px;
	top: 200px;
	left: 50%;
	margin-left: -369px;
}

#navigation ul {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0px;
	width: 740px;
	font-size: 0.8em;
}
#navigation ul li {
     float: left;
	list-style: none;
	margin: 0;
	width: 123px;
}
#navigation li a {
	display: block;
	height: 1.6em;
	background: #6D9EBC;
	text-decoration: none;
	line-height: 1.6em;
	color: #C4DCE3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #778;
	border-right: 1px solid #778;
	border-bottom: 1px solid #778;
	border-left: 1px none #778;
}
#navigation li.current a, #navigation li.current a:hover {
	background-color: #2C698D;
	border-width: 1px;
	border-style: solid;
	border-top-color: #778;
	border-right-color: #778;
	border-bottom-color: #2C698D;
	border-left-color: #778;
	color: #FFFFFF;
}
#navigation li a:hover {color: #2C698D; background: #C4DCE3;}	

/* quotation div */
div#quote {
	height: 76px;
	margin: 0px;
	padding: 0em;
float: right;
}

div#quote h4 {
	line-height: normal;
	font-weight: bold;
	text-align: right;
	text-indent: 30%;
	margin: 0px;
	vertical-align: text-bottom;
	padding: 15px 15px 15px 0px;
}
img.logo {
	float: left;
	margin: 0 1em 0.8em 0;
	}
img.border
{
	border: 4px solid #C4DCE3;
}	
	
/* main content */	
div#content {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 210px; 
	}

/* classes for in content */
.backgroundbluetext {
	color: #C4DCE3;
}
.center
{
text-align: center;
}
div.bluebox {
	background-color: #C4DCE3;
	padding: 4px 8px;
	text-align: center;
	position: relative;
	top: 10px;
	left: 10px;
	color: #2C698D;
	background-image: url(images/transback10w250h.gif);
	background-repeat: repeat-y;
	height: 100%; 
}
div.blueboxleft {
	background-color: #C4DCE3;
	padding: 4px 8px;
	text-align: left;
/*	position: relative;
	top: 10px;
	right: 10px; */
	color: #2C698D;
}
.smallertext {
	font-size: 0.8em;
}
#footer img{
	padding: 0px 10px 0px 0px;
}

.photo-copyright {
	font-size: 10px;
	color: #ffffff;
}

P.index-photoheading {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 0px;
}

div#footer {
clear: both;
text-align: center;
width: 700px;
	color: #C4DCE3;
	font-weight: bold;
	margin: 10px;
	font-size: 0.7em;
}

#footer a:link, #footer a:visited {
	color: #C4DCE3;
	}
/* the following are bits not currently used but may be

#content li {
	line-height: 1.4em;
	color: #FFFFFF;
}
*/

