@charset "utf-8";

/* Standard HTML Tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #545f1d;
	background-image: url(/images/bg_greenbands.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
h1 { font-size: 135%; }
h2 {}
h3 {}
p {
	font-size: 75%;
	line-height: 125%;
}
a { color: #003a63; text-decoration: underline; }
blockquote {
	margin: 0 0 0 20px;
}
table {
	font-size: 100%;
}
/* Global Elements */
#pgContainer {
	background-image: url(/images/pg_shadow.png);
	background-repeat: repeat-y;
	width: 909px;
	margin: 0px auto;
}
#header {
	padding: 13px;
	width: 835px;
	margin: 0px auto;
}
#login {
	text-align: right;
	color: #003a63;
	font-weight: bold;
	font-size: 65%;
}
#login a {
	color: #003a63;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
#lead {
	padding: 0px;
	width: 855px;
	margin: 0px auto;
}

/* Navigation */
#navbar {
	position: absolute;
	width: 785px;
	padding: 0 0 0 22px;
	margin-top: -74px;
	margin-left: 52px;
	background-image: url(/images/bg_navbar.png);
	background-repeat: repeat;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	/*width: 10em;*/
	left: -999em; 
}

#nav li ul ul { /* third-and-above-level lists */
	margin-top: -25px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* set custom widths for each menu */
#navAbout li, #navAbout ul {width: 170px;}
#navProducts li, #navProducts ul {width: 170px;}
#navServices li, #navServices ul {width: 130px;}
#navBanking li, #navBanking ul {width: 165px;}
#navPersonal li, #navPersonal ul {width: 130px;}
#navJoin li, #navJoin ul {width: 140px;}

/* position third-level menus to right of their parent menus, based on their indiv widths (see above) */
#navAbout li:hover ul, #navAbout li.sfhover ul {margin-left: 170px;}
#navProducts li:hover ul, #navProducts li.sfhover ul {margin-left: 170px;}
#navServices li:hover ul, #navServices li.sfhover ul {margin-left: 130px;}
#navBanking li:hover ul, #navBanking li.sfhover ul {margin-left: 165px;}
#navPersonal li:hover ul, #navPersonal liv ul {margin-left: 130px;}
#navJoin li:hover ul, #navJoin li.sfhover ul {margin-left: 140px;} 

/* position menus above nav bar based on indiv menu height */
#navAbout ul {margin-top: -169px;}
#navProducts ul {margin-top: -292px;}
#navServices ul {margin-top: -119px;}
#navBanking ul {margin-top: -193px;}
#navPersonal ul {margin-top: -129px;}
#navJoin ul {margin-top: -193px;}

/* basic styles for main menu items */
#nav li a {
	color: #003a63;
	text-align:center;
	font-weight: bold;
}

/* basic styles for subnav items */
#nav li ul li a {
	color: #003a63;
	text-decoration:none;
	font-size:60%;
	font-stretch:condensed;
	text-align:left;
	font-weight: normal;
}

/* add a gray rule above each subnav item */
#nav li ul li {
	border-top:1px solid #CCCCCC;
}
/* change gray rule to blue on rollover of subnav item */
#nav li ul li:hover, #nav li ul li.sfhover {
	/*border-top:1px solid #003a63;*/
}

/* style subnav items PASSIVE state */
#nav li ul {
	background-color: #FFFFFF;
}

/* style main menu and subnav items ACTIVE state */
#nav li ul li a:hover, #nav li a:hover, #nav li ul li a.sfhover, #nav li a.sfhover {
	color:#FFFFFF;
	background-color:#003a63;
}

#navHome a, #navAbout a, #navProducts a, #navServices a, #navBanking a, #navPersonal a, #navJoin a, #navContact a {margin: 0; padding: 10px 15px; text-decoration: none;}

/* padding for submenu */
#navAbout ul li a, #navProducts ul li a, #navServices ul li a, #navBanking ul li a, #navPersonal ul li a, #navJoin ul li a, #navContact ul li a {padding: 7px;}

#nav li a {
	display:block;
	font-size: 80%;
}

/* fix sticky menus */
#nav li:hover, #nav li.sfhover {   
    position: static;
}  


#footer {
	font-size: 65%;
	padding: 10px;
	text-align: center;
	background-image: url(/images/bg_home_news.png);
	margin-top: 20px;
}
#footer p {
	font-size: 100%;
	line-height: 130%;
	padding: 0;
	margin: 0;
}
#footer a {color: #003A63;}

