/* CSS Document */

body{
	height: 100%;
	background-color: #FFFFFF;
	margin-top: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #000;*/
	line-height: 1.4em;
	}
	
a, a:link, a:visited{
	color: #3460ad;
	text-decoration: underline;
	}
	
a:active, a:hover{
	text-decoration: underline;
	}
	
h1{
	font-size: 14px;
	font-weight: bold;
	}

h2{
	font-size: 12px;
	font-weight: bold;
	}
	
h3{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	}
	
#document {
	width: 1000px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#homepage{
	height: 700px;
	}
	
#left{
	width: 287px;
	height: 700px;
	background-color: #3460ad;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	}
	
#right{
	width: 713px;
	background-color: #fff;
	float: right;
	}
	
#right_home{
	width: 713px;
	background-color: #fff;
	float: left;
	margin-left:284px;
	}
* html #right_home{ margin-left:142px;}
	
/* Logo styles */

#logo{
	width: 258px;
	margin: 44px 0px 60px 29px;
	}

/* Navigation styles */
#nav{
	width: 100%;
	font-weight: bold;
	margin-bottom: 38px;
	background-color: #3460ad;
	line-height: 1.2em;
	padding-left:21px;
	width:258px;
	margin-top:-40px;
}
	
.nav-normal{
	padding-left: 29px;
	width: 155px;
	margin: 4px 0px 4px 0px;
	letter-spacing: 0.1em
	}
	
.nav-normal-blue{
	padding-left: 21px;
	width: 155px;
	margin: 4px 0px 4px 0px;
	letter-spacing: 0.1em;
	color: #8ac5ec;
	font-weight: bold;
	}
	
.nav-normal-blue-sub
{
	
	width: 155px;
	margin: 150px 0px 20px 0px;
	letter-spacing: 0.1em;
	color: #8ac5ec;
	font-weight: bold;
	font-size: 12px;
	}
	
.nav-selected{
	width: 155px;
	padding: 3px 0px 2px 29px;
	/*background-color: #009ddc;*/
	color: #fff;
	margin: 4px 0px 4px 0px;
	letter-spacing: 0.1em
	}
	
a.nav-link{
	color: #b2b3b6;
	font-weight: bold
	}
	
a.nav-link-blue{
	color: #8ac5ec;
	font-weight: bold
	}
	
a.nav-link-blue-sub{
	color: #8ac5ec;
	}
	
#nav-employee-services{
	width: 100%;
	font-weight: bold;
	/*margin-top: 50px;*/
	/*margin-top:20px;*/
	margin-top:10px;
	/*padding-left:21px;*/
	line-height: 1.2em;
	padding-bottom:1px;
	}
	
#nav-employee-services-sub{
	width: 100%;
	font-weight: bold;
	line-height: 1.2em;
	vertical-align: bottom;
	}
	
#banner
{
	padding-top:2px;
}
	
#top-nav{
	width: 671px;
	height: 20px;
	padding: 8px 0px 0px 42px;
	background-color: #939598;
	}
	
.topnav{
	font-weight: bold;
	color: #cccdcf;
	}
	
.topnav-selected{
	font-weight: bold;
	color: #ffe814;
	float: left;
	letter-spacing: 0.1em;
	}
	
a.topnav, a:active.topnav, a:visited.topnav{
	font-weight: bold;
	color: #cccdcf;
	text-decoration: none;
	letter-spacing: 0.1em;
	float: left;
	}
	
a:hover.topnav{
	font-weight: bold;
	color: #cccdcf;
	text-decoration: underline;
	letter-spacing: 0.1em;
	float: left;
	}
	
.nav-lines{
	color: #e6e7e8;
	font-size: 14px;
	float: left;
	padding: 0px 10px 0px 10px;
	}
	
/* Footer */

#footer{
	background-color: #3460ad;
	/*position: absolute;*/
	left: 0;
	/*top:645px;*/

	margin: 30px 0px 0px 0px;
	border-top: 1px solid #38c0c4;
	padding: 10px 0px 0px 29px;
	color: #fff;
	font-size: 9px;
	width: 258px;
	}

/* this is a firefox hack */
*:lang(en) #footer {margin: 28px 0px 0px 0px;}
	
#footer-sub{
	background-color: #3460ad;
	position: absolute;
	left: 0;
	top:645px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 29px;
	color: #fff;
	font-size: 9px;
	width: 258px;
	}
	
/* Homepage styles */

#pulldown-menu{
	padding: 0px 10px 10px 29px;
	}
	
#news{
	margin: 0px 8px 10px 29px;
	color: #fff;
	line-height: 1.2em;
	font-size: 12px;
	}
	
	.news_stories p
	{
	  font-size:10px;
	}
	
	.news_stories a
	{
	  text-decoration:none;
	  color:#ffffff;
	  /*color:#5cacec;*/
	  font-size: 10px;
	}
.news-header{
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.date{
	padding: 0px 10px 4px 0px;
	float: left;
	}
	
.news-link{
	padding-bottom: 4px;
	}
	
a.news-link{
	color: #fff;
	}
	
a:hover.news-link{
	color: #fff;
	text-decoration: underline;
	}
	
a.class1
{
   visibility:hidden;
}

tr.class1
{
   visibility:hidden;
}
	
/* Subpage styles */

#content{
	margin: 60px 24px 30px 43px;
	width: 646px;
	}
	
#left-column{
	width: 298px;
	margin-right: 14px;
	border-left: 1px solid #96b4c4;
	border-bottom: 1px solid #96b4c4;
	float: left;
	}
	
.header-left{
	width: 298px;
	background-color: #96b4c4;
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0.1em;
	}
	
#right-column{
	width: 312px;
	border-left: 1px solid #d3d7ab;
	border-bottom: 1px solid #d3d7ab;
	float: right;
	font-size: 12px;
	}
	
.header-right{
	width: 312px;
	background-color: #d3d7ab;
	color: #3460ad;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0.1em;
	}
	
.column-text{
	margin: 18px 5px 46px 10px;
	line-height: 1.4em;
	}
.column-text-top
{
	margin: -19px 5px 46px 10px;
	line-height: 1.4em;
	padding-top:0px;
}	
	
.image-left{
	padding: 0px 12px 12px 0px;
	float: left;
	}
	
.section{
	margin-bottom: 20px;
	}
	
/* class section for stock quote display*/
	
.stockQuote td
{
  padding-left:30px;
  padding-right:30px;
}

.StockSymbol
{
  font-weight:700;
}

.LastTrade
{
  font-weight:700;
}