/* CSS Document */
/*-------------- HEADER ---------------------------- */
#header {
	background-image: url(../images/banner/bg_home.jpg);
}
#header h1 a {
	background-image:url(../images/banner/logo_home.gif);
}
#header h2 {
	background-image:url(../images/banner/title_home.gif);
}
/*-------------- CONTENT-HOME ---------------------------- */
#ContentIntro {
	background-color: #f0ebe5;
	padding: 27px;
	font-size: 0.7em;
}
.ContentDivider 
{
	background-image:url(../images/home/divider.gif);
	background-repeat:repeat-y;
	padding-top: 4px;
}
#AgencySearch {
	float: right;
	width: 185px;
}
#AgencySearch a {
	
	color: #0198b4;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
}
.AgencyInput {
	border: solid 1px #838382;
	width: 128px;
	margin-right: 4px;
	margin-bottom: 8px;
}
#IntroText {
	width: 422px;
}
#IntroText h2 {
	width: 422px;
	height: 17px; 
	background-image:url(../images/home/title.gif);
}
#IntroText a{
	color: #595959;
}
.highlight {
	color: #0198b4;
	font-weight: bold;
}

#RHSColumn 
{	
	width: 185px;
}


#SectionListing a {
	width: 145px; 
	height: 21px;	
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 8px;
	margin-bottom: 3px;
	display: block;
}
#SectionListing a.homenavManagingMoney {
	background-image: url(../images/home/bg_managingmoney.gif);
}
#SectionListing a.homenavDebt {
	background-image: url(../images/home/bg_debt.gif);
}
#SectionListing a.homenavCouncilTax {
	background-image: url(../images/home/bg_counciltax.gif);
}
#SectionListing a.homenavHousing {
	background-image: url(../images/home/bg_housing.gif);
}
#SectionListing a.homenavBenefits {
	background-image: url(../images/home/bg_benefits.gif);
}
#SectionListing a.homenavLegal {
	background-image: url(../images/home/bg_legal.gif);
}


#LongTermBox 
{
	width: 146px;
	background-color: #f1ebe5;
	border: solid 1px #898077;
	padding: 17px;
	margin-top: 15px;
}
#LongTermBox h3 
{
	color:#0198B4;
	font-size:1.1em;
	font-weight:bold;
}
#LongTermBox a
{
	color: #595959;
	display: block;
	padding-bottom: 10px;
	background-repeat:no-repeat;
	background-position: bottom right;
	background-image:url(../images/benefits/rhslink_arrow.gif);
	text-decoration: none;
}



#MainText {
	width: 422px;
	font-size: 0.7em;
}
#MainText p{
	margin-bottom: 10px;
}
#MainText a{
	color: #595959;
}
#MainText h3 {
	font-size: 1.1em;
	color: #0198b4;
	font-weight: bold;
}