.clock { font-family: verdana, arial, helvetica, sans; color: white; font-weight: bold; font-size: 12px; }
p,td,ul,li { font-family: arial, helvetica, sans; color: black; font-size: 14px; }
.p12 { font-family: arial, helvetica, sans; color: black; font-size: 12px; }
.white { color: white; }
h1 { font-family: arial, helvetica, sans; color: #BB2D23; font-size: 20px; font-weight: bold; }
.hdr1 { font-family: arial, helvetica, sans; color: #BB2D23; font-size: 20px; font-weight: bold; }
.hdr2 { font-family: arial, helvetica, sans; color: #ffffff; font-size: 20px; font-weight: bold; }
.hdr3 { font-family: arial, helvetica, sans; color: #000000; font-size: 20px; font-weight: bold; }
h2 { font-family: arial, helvetica, sans; color: #BB2D23; font-size: 18px; font-weight: bold; }
h3 { font-family: arial, helvetica, sans; color: #BB2D23; font-size: 16px; font-weight: bold; }
h4 { font-family: arial, helvetica, sans; color: white; font-size: 18px; font-weight: bold; padding-left: 20px; }
strong { font-family: arial, helvetica, sans; color: black; font-size: 18px; font-weight: bold; }

.SubHdr1 { font-family: arial, helvetica, sans; font-size: 18px; color: #BB2D23;  font-weight: bold; }
.BigGreen { font-family: arial, helvetica, sans; font-size: 18px; color: #006600;  font-weight: bold; }
a.careers { color: white; font-size: 16px; font-weight: bold; text-decoration: none; }
a.careers:hover { color: white; font-size: 16px; font-weight: bold; text-decoration: underline; }
.warning { font-family: arial, helvetica, sans; color: #cc0000; font-size: 16px; font-weight: bold; }
#nav, #nav ul{
	margin:0;
	padding:4;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	font-family: verdana, arial, helvetica, sans; color: white; font-weight: bold; font-size: 12px;
}
#nav a:link, #nav a:active, #nav a:visited{
	display: block;
	padding: 0px 20px 4px;
	color: #ffffff;
	text-decoration: none;
	background-color: #BB2D23;
	border-right: 1px #BB2D23 solid; border-bottom: 1px #BB2D23 solid; 
}
#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	background-color: #9F8864; border-right: 1px #9F8864 solid; border-bottom: 1px #9F8864 solid; 
}
#nav a:hover{ background-color: #ffffff; color: #BB2D23; border-right: 1px black solid; border-bottom: 1px black solid; }
#nav ul li a:hover{ background-color: #ffffff; color: #BB2D23; border-right: 1px black solid; border-bottom: 1px black solid; }
#nav li{ float: left; position: relative; }
#nav ul { position: absolute; width: 22em; top: 1.5em; display: none; }
#nav li ul a{ width: 20em; float: left; }
#nav ul ul{ top: auto; }	
#nav li ul ul { left: 22em; margin: 0px 0 0 8px; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{ display: none; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{ display: block; }
