/* SCREEN.css */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* body */
body {
	background-image:url(../jpg/background.jpg);
	background-repeat:repeat-x;
	background-color:#6b80af;
	margin: 20px auto 0 auto;
	text-align:center;
}

/* WRAPPER */
#Wrapper {
	margin: 0 auto 0 auto;
	text-align:center;
	width: 902px;
}


/* CONTENT */
#Content {
	background-color:#FFF;
	border-top: 1px solid #8186A1;
	border-right: 1px solid #8186A1;
	border-left: 1px solid #8186A1;
	min-height:220px;
	padding: 8px;
	text-align:left;
	width: 884px;
}
* html #Content {
	height:220px;
}

/* FULLWIDTH */
#Content div.fullWidth {
/*	border: 1px solid #000; */
	padding:5px;
	width: 874px;
}



/* FOOTER */
#Footer {
	background-image:url(../jpg/footer-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#556b9a;
	border: 1px solid #8186A1;
	color:#FFFFFF;
	min-height: 71px;
	text-align:left;
	width:900px;
}
* html #Footer {
	height:71px;
}

#Footer div.footeraddress {
	float:left;
	margin-right:20px;
	padding:10px 0 5px 10px;
	width:430px;
}
#Footer div.footercharity {
	float:left;
	padding:10px 10px 5px 0;
	text-align:right;
	width:430px;
}

#Footer p {
	font-size:0.7em;
	line-height:1.3em;
	margin-bottom:0;
	
}


/* CLASSES */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ******************************************************************************************************** */
#HomeImage {
	margin-bottom:15px;
	padding-top:5px;
	text-align:center;
	width: 884px;
}

#HomeContent {
	margin-left:9px;
	margin-right:4px;
	width: 871px;
}

div.homeText {
	float:left;
	margin-right:20px;
	width:560px;
}


div.homeButtons {
	background-color:#f4f4f8;
	border:1px solid #c8c8d4;
	float:left;
	padding-bottom:5px;
	width:289px;
}

div.btnHome {
	padding:15px 8px 5px 6px;
	width:275px;
}

div.btnHome img {
	margin-right:10px;
}

div.btnHome p {
	font-size:0.6em;
	padding-top:4px;
	margin-bottom:0;
}






/* ===================================== */
/* CSS for Enquiry Form */
* {
	margin:0;
	padding:0;
}

* label {
	line-height: 1.3em;
}

span.red {
	color:#FF0000;
}

#ContactUs {
	width: 668px;
}

/* ===================================== */
/* CSS for Error Message */
#ErrorMessageText {
	color:#FF0000;
	font-size:0.85em;
	margin-top:10px;
	margin-bottom:30px;
}




