#style2_photobar {
	height: 272px;
	width: 1004px;

	background-color: #666666;

	margin-bottom: 10px;

	position: relative;
}



#style2_nav {
	height: 30px;
	width: 1004px;
	
	margin-bottom: 31px;

	
	position: relative;
	z-index: 80;
	
}
	#style2_nav_background_table {
		height: 25px;
		width: 1003px;
		
		border-collapse: collapse;
		
		position: absolute;
		top: 3px;
		left: 1px;
	}

	#style2_nav_sections_table {
		height: 25px;
		
		border-collapse: collapse;
		
		position: absolute;
		top: 3px;
		right: 0px;
		
	}
	
		#style2_nav_sections_table td {
			
			vertical-align: middle;
			
			padding-left: 8px;
			padding-right: 10px;
			
			font-size: 10px;
			color: #505050;

		}
		
			#style2_nav_sections_table a {
				color: #969696;
			}
		

			.style2_nav_sections-active {
				
			}
		
	
	#style2_nav_section_badge {
		height: 30px;
		width: 193px;

		position: absolute;
		top: 0px;
		left: 0px;		
	}
	
		#style2_nav_section_badge.title_invest {
			width: 251px;
			background-image: url(images/title_blk_invest.gif);
		}
		
		#style2_nav_section_badge.title_retire {
			background-image: url(images/title_blk_retire.gif);
		}
		
		#style2_nav_section_badge.title_pers {
			background-image: url(images/title_blk_pers.gif);
		}
		
		#style2_nav_section_badge.title_farm {
			width: 209px;
			background-image: url(images/title_blk_farm.gif);
		}
		
		#style2_nav_section_badge.title_contact {
			width: 163px;
			background-image: url(images/title_blk_contact.gif);
		}
		
		#style2_nav_section_badge.title_wealth {
			width: 191px;
			background-image: url(images/title_blk_wealth.gif);
		}


#style2_content_table {
	width: 1004px;
	
	border-collapse: collapse;
}

	#style2_left {
		width: 193px;
	
	}
	
		#style2_left_photo {
			height: 118px;
			width: 192px;
				
			margin-top: 43px;
			margin-left: 1px;
			
			position: relative;
			
			background-color: #666666;
		}	
		
		#style2_left_photo2 {
			height: 192px;
			width: 192px;
			
			margin-top: 43px;
			margin-left: 1px;
			
			position: relative;
			
			background-image: url(images/sidephoto_generic.jpg);
			background-repeat: no-repeat;
		}
		
		#style2_left_caption {
			width: 192px;
			
			margin-top: 18px;
			margin-left: 1px;
			
			font-size: 11px;
			
			line-height: 17px;
			
			color: #e6e6e6;
		}
	
	#style2_sep {
		width: 22px;
		
	}
	
		#style2_sep_div {
			height: 30px;
			width: 1px;
			
			font-size: 0px;
			line-height: 0px;
			
			margin-top: 43px;
			margin-left: 18px;
		}
	
	#style2_main {
		width: 801px;
	
	}
	
	#style2_right {
		width: 203px;
	
	}
	
		#style2_right_div {
			padding-top: 0px;
			
			font-size: 11px;
		}
		
			#style2_right_div .text_copy ul {
				padding: 0px;
				margin: 0px;

				margin-top: 0px;
				margin-left: 0px;
				margin-bottom: 0px;

				padding-left: 0px;			
			}
			
			#style2_right_div .text_copy li {
				padding-left: 10px;
				margin-left: 0px;

				background-image: url(images/li.gif);
				background-repeat: no-repeat;
				background-position: 3px 9px;

				list-style-type: none;

				line-height: 18px;
			}

/*
				#style2_right_div.style2_right_invest ul li {
					color: #8b9400;
					
					background-image: url(images/li_invest.gif);
				}
				
				#style2_right_div.style2_right_invest hr {
					height: 1px;
					
					color: #8b9400;
				}

				#style2_right_div.style2_right_pers ul li {
					color: #885e80;
				
					background-image: url(images/li_pers.gif);
				}

				#style_right_div.style2_right_pers hr {
					height: 1px;
					
					color: #885e80;
				}

				#style2_right_div.style2_right_retire ul li {
					color: #4f8d97;
				
					background-image: url(images/li_retire.gif);
				}
				
				#style2_right_div.style_right_retire hr {
					height: 1px;
					
					color: #4f8d97;
				}

				#style2_right_div.style2_right_farm ul li {
					color: #b37d00;
				
					background-image: url(images/li_farm.gif);
				}
				
				#style2_right_div.style2_right_farm hr {
					height: 1px;
					
					color: #b37d00;
				}
		*/
			
			.style2_right_sep {
				font-size: 0px;
				line-height: 0px;
				
				height: 1px; 
				width: 154px;
				
				margin-top: 3px;
				margin-left: 5px;
				margin-bottom: 3px;
							
			}
	
