@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 */
	font-size: 100.1%;
	background: #c5bdad;
	}
	
/*  Basic styles */

body,td, th, p, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4 {
	color: #336666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .2em;
	font-weight: bold;
	}

p {
	font-size: 0.72em;
	line-height: 1.6em;
	margin-top: 0;
	}

h1 {
	font-size: 1.35em;
	font-weight: 400;
	margin-top: 1.5em;
	margin-bottom: .5em;
	}
	
h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	padding-top: 1em;
	}

h3 {
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 10px;
	}
h4 {
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 5px;
}
	
ol,table, ul {
	font-size: 0.72em;
	line-height: 1.6em;
	margin-top: 0;
	}

table th {
	padding: 4px;
	background-color: white;
	}
table td {
	padding: 4px;
	background-color: #DFDAD1;
	}

a:link, a:visited, a:active  {
	text-decoration : none;
	font-weight : bold !important;
	color: #23437b;
	 }
 
a:hover {
	background: #AFCBE9;
	}
	
.asterix {
	color: #FF0000;
	vertical-align: middle;
	font-size: 14px;
	}


/* Specific areas */

#container {
	width: 850px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 

#header { 
	background: #DDD; 	
	} 

#nav {
	margin: 0;
	padding: 10px 0;	
	background: #336699;
	}
	
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	}
	
#mainContent {
	margin: 0 250px 0 160px;
	padding: 0 20px;
	width: 400px;
	} 
	
#activities {
	margin: 0 0 0 160px;
	padding: 0 20px;
	width: 650px;
	}
#activitiesLogo {
	margin: 0px 0px 0px 20px;
	float: right;
	padding: 0px;
}

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

/* Nav styles */
	
#nav li {
	display: inline;
	list-style-type: none;
	padding-left: 28px;
	}

#nav a:link, #nav a:visited {
	color: #fff;
	background-color: transparent;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	}

#nav a:hover, #nav a:active {
	color: #fff;
	background-color: #AFCBE9;
	}

#nav li a.first {
	color: #FFFFFF !important;
	font-weight: bolder !important;
	background: none;
	border-left: 3px solid #8bb964;
	padding-left: 4px;
	padding-right: 4px;
	border-right: 3px solid #8bb964;
	}

#home #navHome a,
#rosecottagebnb #navRosecottagebnb a,
#activities #navActivities a,
#adventureTours #navAdventureTours a,
#packages #navPackages a,
#bookingsContact #navBookingsContact a,
#aboutUs #navAboutUs a {
	color: #fff;
	}
	
#home #navHome a:hover,
#rosecottagebnb #navRosecottagebnb a:hover,
#activities #navActivities a:hover,
#adventureTours #navAdventureTours a:hover,
#packages #navPackages a:hover,
#bookingsContact #navBookingsContact a:hover
#aboutUs #navAboutUs a:hover {
	cursor: default;
	}
	
#nav ul a:hover {
	color:#561216;
	}


/*  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.65em;
	text-align: left;
	color: #FFFFFF;
	}
	
/* Float elements */

.fltrt { /* 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;
}
#activityBox {
	margin: 0 0 10px;
	padding: 5px 0px 0px;
	width: 650px;
	float: left;
	border-top: 1px dotted #999999;
}
#activityBox  img {
	padding: 0px;
	float: right;
	margin: 0px 0px 0px 20px;
}
.activityBoxHeader {
	font-weight: bold;
	font-size: 0.75em;
}
#footer a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.crumbs  {
	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.65em;
	text-align: center;
	color: #666666;
	font-weight: normal;
}
.crumbs a:link, .crumbs a:visited, .crumbs a:active  {
	font-weight : normal !important;;
	color: #23437b ;
	 }
 
.crumbs a:hover {
	background: #AFCBE9;
	}
	
#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background: url(../images/left-bg.gif) no-repeat top !important;
	height: 350px;
}
#leftColumn p {
	padding: 10px 10px 0px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 0.7em;
}
#leftColumn p em {
	font-style: italic;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 1em;
}
#leftLongerColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background: url(../images/left-longer-bg.gif) no-repeat top !important;
	height: 1200px;
}
#sidebar p {
	font-size: 0.7em;
}
#leftLongerColumn p em {
	font-style: italic;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 1em;
}
#whiteBorder {
	border: 1px solid #FFFFFF;
}

#container #counter {
	font-size: 0.6em;
	width: 70px;
	padding: 0px;
	position: absolute;
	float: left;
	line-height: 1em;
	margin: 0px 0px 10px 20px;
}
	
#container #lastUpdated {
	font-size: 0.6em;
	width: 100px;
	float: right;
	margin-right: 20px;
	text-align: right;
	line-height: 2.5em;
}
#leftLongerColumn p {
	padding: 10px 10px 0px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 0.7em;
	list-style: square inside;
}
