/*----------------------------------------
General Web Site Elements */

body /* Website Body */
{
	text-align: center;
	
	margin: 0px;
	padding: 0px;
	
	background-color: #052F51;
}

h1 /* Section Titles */
{
	margin: 0px 0px 12px 0px;
	padding: 0px;
	
	color: #000000;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
}

h2 /* Company Slogan Header */
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
}

h3 /* Company Name Header */
{
	color: #FFFFFF;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 0px;
	padding: 0px;
}

h4 /* Sub-Nav Header */
{
	padding: 7px;
	margin: 0px;
	
	color: #003764;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	
	border-bottom: 1px solid #BEDFE7;
	background-color: #D9EEF2;
}

img /* Remove Borders From Images */
{
	border: none;
}

#container /* Website Container */
{
	width: 100%;
	margin: 0px auto;
	
	background-color: #FFFFFF;
}


/*----------------------------------------
Header Elements */

#header /* Website Header DIV */
{
	width: 100%;
	height: 96px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#header .logoBar
{
	width: 750px;
	height: 64px;
	margin: 0px auto;
	padding: 0px; 
	
	color: #FFFFFF;
	text-align: left;
}

/*----------------------------------------
Header Nav Elements */

#navHeader /* Main Nav Header DIV */
{
	width: 100%;
	height: 212px;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../images/headerNav_bg.gif);
	background-repeat: repeat-x;
}

#mainNav /* Main Nav DIV */
{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
}

#mainNav ul /* Main Nav List */
{
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	list-style-type: none;
}

#mainNav li /* Main Nav List Line */
{
	display: inline; /* IE Sucks */
}

#mainNav li a /* Main Nav List Links */
{
	display: block;
	float: left;
	
	width: 149px;
	height: 28px;
	
	margin: 1px 1px 0px 0px;
	padding: 12px 0px 0px 0px;
	
	color: #FFFFFF;
	text-decoration: none;
	
	background-image: url(../images/mainNavUp_bg.gif);
	background-repeat: repeat-x;
}

#mainNav li a:hover /* Main Nav List Links Hover */
{
	color: #FFFFFF;
	
	background-image: url(../images/mainNavOver_bg.gif);
	background-repeat: repeat-x;
}

#navHeader .dropMenu /* Main Nav Drop Down Menu DIV */
{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	
	width: 215px;
	margin: 1px 0px 0px 0px;
	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	
	border: 1px solid #184263;
	border-bottom: none;
	background-color: #355E7E;
}

#navHeader .dropMenu a /* Main Nav Drop Down Menu Link */
{
	display: block;
	
	width: 205px;
	padding: 1px 0px 0px 10px;
	
	color: #FFFFFF;
	text-decoration: none;
	
	border-bottom: 1px solid #234C6A;
}

#navHeader .dropMenu a:hover /* Main Nav Drop Down Menu Hover */
{
	color: #FFFFFF;
	background-color: #003764;
}

