body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0pt;
	background: none;
}
img {
	border: none;
}
.photosHome{
	display: none;
}
/* needed for Netscape Navigator to act like IE with List Items */
ul { 
	padding-left: 0px; 
}
.orangeFont {
	color: #E4481F;
}
.redfont, .bluefont, .greenfont {
	color: #000000;
}
.center {
	text-align: center;
}
.menu {
	display: none;
}
.inline {
	display: inline;
}
.emaillink {	
	display: none;
}
.printhide {
	display: none;
}
#FooterNav {
	display: none;
}
.FeatureContainerRotator {
	display: none;
}
/************** header tag styles **************/
h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
	/*font-weight: bold;*/
}
h3 {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	/*font-weight: bold;*/
}
h4 {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
	/*font-weight: bold;*/
}
h5 {
	color: #000080;
	font-size: 12px;  
	font-weight: bold;
	text-decoration: underline;
}

/******* hyperlink tag styles *******/
a, a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}

/* the following id section_searchby .printshow is used to display the pa map on printing */
#section_searchby .printshow {
	visibility: visible;
	display:block;
}
#font_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div.system_maintenance {
	display: none;
}

/* For Homepage */
#Img_title_print {
	display: block;
}
/* For Homepage */
#Img_title_print h1 {
	color: #000000;
	font-size: 16pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
form {
	margin: 0;
	padding: 0;
}
#Header, #Header_homepage { 
/*includes #Banner, #Banner_links, & Search Form */
	display: none;
}

/**************************************/
/*        BANNER Styles               */
/**************************************/
#Wrapper 
{
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 8in;
}

#Banner { display: none; }
#BannerMobile { display: none; }
#Banner_Nav { display: none; }

/* Banner print text */
#Banner_print {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	visibility: visible;
}
#Banner_print img{
	visibility: visible;
}
#Banner_print h1 {
	color: #000080;
	font-size: 20px;
	margin: 0pt;
	padding: 0pt;
}
#Banner_print h2 {
	color: #000000;
	font-size: 12pt;
	margin: 0pt;
	padding: 0pt;
	border-bottom-style: none;
}
#Button_links{
	display: none;
}

/* Middle - contains Buttons, Nav, Content and Footer Sections*/
#Middle {
	/*position: relative;*/
	visibility: visible;
	overflow: visible;
	width: 100%;
	/*display: block;
	height: auto;
	page-break-inside: auto;*/
}
/* Nav Bar - nested inside of Middle Section & includes PageNav & Toolbox */
#Nav, #Nav_right {
	display: none;
}
/* Content section - nested inside ID Middle & includes Page_content */
/****************************************/
/*           CONTENT Styles             */
/****************************************/
#Content 
{
	width: 100%;
	position: relative;
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

/*#Content {
	font-size: 12px;
	text-align: left;
	visibility: visible;
	width: 100%;
}*/
#Content_homepage {
	font-size: 12px;
	text-align: left;
	visibility: visible;
	width: 100%;
}
#Page_content h1, #Content_homepage h1 {
	color: #000000;
	font-size: 16px;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
#Page_content h2, #Content_homepage h2 {
	color: #000000;
	font-size: 14px;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
#Page_content h3, #Content_homepage h3 {
	color: #000000;
	font-size: 12px;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
#Page_content h4, #Content_homepage h4 {
	color: #000000;
	font-size: 10px;
	margin-top: 2pt;
	margin-bottom: 2pt;
}
#Page_content p, #Content_homepage p {
	margin-top: 2pt;
}
#Page_content img, #Content_homepage img{
	display: none;
}
/* list tag styles for Page Content section */
#Page_content ol, #Content_homepage ol {
	list-style-position: outside;
	list-style-image: none;
	margin-top: 0pt;
}
#Page_content ul, #Content_homepage ul {
	list-style-position: outside;
	list-style-image: none;
	margin-top: 0pt;
	margin-left: 26pt;
}
#Page_content ul.bullet1 {
	list-style-type: circle;
}
#Page_content ul.bullet2 {
	list-style-type: circle;
}
#Page_content li.nobullet, #Content_homepage li.nobullet {
	list-style-type: none;
	list-style-image: none;
}
#Content_fieldset {
	display: inline;
	position: relative;
	visibility: inherit;
	width: 500pt;
	clear: none;
	float: left;
	padding-right: 5pt;
}
/* fieldset list tag styles for subpages */
#Content_fieldset ul {
	list-style-image:  url("../images/bullet2.gif");
}
#Content_fieldset ul.nobullet {
	list-style-type: none;
}

/* Floating box nested inside of Content Section */
#Page_Photo { /* For the Photo */
	display: none;
}
#category_photo_interest { /* For when the Photo and Interest Rate Box are displayed together - forces the interest rate box under the photo */
	display: none;
}
#Interest { /* For the Interest Rate Box */
	display: none;
}

