@charset "utf-8";
/* CSS Document */

/* Colours
Blue #0e2a8d;
Green #019273;
Orange #ff4111;
Light green #b7e1d7;
Light blue #c2cae1;
text grey #4e4e4e;
*/

/* Contents 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
*/


/* 1 HTML */
img {border:0;}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0 auto;
	width:960px;
	padding:0;
	color:#4e4e4e;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
.imageright {
	float:right;
	margin-left:15px;
}
.imageleft {
	float:left;
	margin-right:15px;
}
div.header {
	height:295px;
	padding: 0;
	margin: 0;
}
div.content {
	background-image:url(../images/build/pagebackground.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding: 0;
	margin: 0;
}
div.leftside {
	width:187px;
	padding:17px 0 17px 20px;
	float:left;
}
div.rightside {
	float:left;
	padding: 17px 0 17px 19px;
	width: 714px;
}
div.bodycopy {
	padding:0 0 17px 15px;
}
div.donatearea {
	background:no-repeat url(../images/build/footer_supporting.gif) bottom left;
	padding:15px;
}
div.donatearea ul {
	list-style:none;
	padding:0 0 70px 0;
	text-align: left;}
div.donatearea li{
	margin:0 15px 15px 0;
	float:left;
	display: block;
}
div.strapline {
	clear:left;
	font-size:70%;
	color:#fff;
	padding:18px 5px 0 0;
	text-align:right;
}
div.footer {
	background:no-repeat url(../images/build/pagebottom.jpg) bottom left;
	height:36px;
	clear:both;
}
div.footerinner, ul.greenbox, div.greenbox {
	background-color:#019273;
	color:#fff;
	padding: 10px 20px;
}
ul.greenbox li {
	padding:20px 10px;
	list-style-type:none;
	border-bottom:1px solid #40ac94;
}
div.footerinner {
	height:24px;
	margin:0 20px;
	clear:both;
	padding-bottom:0;
	font-size: 70%;
}
div.right {
	float:right;
	margin-left:30px;
}
div.left {
	float:left;
	text-align:left;
	margin-right:30px;
}
div.middle {
	text-align:center;
	padding-right:10px;
}
div.ctaleft {
	clear: left;
	padding-top: 20px;
}
div.listleftcol {
	min-width: 180px;
	float: left;
	overflow: hidden;
	width: 180px;
}
div.listleftcol img {
	max-width: 180px;
	float: left;
}
div.listrightcol {
	float: left;
	display: block;
	width: 450px;
}
ul.listpage {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.listpage li.listpageitem{

}
div.copyimage {
float: right;
margin: 80px 0 0 10px;
display: inline-block;
}
div.copyimage ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}
div.product {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	width: 80%;
}
div.product h2 {
	margin: 5px 0;	
}
div.product p {
	margin: 0;	
}
/*2 STRUCTURE ENDS*/

/*3 NAVIGATION */
div.navigation {
	width:100%;
	margin:0;
	padding:0;
}
div.navigation ul{
	margin:0;
	padding:0;
	border-top: 1px solid #c2cae1;
}
div.navigation ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width: auto;
}
div.navigation ul li a{
	text-align:right;
	text-indent:15px;
	width:157px;
	margin:0;
	padding:8px 30px 8px 0;
	float:left;
	display:block;
	color:#0e2a8d;
	font-weight:normal;
	text-decoration:none;
	border-bottom: 1px solid #c2cae1;
}
div.navigation ul li a:hover{
	background-color:#b7e1d7;
	color:#019273;
}
ul.greenbox li.nobottomborder{
	border-bottom: none;
}
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
h1 {
	font-weight:normal;
	color:#ff4111;
	margin:0;
	padding-bottom:20px;
	/*width: 100%;*/
}
h2 {
	color:#019273;
	font-size:110%;
	margin-bottom:5px;
}
h3 {
	color:#0e2a8d;
	font-size:110%;
	margin-bottom:5px;
}
a, .bluetext {
	color:#0e2a8d;
	}
div.bodycopy a {
	font-weight:bold;
	text-decoration:none;
	}
div.bodycopy a:hover {
	/*color:#019273;*/
	text-decoration:underline;
	}
div.listrightcol p {
	padding: 0;	
	margin: 0 10px 10px 10px;
}
li.listpageitem h2 {
	color: #019273 !IMPORTANT;	
}
p.optionheader {
	color: RED!IMPORTANT;
	font-weight: bold;
}
.greentext {color:#019273;}
.orangetext {color:#ff4111;}
.lightgreen {color:#b7e1d7;}
.lightblue {color:#c2cae1;}

div.footerinner a, .greenbox a{
	color:#fff;
	text-decoration:none;
}
div.footerinner a:hover, .greenbox a:hover{
	text-decoration:underline;
}
ul.textlist {
	margin:0;
	padding:15px 0;
	list-style:none;
}
ul.textlist li {
	padding:3px 0 3px 15px;
	background:no-repeat url(../images/build/bullet.gif) top left;
}
div.ctaleft a {
	text-decoration: none;
	font-size: 80%;
}
/*4 TEXT ENDS*/


/*5 FORMS*/
form {
	padding:10px 0;
	margin:0;
}
input[type="text"], textarea, select {
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:2px 0 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
div.bodycopy form input[type="text"], textarea, select{
	width:250px;
}
label {
	width:190px;
	float:left;
	display:block;
	padding:1px 25px 0 0;
	text-align: right;
	clear: left;
}
div.ctaleft form input[type="text"] {
	width:167px;
}
/*5 FORMS ENDS*/


/*6 TABLES*/

/*6 TABLES ENDS*/


/*7 HACKS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*7 HACKS ENDS */
