@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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background: #CBBFAC;
	}
	
/*  Basic styles */

p, ul, li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
b {
	font-weight: bold;
	color: #78613E;
}
p , ul{
	font-size: 0.7em;
	line-height: 1.6em;
	margin-top: 0;
	}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #78613E;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
h2 {
	font-size: 0.9em;
	}

h3 {
	font-size: 0.8em;
	}
.activities {
	font-size: 0.8em;
	text-transform: capitalize;
	color: #A5967E;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	letter-spacing: 0.1em;
	line-height: 2em;
}
.byline  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #A5967E;
	padding: 0px;
	margin: 0px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

a:link, a:visited, a:active  {
	text-decoration : none;
	font-weight : bold;
	color: #660000;
	 }
 
a:hover  {
	font-size : 1em;
	color : #660000;
	text-decoration: underline;
	}


/* Specific areas */

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 20px auto 10px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #fff;
	text-align: left;
	padding: 0px;
	} 

#header {
	background: #fff;
	border-bottom: 1.5px solid #FFF;
	} 
#header #leftImg {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 338px;
	width: 645px;
}
#header #rightImg1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: right;
	height: 165px;
	width: 250px;
}
#header #rightImg2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	height: 165px;
	width: 250px;
}

#nav
{
	margin: 0px;
	font-size: 0.7em;
	background-color: #660000;
	padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
}
	
#sidebar {
	float: left; /* 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: 15px 10px;
	color: #78613E;
	}
#sidebar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	margin-left: 10px;
	padding-left: 30px;
}
.sidebarImg  {
	text-align: center;
}
	
#mainContent {
	margin: 0 30px 0 290px; /* 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: none;
	} 

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/bottom-banner.jpg) no-repeat;
	height: 90px;
	} 	
	
#contact {
	padding: 10px 20px 0px;
	text-align: center;
	margin-bottom: 20px;
} 

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

#nav a:link, #nav a:visited
{
	color: #E9E2D5;
	background-color: transparent;
	text-decoration: none;
}

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

#home #nav-home a,
#longford #nav-longford a, #braeside #nav-braeside a,
#activities #nav-activities a,
#tariffs-location #nav-tariffs-location a, #reservations #nav-reservations a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
#home #nav-home a:hover,
#longford #nav-longford a:hover,
#braeside #nav-braeside a:hover,
#activities #nav-activities a:hover,
#tariffs-location #nav-tariffs-location a:hover, #reservations #nav-reservations a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none
	}
#video {
	float: right;
	margin-left: 10px;
	clear: right;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
}
	
/* 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;
	}
#form table  p{
	font-size: 0.65em;
	line-height: normal;
}

.asterix {
	color: #FF0000;
	vertical-align: middle;
	font-size: 1em;
}

.sideBySide {
	float: left;
	margin: 0px 0px 20px;
	height: 177px;
	padding: 0px;
}
strong {
	color: #666;
}

blockquote {
	margin: 1em 20px 1em 10px;
	padding-left: 30px;
	background: transparent url(images/speech-marks.gif) no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.6em;
}

#counter {
	float: left;
	width: 225px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	}
	
#ocrt {
	float: left;
	width: 225px;
	height: 30px;
	text-align: center;
	vertical-align: top;
}

.ocrt a {
	border-style: none !important;
	text-decoration: none !important;
}

#ort {
	float: left;
	width: 225px;
	text-align: center;
	height: 30px;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 0px;
}

#lastUpdated {
	float: left;
	width: 220px;
	text-align: right;
	height: 20px;
	font-size: 0.9em;
	padding-right: 5px;
	padding-top: 15px;
	}
.larchgrove  {
	padding: 0px 0px 10px; /* 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.6em;
	text-align: center;
	color: #666666;
	font-weight: normal;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }

