@charset "UTF-8";
html, body, div, form {
	padding:0px;
	margin:0px;
}
p, h1, h2, h3 {
	padding:0.5em 0px;
	margin:0px;
}
h1 {
	color: #292827;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	color: #57822c;
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
}
html {
	background-color: #3f3f3b;
	background-image: url(../images/bg_body.jpg);
	color:#363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

#container { 

	margin: 0px auto;
	width: 980px;

}

#header {

	background-image: url(../images/bg_header.png);
	background-repeat:repeat-x;
	height: 102px;
	padding: 15px 27px 0px 27px;

}

#seperator {

	background-image: url(../images/seperator.png);
	background-repeat:no-repeat;
	height: 25px;

}

#seperator ul { list-style:none; white-space:nowrap; height: 15px; margin: 0px; padding: 5px 25px; }
#seperator ul li { margin: 0px 0px; padding:0px 10px; display:block; float:left; position: relative; }
#seperator ul li a { color: #363636; font-size: 14px; text-align: center; text-decoration: none; }


#nav { 

	padding-top: 17px;

}

#photo {

	height: 248px;

}

#content {

	background-color: #ece8d6;
	margin: 0px; 
	min-height: 100%;
	padding: 27px 27px;

}

#content .left {

	float: left;
	width: 272px;

}

#content .right {

	margin: 0px 0px 0px 296px;

}

/* Main Content Box Formation */
#content .right .box_top {

	background-image: url(../images/bg_main_top.png);
	background-repeat:no-repeat;
	height: 4px;

}

#content .right .box_bottom {

	background-image: url(../images/bg_main_bottom.png);
	background-repeat:no-repeat;
	height: 5px;

}

#content .right .box_middle {

	background-color: #F6F3EA;
	padding: 10px 20px;

}

#content .left a{
	color: #292827;
	text-decoration: none;
}

#content .right a{
	color: #292827;
	font-weight: bold;
	text-decoration: none;
}

#content .left a:hover, #content .right a:hover {
	text-decoration: underline;
}

/* Our Aims Content Box Formation */
#content .left .aims_top {

	background-image: url(../images/bg_ouraims_top.png);
	background-repeat:no-repeat;
	height: 41px;

}

#content .left .aims_bottom {

	background-image: url(../images/bg_ouraims_bottom.png);
	background-repeat:no-repeat;
	height: 4px;

}

#content .left .aims_middle {

	background-color: #D4CFBC;
	padding: 10px 25px;

}

/* Contact Content Box Formation */
#content .left .contact_top {

	background-image: url(../images/bg_contact_top.png);
	background-repeat:no-repeat;
	height: 41px;
	margin-top: 10px;

}

#content .left .contact_bottom {

	background-image: url(../images/bg_ouraims_bottom.png);
	background-repeat:no-repeat;
	height: 4px;

}

#content .left .contact_middle {

	background-color: #D4CFBC;
	font-size: 12px;
	padding: 10px 17px 10px 25px;

}

#content .left ul {

	padding: 0px 25px;
	margin: 0px 0px;

}

#content .left blockquote {

	padding: 0px 0px;
	margin: 0px 0px;

}

#content .first { 
	color: #de5018;
}

#content hr {height:1px; border: none 0; margin: -4px 0px 8px 0px; border-top: 2px solid #d4cfbc; text-align:left; } 

#content ul li {

	list-style:url(../images/bullett.png);
	
}

#footer {
	clear:both;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}
 
#footer a{
	color: #FFFFFF;
	text-decoration: none;
} 

#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {

	font-size: 12px;

}

table#pound-cost { margin: 10px 0px; padding: 0px 10px; width: 100%; }
table#pound-cost th{ background-color:#7B8856; color: #FFFFFF; padding: 5px 10px; text-align: left; vertical-align: middle; }
table#pound-cost tr { border-bottom: 1px solid #FFFFFF; }
table#pound-cost tr.row1 { background-color: #F1F1F1; }
table#pound-cost tr.row2 { background-color: #E1E1E1; }
table#pound-cost tr.row3 { background-color: #7B8856; color: #FFFFFF; font-weight: bold; }
table#pound-cost td { text-align:center; }
