/******** SITE STYLES *********/

body {
	margin: 0;
	padding: 0 10px 10px;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #878572;
	background: #fff;
}
p, h1, h2, h3, h4, h5, ul, li, ol, dl, dt, dd, table, th, td, form {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
h2 {
	margin: 0 0 .7em;
	font-size: 19px;
	font-weight: normal;
	color: #646150;
}
h3 {
	margin: 0 0 .5em;
	font-size: 15px;
	color: #76735F;
}
h4 {
	margin: 0 0 .4em;
	font-size: 13px;
	color: #646150;
}
h4.alt {
	margin: 0 0 .4em;
	font-size: 14px;
	color: #646150;
}
h5 {
	margin: 0 0 .4em;
	font-size: 12px;
	color: #878572;
}
ul {
	margin: 0 0 1.5em;
	list-style-type: none;
}
ul ul {
	margin: 1em 0 0 1.5em;
}
ul li {
	margin-bottom: .7em;
	padding-left: 10px;
	background: url("/images/arrow.gif") no-repeat 1px .4em;
	line-height: 1.4em;
}
ol li {
	margin-bottom: .7em;
	line-height: 1.2em;
}
dl {
	margin: 0 0 1.5em;
}
dt {
	margin: 0 0 .4em;
	font-size: 12px;
	font-weight: bold;
}
dd {
	margin: 0 0 1em;
	line-height: 1.4em;
}	
a {
	text-decoration: none;
	color: #893a08;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
td {
	padding: 3px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

/* page
******************************************************************/
#page {
	margin: 0 auto;
	text-align: left;
	width: 945px;
	position: relative;
}

/* Flash header
******************************************************************/
#header {
	margin-top: -1px;
	min-height: 180px;
}
#header h1 {
	text-indent: -9000px;
}
/* .flash-replaced class is assigned by Flash plugin to the #header container */
#header.flash-replaced {
}
/* new container with .alt class created by Flash plugin to wrap content we are replacing  */
#header .alt {
	display: none;
}

/* nav
******************************************************************/
#nav ul {
	margin: 0 0 8px;
	padding: 0;
	list-style-type: none;
	height: 31px;
	background: url("/images/nav.png");
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
}
#nav a {
	height: 31px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
}
li#nav1 a {
	width: 133px;
	background-image: url("/images/nav1.png");
}
li#nav2 a {
	width: 209px;
	background-image: url("/images/nav2.png");
}
li#nav3 a {
	width: 210px;
	background-image: url("/images/nav3.png");
}
/* nav rollover effect */
#nav a:hover {
	background-position: 0 -31px;	
}
/* nav 'you are here' effect */
#our-story li#nav1 a, #personal-banking li#nav2 a, #business-banking li#nav3 a {
	background-position: 0 -31px;	
}

/* content
******************************************************************/
#content {
	position: relative;
}

/* content-main
******************************************************************/
#content-main {
	padding: 83px 32px 0;
	width: 640px;
	min-height: 810px;
	float: left;
	background: url("/images/page.png") repeat-x top;
}
#content-main h2 {
	position: absolute;
	top: 31px;
	left: 32px;
}

/* content-aside
******************************************************************/
#content-aside {
	margin-bottom: 20px;
	padding-top: 10px;
	width: 235px;
	float: right;
	background: url("/images/bg_gradient.png") repeat-x top;
}
#content-aside .section {
	margin: 0 0 20px 15px;
	width: 211px;
}
#content-aside .section-head {
	margin: 0;
	padding: 15px 20px 10px 18px;
	background: url("/images/sidebox_top.png") !important;
}
#content-aside .section-body {
	padding: 0 5px 5px 8px;
	background: url("/images/sidebox.png") bottom;
	
}

/* footer
******************************************************************/
#footer {
	padding-top: 15px;
	font-size: 11px;
	clear: both;
	border-top: 1px solid #dbdbc3;
}
#footer span#ehl {
	padding-left: 23px;
	background: url(/images/equal_housing_lender.png) no-repeat;
}
#footer span.links {
	padding-left: 5px;
	color: #893a08;
}
/* accordion
******************************************************************/
.accordion-topic {
	margin: 0 0 8px;
	padding: 9px 0 9px 47px;
	font-size: 15px;
	font-weight: bold;
	color: #646150;
	background: url("/images/toggle.png") no-repeat;
}
.accordion-panel {
	margin: 0 0 5px 47px;
}
.accordion .on {
	background: url("/images/toggle_on.png") no-repeat;
}
.accordion .hover {
	background: url("/images/toggle_on.png") no-repeat;
	text-decoration: none;
	cursor: pointer;
}

