/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Friesvale
	Created: 2009-09-09
	Created by: RKD Web Studios info@rkd.ca
	
------------------------------------------------------------------- */

html { 
	overflow-y: scroll; /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
	height: 100%;
	}

body {
	background: #FFF;  /* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
	.bodystyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		color: #000;
		background: url(../../images/site_bg_green.jpg) top left repeat;
		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}

:focus { outline: none; } /* removes dotted outline from links */

.clear { clear: both; } /* clears all floats; apply to empty divs */


/* ---------------------
	GLOBAL STYLES - style as necessary
--------------------- */

a:link { color: #6da2c7; text-decoration: underline; }
a:visited { color: #6da2c7; text-decoration: underline; }
a:hover { color: #6da2c7; text-decoration: none; }
a:active { color: #6da2c7; text-decoration: underline; }

strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

h1 { 
	font-size: 21px;
	color: #5c671c;
	font-weight: bold;
	line-height: 24px;
	padding: 0 0 13px 0;
	}
h2 {
	font-size: 15px;
	color: #5c671c;
	font-weight: bold;
	padding: 0 0 13px 0;
	}
h3 {
	font-size: 14px;
	}
	
h4 {
	font-size: 17px;	
	color: #6da2c7;
	text-align:right;
	padding: 15px 0 15px 0;
	}
h5 {
	font-size: 13px;
	}
h6 {
	font-size: 12px;
	}

ul { }

ol { }

hr {}
	

/* styles used by WYSIWYG - style as necessary */
pre { }

address { }

/*====================
HEADER
=====================*/

#header {
	margin: 0 auto;
	background:url(../../images/header_img_02.jpg) top center no-repeat;
	height: 119px;
	width: 860px;
}

/*====================
CONTAINER
=====================*/
#container {
	margin: 0 auto;
	width: 860px;
	background: #FFF;
	border: 3px solid #365c38;
}

#container .wrap {
	padding: 9px;
}

/*====================
NAVIGATION
=====================*/

#navbar {
	width: 860px;
	height: 32px;
	background: #172f19;
	display:block;
}

#navbar ul {margin-left: 43px;}

#navbar li {
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	float: left;
	color: #fff;
	text-align:center;
	width: 110px;
	line-height: 30px;
	font-weight: bold;
	}

#navbar li a {
	color: #fff;
	text-decoration:none;
	height: 32px;
	display:block;
}

#navbar li a:hover {background:#990;}
#navbar .current {background:#990;}

/*====================
HOMEPAGE SPLASH
=====================*/

#homesplash {}

/*====================
CONTENT AREA
=====================*/

#contentwrap {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

/*main content */
.maincontent {
	margin: 0 0 0 180px;
	padding: 10px;
}

.maincontent p { 
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 17px 0;
	}
	
.maincontent .floatleft {
	position: relative;
	float: left;
	display: block;
	margin-top: 18px;
}

.maincontent .floatright {
	position: relative;
	float: right;
	display: block;
	margin-top: 18px;
}

.maincontent ul { width:450px; margin-left: 50px;}

.maincontent li {
	list-style: square;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 17px 0;
	color: #5c671c;
}

.map {border: 1px solid #666;}
	
	
/* left col */
.leftcol {
	float: left;
	width: 159px;
	margin-left: -841px;
	padding: 5px;
	text-align:center;
}

.leftcol  img {margin-bottom:8px;}

.leftcol p {font-size:12px; text-align:center; color:#6da2c7; margin:0 0 8px 0; line-height: 15px;}

/*====================
FOOTER
=====================*/
	#footer {
		clear: both;
		width: 860px;
		margin: 7px auto;
		font-size: 13px;
		font-weight: bold;
		color: #172f19;
		padding-bottom: 10px;
		background:url(../../images/cdn_flag.gif) top right no-repeat;
	}
	
	#footer a {color: #172f19;}
