/* CSS */

html, body {
	background: #fff url(/images/page-bg.gif) top left repeat-x;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
	line-height: 15px;
}

#header {
	height: 270px;
	overflow: hidden;
	width: 800px;
	background: url(/images/header-bg.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#access-bar {
	width:800px;
	height:28px;
	background:#cfcfcf url(/images/topbar-bg-nosearch.gif) top left no-repeat;
/*	background:#cfcfcf url(/images/topbar-bg.gif) top left no-repeat;*/
}
#header-logo {
	height: 74px;
	width: 225px;
	background: url(/images/logo.gif) left top no-repeat;
	cursor: pointer;
}
#header-logo h1 {
	display: none;
}
#header-gfx {
	position: absolute;
	width: 800px;
	height: 168px;
}
#header-newsletter {
	background: url(/images/button-newsletter.gif) top left no-repeat;
	width: 190px;
	height: 19px;
	padding: 29px 0 0 7px;
	line-height:15px;
	float:right;
	margin: 14px 23px 0 0;
}
#header-donate {
	background: url(/images/button-donate.gif) top left no-repeat;
	width: 190px;
	height: 19px;
	padding: 29px 0 0 7px;
	line-height:15px;
	float:right;
	margin: 14px 23px 0 0;
	display: none;
}

/* accessibility */

#access-buttons {
	height: 22px;
	width: 215px;
	color: #000;
	font-size: 11px;
	padding: 5px 0 0 23px;
	position: absolute;
	top: 0;
}
span.access-button {
	display: none;
}
a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	color: #000;
	left: 189px;
	top: 5px;
	text-decoration: none;
}

/* search */

#header-search {
	display:none;
	width: 216px;
	height: 24px;
	float:right;
	margin: 0;
	padding: 4px 20px 0 0;
	overflow: hidden;
	line-height: 20px;
	color:#000;
}
.form-search {
	padding: 0;
	margin: 0 2px 0 0;
	width: 139px;
	height: 16px;
	border: none 0px;
	font-size:11px;
}
#cse-search-results {width:480px; margin-left:-10px;}

/* CONTENT */

#report-listing {
	border-bottom:1px solid #42929D;
	padding:0 0 10px;
}

#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: 570px;
}

.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 4px 0 4px 23px;
	margin: 0;
	width: 777px;
	background: #42929d;
	color: #fff;
}
#footer p {color: #fff; margin: 0; font-size: 11px; line-height: 16px;}
#footer p a {color: #fff; text-decoration: none;}
#footer p a:hover {color: #c9dcde; text-decoration: underline;}