@charset "utf-8";

h1 {font-size:26px; font-weight:normal; color:#de7722; margin-bottom:8px;}
h2 {
	font-size:24px;
	font-weight:normal;
	color:#333399;
	margin-bottom:6px;
	margin-top:6px;
}
h4 {}



/* category */
#rpHome_categoryBox {
	width:650px; /*height:238px;*/
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;/*	background-color:#F2F2F2;*/
	padding-bottom: 10px;
	-moz-border-radius:4px 4px 4px 4px;
	border: 1px solid #C1C2C6;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	padding-left: 10px;
}
.boxTitle {  padding:5px 10px;}
.boxTitleText {font-weight:bold; color:#5c5c60; text-transform:uppercase;}

#rpHome_category {/*border: 1px solid #f00;*/
	height:180px;
	margin-left:0px;
	float:left;
	display:inline;
	/*	background-image: url(../images/leftback.gif);
*/	background-repeat: no-repeat;
}
#rpHome_category ul {
	margin:0px;
	padding:0px;
	color: #000000;
}
#rpHome_category .categoryList {
	width:210px;
	margin:0;
	padding-top:0px;
	font-size:1em;
	line-height:2.6em;
}
#rpHome_category .categoryList li {list-style-type:none;}
#rpHome_category .categoryList .liText { padding-left:25px;}
#rpHome_category .categoryList li a {
	color:#000000;
	text-decoration:none;
	text-align: left;
	display: block;
	border-top-width: 0px;
	border-bottom-width: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

}
#rpHome_category .categoryList li a:hover {
	border-right-width: 0px;
		color:#FFFFFF;

	
	}


.categoryListHover {
	padding-left:0px;
	border-right-width: 0px;
	border-left-width: 0px;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/arrow.png);
	color: #FFFFFF;
}
	
.categoryListNoHover {padding-left:0px;	border-right-width: 0px;
	border-left-width: 0px;
	height: 33px;
	line-height: 33px;}


.categoryContent {
	float:left;
	width:430px;
	height:170px;
	display:inline;
}
.categoryText {
	width:425px;
	height:170px;
	color:#5c5c60;
	margin-right: 25px;
}
.categoryText h2 {font-size:14px; color:#424757; margin-bottom:10px;}
.categoryText p {line-height:1.5em;}
.categoryLink {
	width:430px;
	text-align:right;
}
.categoryLink img {padding:5px;}

/* Replacement for category h2 tags */
.categorySubTitle {
	font-size:14px;
	color:#424757;
	margin-bottom:10px;
	font-weight: bold;
}

/* category content */
.cat1_conventional {
	height: 170px;
	background-position: right;
	width: 430px;
}
.cat2_hud {
	height: 170px;
	background-repeat: no-repeat;
	background-position: right;
	width: 430px;

}
.cat3_student {
	height: 170px;
	background-repeat: no-repeat;
	background-position: right;
	width: 430px;

}
.cat4_military {
	height: 170px;
	background-repeat: no-repeat;
	background-position: right;
	width: 430px;

}
.cat5_tax {
	height: 170px;
	width: 430px;

}
.cat6_senior {
	height: 170px;
	width: 430px;

}

#category_affordableHud {display:none;}
#category_studentLiving {display:none;}
#category_militaryHousing {display:none;}
#category_taxCredits {
	display:none;
	background-repeat: repeat-x;
}
#category_seniorLiving {display:none;}

