@import url(allen.css);

* {
	margin: 0px;
	padding: 0;
}


body {
	font-size: .8em;
	color: #011527;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #799754;
	font-size: 1.5em;
	padding-bottom: 20px;
}

#topLinks {
	width: 738px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-right: 26px;
	text-decoration: none;
	font-size:.9em;
	font-weight:bold;
	color:#011527;
}
#topLinks a {
	color: #011527;
	text-decoration: none;
}

#topLinks a:hover {
	color: #789754;
}


/* masthead */

#mastheadContainer {
	background-repeat: no-repeat;
	background-image: url(../images/display/mast_bg.gif);
	background-position: center center;
}

#masthead {
	width: 741px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	clear: both;
	position:relative;
}
#masthead img {
	float: right;
}

#masthead #bannerimage {
	float: right;
	clear: right;
}

#masthead #nav {
	width: 506px;
	float: right;
}



#masthead #logo {
	float: left;	
}


/* navigation */

#main_nav {
	float:right;
}

#main_nav li{
	float:left;
	list-style:none;
}

#main_nav li a{
	float:left;
	background:url(/images/display/navigation.gif) no-repeat;
	width:100px;
	height:33px;
}

#main_nav li a span {
	display:none;
}

#main_nav #insurance{
	background-position:0 0;
	width:103px;
}

#main_nav #employee_benefits {
	background-position:-103px 0;
	width:154px;
}

#main_nav #asset_management {
	background-position:-257px 0;
	width:159px;
}

#main_nav #planning {
	background-position:-416px 0;
	width:90px;
}

/* hover states */

#main_nav #insurance:hover{
	background-position:0 -33px;
}

#main_nav #employee_benefits:hover {
	background-position:-103px -33px;
}

#main_nav #asset_management:hover {
	background-position:-257px -33px;
}

#main_nav #planning:hover {
	background-position:-416px -33px;
}

/*sidebar*/

#content_container #leftbar a {
	padding-top: 5px;
}

#ancfor_container {
	clear: both;
	width: 232px;
}


#content_container #leftbar #bottom {
	clear: none;
	float: left;
}

#bottom a:hover {
	text-decoration:underline;
	}


#content_container #leftbar {
	width: 232px;
	background-color: #ABC178;
	color: #011527;
	float: left;
	background-image: url(../images/display/leftbar.bg.gif);
	z-index: -1;
}
#content_container #leftbar #ancfor_container {
	width: 232px;
}

#content_container #leftbar #leftbar_title {
	float: right;
}

#content_container #leftbar #leftnav_U {
	float: right;
	clear: right;
	padding-right: 15px;
	list-style-type: none;
	color: #011527;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 180px;
}

#content_container #leftbar #leftnav_U li {
	float: right;
	clear: right;
	padding-top: 0px;
	color: #011527;
}


#content_container #leftbar #leftnav_U a {
	display:block;
	width:160px;
	padding-top: 5px;
	padding-bottom:5px;
	text-align:right;
	padding-right:15px;
	background-image: url(../images/display/bullet.t.gif);
	background-repeat: no-repeat;
	background-position: 163px center;
	color: #011527;
}

#content_container #leftbar #leftnav_U  a:hover {
	background-image: url(../images/display/bullet.gif);
	background-repeat: no-repeat;
	background-position: 163px center;
}

#content_container #leftbar #leftNav_B {
	clear: both;
	float: right;
	padding-top: 0px;
	padding-bottom: 15px;
	list-style-type: none;
}

#content_container #leftbar #leftNav_B li {
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 20px;
	clear: right;
	float: right;
}

.linebelow{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBD9A8;
}

#content_container #leftbar #leftNav_B a {
	display:block;
	width:80px;
	padding-right:15px;
	color: #011527;
	padding-top: 5px;
	text-align: right;
}

#content_container #leftbar #leftNav_B a:hover {
	text-decoration: none;
	background-image: url(../images/display/bullet.gif);
	background-repeat: no-repeat;
	background-position: 83px 7px;
}

 #content_container #leftbar #emptyAnchor {
	clear: both;
	background-image: url(../images/display/bar_titles/EmptyAnchor.gif);
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	margin-top: 40px;
	background-position: bottom;
}

 #content_container #leftbar a {
 text-decoration:none;
 }
 
