/* CSS Document */
/*palette
dark blue: #638D9C
light blue: #8EA8B4
*/
body {
	text-align: center; /*4 ie*/
	margin: 0;
	padding: 0;
	border: 0;
	background: #638D9C;
	color: #FFF;
	/*font-family: "Futura Md BT", "Futura", Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	/*font-family: "Futura Md BT", "Futura", Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-variant: small-caps;
	margin: 0 0 0 18px;
}
h2 {
	font-size: 18px;
	margin: 0 0 0 18px;
}
h3 {
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	padding: 18px 0 0 0;
	width: 100%;
}	
h6 {
	font-size: 9px;
	font-weight: normal;
	margin-top: 16px;
}
.hide {
	position: absolute;
	left: -9999px;
}
div#wrapper {
	background: #638D9C;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color:#000;
}
/* PAGE HEADER */
div#pageheader {
	text-indent: -9999px;
	background: url(../images/hps_header.jpg) no-repeat;/**/
	width: 760px;
	height: 125px;
}
/* NAVIGATION MENU */
div#navigation,
div#sitenavigation {
	height: 300px;
	width: 154px;	
	float:left;
	background: #638D9C;
} 
div#navigation {
	height: 175px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
div#navigation ul,
div#sitenavigation ul{
	list-style:none;
	margin: 0;
	border: 0;
	padding: 0;	
}
div#navigation li, 
div#sitenavigation li{
	text-indent: -9999px;
	padding: 18px 0 0 5px;
}
div#navigation a, 
div#sitenavigation a{
	display: block;
	width: 130px;
	height: 20px;
	text-decoration: none; /*4 netscape*/
	outline: none;
}
li#home a:link, 
li#home a:visited {
	background: url(../images/btn-home_n.gif) no-repeat;
}
li#home a:hover {
	background: url(../images/btn-home_r.gif) no-repeat;
}
li#aboutus a:link, 
li#aboutus a:visited {
	background: url(../images/aboutus_n.gif) no-repeat;
}
li#aboutus a:hover {
	background: url(../images/aboutus_r.gif) no-repeat;
}
li#transactions a:link, 
li#transactions a:visited {
	background: url(../images/transactions_n.gif) no-repeat;
}
li#transactions a:hover {
	background: url(../images/transactions_r.gif) no-repeat;
}
li#loanapplication a:link, 
li#loanapplication a:visited {
	background: url(../images/loanform_n.gif) no-repeat;
	width: 140px;
	margin-left: 5px;
}
li#loanapplication a:hover {
	background: url(../images/loanform_r.gif) no-repeat;
}
li#contactus a:link, 
li#contactus a:visited {
	background: url(../images/contactus_n.gif) no-repeat;
}
li#contactus a:hover {
	background: url(../images/contactus_r.gif) no-repeat;
}
/* HOME PAGE MAIN CONTENT */
div#maincontent {
	height: 175px;
	width: 448px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	float:left;
	background: #638D9C;
	color: #FFF;
}
div#maincontent p{
	padding: 9px 18px 0 18px;
}
/* HOME PAGE AFFILIATIONS LOGOS */
div#affiliations {
	height: 175px;
	width: 154px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	float:left;
	background: #638D9C;
}
div#affiliations h3{
	text-indent: -9999px;
	padding-top: 0;
	background: url(../images/memberships_hdr.gif) no-repeat center;
}
div#affiliations ul{
	list-style:none;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 0.85em;
	background: url(../images/aff-logopanel.gif) no-repeat;
	height: 116px;
}
div#affiliations li{
	text-indent: -9999px;
}
div#affiliations a {
	display: block;
	text-decoration: none; /*4 netscape*/
	width: 100%;
	height: 38px;
}
/*li#gfund a {
	background: url(../images/gf_logo.gif) no-repeat center;	
}
li#ymba a {
	background: url(../images/ymba_logo.gif) no-repeat center;
}
li#rebny a {
	background: url(../images/rebny_logo.gif) no-repeat center;
}
li#icsc a {
	background: url(../images/icsc_logo.gif) no-repeat center;
}*/
/* HOME PAGE INTEREST RATES BLOCK */
div#interestrates {
	width: 758px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	clear: both; 
	background: #8EA8B4;
	padding-bottom: 15px;
}
div#interestrates h3{
	text-indent: -9999px;
	background: url(../images/interestrate_hdr.gif) no-repeat center;	
}
div#interestrates a {
	text-decoration: none;
}
/* SUBPAGE MAIN CONTENT */
div#sitecontent {
	float: left;
	background: #638D9C;
	color: #FFF;
	width: 606px;	
}
div#sitecontent p{
	padding: 9px 18px 0 18px;
}	
/* SUBPAGE DETAIL */
p#pagelabel {
	margin: 140px 0 0 18px;
}
div#sitebody {
	clear: both;
}
.imgframe {
	border: #FFFFFF 8px solid;
	border-collapse: collapse;
	margin-left: 18px;
}
/* ABOUT PAGE */
body#aboutus div#sitebody {
	padding-top: 20px;
	padding-right: 150px;
}	
div#aboutimg {
	float: left;
}
div#aboutcaption {
	float: left;
	font-size: 12px;
	padding-left: 8px;
	padding-top: 125px;	
}
/* TRANSACTIONS PAGE */
body#transactions div#sitecontent {
	background:#FFFFFF;
	border: #000000 solid 2px;
	color: #000000;
	width: 560px;
}
body#transactions div#sitenavigation {
	height: 550px;
}
/* TRANSACTIONS PAGE CATEGORY MENU*/
body#transactions li.category {
	text-indent: 0;
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding: 0 18px 0 0;
	margin: 10px 0 10px 30px;
	border: 0;		
}
body#transactions li.category a:link,
body#transactions li.category a:visited{
	display: inline; /*needed for proper spacing*/
	color: #000000;
}
body#transactions li.category a:hover{
	color: #FFFFFF;
}
/* TRANSACTIONS BODY */
div#forceheight {
	/*structural only - maintains height */
	width: 0;
	height: 550px;
	float: left;
}
div#sitecontent h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 20px 10px 25px;
	margin: 15px 0 20px 0;
	text-align: left;
}
body#transactions div#leftcolumn {
	float: left;
	width: 260;
	margin-top: 20px;
}
body#transactions div#rightcolumn {
	float: left;
	width: 260;
	margin-top: 20px;
}
body#transactions div.deal-box {
	width: 225px;
	padding: 0 0 20px 10px;
	margin: 0 20px 20px 20px;
	/*border: #000000 solid 1px;*/
	border-bottom: #000000 solid 1px;
}

