/* CSS */

html, body {
	background: #fff;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 19px;
}

#header {
	height: 254px;
	overflow: hidden;
	width: 780px;
	background: url(/images/header-bg.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#header-logo {
	float: left;
	height: 162px;
	width: 279px;
	background: url(/images/logo.gif) left 49px no-repeat;
	cursor: pointer;
}
#header-logo h1 {
	display: none;
}

#header-gfx {
	float: right;
	width: 451px;
	height: 254px;
}

/* CONTENT */

#serviceshome {
	background: url(/images/home-services.gif) top left no-repeat;
	height: 212px;
	width: 411px;
	overflow:hidden;
}
#serviceshome h2 { display:none; }
#serviceshome ul { display:none; }
#advicelinehome {
	background: url(/images/home-adviceline.gif) top left no-repeat;
	height: 110px;
	width: 411px;
	overflow:hidden;
}
#advicelinehome h2 { display:none; }

#promoa {
	width: 331px;
	height: 93px;
	background: url(/images/promo-charities-off.gif) top left no-repeat;
	cursor: pointer;
	overflow: hidden;
}
#promoa:hover { background: url(/images/promo-charities-over.gif) top left no-repeat; }
#promoa p { padding: 45px 80px 0 10px; margin:0; line-height:18px; float:left; }
#promoa h2 { display:none; }
#promob {
	width: 331px;
	height: 93px;
	background: url(/images/promo-social-off.gif) top left no-repeat;
	cursor: pointer;
	overflow: hidden;
}
#promob:hover { background: url(/images/promo-social-over.gif) top left no-repeat; }
#promob p { padding: 45px 80px 0 10px; margin:0; line-height:18px; float:left; }
#promob h2 { display:none; }
#promoc {
	width: 331px;
	height: 89px;
	background: url(/images/promo-community-off.gif) top left no-repeat;
	cursor: pointer;
	overflow: hidden;
}
#promoc:hover { background: url(/images/promo-community-over.gif) top left no-repeat; }
#promoc p { padding: 45px 80px 0 10px; margin:0; line-height:18px; float:left; }
#promoc h2 { display:none; }
#promonewshome {
	width: 331px;
	height: 89px;
	background: url(/images/home-newsletter.gif) top left no-repeat;
	cursor: pointer;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #55c9cc;
	overflow: hidden;
}
#promonewshome p { padding: 45px 80px 0 10px; margin:0; line-height:18px; float:left; }
#promonewshome p:hover { color:#55c9cc; }
#promonewshome h2 { display:none; }
#adviceline {
	background: url(/images/content-adviceline.gif) top left no-repeat;
	height: 116px;
	width: 200px;
	overflow:hidden;
}
#adviceline h2 { display:none; }
#promonews {
	width: 200px;
	height: 105px;
	background: url(/images/content-newsletter.gif) top left no-repeat;
	cursor: pointer;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #55c9cc;
	overflow: hidden;
}
#promonews p { padding: 42px 75px 0 15px; margin:0; line-height:14px; float:left; }
#promonews p:hover { color:#55c9cc; }
#promonews h2 { display:none; }
.promolink { color:#117db4; }
.promolink:hover { color:#55c9cc; }

#form-table {
	width: 547px;
}

.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 45px 15px 0;
	margin: 5px 0 0;
	height: 62px;
	overflow: hidden;
	width: 750px;
	background: url(/images/footer-bg.gif) top left no-repeat;
	color: #bbbdc0;
}
#footer p {color: #117db4; margin: 0;}
#footer p .small {color: #777777; margin: 0;}
#footer .small a {color: #777777; text-decoration: none;}
#footer .small a:hover {color: #117db4; text-decoration: underline;}