#flashHeader /* Flash Header Div */
{
	clear: both;
	
	width: 750px;
	height: 170px;
	margin: 0px auto;
	padding: 0px;
	
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

#flashHeader a /* Flash Header Link */
{
	color: #000000;
	text-decoration: underline;
}

#flashHeader a:hover /* Flash Header Hover */
{
	color: #003764;
	text-decoration: none;
}


/*----------------------------------------
Search Bar / Bank Login Elements */

#searchContainer /* Search Bar Container */
{
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	
	border-top: 3px solid #003764;
	background-color: #2F587A;
}

#searchBar /* Search Bar */
{
	width: 750px;
	margin: auto;
	padding: 0px;
}

#searchBar .bankLogin /* Bank Login */
{
	float: left;
	
	width: 375px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

#searchBar .bankLogin a /* Bank Login Link */
{
	color: #FFFFFF;
	text-decoration: none;
}

#searchBar .bankLogin a:hover /* Bank Login Hover */
{
	text-decoration: underline;
}

#searchBar .searchOption /* Search Option */
{
	float: left;
	
	width: 375px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#searchBar .searchOption form /* Search Option Form */
{
	margin:0px;
	padding:0px;
}

#searchBar .searchOption input /* Search Option Input */
{
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/*----------------------------------------
Quick Links Elements */

#quickLinks /* Quick Links DIV */
{
	width: 750px;
	margin: 10px auto;
}

dl /* block position that can be changed at will */
{
	float: left;
	width: 250px; /* width of block according to your background image */
	
}

dl, dt, dd /* suppression of all margins and paddings */
{
	margin: 0px;
	padding: 0px;
}

dl /* by default background on the entire block */
{	
	padding-bottom: 20px; /* so that text will not appear on the bottom rounded edge */
	background: url(../images/quickLink_bottom.gif) bottom left no-repeat;
}

dt /* Bloc Title */
{
	height: 80px;
	padding: 0px 0px 0px 15px;
	
	color: #191919;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	
	background: url(../images/quickLink_top.gif) top left no-repeat;
}

dd /* Bloc Text */ 
{
	padding: 15px 15px 0px 15px; /* internal block spaces administration */
	
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	
	background: url(../images/quickLink_middle.gif) top left repeat-y; /* internal background */
}

dd strong /* Bloc Text Heading */
{
	color: #003764;
	font-size: 12px;
}

dd form /* Bloc Form */
{
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------
Featured Items Elements */

#featuredItems /* Featured Items DIV */
{
	clear: both;
	
	width: 750px;
	margin: 0px auto;
	padding: 0px;
}

#featuredItems .marketSummary /* Stock Market Summary */
{
	float: left;
	
	width: 235px;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	
	color: #191919;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
	border-right: 1px solid #CFCFCF;
}

#featuredItems .marketSummary strong /* Stock Market Summary Header */
{
	margin: 0px;
	padding: 0px 0px 0px 25px;
	
	font-size:18px;
	font-weight: bold;
	
	background-image: url(../images/doubleArrows.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#featuredItems table#marketInfo /* Stock Market Summary Table */
{
	width: 235px;
	margin-top: 15px;
	
	border: 1px solid #CCCCCC;
} 

#featuredItems td.title /* Stock Market Summary Title */
{
	margin: 0px;
	padding: 5px 3px 5px 3px;
	
	font-weight: bold;
	text-transform: uppercase;
	
	background: #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
}

#featuredItems td.name /* Stock Market Summary Symbol Name */
{
	margin: 0px;
	padding: 3px 0px 3px 3px;
	
	color: #003764;
}

#featuredItems td.last /* Stock Market Summary Last Trade At */
{
	margin: 0px;
	padding: 3px 7px 3px 5px;
	
	text-align: right;
}

#featuredItems td.changeDown /* Stock Market Summary Change Up */
{
	margin: 0px;
	padding: 3px 5px 3px 10px;
	
	color: #CC0000;
	font-weight: bold;
	text-align: right;
	
	background-image: url(../images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#featuredItems td.changeUp /* Stock Market Summary Change Down */
{
	margin: 0px;
	padding: 3px 5px 3px 5px;
	
	color: #009900;
	font-weight: bold;
	text-align: right;
	
	background-image: url(../images/up_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#featuredItems td.noChange /* Stock Market Summary No Change */
{
	margin: 0px;
	padding: 3px 5px 3px 5px;
	
	color: #191919;
	font-weight: bold;
	text-align: right;
}

#featuredItems .newsletter /* Newsletter Sign-Up DIV */
{
	float: left;
	
	width: 484px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
}

#featuredItems .newsletter strong /* Newsletter Sign-Up Header */
{
	margin: 0px;
	padding: 0px 0px 0px 25px;
	
	font-size:18px;
	font-weight: bold;
	
	background-image: url(../images/doubleArrows.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#featuredItems form /* Newsletter Sign-Up Form */
{
	margin:0px;
	padding:0px;
}


/*----------------------------------------
Footer Elements */

#footerSpacer /* Content and Footer Spacer */
{
	clear: both;
	
	width: 100%;
	height: 30px;
	
	border-bottom: 3px solid #003764;
}

#footer /* Website Footer DIV */
{
	width: 100%;
	height: 81px;
	margin: 0px;
	padding: 0px;

	color: #92A7B7;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer .nav /* Website Footer Items */
{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
}

#footer .nav ul /* Footer Nav List */
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#footer .nav li /* Footer Nav List Line */
{
	display: inline; /* IE Sucks */
}

#footer .nav li a /* Footer Nav List Links */
{
	display: block;
	float: left;
	
	margin: 15px 0px 0px 0px;
	padding: 0px 16px 0px 16px;
	
	color: #92A7B7;
	text-decoration: none;
	
	border-right: 1px solid #92A7B7;
}

#footer .nav li a:hover /* Footer Nav Hover */
{
	text-decoration: underline;
}

#footer .text /* Footer TExt */
{
	clear: both;
	
	width: 750px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	
}

#footer .text a /* Footer Text Link */
{
	color: #92A7B7;
	text-decoration: none;
}

#footer .text a:hover /* Footer Text Link Hover */
{
	text-decoration: underline;
}


/*----------------------------------------
Main Body Elements */

#mainBody /* Main Content Cotnainer */
{
	margin: 20px auto;
	margin-bottom: 20px;
	width: 750px;
	
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

/*---------- Left Content ---------*/

#leftContent /* Main Left Content Container */
{
	float: left;
	margin-right: 50px;
	width: 475px;
}

#leftContent a /* Left COntent Link */
{
	color: #004477;
	text-decoration: none;
}

#leftContent a:hover /*Left Content Link Hover */
{	
	color: #CC0000;
	background-color: #FFF5C0;
}

#leftContent .title /* Left Content Sub Title */
{
	margin-top: 25px;
	padding: 5px;
	
	color: #194251;
	font-size: 15px;
	font-weight: bold;
	
	border-bottom: 1px solid #BEDFE7;
	background-color: #D9EEF2;
}

#leftContent ol /* Left Contnet Bullet List */
{
	list-style-type: circle;
}

#leftContent ol li /* Left Content Bullet Line */
{
	margin-bottom: 10px;
}

#leftContent ul /* Main Left Contnet List */
{
	margin: 30px 0px 0px 0px;
	padding: 0px;
	
	list-style-type: none;
}

#leftContent ul a /* Left Content Link */
{
	display: block;
	padding: 8px 0px 8px 35px;
	width: 440px;
	
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	
	border-top: 1px solid #CFCFCF;
	background-image: url(../images/pdf_logo_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#leftContent ul a:hover /* Left Content Hover */
{
	color: #333333;
	background-color: #EEEEEE;
}

#leftContent .staff /* Left Content Staff List */
{
	clear: both;
}

#leftContent .staff .picDiv /* Left Content Picture Container */
{
	float: left;
	margin: 20px 20px 0px 0px;
	width: 100px;
}

#leftContent .staff .textDiv /* Left Content Staff Content */
{
	float: left;
	margin: 25px 0px 0px 0px;
}

#leftContent .staff .staffPic /* Left Content Staff Pictures */
{
	width: 100px;
	height: 100px;
	
	border: 1px solid #333333;
}



/*--------- Right Content ----------*/

#rightContent /* Main Right Content Container */
{
	float: right;
	width: 225px;
}

#rightContent ul /* Right Content List */
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
	list-style-type: none;
}

#rightContent ul a /* Right Content Link */
{
	display: block;
	padding: 7px 20px 7px 25px;
	width: 180px;
	
	color: #333333;
	text-decoration: none;
	
	border-bottom: 1px solid #E2E2E2;
	background-image: url(../images/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rightContent ul a:hover /* Right Content Hover */
{
	background-color: #EEEEEE;
}

 
 
 /*----------------------------------------
Contact Form Elements */

#contactContainer /* Contact Container */
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#contactContainer .formError /* Contact Form Error Message */
{
	color: #191919;
	font-size: 11px;
	font-weight: bold;
	
	margin: 15px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	
	border: 1px solid #E1E100;
	background-color: #FFFF73;
}

#contactContainer .formPass /* Contact Form Sent Message */
{
	color: #191919;
	font-size: 11px;
	font-weight: bold;
	
	margin: 15px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	
	border: 1px solid #00BB00;
	background-color: #E2FFE4;
}

#contactContainer .contactForm label /* Contact Form Label */
{
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

#contactContainer .contactForm a /* Contact Form SC Link */
{
	color: #555555;
	text-decoration: underline;
}

#contactContainer .contactForm a:hover /* Contact Form SC Hover */
{
	color: #000000;
	text-decoration: none;
}


/*----------------------------------------
Search Results Elements */

#searchBody /* Search Results Body DIV */
{
	width: 750px;
	margin: 20px auto;
	padding: 0px;
	
	color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

#searchBody strong /* Search Results Highlighted */
{
	color: #003764;
	font-weight: bold;
}

#searchBody a
{
	color: #003764;
	text-decoration: underline;
}

#searchBody a:hover 
{
	color: #191919;
	text-decoration: none;
}


/*----------------------------------------
News / Downloads Elements */

#fileBody /* Main Content DIV */
{
	margin: 20px auto;
	margin-bottom: 20px;
	width: 750px;
	
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}

#fileBody .newsDownloads /* News - Downloads DIV */
{
	width: 750px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 0px 0px 20px 0px;
	
	text-align: left;
	
	background-color: #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
}