@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F5F7EE url(none) repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #394B79;
}
.greentxt {
	color: #78882B;
}
.blutxth3 {
	color: #545499;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #798941;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/header.jpg);
	height: 230px;
} 


#nav {
	height: 2.2em;
	width: 780px;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #header h1 {
	margin: 0;
	visibility: hidden;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 20px;
	clear: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 30px 0px 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #F1F1F3;
} 
.twoColFixLtHdr #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: 60%;
}
.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;
	padding-right: 10px;
}
.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;
}
p    {
	font-size: 75%;
	line-height: 1.4;
}
ul   {
	font-size: 75%;
	line-height: 1.4;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #733167;
	margin: 20px 20px 20px -0px;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/top_quote_col.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	float: none;
}
blockquote p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: 20px;
}

#quote_attrib {
	font-size: 70%;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/btm_quote_col.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0px;
	margin: 0px;
	padding-bottom: 30px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #733167;
}

a:link {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #AA1F55;
	text-decoration: underline;
}
#green_ul {
	background-color: #e8ebd8;
	margin: 0px 0px 10px 25px;
	padding: 20px 20px 20px 40px;
	float: none;
	height: auto;
	list-style-image: none;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/corner.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #333300;
	font-size: 75%;
	list-style-type: circle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #798941;
	border-bottom-color: #798941;
	width: 300px;
	line-height: 1.4;
	border-bottom-style: solid;
}


#green_li {
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #919C50;
	padding-top: 5px;
	border-bottom-width: 1px;
}

#box_l {
	line-height: 1.4;
	color: #394B79;
	background-color: #FFFFFF;
	padding: 5px;
	height: 95px;
	width: 190px;
	font-size: 70%;
	clear: none;
	background-repeat: no-repeat;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/greyrect.gif);
	text-align: left;
	margin-bottom: -5px;
}

.sidenav_ul {
	font-size: 75%;
	font-weight: bold;
	background-color: #FFFFFF;
	width: auto;
	list-style-type: none;
	padding: 0px;
	height: auto;
	margin-top: 10px;
	vertical-align: middle;
}

.sidenav_li_rnr {
	background-color: #F1F1F3;
        border-top: 2px solid #FFFFFF;
	border-right: 1px solid #AAAAC2;
	border-bottom: 1px solid #AAAAC2;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/pics/rnr_button.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-left: 45px;
	height: 40px;
	width: 154px;
}

.sidenav_li_eggs {
	background-color: #F1F1F3;
	height: 40px;
	width: 154px;
	padding-top: 10px;
	padding-left: 45px;
        border-top: 2px solid #FFFFFF;
	border-right: 1px solid #AAAAC2;
	border-bottom: 1px solid #AAAAC2;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/pics/egg_40.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.sidenav_li_news {
	background-color: #F1F1F3;
        border-top: 2px solid #FFFFFF;
	border-right: 1px solid #AAAAC2;
	border-bottom: 1px solid #AAAAC2;
	padding-top: 10px;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/pics/bullet_bunny.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 45px;
	height: 40px;
	width: 154px;
}

.sidenav_li_run_walk {
	background-color: #F1F1F3;
	height: 40px;
	width: 154px;
        border-top: 2px solid #FFFFFF;
	border-right: 1px solid #AAAAC2;
	border-bottom: 1px solid #AAAAC2;
	padding-top: 10px;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/files/new_images/pics/run_walk_40.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 45px;
}

.sidenav_li_services {
	background-color: #F1F1F3;
	padding-top: 10px;
        border-top: 2px solid #FFFFFF;
	border-right: 1px solid #AAAAC2;
	border-bottom: 1px solid #AAAAC2;
	padding-left: 45px;
	background-image: url(http://www.birchwoodhighland.org.uk/assets/images/new_bh_images/forestry_40.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	width: 154px;
}

#rnr {
	height: 203px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#paypal {
	border: 3px solid #F1F1F3;
	margin-right: 10px;
	margin-left: 5px;
	height: auto;
	width: auto;
}

#newsbox {
        border: 10px solid #F1F1F3;
        margin-right: 10px;        
        margin-top: 5px;
        padding: 10px;
        height: auto;
        width: auto;
}
