/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676

Adjusted by Tom to include <button>
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}legend{color:#000;}


/* ----------------------------------------------------------------------
 *  Base
 * ---------------------------------------------------------------------- */

html {
 	font-family: 'museo_sans_500regular', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

body {
}

.clear {
	clear: both;
}

#outer-container {
	width: 960px;
 	background: #F4F4F4;
 	margin: 40px auto 0 auto;
 	padding: 0;
 	position: relative;
}

#container {
	margin-left: 25px;
	color: #676767;
}

#header {
	text-align: right;
	position: relative;
	font-size: 14pt;
	line-height: 1.0em;
}
#logo {
	margin-top: 44px;
	float: left;
}
#header .contact {
	padding-top: 34px;
	padding-right: 34px;
	border-bottom: 1px solid #B7DCEB;
	display: inline-block;
	padding-bottom: 5px;
}

#header .contact p {
	padding-bottom: 11px;
}

#header .contact a {
	text-decoration: none;
	color: #676767;
}

#header .social {
	margin-top: 14px;
	padding-right: 34px;
}
#header .social a {
	margin-left: 10px;
}


#body {
	margin-top: 25px;
	padding-bottom: 65px;
}

#body h1 {
	color: #8EA827;
	font-size: 46pt;
	margin-bottom: 8px;
	font-weight: bold !important;
}

#body .main {
	border-bottom: 1px solid #B7DCEB;
	border-top: 1px solid #B7DCEB;
	padding: 30px 0;
}

#body img {
	float: right;
}

#body div.hr {
	border-bottom: 1px solid #B7DCEB;
}

#body .copy-left {
	float: left;
	width: 275px;
	border-right: 2px solid #0193D2;
	padding-right: 20px;
	font-size: 15pt;
	line-height: 18pt;
}
#body .copy-left ul {
	font-size: 13pt;
	margin-top: 18px;
	margin-left: 20px;
}
#body .copy-left li {
	list-style-type: disc;
	color: #949494;
}
#body .copy-left p {
	margin-bottom: 18px;
}

#body .copy-centre {
	margin-left: 315px;
	width: 450px;
	color: #949494;
	font-size: 16pt;
	line-height: 20pt;
}

#body .copy-centre .first {
	padding-bottom: 20px;


