﻿/**** Investors ****/
.content {
  BACKGROUND-IMAGE: url(/SiteCollectionImages/global/background_content_services.jpg); BACKGROUND-REPEAT: repeat-y
}
/* section background */
.sectionImage {
background-image:url(../SiteCollectionImages/graphics/section_label_services.gif);
}
/* local nav styling  BG COLOR was: c02424 */
.localNav LI {

}
.localNav a:hover, .localNav .visibleMenu a{
/*	background-image:url(/SiteCollectionImages/global/localnav_shadow_services.gif);*/
	background-color:#FF6633;
	color:#ffffff;
}
/*Vistar Different color for visble page */
.localNav .visibleMenu a{
/*	background-image:url(/SiteCollectionImages/global/localnav_shadow_services.gif);*/
	background-color:#FDB759;
	color:#ffffff;
} 

.localNav .visibleMenu li a:hover {
	background-image:url();
	background-color:Transparent;
	color:#000000;
}
/* 10% tint */
.localNav .visibleMenu ul, .localNav .visibleMenu li {
	background-color:#FED45F;
}
/*-- Landing Page --
.columnTwo .intro {
	background-color:#e8f5f3;
}	
*/

.columnTwo .intro li {
	background-image:url(../SiteCollectionImages/graphics/bullet_arrow_landing_services.gif);
	background-position:0px 16px;
	padding-left:13px;
	list-style-type:none;
}
.stockTicker {
	border:1px solid #097b61;
	background-color:#cee5df;
	text-align:center;
	font-weight:bold;
	font-size:.6em;
	margin:0px 20px 20px 20px;
	padding:5px 0px 5px 0px;
}
.intro .introContentWrapper{
	width:300px;
}
.intro .introContentWrapper a{
	color:#333366;
}
.intro .introContentWrapper a:hover{
	color:#ffffff;
}