#style2_content {
	margin-bottom: 60px;
	
}

	#style2_content .text_headline {
		font-family: Times New Roman, Serif;
		font-size: 24px;
		
		line-height: 27px;
		
		margin-left: 0px;
		margin-right: 38px;
		
		margin-bottom: 13px;
		
	}
	
		#style2_content .text_headline p {
			margin: 0px;
			padding: 0px;
		}
	
	#style2_content .text_copy {
		margin: 0px;
		margin-left: 0px;
		margin-right: 38px;
		
		font-size: 12px;
		
		line-height: 19px;
		
		color: #b3b3b3;
	}
	
		#style2_content .text_copy p {
			margin: 0px;
			padding: 0px;
			
			margin-bottom: 11px;
		}
		
		#style2_content .text_copy a {
			color: #e7d7b3;
		}
		


		#style2_content.style2_content_invest ul li {
			background-image: url(images/li_invest.gif);
			color: #8b9400;
		}
		
		#style2_content.style2_content_pers ul li {
			background-image: url(images/li_pers.gif);
			color: #885e80;
		}
		
		#style2_content.style2_content_retire ul li {
			background-image: url(images/li_retire.gif);
			color: #4f8d97;
		}
		
		#style2_content.style2_content_farm ul li {
			background-image: url(images/li_farm.gif);
			color: #b37d00;
		}
		

		

#search_terms {
	border: 0px solid #000000;
	
	height: 14px;
	
	background-color: #e7d7b3;
	
}
		
#search_button {
	background-color: #334564;
	
	border: 1px solid #00163d;
	
	color: #cccccc;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
	position: relative;
	top: 3px;
}

#search_results {
	margin: 0px;
	margin-left: 14px;
	margin-right: 28px;

	font-size: 12px;

	line-height: 16px;

	color: #cccccc;

}

	#search_results a {
		color: #cccccc;
	}

#sitemap {
	margin: 0px;
	margin-left: 14px;
	margin-right: 28px;

	font-size: 12px;

	line-height: 16px;

	color: #cccccc;

}
	#sitemap a {
		color: #cccccc;
	}
	
#login_401k_div {
	margin-left: 14px;
	margin-right: 28px;
	margin-bottom: 15px;
	
	font-size: 12px;
	
	line-height: 16px;
	
	color: #cccccc;
}

	#login_401k_div a {
		color: #cccccc;
	}
	
	#login_401k_form {
		margin: 0px;
		padding: 0px;
	}
	
		#login_401k_form label {
			width: 100px;
			
			display: block;
			
			float: left;
			
			
		}
		
		#login_401k_user {
			font-family: Verdana, Sans-Serif;
			font-size: 11px;
		
			width: 150px;

			border: 0px solid #000000;

			height: 14px;

			background-color: #e7d7b3;
			
			padding-left: 2px;

		}
		
		#login_401k_pass {
			font-family: Verdana, Sans-Serif;
			font-size: 11px;

			width: 150px;

			border: 0px solid #000000;

			height: 14px;

			background-color: #e7d7b3;
			
			padding-left: 2px;

		}
		
		#login_401k_button {
			width: 75px;
		
			background-color: #334564;

			border: 1px solid #00163d;

			color: #cccccc;

			padding-top: 2px;
			padding-bottom: 2px;
			
		}
		
		
#style2_links {
	width: 203px;
	
	margin-bottom: 13px;
	
	
}

	#style2_links_title {
		height: 32px;
		
		margin-bottom: 1px;
	}
	
		#style2_links_title-text {
			font-family: Times New Roman, Serif;
			font-size: 14px;
			
			line-height: 17px;
			
			color: #ffffff;
			
			padding-top: 8px;
			padding-left: 8px;
		}
	
	#style2_links_body {
		font-size: 10px;
	}
	
		#style2_links_body-content {
			color: #000000;
			
			padding-top: 10px;
			padding-left: 8px;
			padding-right: 8px;
			padding-bottom: 10px;
		}
		
			div#style2_links_body-content a {
				color: #000000;
				
				
			}
			
			ul.links_ul {
				padding: 0px;
				margin: 0px;
				background-color: transparent;
				list-style-type: none;

			}
			
				.links_item {
					margin-bottom: 2px;
				}
				
					.links_item_heading {
						font-weight: bold;
						
						display: block;
						
					}
					
					li.links_li {
						padding: 0px;
						margin: 0px;

						list-style-type: none;
						
						background-color: transparent;
						
						padding-left: 12px;
						
						background-image: url(images/li_black.gif);
						background-repeat: no-repeat;
						background-position: 3px 6px;
						
					}
												
		

#style2_contacts {
	width: 203px;
	
	margin-bottom: 13px;
	
}

	#style2_contacts_title {
		height: 32px;
		
		margin-bottom: 1px;
	}
	
		#style2_contacts_title-text {
			font-family: Times New Roman, Serif;
			font-size: 14px;
			
			line-height: 17px;
			
			color: #ffffff;
			
			padding-top: 8px;
			padding-left: 8px;
		}
		
		#style2_contacts_title_viewlink {
			font-size: 11px;
			
			margin-left: 10px;
		}
		
			#style2_contacts_title_viewlink a {
				color: #ffffff;
				
				font-family: Verdana;
			}
	
	#style2_contacts_body {
		font-size: 10px;
	}
	
		#style2_contacts_body-content {
			color: #000000;
			
			padding-top: 10px;
			padding-left: 8px;
			padding-right: 8px;
			padding-bottom: 10px;
		}
		
			#contact_record {
				
			}
			
				#contact_record p {
					margin: 0px;
					
					margin-bottom: 3px;
				}
				
				#contact_email {
					border: 0px;
					margin-left: 7px;
				}
			
				.contact_row {
				
				}
		

