html {
	background: #ffffff;
}

body {
	margin: 0px;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff;
}
#officeNav {float:left; padding: 0px; margin: 0px; list-style: none; height:27px; width:756px;}
#officeNav a {text-decoration:none;color: #FFF;}
#officeNav li {float: left; position: relative;}
#officeNav li ul {display: none; position: absolute; text-align:left; z-index:10000; width:120px; padding:5px 5px 5px 0px;  margin-top:-2px; margin-left:0px; background:#0F1951; overflow:hidden;}
* html #officeNav li ul { margin-top:16px; }
#officeNav li ul li a {float: left; clear:both; width:120px; padding-left:5px; padding-bottom:2px;}
#officeNav li ul li a:hover { background:#293474;}
#officeNav li > ul {top: auto; left: auto;}
#officeNav li:hover ul, #officeNav li.over ul { display: block;}

#adOff { position: absolute; background:#d7d7d7; margin: 290px 0px 0px 655px;}
#adOffSub { position: absolute; background:#d7d7d7; margin: 8px 0px 0px 0px;}
#adOffFun { position: absolute; background:#d7d7d7; margin: 17px 0px 0px 454px;}

.gray {
	color: #333333;
	font-size: 11px;
}
.graysm {
	color: #333333;
	font-size: 10px;
}
.grayhdr {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.grayhdr2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.graybold {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
.red {
	color: #ED2328;
	font-size: 11px;
	font-weight: bold;
}
.redhdr {
	color: #ED2328;
	font-size: 12px;
	font-weight: bold;
}
.black {
	color: Black;
	font-size: 11px;
}
.hdrblack {
	color: Black;
	font-size: 12px;
	font-weight: bold;
}
a.red {
	color: #ED2328;
	font-size: 11px;
	text-decoration: none;
}
a.red:hover {
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
}
a.gray {
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
a.gray:hover {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


li ul {
display: none;
position: absolute; 
top: 1em;
left: 0;
}
li:hover ul { display: block; }
li:hover ul, li.over ul{ display: block; }