/* Home page */
#updates h2, #sidebar_content #updates h2 a{
	background:none;
	padding:0;
	color:#011527;
	text-decoration:none;
}

#sidebar_content #updates a:hover{
	color:#D7D9D0;
}

.home #main {
	width:370px;
	float:left;
}

.home #right{
	width:75px;
	float:right;
}

.home #articles h2{
	font-size:14px;
	background:none;
	padding:0;
}

.home #articles h2 a{
	text-decoration:none;
}

/* anchor */

#content_container #leftbar #leftNav_a {
	clear: both;
	text-align: center;
	background-repeat: no-repeat;
	color: #333333;
	z-index: 1;
	background-image: url(../images/display/leftbar.anchor.gif);
	padding-top: 10px;
	padding-bottom: 9px;
	background-position: bottom;
}

#leftNav_a a:hover {
	color: #D7D9D0;
}

#leftNav_a a {
	color: #011527;
}


.mm_listBump {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-bottom: 5px;
}

.mm_listBumpL {
	padding-right: 10px;
}

#sidebar_content { 
	padding:15px;

}



/* content */



#content_container #content {
	float: right;
	position: relative;
}


#content h6 {
	margin: 0px;
	padding: 0px;
}




#content_container {
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
	
	
	
	color: #000000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
	
}





#content {
	width: 464px;
	position: relative;
	top: 0px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: right;
	font-size: 1em;
}
.clearme {
	clear: both;
}

#content_container #content p {
	margin-bottom: 15px;
}



#footertop {
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #969696;
}
#footerwrapper {
	width: 737px;
	margin-right: auto;
	margin-left: auto;
}
#background_topShell {
	clear: both;
	background-image: url(../images/display/footer/footer_length.T.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footerbottom a {
	color: #000000;
	text-decoration: none;
}
#footerbottom  a:hover {
	color: #789754;
}

#footertop p {
	text-align: right;
	position: relative;
	padding-right: 10px;
	color: #FFFFFF;
}
#f_b_text {
	width: 737px;
	margin-right: auto;
	margin-left: auto;
}
#footerbottom #copy {
	float: left;
}
#footerbottom {
	background-image: url(../images/display/footer/footer_length.B.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#f_b_text #rt_p_bot {
	float: right;
	padding-right: 10px;
}


.mm_fjgfyi_position {
	margin: 0px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.mm_hmpg_title {
	color: #011527;
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 0px;
	margin-left: 10px;
}
.small {
	font-size: 11px;
}
.homepage_p {
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.home_anchor {
	background-image:url(../images/display/leftbar.anchor_b.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.home_anchor a {
	color: #000000;
}
.home_anchor a:hover {
	color: #EFF4E2;
}

.mm_homepg_port {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 0px;
}
#content h3 {
	font-style: italic;
	font-size: 1.25em;
	color: #000000;
	margin-bottom: 10px;
	font-weight: normal;
}




/* printing features*/

#printfooter {
	font-size: 8pt;
	text-align: center;
	display: none;
}
#printfooter h2 {
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	margin-bottom:12pt;
}
#printfooter p {
	text-align: left;
}
#content ul {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}

#content ul li{
	margin-bottom: 5px;
	
}

#print_logo {
	display:none;
}

@media print {

#print_logo {
display:block;

}

#printfooter {

	display: inline;
}


#fresh {
display:none;
}

}


/* end print features */




body> #content_container #leftbar #leftnav_U a {
	display:block;
	width:170px;
	padding-top: 5px;
	padding-bottom:5px;
	text-align:right;
	padding-right:15px;
	background-image: url(../images/display/bullet.t.gif);
	background-repeat: no-repeat;
	background-position: 153px center;
	color: #011527;
}
body>#content_container #leftbar #leftnav_U a:hover {
	background-image: url(../images/display/bullet.gif);
	background-repeat: no-repeat;
	background-position: 173px center;
}
#content dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content dd {
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
}
#content dl {
	margin-bottom: 10px;
}
#content a {
	color: #011527;
	text-decoration: underline;
}	

