@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, hr, blockquote, form {
	margin: 0;
	padding: 0;
}
hr {
	color: #9CF;
	margin: 5px 0px 5px 0px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	margin: 0;
	padding: 0;
	font-size:100.1%;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background: url(../images/main_bg.jpg) repeat;
	background-color: #102b3e;
}
.included {
	background: url(../images/main_bg.jpg) repeat;
	background-color: #102b3e;
}
/*this .incforeground class is also on posts.css and must be changed there also*/
.incforeground {
	background-color: #E7D796;
	background-image:none;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #23376C;
}
#spacerTopHeader {
	font-size:1px;
	line-height: 10px; /*this sets the page top down from browser*/
}
#spacerBtmNavBar {
	padding-bottom: 30px; /*this sets space under the nav bar*/
}
#btmBorderSpacer {
	font-size:1px;
	line-height: 10px; /*this sets the page bottom up from browser*/
}

/***** Header Styles *****/
/***** Positions small slide show in header and the nav bar at the bottom of header *****/
#header {
	position:relative;
	width:760px;  /*this is the image size and is used for absolute positioning left px*/
	height:293px;  /*this is the image size and is used for absolute positioning top px*/
}
/*positioning of header email text in the header*/
#headerEmailText {
	position:absolute;
	top: 171px;
	left: 78px;
}
/*positioning of header foreclosure button and turning it off and on*/
#HeaderForeclosureButton {
	position:absolute;
	top: 257px;
	left: 363px;
	/*display:none;*/
}
/*positioning of small slide show in header*/
#slideShowHeader {
	position:absolute;
	top: 21px;
	left: 172px;
}
/*positioning of nav bar below the header*/
#navcontainer {
	position:absolute;
	top: 293px;  /*this is at least the header image height plus any space below the header if desired*/
	left: 0px;
}
/***** styles for the nav bar included in header *****/
#navcontainer ul {
	width: 760px;
	background-color: #23376C;
	margin: 0;
 	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0.75em;
	padding-top: 0.5em;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	text-decoration: none;
	color: white;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-top: 0.5em;
}
#navcontainer ul li a:hover {
	background-color: white;
	color: black;
}
#navcontainer .current {
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-top: 0.5em;
	background-color: #23376C;
	color: #ffcc66;
	cursor: default;
}
/***** this is for the server side header *****/
#containerServerHeader {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
/* end of Header styles */

/***** format for Row5.asp page *****/
#row5Container {
	padding-left: 50px;
	padding-bottom: 10px;
}
#ulDivWrapper {
	padding-left: 40px;
}
#ulDivWrapper a {
	color:#00F;
}
#ulDivWrapper a:hover {
	background-color:#CFF;
}
#spacer {
	line-height: .4;
}
.helpline {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}
.ulStyles {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
}
.listStyles {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	list-style-position: inside;
	font-size: 18px;
	line-height: 1.4;
}
.officeStyles {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	list-style: none inside;
	font-style: italic;
}
/* end of row 5 styles */

/***** Footer styles *****/
#footNavBar {
	position:relative;
	padding-top:5px;
}
/*format for Footer container on Local Pages*/
#footer {
	background: #E7D796;
	padding-bottom: 13px;
}
/***** Copy write text in Nav bar *****/
.copywright {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 14px;
}
/***** Nav bar *****/
.navbarfooterbackground {
	background-color: #23376C;
}
.navbarfooter {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.navbarfooter a {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 36px;
}
.navbarfooter a:hover {
	color: #86cce9;	
}
.current {
	background-color: #23376C;
	color: #ffcc66;
	cursor: default;
}
/***** footer area for background and text box *****/
#btmFootText {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	background-color: #e6dcb5;
	border: thin solid #23376C;
	margin: 0px 13px;
	padding: 1px 5px 5px 10px;
	text-align: left;
}
/***** this is for the server side footer *****/
#footerServer {
	background: #E7D796;
	padding-bottom: 13px;
}
/*positioning of footer foreclosure button and turning it off and on*/
#footForecloseButton {
	position: absolute;
	width:165px;
	height:32px;
	top:2px;
	left:380px;
	/*display:none;*/
}
/***** this is for link to admin *****/
#siteDesignText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align: center;
	line-height:11px;
	margin-top:10px;
	margin-bottom:-13px;
}
#siteDesignText a {
	text-decoration:none;
	color:darkblue;
	cursor:default;
}
/***** this is for PDS logo in footer *****/
#footerPDS {
	margin-top:15px;
}
#footerPDS a:hover {
	padding:52px 5px 0px 5px;
	border: solid 1px #030391;
}
/* end of Footer styles */
