body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #ececec;
   color: #515151;
}
body,textarea {
   font-family:Helvetica, Arial, sans-serif;
   font-size:0.9em;
}


/*MAIN STYLES*/


a {
   color: #124aa7;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#124aa7;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   margin:0;
	 color:#000000;
	 font-weight:bold;
	 font-size:1.4em;
	 padding:20px 0 0 0;
}
h3 {
   font-size:1.2em;
}
h4 {
   font-size:1.1em;
	 color:#666666;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
margin:0;
padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#124aa7;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#000000;
}
.menubuttons li.active a {
   color:#124aa7;
   font-weight:bold;
}


#headernav ul
{
list-style:none;
margin:0;
padding:0;
border:0;
}
#headernav li
{
display:inline;
}
#headernav li a
{
float:left;
color:#124aa7;
display:block;
text-decoration:none;
background-repeat:no-repeat;
background-position:top left;
height:33px;
padding:0 20px;
position:relative;
}
#headernav li a span.text
{
position:relative;
top:8px;
}
#headernav li a:hover
{
color:#000000;
}
#headernav li.active a
{
font-weight:bold;
background-image:url(../img/tab1.gif);
color:#FFFFFF;
}
#headernav li.active a:hover
{
color:#FFFFFF;
}
span#tabright
{
position:absolute;
right:-1px;
top:0px;
width:5px;
height:33px;
display:block;
background-image:url(../img/tab2.gif);
background-repeat:no-repeat;
}


ul.inline li {
   float:left;
   padding:0.2em 1em;
   border-left:1px solid #DDDDDD;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
	 background-image:url(../img/line1.gif);
}
#header {
   position: relative;
   float:left;
   height: 198px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
}
#headerlogo {
   position:absolute;
	 top:0px;
	 left:0px;
	 width:305px;
	 height:119px;
}
#clear {
   position: relative;
   clear: both;
   height: 1px;
   background-color:#FFFFFF;
}
#footer {
   position: relative;
   clear: both;
   background-image:url(../img/footer1.gif);
	 background-color:#4d4d4d;
	 background-repeat:repeat-x;
	 width:100%;
	 text-align:center;
}
#footerinner {
   width:900px;
	 margin:0px auto;
	 text-align:left;
}
#footer p {
   color:#FFFFFF;
	 padding:20px 0 20px 37px;
	 font-size:0.8em;
	 line-height:2em;
}
#footer a {
   color:#FFFFFF;
}
#footer p span {
   font-size:1.2em;
}
#footer p span.highlight {
   color:#fffd75;
	 font-weight:bold;
}
#content {
   float:right;
   padding: 0px;
   min-height:400px;
   background-image:url(../img/contentfooter.gif);
	 background-repeat:no-repeat;
	 background-position:bottom left;
}
* html #content {
   height:400px;
}
#accessibility {
   position:absolute;
   top:5px;
   right:15px;
   text-align:right;
	 font-size:0.8em;
	 padding:4px 8px;
	 background-color:#f0f0f0;
}
#headernav {
   position:absolute;
   top:144px;
   left:18px;
}
.leftthin,.rightthin {
   width:190px;
}
.leftwide,.rightwide {
   width:380px;
}
.leftmid,.rightmid {
   width:285px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:30px;
	 float:left;
	 width:869px;
	 position:relative;
	 left:17px;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #124aa7;
   color:#124aa7;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#124aa7;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#124aa7;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:119px;
	 height:34px;
}
.imagebutton span,.anchorimagebutton span {
   display:none;
}

.anchorimagebutton a {
   float:right;
	 display:block;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:119px;
	 height:34px;
}
#anchorimagebutton1 { background-image:url(../img/aboutus1.gif); }
#anchorimagebutton2 {
   background-image:url(../img/continue1.gif);
	 position:absolute;
	 bottom:-14px;
	 right:10px;
}


textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#DDDDDD;
	 text-align:left;
	 border-top:1px solid #BBBBBB;
}
table tr,table td,table th {
   border-bottom:1px solid #EEEEEE;
   padding:0.4em 0.2em;
}
table th,table th a {
   background-color:#124aa7;
   color:#fffd76;
}
tr.colour1 {
   background-color:#FFFFFF;
}
tr.colour2 {
   background-color:#EDEDED;
}


.yellowbutton a {
   display:block;
	 width:252px;
	 height:72px;
	 background-repeat:no-repeat;
	 float:left;
	 clear:left;
	 margin-top:15px;
}
.yellowbutton a span {
   display:none;
}
#yellowbutton1 {
	 background-image:url(../img/donateonline.gif);
}
#yellowbutton2 {
	 background-image:url(../img/homelessbutton.gif);
	 width:323px;
	 height:59px;
	 margin:0;
}
.mainpagelinks ul {
   margin:0;
	 padding:0;
	 list-style:none;
}
.mainpagelinks li a {
   display:block;
   background-image:url(../img/bullet2.gif);
	 background-repeat:no-repeat;
	 background-position:left center;
	 padding:5px 0 5px 20px;
	 font-size:0.9em;
}
.mainpagelinks li a:hover {
   background-image:url(../img/bullet1.gif);
}
.mainpagelinks li.active a {
   font-weight:bold;
   background-image:url(../img/bullet1.gif);
}
.quizradios {
   font-weight:normal;
	 color:#666666;
	 display:block;
	 padding:3px 0 7px 0;
}

.largep {
   font-size:1.2em;
}