body#transactions div.deal-box p {
	padding: 3px 0 3px 0;
	margin: 0;	
}
div#sitecontent p.deal-image img {
	border: #000000 solid 3px;
}
div#sitecontent p.deal-amount {
	font-weight: bold;
}
div#sitecontent h3 {
	padding: 0;
	margin:0;
	text-align: left;
	font-weight: bold;
}
div#sitecontent p.deal-subheader {
	font-size: 12px;
	font-variant: small-caps;
}
div#sitecontent p.deal-cat {
	font-size: 11px;
}
div#sitecontent p.deal-address {
font-size: 12px;
	color: #638D9C;
}
div#sitecontent p.deal-description {
	font-size: 11px;
	color: #638D9C;
}
div#sitecontent p.deal-info,
div#sitecontent p.deal-info a:link {
	font-size: 11px;
	color: #000000;
}
div#sitecontent p.deal-info a:hover {
	color: #638D9C;
}
/* CONTACT PAGE */
body#contactus div#contact-info {
	background:#FFFFFF;
	border: #000000 solid 2px;
	color: #000000;
	width: 510px;/**/
	float:left;
	position: relative;
	left: 40px;
	top: 20px;
	margin: 0;
	padding-bottom: 20px;
}
body#contactus h2 {
	margin: 20px 0 10px 20px;
	padding: 0;
	font-size: 16px;
}
body#contactus p#company-address,
body#contactus p#company-links {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
body#contactus p#company-links a:link,
body#contactus p#company-links a:visited {
	color: #000000;
}
body#contactus p#company-links a:hover {
	color: #638D9C;
}
body#contactus p#contact-instructions {
	font-size:12px;
	font-weight: bold;
	text-align: center;
}
fieldset#req1 {
	margin: 0 40px 0 40px;
	padding: 0 0 0 20px;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
fieldset#req1 legend{
	font-weight: bold;
	color: #000000;
}
fieldset#req1 label{
	display: block;
	padding: 0 0 3px 0;
}
fieldset#req1 input,
fieldset#req1 select {
	width: 225px;
}
fieldset#req1 p#buttons {
	text-align: center;
}
fieldset#req1 p#buttons input{
	width: 55px;
}	
fieldset#req1 textarea {
	width: 225px;
}	
fieldset#req1 input:focus, 
fieldset#req1 textarea:focus {
	background: #ffc;
}
fieldset#req1 p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 10px;
}
body#contactus div#employee-list {
	color: #FFFFFF;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float:right;
	margin: 20px 10px 0 0;
}
div#employee-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#employee-list li {
	padding-bottom: 16px;
}
/* MISC TEXT FORMATTING */
.black {
	color: #000000;
}
/* FOOTER */
div#footer {
	clear: both;
	color: #FFF;
	text-align: center;
	padding: 18px 0 10px 0;
}
div#footer a:link,
div#footer a:visited {
	color: #FFF;
}
div#footer a:hover {
	color: #000;
}
div#footer a{
	color: #990A5D;
}
div#flashcodebase {
	position: absolute;
	left: -9999px;
}
/* IMAGE POP-UP */
div#imgdisplay img{
	text-align: center;
	border: #000000 solid 3px;
	margin: 15px 0 5px 0;
}
div#imgaddress h1 {
	text-align: center;
	color:#000000;
	font-size: 14px;
	padding-top: 10px;
}
div#imgaddress h2 {
	text-align: center;
	color:#000000;
	font-size: 12px;
	padding: 5px 0 10px 0;
	font-weight: bold;
}
div#imgaddress p {
	text-align: center;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}
div#closewindow,
div#closewindow a {
	text-align: right;
	color:#FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 20px 5px 0;
}