/* forms
******************************************************************/
input.text, textarea {
	font-size: 11px;
	padding: 4px;
	background: #F2F4F4;
	border-left: 1px solid #a6a7a7;
	border-top: 1px solid #a6a7a7;
	border-right: none;
	border-bottom: none;
}
textarea {
	display: block;
	margin: 5px 0 0;
	width: 400px;
	height: 50px;
}	
textarea.small {
	height: 30px;
}	
input.inactive {
	color: #999;
}
form div.question {
	margin: 0 0 10px;
}
label.mainlabel {
	display: block;
	margin: 0 0 -10px;
	font-weight: bold;
}
select {
	background: #F2F4F4;
	border: 1px solid #a6a7a7;
}
button#submit,
button#submit2,
button#submit-login {
	position: relative;
	z-index: 5;
	margin: 10px 0 10px -2px;
	padding: 0 0 27px 0;
	display: block;
	width: 180px;
	height: 50px;
	border: 0;
	cursor: pointer;
	background: none;
	font: bold 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #878572;
	text-align: center;
	overflow: hidden;
	text-decoration: underline;
}

/* remove dotted line on button in firefox */
button::-moz-focus-inner {
	padding: 0 !important;
	border: 0 !important;
}

button#submit span,
button#submit2 span,
button#submit-login span {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 180px;
	height: 50px;
	background: url("/images/btn_submit.png") no-repeat;
	cursor: pointer;
}

button:active,
button:focus {
outline: none;
-moz-outline-style: none;
}

.form-load-area {
	display: block;
	background: url("/images/loading.gif") left center no-repeat;
	cursor: default;
}

.form-loading {
	font: bold 12px/41px Verdana, Arial, Helvetica, sans-serif;
	color: #878572;
	margin: 10px 0;
	height: 41px;
	padding: 0 0 0 30px;
}

p.error,
div.error,
label.error {
	color: #893a08;
}

label.error {
	display: block;
	padding-left: 2px;
}

.checkboxes,
.checkboxes2,
.checkboxes3 {
	position: relative;
}

.checkboxes label.error,
.checkboxes2 label.error,
.checkboxes3 label.error {
	position: absolute;
	top: 22px;
	left: 300px;
}

.checkboxes2 label.error {
	left: 100px;
}

.checkboxes3 label.error {
	left: 170px;
}

input.error,
textarea.error,
select.error {
	/*background-color: #c55b16;
	color: #fff;*/
	background-color: #e9d5c8;
}

/* misc
******************************************************************/
.strong {
	font-weight: bold;
}
ul.blanks li {
	padding-left: 0;
	background: none;
}
img.float {
	margin: 0 0 10px 10px;
	float: right;
}
.blocklink {
	margin: -.3em 0 1.5em;
}
.blocklink a {
	padding-left: 10px;
	background: url("/images/arrow.gif") no-repeat 1px .4em;
}
.hover {
	cursor: pointer;
	text-decoration: underline;
}
span.cite {
	font-size: 90%;
	font-style: italic;
}
span.smaller {
	font-size: 90%;
}
.unbold {
	font-weight: normal;
}
div.hr {
	margin: 1.2em 0 0;
	height: 1.2em;
	background: url("/images/dash.gif") repeat-x;
	clear: both;
}
.hide {
	display: none;
}

.image-holder {
	position: relative;
	background: url("/images/flickr_bg.png") no-repeat;
	width: 149px;
	height: 102px;
	float: left;
}
.image-holder div,
.image-holder img {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 131px;
	height: 83px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.image-description {
	margin-left: 160px;
	min-height: 105px;
	margin-bottom: 15px;
}
.breadcrumbs {
	color: #893a08;
	cursor: default;
	/*font-size: 11px;*/
}

.breadcrumbs a.active,
.breadcrumbs a.active:hover {
	text-decoration: none;
	cursor: default;
	color: #646150;
}

/******** PAGE STYLES *********/

/* home page
******************************************************************/
#home #header {
	height: 305px;
	margin-bottom: 3px;
}
#home-left {
	padding-top: 205px;
	float: left;
	width: 467px;
	background: url("/images/home_left.jpg") no-repeat;
	position: relative;
}
#home-right {
	float: right;
	width: 467px;
	background: url("/images/home_right.jpg") no-repeat;
}
#home #intro {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 300px;
}
#home #intro p {
	margin-left: 2px;
	width: 170px;
}	
#home h2 {
	margin: 0 0 -2px;
	text-indent: -9000px;
	width: 245px;
	height: 39px;
	background: url("/images/hdg_inspired.png") no-repeat 0 0;
}
#home #menu {
	margin: 0 20px 0 30px;
}
#home #menu1 {
	float: left;
	width: 30%;
}
#home #menu2 {
	float: left;
	width: 32%;
}
#home #menu3 {
	float: left;
	width: 37%;
}
#home-right #callouts, #home-right #related {
	padding: 30px 16px 0 23px;
	float: left;
	width: 193px;
}
#home #callouts div {
	padding-left: 80px;
}
#home #callout1 {
	background: url("/images/pho_lifesaver_small_old.png") no-repeat;	
}
/*#home #callout2 {
	background: url("/images/pho_lifesaver_small.png") no-repeat;	
}*/
#home #callout2 {
	background: url("/images/pho_therapy_small.png") no-repeat;	
}
#home #callout4 {
	background: url("/images/e-statement_small.png") no-repeat;	
}

