/* CSS Document */
.thinBorderBlack { border: 1px solid #000000; }
.thinBorderLight { border: 1px solid #EFEFEF; }


#tdBkgMountain { background-image: url(images/bkg_mountain.gif); background-repeat: no-repeat }
#tdSpotlightBkg { background-image:  url(images/bkg_spotlight.jpg); background-repeat: no-repeat }


.basicText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 12px 8px 12px 12px;
	line-height: 16px;


}

/*::::BEGIN NAVAGATION STYLES::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* ::::::::::::Nav Level One:::::::::::::::::::::::::::::::: */
td#navOne { font-family: Tahoma,Verdana;  font-size: 9px; font-weight:bold; padding-right: 8px; padding-left: 4px; }
.navOne { color: #CCCCCC;  background: transparent;  text-decoration: none; }
a.navOne:hover { background-color: transparent;  color: #FFFFFF; }

/* ::::::::::::Nav Level One Active:::::::::::::::::::::::::::::::: */
td#navOneSelected { font-family: Tahoma,Verdana;  font-size: 9px; font-weight:bold; padding-right: 8px; padding-left: 4px; }
.navOneSelected { color: #FFFFFF; text-decoration: none;  background: transparent; }
a.navOneSelected:hover { color: #FFFFFF;  background-color: transparent; }

/* :::::::::::::::::Nav Level Two::::::::::::::::::::::::::: */
td#navTwo { padding: 3px 0px 3px 0px; font-family: Tahoma,Verdana;  font-size: 9px; font-weight:bold; }
.navTwo { color: #333333;  background: transparent; text-decoration: none; }
a.navTwo:hover { color: #FFFFFF;  background-color: transparent; }

/* :::::::::::::::::Nav Level Two Active::::::::::::::::::::::::::: */
td#navTwoSelected { padding: 3px 0px 3px 0px; font-family: Tahoma,Verdana;  font-size: 9px; font-weight: bold;}
.navTwoSelected { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.navTwoSelected:hover { color: #FFFFFF;  background-color: transparent; }

/* ::::::::::::::::::::::Nav Level Three:::::::::::::::::::::: */
td#navThree {  padding: 3px 0px 3px 0px; font-family: Tahoma,Verdana;  font-size: 10px; background-color: #EFEFEF;}
.navThree { color: #333333;  background: #EFEFEF; text-decoration: none; }
a.navThree:hover { color: #666666; }

/* ::::::::::::::::::::::Nav Level Three Active:::::::::::::::::::::: */
td#navThreeSelected {  padding: 3px 0px 3px 0px; font-family: Tahoma,Verdana;  font-size: 10px; background-color: #EFEFEF;}
.navThreeSelected { color: #333333; text-decoration: none; font-weight: bold;}
a.navThreeSelected:hover { color: #999999; }



.smallWhiteTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 4px 4px 8px 16px;
	line-height: 14px;

}
.bottomWhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;


}
.mainNavWhite {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.genTextBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4c4b4b; font-weight: bold; line-height: 18px}

#newsBar {
	width: 240px;
	font-family: Helvetica;
}

#newsBar div {
	padding-left: 7px;
	padding-right: 5px;
	margin-bottom: 25px;
}

#newsBar div h2 {
	font-size: 10pt;
}

#newsBar div p {
	font-size: 8pt;
	color: white;
}

#newsBar div a {
	font-size: 7pt;
}


#buttonGroupIns, #button401k, #buttonProperty, #buttonInvestments, #buttonIndInsurance, #buttonWorksite  {
  display: block;
  width: 163px;
  height: 51px;
}

#buttonGroupIns { background: url("images/gr_ins_button.gif") no-repeat 0 0; }
#button401k { background: url("images/401k_button.gif") no-repeat 0 0; }
#buttonProperty { background: url("images/prop_cas_button.gif") no-repeat 0 0; }
#buttonInvestments { background: url("images/inv_button.gif") no-repeat 0 0; }
#buttonIndInsurance { background: url("images/ind_ins_button.gif") no-repeat 0 0; }
#buttonWorksite { background: url("images/work_ben_button.gif") no-repeat 0 0; }



#buttonGroupIns:hover, #button401k:hover, #buttonProperty:hover, #buttonInvestments:hover, #buttonIndInsurance:hover, #buttonWorksite:hover {
  background-position: 0 -51px;
}

#buttonGroupIns span, #button401k span, #buttonProperty span, #buttonInvestments span, #buttonIndInsurance span, #buttonWorksite span {
  display: none;
}
