/* Hederman Main CSS 2-27-04 *//* DROP-DOWN MENU */#dropDownMenu1 {   /* Company Information */	visibility: hidden;	position: absolute;	top: 143px;	left: 182px;	color: black;	background-color: white;	border-top: 1px solid #89A6C3;	border-left: 1px solid #89A6C3;	border-right: 1px solid #89A6C3;	}#dropDownMenu2 {   /* Resources and Support */	visibility: hidden;	position: absolute;	top: 143px;	left: 322px;	color: black;	background-color: white;	border-top: 1px solid #89A6C3;	border-left: 1px solid #89A6C3;	border-right: 1px solid #89A6C3;	}#dropDownMenu3 {   /* Customer Service */	visibility: hidden;	position: absolute;	top: 143px;	left: 439px;	color: black;	background-color: white;	border-top: 1px solid #89A6C3;	border-left: 1px solid #89A6C3;	border-right: 1px solid #89A6C3;	}#dropDownMenu4 {   /* Job Opportunities */	visibility: hidden;	position: absolute;	top: 143px;	left: 538px;	color: black;	background-color: white;	border-top: 1px solid #89A6C3;	border-left: 1px solid #89A6C3;	border-right: 1px solid #89A6C3;	}#dropDownMenu1 a, #dropDownMenu2 a, #dropDownMenu3 a, #dropDownMenu4 a {	display: block;	margin: 0;	padding: 6px;	width: 120px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 13px;	text-decoration: none;	border-bottom: 1px solid #89A6C3;	}#dropDownMenu1 a:hover, #dropDownMenu2 a:hover, #dropDownMenu3 a:hover, #dropDownMenu4 a:hover {	color: #366897;	background-color: #CCCCCC;	}/* STANDARD TAGS */p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 15px;	}ul, ol, li {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 15px;	}dt {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	line-height: 15px;	}dl, dd {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 15px;	}h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 18px;	font-weight: normal;	line-height: 15px;	color: #89A6C3;	background-color: transparent;	}h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	line-height: 15px;	color: #89A6C3;	background-color: transparent;	}	h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	line-height: 15px;	color: #89A6C3;	background-color: transparent;	}h4 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	font-style: italic;	line-height: 15px;	color: #89A6C3;	background-color: transparent;	}	h5 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 13px;	}	/* LINKS AND NAVIGATION */a {	text-decoration: none;	}a:link, a:visited {	color: #FF6600;	}a:hover {	color: #366897;	}a:active {	color: gray;	}.nav a {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 13px;	text-decoration: none;	}.nav a:link, .nav a:visited {	color: #FF6600;	}.nav a:hover {	color: #366897;	}.nav a:active {	color: gray;	}.nav_on {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 13px;	color: #366897;	text-decoration: none;	}/* TABLE CLASSES */.leftTextCell	{	background: url(../images/bkgnd_vert_rule.gif);	}.rightTextCell	{	background: url(../images/bkgnd_vert_rule_40px.gif);	}/* OTHER CLASSES */.sidebar {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	line-height: 18px;	color: #89A6C3;	background-color: transparent;	}.footer {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 13px;	color: #89A6C3;	background-color: transparent;	}