/* Home Page Elements */
#homeContents {
	padding: 20px;
	width: 815px;
	margin: 0px auto;
	background-image: url(/images/bg_phoenix.gif);
	background-repeat: no-repeat;
}
#homestoriesTop {
	clear: both;
}
#homestoriesTopLt {
	width: 520px;
	float: left;
}
#homestoriesTopLt h1 {
	font-size: 150%;
	color: #003a63;
	margin: -5px 0 10px 0;
}
#homestoriesTopLt p {
	line-height: 150%;
	font-size: 75%;
	margin: 0;
}
#homestoriesTopRt {
	width: 249px;
	float: right;
	background-image: url(/images/bg_home_market.png);
	background-repeat: repeat;
}
#homestoriesTopRt p {
	padding: 10px;
}
#homestoriesCtr {
	margin-top: 20px;
	background-image: url(/images/bg_home_news.png);
	background-repeat: repeat;
	height: 104px;
}
#homestoriesCtrLt, #homestoriesCtrRt {
	font-size: 75%;
	line-height: 150%;
	float: left;
	padding: 10px 0 0 10px;
}
#homestoriesCtrLt li, #homestoriesCtrRt li{
	list-style-image: url(/images/prompt_gold.gif);
	padding-bottom: 10px;
	line-height: 110%;
	padding-top: 5px;
}
#homestoriesCtrLt ul, #homestoriesCtrRt ul{
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 95%;
}
#homestoriesCtrLt {
	width: 180px;
	margin: 0 20px;
}
#homestoriesCtrRt {
	width: 180px;
}
#homestoriesBot {
	margin-top: 0px;
	clear: both;
}
#homestoriesBot h3 {
	font-size: 90%;
	color: #003a63;
	padding: 0;
	margin: 10px 0 -7px 0;
}
#homestoriesBot a {
	text-decoration: none;
}
#homestoriesBot a:hover {
	text-decoration: underline;
}
#homestoriesBot p {
	font-size: 70%;
	line-height: 150%;
	
}
#homestoriesBotLt {
	float: left;
	margin: 30px 40px 0 0;
	width: 221px;
}
#homestoriesBotCtr {
	float: left;
	margin: 30px 0 0 0;
	width: 275px
}
#homestoriesBotCtr h3 {
	margin: 0 0 -7px 0;
}
#homestoriesBotRt {
	float: right;
	margin: 30px 0 0 0;
	width: 248px;
}

/* Internal Page Elements */
#pgContents {
	padding: 20px;
	width: 815px;
	margin: 0px auto;
	background-image: url(/images/bg_phoenix.gif);
	background-repeat: no-repeat;
}
#pgstories {
	clear: both;
}
#pgstories h1 {
	font-size: 150%;
	color: #003a63;
	margin: -5px 0 10px 0;
}
#pgstories h2 {
	font-size: 120%;
	color: #003a63;
	margin: 0 0 5px 0;
}
#pgstories h3 {
	font-size: 100%;
	color: #003a63;
	margin: 25px 0 0px 0;
}
#pgstoriesLt {
	width: 540px;
	float: left;
}
#pgstoriesLt p {
	padding: 10px 0;
	margin: 0;
}
#pgstoriesLt ul {
	margin: 5px 15px;
	padding: 0 20px;
}
#pgstoriesLt li {
	font-size: 75%;
	line-height: 125%;
	padding-bottom: 10px;
}
#pgstoriesLtCallout {
	background-image: url(/images/bg_blue2_transparent.png);
	padding: 20px;
	width: 500px;
	margin: 20px 0 0 0;
}
#pgstoriesLtCallout h2 {
	font-size: 125%;
	color: #003a63;
}
#pgstoriesLtCallout p {
	font-size: 75%;
	color: #003a63;
}
#pgstoriesLtCallout li {
	list-style-image: url(/images/prompt_gold.gif);
	margin-left: -20px;
	font-size: 75%;
	padding-bottom: 10px;
	list-style-position: inside;
}
#pgstoriesLtCallout a {
	text-decoration: underline;
	color: #000000;
}
#pgstoriesLtCallout a:hover {
	text-decoration: underline;
}
#pgstoriesRt{
	width: 255px;
	float: right;
	background-repeat: repeat;
	margin-left: 20px;
}
#pgstoriesRt h3 {
	font-size: 90%;
	color: #003a63;
	margin: 20px 0 10px 0;
}
#pgstoriesRt p {
	font-size: 70%;
	line-height: 150%;
}

/* Other Style Rules */
.floatImageRt {
	float: right;
	margin: 0 0 15px 15px;
} 
#pgstoriesRt li {
	font-size: 70%;
	padding-bottom: 5px;
	margin-left: -10px;
}
.floatImageLt {
	float: left;
	margin: 0 15px 15px 0;
}
.bio {
	clear: left;
	width: 80%;
}
.bioImg {
	float: left;
	margin: 0 15px 15px 0;
}
.clear {
	clear: both;
	margin: 0;
	height: 1px;
}
.bankingTombstone {
	background-image: url(/images/banking/bg_tombstone_head.jpg);
	background-repeat: repeat-x;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcd4c1;
}
#contactForm {
	margin: 0;
	padding: 0;
}
#contactForm input, #contactForm select {
	margin: 0 20px 10px 0;
}
#contactForm input.required, #contactForm select.required {
	border: #CC0000 2px solid;
	color: #000000;
}
.required {
	color: #CC0000 ;
}
.checkbox {
	margin: 0;
	padding: 0;
}
#altContentCopy {
	position: absolute;
	top: 50px;
	background-color:#FFFFFF;
	padding: 10px;
	margin: 0 auto;
	width: 500px;
}