#style2_enews {
	width: 203px;
	
	margin-bottom: 13px;
	
}

	#style2_enews_title {
		height: 32px;
		
		margin-bottom: 1px;
	}
	
		#style2_enews_title-text {
			font-family: Times New Roman, Serif;
			font-size: 14px;
			
			line-height: 17px;
			
			color: #ffffff;
			
			padding-top: 8px;
			padding-left: 8px;
		}
	
	#style2_enews_body {
		font-size: 10px;
	}
	
		#style2_enews_body-content {
			color: #000000;
			
			padding-top: 10px;
			padding-left: 8px;
			padding-right: 8px;
			padding-bottom: 10px;
		}
		
			#enews_form {
				margin: 0px;
				padding: 0px;
				
				padding-top: 4px;
			}
			
				#enews_address_div {
					height: 18px;
					width: 185px;
					
					position: relative;

					background-repeat: no-repeat;
					
					margin-bottom: 3px;
				}
					
					.enews_address_div_wealth {
						background-image: url(images/enews_field_bg_wealth.gif);
					}
					
					.enews_address_div_invest {
						background-image: url(images/enews_field_bg_invest.gif);
					}
					
					.enews_address_div_retire {
						background-image: url(images/enews_field_bg_retire.gif);
					}
					
					.enews_address_div_pers {
						background-image: url(images/enews_field_bg_pers.gif);
					}
					
					.enews_address_div_farm {
						background-image: url(images/enews_field_bg_farm.gif);
					}
				
			
					#enews_address {
						height: 14px;
						width: 181px;

						font-size: 10px;
						font-family: Verdana, Sans-Serif;

						border: 0px solid #000000;

						background-color: transparent;
						
						position: absolute;
						top: 2px;
						left: 2px;
						
						color: #ffffff;
					}

				#enews_button_div {
					height: 16px;
				
					position: relative;
				}
								
					#enews_button {
						height: 16px;
						width: 23px;
						
						position: absolute;
						left: 164px;
					}


.style2_chart {
	width: 203px;
	
	margin-bottom: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
}

	.style2_chart_inside {
		width: 201px;
		
		background-color: #ffffff;
	
		margin-left: 1px;
		
		padding-top: 15px;
		padding-bottom: 15px;
				
		line-height: 17px;
	}
	
		.style2_chart_inside a {
			color: #000000 !important;
		}
	
		.style2_chart_inside table {
			
		}

	
#chart_marketupdate {
	
}

#tool_currencyconvertor_tiny {
	
	padding-top: 15px;
	padding-bottom: 15px;
}

	#tool_currencyconvertor_tiny_inside {
		margin-left: 20px;
		
		line-height: 30px;
				
	}

	#tool_currencyconvertor_tiny table {
		border: 0px solid black !important;
	}
	
	#tool_currencyconvertor_tiny font {
		font-family: Verdana, Sans-Serif !important;
	}
	
	#tool_currencyconvertor_tiny b {
		font-weight: bold !important;
	}
	
	#tool_currencyconvertor_tiny input {
		margin-left: 5px;
		width: 60px;
		
		display: block;
	}
	
	#tool_currencyconvertor_tiny select {
		margin-left: 5px;
		width: 80px;
	}
	
#tool_stocklookup {

}

	#tool_stocklookup_inside {
		margin-left: 0px;
		
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
		#tool_stocklookup_title {
			color: #ffffff;
			font-weight: bold;
			
			text-align: center;
			font-size: 12px;
			
			margin-bottom: 6px;
		}
		
		#tool_stocklookup_script {
			margin-left: 15px; 
			
			color: #000000;
		}
		
			#tool_stocklookup_script table {
				border-collapse: collapse;
			}
		
			#tool_stocklookup_script td {
				padding-left: 2px;
				padding-right: 2px;
				
				vertical-align: middle !important;
			}
			
			#tool_stocklookup_script form {
				margin-bottom: 15px !important;
			}
			
		
	
#tool_stocklookup_overlay_bg {
	height: 100%;
	width: 100%;
	
	position: absolute;
	top: 0px;
	left: 0px;

	background-image: url(images/overlay_bg.png);
	
	z-index: 990;
	
}

#tool_stocklookup_overlay {
	height: 550px;
	width: 500px;
	
	position: absolute;
	top: 200px;
	left: 200px;
	
	background-color: #ffffff;
	
	z-index: 999;
}

	#tool_stocklookup_overlay_inside {
		margin-top: 15px;
		margin-left: 45px;
	}

		#tool_stocklookup_overlay_close {
			position: absolute;
			top: 15px;
			left: 450px; 
		}
		
			#tool_stocklookup_overlay_close a {
				
			}
