/* Generic Styling */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background: #fff url(../images/layout/body-bg.gif) repeat-x 0 0;
}
img,
fieldset {
	border: 0;
}
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
textarea {
	overflow: auto;
}
a {
	color: #0081cb;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	text-decoration: underline;
}
h1 {
	margin-bottom: 1em;
	font-size: 1.9em;
	font-weight: normal;
	color: #000;
}
h2 {
	margin-bottom: 0.8em;
	font-size: 1.5em;
	color: #999d59;
}

/* Layout */
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 879px;
	text-align: left;
	font-size: 0.7em;
}
#logo,
#barnardos-logo,
#hsbc-logo {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
#logo {
	top: 75px;
	left: 685px; 
	width: 130px;
	height: 97px;
}
#logo span {
	padding-bottom: 55px;
	background: url(../images/layout/logo-shadow.gif) no-repeat 0;
}
#barnardos-logo {
	top: 75px;
	left: 0;
	width: 90px;
	height: 47px;
}
#hsbc-logo {
	top: 90px;
	left: 118px; 
	width: 97px;
	height: 31px;
}
#header {
	height: 55px;
}
#breadcrumb {
	margin-top: 20px;
	float: left;
	width: 595px;
	font-size: 0.9em;
	color: #fff;
}
#breadcrumb span {
	font-size: 1.1em;
	font-weight: bold;
}
#breadcrumb a {
	color: #fff;
	text-decoration: underline;
}
#search {
	margin: 17px 77px 0 0;
	display: inline;
	float: right;
	width: 207px;
}
#search fieldset {
	float: left;
	width: 147px;
}
#search-terms {
	width: 147px;
	height: 15px;
}
#search label {
	display: none;
}
.form-buttons {
	margin: 4px 0 0 7px;
	display: inline;
	float: right;
}
#nav {
	margin-top: 136px;
	padding-top: 20px;
	float: right;
	width: 299px;
	background: url(../images/layout/nav-bg.gif) no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}
#nav li {
	margin-bottom: -3px;
	font-size: 1em;
}
#nav a {
	text-decoration: underline;
}
#n-working-with-money {
	margin-left: 21px;
	padding: 6px 0 0 44px;
	height: 45px;
	background: url(../images/icons/working-with-money.gif) no-repeat;
}
#n-assessment-and-action {
	margin-left: 24px;
	padding: 3px 0 0 41px;
	height: 47px;
	background: url(../images/icons/assessment-and-action.gif) no-repeat;
}
#n-addressing-life-changes {
	margin-left: 26px;
	padding: 1px 0 0 39px;
	height: 44px;
	background: url(../images/icons/addressing-life-changes.gif) no-repeat;
}
#n-how-to-plan {
	margin-left: 26px;
	padding: 4px 0 0 39px;
	height: 47px;
	background: url(../images/icons/how-to-plan.gif) no-repeat;
}
#n-community-resources {
	margin-left: 22px;
	padding: 1px 0 0 43px;
	height: 44px;
	background: url(../images/icons/community-resources.gif) no-repeat;
}
#n-who-to-contact {
	margin-left: 25px;
	padding: 4px 0 0 40px;
	height: 38px;
	background: url(../images/icons/who-to-contact.gif) no-repeat;
}
#nav ul {
	padding: 17px 0 19px 0;
	list-style: none;
}
#nav ul li {
	margin-bottom: 14px;
	padding-left: 15px;
	width: 170px;
	background: url(../images/layout/nav-bullet.gif) no-repeat 0 5px;
	font-weight: normal;
}
#nav ul a {
	color: #0081cb !important;
	font-weight: normal !important;
}
#p-working-with-money #n-working-with-money,
#p-assessment-and-action #n-assessment-and-action,
#p-addressing-life-changes #n-addressing-life-changes,
#p-how-to-plan #n-how-to-plan {
	height: auto;
}
#p-community-resources #n-community-resources,
#p-who-to-contact #n-who-to-contact {
	height: 44px;;
}
#p-working-with-money #n-working-with-money a,
#p-assessment-and-action #n-assessment-and-action a,
#p-addressing-life-changes #n-addressing-life-changes a,
#p-how-to-plan #n-how-to-plan a,
#p-community-resources #n-community-resources a,
#p-who-to-contact #n-who-to-contact a {
	font-weight: bold;
	color: #000;
}
#p-working-with-money #n-working-with-money .active a,
#p-assessment-and-action #n-assessment-and-action .active a,
#p-addressing-life-changes #n-addressing-life-changes .active a,
#p-how-to-plan #n-how-to-plan .active a,
#p-community-resources #n-community-resources .active a,
#p-who-to-contact #n-who-to-contact .active a {
	font-weight: bold !important;
	color: #000 !important;
	text-decoration: none !important;
}
#logo-ship {
	margin: 0 0 -39px -36px;
	padding: 0 23px 0 36px;
	background: url(../images/layout/home-ship.png) no-repeat 0 69px;
	width: 503px;
 	height: 319px;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
}
#content {
	margin-top: 98px;
	padding: 0 30px 27px 0;
	position: relative;
	float: left;
	width: 550px;
}
#content ul {
	list-style: none;
	font-size: 1.1em;
}	
#content li {
	margin-bottom: 0.8em;
	padding-left: 13px;
	background: url(../images/layout/home-bullet.gif) no-repeat 0 5px;
}
#p-home #content {
	margin: 3px 0 0 -49px;
	padding: 0 61px 33px 49px;
	background: url(../images/layout/home-bottom-bg.gif) no-repeat bottom left;
	width: 515px;
}
.column-1,
.column-2 {
	float: left;
	width: 240px;
}
.column-1 {
	margin-right: 35px;
}
#icon-placeholder {
	float: left;
	width: 125px;
	height: 150px;
}
#p-working-with-money #icon-placeholder {
	background: url(../images/icons/working-with-money-large.gif) no-repeat 20px;
}
#p-assessment-and-action #icon-placeholder {
	background: url(../images/icons/assessment-and-action-large.gif) no-repeat 20px;
}
#p-addressing-life-changes #icon-placeholder {
	background: url(../images/icons/addressing-life-changes-large.gif) no-repeat 20px;
}
#p-how-to-plan #icon-placeholder {
	background: url(../images/icons/how-to-plan-large.gif) no-repeat 20px;
}
#p-community-resources #icon-placeholder {
	background: url(../images/icons/community-resources-large.gif) no-repeat 20px;
}
#p-who-to-contact #icon-placeholder {
	background: url(../images/icons/who-to-contact-large.gif) no-repeat 20px;
}
#p-home #footer {
	margin-left: -36px;
	position: relative;
}
#footer {
	margin-top: 25px;
	padding-bottom: 33px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #616161;
	width: 879px;
	float: left;
}
#footer ul {
	display: inline;
}
#footer li {
	display: inline;
}
#footer li:before {
	content: "|";
	padding: 0 0.5em;
	color: #a5a5a5;
}
#footer a {
	text-decoration: underline;
}

/* Content Styling */
#content p {
	margin-bottom: 1.35em;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* Home */
#p-home #content h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
#p-home #content h3 {
	font-size: 1.45em;
	font-weight: normal;
	margin-bottom: 1.35em;
}
.clear-left {
	clear: left;
}

/* Login Box */
#login-box fieldset {
	margin-bottom: 10px;
	border: 0;
}
#login-box label {
	float: left;
	width: 100px;
}
#login-box {
	width: 231px;
}
#login-box a {
	float: left;
}
#sign-btn {
	float: right;
}

/* Clearing Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*\*//*/
.clearfix {display: inline-table;}
/* */