@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 220px; /* 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: 70%;
	line-height: 1.4;
}
ul   {
	font-size: 70%;
	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: 180px;
	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: normal;
	text-decoration: none;
	color: #733167;
}

a:link {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #AA1F55;
	text-decoration: underline;
}
#green_ul {	
	margin: 0px 0px 10px 25px;
	padding: 20px 20px 20px 40px;		
	font-size: 70%;
	list-style-type: circle;
	width: 300px;
	line-height: 1.4;

}

#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: 70%;
	font-weight: normal;
	background-color: #FFFFFF;
	width: auto;
	list-style-type: none;
	padding: 0px;
	height: auto;
	margin-top: 25px;
	vertical-align: middle;
}

.sidenav_li {
	background-color: #FFFFFF;
        border-bottom: 2px solid #E8E8E6;	
	height: 25px;
	width: 150px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 8px;
        padding-left: 15px;

}

#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: 12px;
        padding: 10px;
        height: auto;
        width: auto;
}

#newsbox_brian {
        border: 10px solid #F1F1F3;
        margin-right: 10px;        
        margin-top: 5px;
        padding: 10px;
        height: auto;
        width: auto;
background-image: url(http://www.birchwoodhighland.org.uk/assets/images/new_bh_images/2011/brian_feather_150.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#wrapper1 {
	height: auto;
	width: 325px;
	position: relative;
	left: 0px;
	top: 0px;	
	float: left;
	}

#wrapper2 {
	width: 150px;
	height: auto;
	top: 0px;
	position: relative;
        margin-right: 5px;
	float: right;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	color: #545499;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: -10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
