@charset "utf-8";

/* Standard HTML Tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #5F3032;
	background-image: url(/images/bg_maroonbands.png);
	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: #5F3032; text-decoration: underline; }
blockquote {
	margin: 0 0 0 20px;
}
table {
	font-size: 100%;
}
/* Global Elements */
#alphaTrade
{
    margin: 25px 0 0 10px;
    float:left; 
}


#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: #5F3032;
	font-weight: bold;
	font-size: 65%;
}
#login a {
	color: #5F3032;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
#lead {
	padding: 0px;
	width: 353px;
    margin: 0 0 20px -20px;
	float: left;
	
}
#leadSubPage
{
    padding: 0px;
	width: 235px;
    margin: 0 0 20px -20px;
	float: left;
}

#logo  
{
    position: relative;
    margin: 0;
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    height: 129px;
    width: 100%;
}

#logoSubPage
{
    position: relative;
    margin: 0;
    background-image: url(/images/logo2.png);
    background-repeat: no-repeat;
    height: 129px;
    width: 100%;
}

/* Navigation */
#navbar {
	position: relative;
	width: 100%;
	height: 330px;
	padding: 0px;
	padding-top: 13px;
	margin: 0px;
	background-image: url(/images/bg_navbar.png);
	background-repeat: no-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 */
    background-image: url(/images/bg_navitem.png);
   	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 13px;
	width: 200px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	left: -999em; 
	margin-left: 200px;
}

#nav li ul ul { /* third-and-above-level lists */

}

#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 */


/* 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 */


/* basic styles for main menu items */
#nav li a {
	color: #5F3032;
	text-align: left;
	font-weight: bold;
	margin: 0; 
	padding: 10px 10px 10px 10px; 
	text-decoration: none;
}

/* basic styles for subnav items */
#nav li ul li a {
	color: #5F3032;
	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 
{
    margin: 0;
	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 #5F3032;*/
}

/* style subnav items PASSIVE state */
#nav li ul 
{
    margin-top: -30px;
	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:#5F3032;
}

/*#navHome a, #navAbout a, #navProducts a, #navServices a, #navBanking a, #navPersonal a, #navJoin a, #navContact a {}
*/
/* 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.png);
	margin-top: 20px;
}
#footer p {
	font-size: 100%;
	line-height: 130%;
	padding: 0;
	margin: 0;
}
#footer a {color: #5F3032;}

/* Home Page Elements */
#homeContents 
{
    background-image: url(/images/bg_phoenix.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 20 20 20px;
	width: 815px;
	margin: 0px auto;
	padding-bottom: 20px;
}


#homestoriesTop
{
    margin-top: 40px;
	float: left;
	margin-left: 30px;
}

#homestoriesTop h1 {
	font-size: 150%;
	color: #5F3032;
	margin: -5px 0 10px 0;
}

#homestoriesTop p {
	line-height: 150%;
	font-size: 75%;
	margin: 0 0 20px 0;
}

#homestoriesTop ul
{
    line-height: 150%;
    font-size: 75%;
}

#homestoriesTop li ul
{
    font-size: 90%;
}

#homestoriesTop h4
{
    color: #5F3032;
}

#homesotriesTopMain
{
    width: 450px;
}

#homestoriesTopSub
{
	width: 550px;
}

#homestoriesTopRt {
	background-image: url(/images/bg_home_market.png);
	background-repeat: repeat;
}
#homestoriesTopRt p {
	padding: 10px;
}
#homestoriesCtr 
{
    clear: both;
	margin: 0;
}

#homestoriesCtr p
{


}
#homestoriesCtr h4 
{
    color: #5F3032;
    margin: 5px 0 0 0;
}

#homestoriesCtrLt, #homestoriesCtrRt {
	font-size: 75%;
	line-height: 150%;
	float: left;
}

#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{
	margin: 0;
	font-size: 95%;
}

#homestoriesCtrLt {
	width: 333px;
    margin: 0 0 30px 0;
}

#homestoriesCtrCtr 
{
    padding: 12px 40px 0 10px;
    background-image: url(/images/bg_home.png);
	background-repeat: repeat;
}

#homestoriesCtrRt 
{
    margin: 0 0 30px 30px;
    padding-bottom: 10px;
	width: 450px;
	background-image: url(/images/bg_home.png);
	background-repeat: repeat;
}

.news p
{
    margin-left: 20px;
    font-size: 85%;
}

.homeBotRt
{
    background: none;
}

#homestoriesBot {
	margin-top: 0px;
	clear: both;
}

#homestoriesBot h3 {
	font-size: 90%;
	color: #5F3032;
	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: 0;
	width: 333px;
}
#homestoriesBotCtr {
	float: left;
	margin: 30px 0 0 0;

}
#homestoriesBotCtr h3 {
	margin: 0 0 -7px 0;
}
#homestoriesBotRt 
{
    background-image: url(/images/bg_home.png);
	background-repeat: repeat;
	float: left;
	margin: 0 0 0 30px;
	width: 450px;
}

#homeBotRt
{
    float: left;
	margin: 0 0 0 30px;
	width: 450px;
}

/* 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: #5F3032;
	margin: -5px 0 10px 0;
}
#pgstories h2 {
	font-size: 120%;
	color: #5F3032;
	margin: 0 0 5px 0;
}
#pgstories h3 {
	font-size: 100%;
	color: #5F3032;
	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: #5F3032;
}
#pgstoriesLtCallout p {
	font-size: 75%;
	color: #5F3032;
}
#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: #5F3032;
	margin: 20px 0 10px 0;
}
#pgstoriesRt p {
	font-size: 70%;
	line-height: 150%;
}

/* Other Style Rules */
.floatImage 
{
    float: left;
    margin: 0px;
    padding: 0px;
}
.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 p
{
    margin-bottom: 10px;
}
#contactForm input.required, #contactForm select.required {
	border: #CC0000 2px solid;
	color: #000000;
}
.required {
	color: #CC0000 ;
}
.checkbox {
	margin: 0;
	padding: 0;
}
#altContentCopy {
	position: absolute;
	margin-top: -200px;
	width: 100%;
}