#home #callout3 {
	background: url("/images/pho_rocks_small.png") no-repeat;	
}

#home #callout5 {
	background: url("/images/_home_mortgage_icon.png") no-repeat;	
}

#home #callout6 {
	background: url("/images/_home_opt_icon.png") no-repeat;	
}


/* landing pages
******************************************************************/
#content.landing #content-main {
	padding: 0;
	width: 700px;
	min-height: 0;
}
.landing #intro {
	margin: 20px 30px 20px 300px;
}
.landing #content-main h2 {
	margin: 0 0 -12px -40px;
	position: static;
	text-indent: -9000px;
	height: 57px;
}
.landing #intro h3 {
	color: #4c770c;
}
.landing #overlay {
	padding: 10px 28px 0;
	background: url("/images/landing_overlay.png") no-repeat;
	min-height: 360px;
}
.landing #menu h3 {
	padding: 8px 15px;
	background: url("/images/hdg_gradient.png") no-repeat;
}
.landing #menu h4 {
	margin-left: 15px;
}
.landing #menu ul {
	margin: 0 0 1em 17px;
	padding: 0;
}
.landing #menu div {
	float: left;
}
.landing #callouts {
	clear: both;
}
.landing #callouts div {
	margin-right: 1%;
	padding-top: 100px;
	float: left;
	width: 49%;
}
/* our story
**************************/
#our-story .landing #content-main {
	background: url("/images/landing_story.png") no-repeat 0 0;
}
#our-story .landing #intro {
	margin-left: 300px;
}
#our-story .landing h2 {
	background: url("/images/hdg_story.png") no-repeat 0 0;
}
#our-story .landing h2 {
}
#our-story .landing #menu1 {
	width: 55%;
}
#our-story .landing #menu1a {
	float: left;
	width: 50%;
}
#our-story .landing #menu2 {
	width: 45%;
}
#our-story .landing #callout1 {
	background: url("/images/pho_headquarters.png") no-repeat;	
}
#our-story .landing #callout2 {
	background: url("/images/pho_heart.png") no-repeat;	
}
/* personal banking
**************************/
#personal-banking .landing #content-main {
	background: url("/images/landing_personal.png") no-repeat 0 0;
}
#personal-banking .landing #intro {
	margin-left: 335px;
}
#personal-banking .landing h2 {
	background: url("/images/hdg_necessities.png") no-repeat 0 0;
}
#personal-banking .landing #menu1 {
	width: 35%;
}
#personal-banking .landing #menu2 {
	width: 65%;
}
#personal-banking .landing #menu2a {
	float: left;
	width: 50%;
}
#personal-banking .landing #callout1 {
	background: url("/images/pho_benjamin.png") no-repeat;	
}
#personal-banking .landing #callout2 {
	background: url("/images/pho_lifesaver.png") no-repeat;	
}
/* business banking
**************************/
#business-banking .landing #content-main {
	background: url("/images/landing_business.png") no-repeat 0 0;
}
#business-banking .landing #intro {
	margin-left: 285px;
}
#business-banking .landing h2 {
	background: url("/images/hdg_resources.png") no-repeat 0 0;
}
#business-banking .landing #menu1 {
	width: 50%;
}
#business-banking .landing #menu2 {
	width: 50%;
}
#business-banking .landing #callout1 {
	background: url("/images/pho_keyboard.png") no-repeat;	
}
#business-banking .landing #callout2 {
	background: url("/images/pho_heart.png") no-repeat;	
}

/* video pages
******************************************************************/
#content.video {
	padding: 83px 32px 0;
	min-height: 780px;
	background: url("/images/page_video.png") no-repeat;	
}
#content.video h2 {
	position: absolute;
	top: 31px;
	left: 32px;
}
#video {
	margin: 0 20px 0 10px;
	width: 473px;
	height: 370px;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
}
#video_q {
	float: left;
}
#video_q li {
	color: #893a08;
}

/* calculators pages
******************************************************************/
.cTimeValue {
	height: 100%;
}

.cTimeValue h2 {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	font-size: 16px !important;
}

.cTimeValue table {
	border: 0 !important;
	display: block !important;
}

.cTimeValue table tr td {
	border: 0 !important;
	padding: 0 4px 0 0 !important;
}
