body {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1.home {
	font-size: 20px;
	color: #033;
	margin-top: 1px;
}

h2.home {
	font-size: 17px;
	color: #033;
	margin-top: 10px;
}

h3.home {
	font-size: 14px;
	color: #033;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3.employment {
	font-size: 13px;
	color: #033;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2.footer {
	color: #333;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 10px;
}

ul {
	padding-left: 8px;
	margin-left: 8px;
}

p.subtitle {
	font-size: 16px;
	font-style: italic;
}

tr.employment-title-row {
	background: #CCC;
}


tr.employment-title-row td {
	border-bottom: 1px solid #999999;
	padding-top: 8px;
}

div.asterisk {
	width: 35px;
	float: left;
	margin: 15px 6px 4px 0;
}

div#headerwrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 20px 0;
}

div#headerwrap-new {
	width: 920px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
}

div#header {
	padding: 30px 40px 0 40px;
}

div#header-logo {
}

div#tagline {
	text-align: left;
	color: #333;
	font-size: 15px;
	letter-spacing: 5px;
	padding: 56px 0 0 242px;
}

div#tagline a:link {
	color: #333;
	text-decoration: none;
}

/* top navigation bar */

/* left-hand navigation bar - secondary nav */

div#topnavwrap {
	width: 920px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

div#topnav_cds a {
	display: block;
	float: left;
	width: 173px;
	height: 50px;
	padding: 16px 0 0 10px;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	color: #687A91;
	background: #FFF;
	border-right: 1px solid #999;
}

div#topnav_cds a:hover {
	color: #FFF;
	background: #687A91;
}
	
div#topnav_etc a {
	display: block;
	float: left;
	width: 173px;
	height: 50px;
	padding: 16px 0 0 10px;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	color: #7D8976;
	background: #FFF;
	border-right: 1px solid #999;
}

div#topnav_etc a:hover {
	color: #FFF;
	background: #7D8976;
}
	
div#topnav_hpr a {
	display: block;
	float: left;
	width: 173px;
	height: 50px;
	padding: 16px 0 0 10px;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	color: #85734C;
	background: #FFF;
	border-right: 1px solid #999;
}

div#topnav_hpr a:hover {
	color: #FFF;
	background: #85734C;
}
	
div#topnav_rtec a {
	display: block;
	float: left;
	width: 173px;
	height: 50px;
	padding: 16px 0 0 10px;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	color: #8D7171;
	background: #FFF;
	border-right: 1px solid #999;
}

div#topnav_rtec a:hover {
	color: #FFF;
	background: #8D7171;
}
	
div#topnav_mpc a {
	display: block;
	float: left;
	width: 174px;
	height: 50px;
	padding: 16px 0 0 10px;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	color: #A56A4C;
	background: #FFF;
}

div#topnav_mpc a:hover {
	color: #FFF;
	background: #A56A4C;
}
	
/* end of top navigation bar */

/* start of sub navigation bar */

div#cdssubnavwrap {
	width: 920px;
	background: #687A91;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

div#etcsubnavwrap {
	width: 920px;
	background: #7D8976;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

div#hprsubnavwrap {
	width: 920px;
	background: #85734C;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

div#rtecsubnavwrap {
	width: 920px;
	background: #8D7171;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

div#mpcsubnavwrap {
	width: 920px;
	background: #A56A4C;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

div#subnav {
	text-align: left;
	padding: 6px 0 5px 10px;
}

#subnav ul
{
	margin: 0; 
	padding: 0;
	color: #FFF;
	font-size: 12px;
}

#subnav li
{
	color: #999;
	margin: 0 4px 0 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#subnav a:link, #subnav a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

#subnav a:hover
{
	color: #ECECEC;
	background: none;
}

/* end of sub navigation bar */

div#contentwrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

div#contentbox {
	text-align: left;
	padding: 20px 0;
}

div#contentbox a:visited, a:active {
	color: purple;
	text-decoration: underline;
}

div#content_other a:visited, a:active {
	color: purple;
	text-decoration: underline;
}

div.content_mainphoto {
	width: 450px;
	float: right;
	margin: 4px 0 10px 12px;
}

div.pullquotewrap {
	width: 205px;
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
	border-left: 1px solid #999;
}
	
div.pullquotewrap {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #999;
	padding: 8px 0 8px 10px;
}

div#detailedinfowrap {
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 12px 0 10px 0;
	margin-top: 10px;
}

div#directorywrap {
	width: 100%;
	padding: 0;
	margin-top: 10px;
}

div.directorywrap {
	width: 100%;
	padding: 0;
	margin-top: 10px;
}

div.detailedinfo_thirds_first {
	width: 300px;
	float: left;
}

div.detailedinfo_thirds {
	width: 309px;
	float: left;
	border-left: 1px solid #999;
}

div.detailedinfo_quarter_first {
	width: 229px;
	float: left;
}

div.detailedinfo_quarter {
	width: 229px;
	float: left;
	border-left: 1px solid #999;
}

div.detailedinfo_first {
	font-size: 12px;
	line-height: 15px;
	padding: 0 10px 0 0;
}
	
div.detailedinfo {
	font-size: 12px;
	line-height: 15px;
	padding: 0 10px 0 12px;
}
	
div.detailedinfo_first li {
	margin-bottom: 6px;
}
	
div.detailedinfo li {
	margin-bottom: 6px;
}
	
div#footerwidth {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.footercell {
	width: 230px;
	font-size: 12px;
	text-align: left;
	line-height: 125%;
	float: left;
	margin-bottom: 20px;
}

div.footercell a:link, a:visited {
	color: #333;
	text-decoration: none;
}

div.footercell a:hover {
	color: #000;
	text-decoration: none;
}

hr.footer {
	border: none 0;
	border-top: 1px solid #CCC;
	width: 100%;
	height: 1px;
}

