@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background: #656252;
	}
	
/*  Basic styles */

p, h1, h2, h3, h4, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p {
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 0;
	color: #333333;
	margin-bottom: 1em;
	}

h1 {
	font-size: 1.2em;
	color: #aa0000;
	margin-bottom: 0.5em;
	margin-top: 0px;
	}
	
h2 {
	font-size: 0.95em;
	color: #aa0000;
	background: right;
	}

h3 {
	font-size: 0.85em;
	color: #aa0000;
	margin: .7em 0px 0.3em;
	}

a:link, a:visited, a:active  {
	text-decoration : underline;
	font-weight : normal;
	color: #aa0000;
	 }
 
a:hover  {
	font-size : 1em;
	color : #aa0000;
	background: #CCC;
	}
	
.asterix {
	color: #FF0000;
	vertical-align: middle;
	font-size: 14px;
	}
	


/* Specific areas */

#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #49473C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
#title {
	background: #D6CDA9;
}

#leftcolumn {
	width: 503px;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 1.5em;
	margin-left: 1em;
}
#rightcolumn {
	width: 170px;
	float: right;
}

#navcontainer
{
	width: 100%;
	float: left;
	background-color: #87836E;
}

#header { 
	background: #DDD; 	
	} 

	
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 10px;
	margin-left: 10px;
	}
	
#mainContent {
	margin: 0; /* the right margin creates the right column - no matter how much content the sidebar div contains, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
#mainContent ul li {
	font-size: 0.7em;
	list-style: square inside;
	color: #333333;
	line-height: 1.4em;
	left: 20px;
}

#counter {
	float: left;
	text-align: center;
	width: 100px
	}

#lastUpdated {
	float: right;
	text-align: center;
	width: 200px
	}

#footer {
	padding: 0 10px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#87836E;
	} 	
#footer a {
	color: #FFFFFF;
}
	

/* Nav styles */
	
#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0;
	padding: 0 0 0 2%;
	color: #FFFFFF;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 2px;
	font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.6em 12px;
	background-color: #87836E;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #A3A08F;
}

#navcontainer ul li a:hover
{
	background-color: #A3A08F;
	color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
	color: #FFFFFF;
	text-decoration: none;
	background: #A3A08F;
	text-align: left;
}

#home #nav-home a,
#accommodation #nav-accommodation a,
#activities #nav-activities a,
#contact #nav-contac a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
#home #nav-home a:hover,
#accommodation #nav-accommodation a:hover,
#activities #nav-activities a:hover,
#contact #nav-contac a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none
	}


/* sidebar styles */
	
.sidebarImg {
	width: 231px;
	margin: 0px 10px 10px;
	background: #ddd;
	padding: 10px 10px 15px;
	border: 1px solid #666;
	font-size: 0.65em;
	}
	
div.sidebarImg img { 
	border: 1px solid #000; 
	}


/*  footer styles */

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: #fff;
	}


/* Float elements */

 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.clear { clear: both;}

#byline {
	font-size: 0.9em;
	color: #666666;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0.5em;
}
#crumbs {
	font-size: 0.65em;
	text-align: center;
	line-height: 2em;
	color: #333333;
	}
#crumbs  a {
	color: #333333;
}
#mainContent1 {
	margin: 0; /* the right margin creates the right column - no matter how much content the sidebar div contains, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 500px;
}
#mainWholeWidth {
	margin: 0; /* the right margin creates the right column - no matter how much content the sidebar div contains, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 400px;
}
#mainContentAbout {
	margin: 0; /* the right margin creates the right column - no matter how much content the sidebar div contains, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 500px;
}