#content h2 a{
	color:white;
	text-decoration:none;	
}

#content a:hover {
	color: #94A668;
}

#sidebar_content a {
	color:black;
	text-decoration: underline;
} 

#sidebar_content a:hover{
	color:#DFEDBB;
}

#content img {
}

.category_higlight {
	color: #ABC178;
}

h2 {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top:20px;
	color:white;
	background: #011527;
	padding:3px 10px;
}



#sidebar_content p {
	margin-bottom:10px;
}

#content ol {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: decimal;
}
#content ol li {
	margin-bottom: 10px;
}
#fresh {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
  #fresh:hover {
	color: #006600;
}
#content .download_list {
	list-style-type: none;
}

#content_container #leftbar #leftnav_U li ul li {
	list-style-type: none;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
}
#content_container #leftbar #leftnav_U li ul li a {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content_container #leftbar #leftnav_U li ul {
	padding-top: 0px;
}
#content_container #content a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content_container #leftbar #leftNav_B_E {
	clear: both;
	float: right;
	padding-top: 0px;
	padding-bottom: 15px;
	list-style-type: none;
}

#content_container #leftbar #leftNav_B_E li {
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 20px;
	clear: right;
	float: right;
}

#content_container #leftbar #leftNav_B_E a {
	display:block;
	width:100px;
	padding:5px 15px 3px 0;

	text-align: right;
	
	color: #011527;
	border-bottom: solid 1px  #CBD9A8;
}

#content_container #leftbar #leftNav_B_E a:hover {
	text-decoration: none;
	background-image: url(../images/display/bullet.gif);
	background-repeat: no-repeat;
	background-position: 103px 8px;
}
.img-left {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.img-right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content_container #content #article img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#printfooter #securities a {
	color: #000000;
}

 #leftbar h1  {

color: #022B4A;
	
	/*float: left;*/
	clear: both;
	/*width: 200px;*/
	font-size: 13px;
	padding-bottom: 0px;
	padding-top: 0px;

	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Arial, sans-serif;
	color: #011527;
	font-weight:normal;
	font-style: italic;
	font-size: 18px;
	display: block;
	text-transform: capitalize;
	margin-top:10px;
	margin-bottom:20px;
	text-align:left;
	
		
}

#content_container #leftbar .category {
	margin-left:50px;
	margin-bottom:0px;
}

#content_container #leftbar #leftNav_B .about_links .linebelow a {
	width: 145px;
}
#content_container #leftbar #leftNav_B .about_links .linebelow  a:hover {
	background-position: 148px 7px;
}

#content_container #content #article {
	min-height: 75px;
	clear: both;
}

*html #content_container #content #article {
	height: 55px;
}

/* staff */

#content #letters p {
	background-color: #E8E8E8;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
}
#content #letters {
	text-align: center;
	margin-top: 13px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: solid 1px #ccc;
}

#content .staff_summary .Thumb {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content_container #content .staff_summary .name_and_title h2 {
	font-size: 10pt;
	font-weight: bold;
}
#content .staff_summary .name_and_title h3 {
	font-size: 10pt;
	font-style: normal;
	margin: 0;
}
#content .staff_summary .bioLink {
	text-align: right;
	float: right;
	width: 100px;
	clear:both;
}
#content .staff_summary  a {
	color: #000000;
	text-decoration: none;
}
#content .staff_summary .name_and_title {
	clear: both;
	margin-bottom: 0px;
}
#content .staff_summary a:hover {
	color: #94A668;
}
#content .staff_summary .bio_intro {
	float: right;
	width: 380px;
}

.staff_summary {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
	padding: 0;
}

/* staff detail */