/****************************************/
/*        Home Page Styles              */
/****************************************/
#Home_right ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Homepage - home page use only*/
#Home_topnav {
	visibility: visible;
	position: relative;
	display: block;
	height: auto;
	width: 100%;
}
#Home_middle {
	position: relative;
	visibility: visible;
	width: 100%;
	background-image: none;
	background:none;
}
#Home_middle img {
	display: none;
}
#Home_content {
	display: block;
	position: relative;
	visibility: visible;
	width: 100%;
	margin-bottom: 0.5in;
}
#Home_content h1 {
	margin-top: 2pt;
	margin-bottom: 6pt;
}
#Home_content h2 {
	margin-top: 2pt;
	margin-bottom: 6pt;
}
#Home_content h3 {
	margin-bottom: 6pt;
}
#Home_content h4 {
	margin-bottom: 6pt;
}
#Home_content p {
	margin-top: 6pt;
}
#Home_content ol {
	list-style-position: outside;
	list-style-image: none;
	margin-left: 26pt;
	margin-top: 0pt;
	padding-left: 2pt;
}
#Home_content ul {
	list-style-position: outside;
	list-style-image: none;
	margin-left: 16pt;
	margin-top: 0pt;
}
#Home_content ul.bullet1 {
	list-style-image:  url("/images/bullet1.gif");
}
#Home_content ul.bullet2 {
	list-style-image:  url("/images/bullet2.gif");
}
#Home_fieldset {
	display: block;
	position: relative;
	visibility: inherit;
	width: 100%;
}
/* list tag styles for homepage */
#Home_fieldset ul {
	list-style-position: outside;
	list-style-image: none;
	margin-top: 2pt;
	margin-left: 6pt;
	margin-bottom: 2pt;
	margin-right: 2pt;
}
#Home_fieldset ul.nobullet {
	list-style-type: none;
}

/******************************/
/*   NEW HOME PAGE STYLE      */
/******************************/
div.homeleft_column_rotator { 
	display: none;
}


/****************************************/
/*           FOOTER Styles              */
/****************************************/
#Footer
{
	display: none;
}

/****************************************/
/*           OTHER Styles               */
/****************************************/
/*  GIS PRINT STYLE  */
.corner_link {
	display: none;
}

/* Directions Page - Frame for Remote Office Directions-Links */
.feature{
	display:none;
}

/* Menus - For Nav bar display */
#menu_developers {
	display: none;
}
#menu_managers {
	display: none;
}
#menu_architects {
	display: none;
}
#submenu_taxcredits {
	display: none;
}
#submenu_loan {
	display: none;
}
#menu_lenders {
	display: none;
}
#menu_realestate {
	display: none;
}
#submenu_homeprograms {
	display: none;
}
#submenu_training {
	display: none;
}
#submenu_homecounseling {
	display: none;
}
#menu_homeowners {
	display: none;
}
#menu_homebuyers {
	display: none;
}
#submenu_foreclosure {
	display: none;
}
#submenu_pennvest {
	display: none;
}
#menu_board {
	display: none;
}
#menu_organization {
	display: none;
}
#menu_financial {
	display: none;
}
#menu_news {
	display: none;
}
#menu_section8 {
	display: none;
}
#menu_cpa {
	display: none;
}
#menu_serviceproviders {
	display: none;
}
#menu_contractors {
	display: none;
}
#menu_renters {
	display: none;
}
#menu_homebuilders {
	display: none;
}
#menu_appraisers {
	display: none;
}
#menu_closingagents {
	display: none;
}
#menu_counseling {
	display: none;
}
#menu_housingauthority {
	display: none;
}
#menu_nonprofit {
	display: none;
}
#submenu_overviews {
	display: none;
}
#menu_borrowerlogin {
	display: none;
}
#menu_contact {
	display: none;
}
#menu_hcp {
	display: none;
}
#menu_pal {
	display: none;
}
/********************************/
/*    FOR KEVIN'S CONFERENCE    */
/*  REGISTRATION PROGRAM/TABLE  */
/*       ON CALENDAR.ASPX       */
/********************************/
#Conferences_table .conferences_table {
	display: block;
	float: none;
	width: 100%;
	text-align: left;
	border: none;
}
#Conferences_table .conferences_td {
	width: 285px;
	text-align: left;
	padding-right: 2px;
	padding-left: 0px;
	margin-left: 0px;
}
#Conferences_table .conferences_td2 {
	width: 285px;
	text-align: left;
	padding-right: 2px;
	padding-left: 0px;
	margin-left: 0px;
}
#Conferences_table h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#Conferences_table h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 2px;
	text-decoration: none;
}
#Conferences_table li {
	list-style-position: outside;
	margin-top: 0px;
	margin-left: 0px; 
	padding-left: 0px;
}
#Conferences_table ul.bullet1 {
	list-style-position: outside;
	margin-left: 20px;
	margin-top: 0px;
}
#Conferences_table ul.bullet2 {
	list-style-position: outside;
	margin-left: 16px;
	margin-top: 0px;
}

/************ Section 8 styles **************/
#Section8_content {
	/*border: #000000 1px solid;*/
	display: inline;
	clear: both;
	/*float: left;*/
	position: relative;
	width: 100%;
}
#s8_rightcolumn { 
	border: #ffffff none;
	display: inline;
	clear: none;
	/*float: left;*/
	position: relative;
	width: 100%;
}
ul.bullet3 {
	list-style-type: circle;
}
#Page_content ul.external_link {
	list-style-type: circle;
}
#s8_leftcolumn {
	display:none;
}
#s8_leftcolumn .print_hide { 
	display:none;
}
#Page_content .print_hide { 
	display:none;
}


/**************** End Section 8 styles *****************/

/****************************************/
/* 404b.aspx page - Page Not Found      */
/****************************************/
#Page_not_found {
	font-size: 12px;
}
#Page_not_found a, a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}

/**************** PRESENTATION MATERIAL PAGE ****************/
.hidden {
display: block;
}
