/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:100.01%;
	background-color:#e7e2dc;
	text-align:center;
	margin: 13px 3px 3px 3px;
}
h2 span {
 display:none;
}
h3 span {
 display:none;
}
a span {
 display:none;
}
/* ------------ LAYOUT ELEMENTS ---------------- */
#wrapper {
	text-align:left;
	width:707px;
	padding: 27px;
	background-color: #ffffff;	
	margin: 0 auto 0 auto;	
}
/*-------------- HEADER ---------------------------- */
#header {
	background-repeat: repeat;
	padding: 23px;
}
#header h1 a {
	width:143px;
	height:143px;
	background-repeat:no-repeat;
	float:right;
	margin: 8px 26px 0px 0px;
	font-size: 11px;
}
#header h2 {
	width:447px;
	height:163px;
	background-repeat:no-repeat;
	font-size: 14px;
}
/*--------- MAIN NAVIGATION  ---------*/
#primaryNav {
	background-color: #ded7ce;
	padding: 10px 0px 10px 27px;
}
#navigation {
	list-style-type: none;
	height:1%;
}
#navigation li {
	display: inline;
	padding-right: 6px;
	font-size: 11px;
}
#navigation a {
	color:#595959;
	text-decoration:none;
}
#navigation a.navHome:hover {
	color: #0198b4;
}
#navigation a.navManagingMoney:hover {
	color: #891376;
}
#navigation a.navDebt:hover {
	color: #69648d;
}
#navigation a.navCouncilTax:hover {
	color: #5d7762;
}
#navigation a.navHousing:hover {
	color: #cf9702;
}
#navigation a.navBenefits:hover {
	color: #898077;
}
#navigation a.navLegal:hover {
	color: #0196b2;
}
#navigation a.navLinks:hover {
	color: #e5820d;
}
#navigation a.navMembers:hover {
	color: #0198b4;
}
#navigation a.navHomeOn {
	color: #0198b4;
	font-weight: bold;
}
#navigation a.navManagingMoneyOn {
	color: #891376;
	font-weight: bold;
}
#navigation a.navDebtOn {
	color: #69648d;
	font-weight: bold;
}
#navigation a.navCouncilTaxOn {
	color: #5d7762;
	font-weight: bold;
}
#navigation a.navHousingOn {
	color: #cf9702;
	font-weight: bold;
}
#navigation a.navBenefitsOn {
	color: #898077;
	font-weight: bold;
}
#navigation a.navLegalOn {
	color: #0196b2;
	font-weight: bold;
}
#navigation a.navLinksOn {
	color: #e5820d;
	font-weight: bold;
}
#navigation a.navMembersOn {
	color: #0198b4;
	font-weight: bold;
}

/*-------------- CONTENT-STANDARD ---------------------------- */
#Content {
	padding: 27px;
}
#RHSColumn {
	float: right;
	width: 180px;
	font-size: 11px;
}
#subNav {
	list-style-type: none;
	text-align: left;
}

#subNav li {
	padding-left: 30px;
	

}
.subNavItem {
	padding-bottom: 5px;
	border-bottom: solid 1px #d9d7d5;
	margin-bottom: 5px;
}
.subNavItemLast {
	padding-bottom: 25px;

}
#subNav a{
	color: #595959;
	text-decoration: none;	
}
#subNav li.subNavOn {
	background-repeat: no-repeat;
}
#subNav li.subNavOn a{
	font-weight: bold;
}

#contactBox {
	width: 126px;
	margin-left: 20px;
	margin-bottom: 17px;
	padding: 17px;
}
#contactBox h3 {
	width: 88px;
	height: 16px;
	margin-bottom: 4px;
	background-repeat:no-repeat;
}
#contactBox a{
	color: #595959;
	display: block;
	padding-bottom: 10px;
	background-repeat:no-repeat;
	background-position: bottom right;
}

#selfhelpBox {
	width: 126px;
	margin-left: 20px;
	padding: 17px;
}
#selfhelpBox h3 {
	width: 120px;
	height: 16px;
	margin-bottom: 4px;
	background-repeat:no-repeat;
}
#selfhelpBox a{
	color: #595959;
	display: block;
	padding-bottom: 10px;
	background-repeat:no-repeat;
	background-position: bottom right;
}

#mainColumn {
	width: 465px;
	font-size: 0.7em;
}
#mainColumn h2 {
	height: 16px;	
	width: 460px;
	margin-bottom: 10px;
	background-repeat:no-repeat;	
	font-size: 11px;
}
#mainColumn h3 {
	font-size: 1.1em;
	font-weight: bold;
}
#mainColumn p {
	margin-bottom: 20px;
}
#mainColumn .highlight {
	font-weight: bold;
}
#mainColumn .contentBox {
	border: solid 1px #dad5cf;
	background-color: #f8f7f5;
	margin-bottom: 20px;
	padding: 17px 17px 0px 17px;
}
#mainColumn .contentBox h3{
	margin-bottom: 17px;
}
#mainColumn ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

/*-------------- FOOTER ---------------------------- */
#footer {
	text-align:left;
	font-size: 11px;
	width:651px;
	padding: 15px 55px 15px 55px;
	background-color: #b0aba5;	
	margin: 0 auto 0 auto;	
}
#footerMands 
{
	float: right;
	color: #ffffff;
}
#footerMands a
{
	color: #ffffff;
	text-decoration: none;
}
#footerMands a:hover
{
	text-decoration: underline;
}
#footer p {
	color: #ffffff;
	font-weight: bold;
}
/*-------------- GENERAL ---------------------------- */
.clear {
	clear: both;
}