#content_container #content .staff_detail .name_and_title h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content_container #content .staff_detail .name_and_title h3 {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
#content_container #content .staff_detail .name_and_title a {
	color: #000000;
	text-decoration: none;
}
#content_container #content .staff_detail .name_and_title a:hover {
	color: #94A668;
	text-decoration: none;
}
#content_container #content .staff_detail .name_and_title {
	margin-top: 60px;
	float: left;
	margin-left: 20px;
}
#content_container #content .staff_detail img {
	float: left;
	padding-bottom: 15px;
}
#content_container #content .staff_detail #copy {
	clear: both;
	float: none;
	width: 100%;
}
#content_container #content .staff_detail #copy li {
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}
#content_container #content .staff_detail #copy a {
	color: #799754;
	text-decoration: underline;
}
#content_container #content .staff_detail #copy a:hover {
	text-decoration: none;
}
.alignright {
	float: right;
}
#content_container #content .staff_detail #copy .alignright {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

/* info request */

#content_container #content hr {
	margin-top: 7px;
	margin-bottom: 10px;
}
#content_container #content #newsletter_form input {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content_container #content #info_request li {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	list-style-type: none;
	font-weight: bold;
	color: #011527;
}
#content_container #content #info_request li ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content_container #content #info_request li ul li{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	margin-bottom: 4px;
}
#content_container #content #info_request input {
	margin-right: 5px;
}
#content_container #content #info_request input {
	color: #011527;
}
#content_container #leftbar table {
	margin-left: 13px;
	margin-top: 10px;
}
#content_container #leftbar .headline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 16px;
	color: #011527;
}
#content #pageTabs {
	background-color: #B3B3B3;
	height:60px;
	margin-bottom:10px;
}
#pageTabs #bar {
	clear: both;
	height: 26px;
	background-image: url(../images/display/tab_base.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color:#FFFFFF;
}
#pageTabs li {
	float: left;
	list-style-type: none;
}
#pageTabs ul {
	margin: 0px;
	padding: 0px;
}
#content_container #content  #pageTabs a {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #939393;
	color: #FFFFFF;
	padding: 5px 10px;
	float:left;
}
#content_container #content #pageTabs a:hover {
	background-color: #00294E;
}
#content_container #content #info_request #iaddress_table p {
	margin-top: 5px;
	margin-bottom: 0px;
}
/*sitemap*/

.sitemap li li{
	list-style:disc;
	font-weight:normal;
	font-size:12px;
	margin-bottom:0px;
}
.sitemap li li li{
	list-style:circle;
}

.sitemap li{
	list-style:none;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

/*pfyfn */

#pfyfn .officeName,#pfyfn .print,#pfyfn #navigation, #pfyfn .link, #pfyfn h1 {display:none;}

#pfyfn  table li,  #pfyfn  table ul {list-style:none; margin:0; padding:0;}

#pfyfn  #content a{text-decoration:underline;}

#pfyfn  #content table {
position:relative;
left:20px;
}

/* portal */

.underlined {
border-bottom:solid 1px #011527;
margin-top:0;
}

 #leftbar #portal_nav {
 	border-top:solid 1px #011527;
	clear:both;
	margin-right:-14px;
	padding-top:10px;
 }

 #leftbar #portal_nav h2{

 	font-size:14px; 
	font-weight:bold; 
	color: #010F43; 
	width: 150px; 
	margin-top:10px;
	text-align:right;

	}

 #leftbar #portal_nav h2 {

	text-align: right;
	clear: both;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBD9A8;
	float: right;
	padding-right: 14px;
	width: 170px;
	margin-bottom: 5px;

}


 #leftbar #portal_nav a {

	color: #010F49;

	font-style: italic;

	text-align: right;

}

 #leftbar #portal_nav p {

	text-align: right;
	margin: 0px;
	padding-right: 14px;
	margin-bottom: 5px;

}



#content_container #content h2 {
/*
	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #010F43;

	clear: both;
*/
}

 #leftbar #portal_nav #tag {

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #666666;

}

.data_table{
	margin-bottom:10px;
	clear:both;
}

.data_table caption{
	font-weight:bold;
	padding-bottom:10px;
}

.data_table th{
	color:white;
	background:#011527;
	padding:3px 10px;
	text-align:left;
	border-spacing: 1px;
}

.data_table td{
	color:#011527;
	border-bottom:dotted 1px #011527;
	padding:3px 10px;
	text-align:left;
	border-spacing: 1px;	
}

.data_table tr:hover td{
	background:#666;
	color:white;
}

#flashLogo {
	position:absolute;
	top:0;
	left:0;
}

sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}

