@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}

#container {
	width: 80%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#callNow, #bottomShadow, #homeheader, #contentheader, #pageTitleImage {
	display: none;
}



#printLogo {
	display: block;
	margin-bottom: 30px;
}



#homeContent {
	float: left;
	margin: 0;
}

#pageTitleStrip {
	color: #000;
}



#rightColumnHome {
	float: left;
}

#rightColumnContent {
	float: left;
	margin-top: 25px;
}

#newshighlight {
	padding: 0;
	color: #000;
	margin: 0;
}

#newshighlight img {
	display: none;
}

#map {
	float: right;
}

/* @group IMAGES */

img {
	border-width: 0;
}

.imageright {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* @end */

/* @group TEXT */

h1 {
	font-weight: normal;
	color: #000;
	font-size: 18pt;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	color: #000;
	font-size: 12pt;
}

h3 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	color: #000;
	font-size: 11pt;
}

h3 .role {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: normal;
	color: #000;
	font-size: 11pt;
}

h4 {
	font-weight: bold;
	color: #000;
	font-size: 10pt;
	margin-bottom: 10px;
	margin-top: 20px;
}

h5 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	color: #000;
	font-size: 10pt;
}



p {
	line-height: 18px;
	margin: 0;
	padding: 0 0 7px;
	color: #000;
	font-size: 10pt;
}

td {
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 10pt;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
}

tr, table {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
}

a {
	color: #5c84b0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#rightColumnHome p, #rightColumnHome h3 {
	line-height: 15px;
	font-size: 9pt;
}

#rightColumnContent p {
	line-height: 16px;
	margin: 0;
	padding: 0 0 6px;
}

#rightColumnContent h3 {
	margin-top: 0;
}

#newshighlight p, #newshighlight h3, #newshighlight h4, #newshighlight h5 {
	color: #000;
}




/* @end */




/* @group NEWS & EVENTS */

td.newsdate {
	font-weight: bold;
	padding-top: 7px;
	vertical-align: top;
}

td.newsEntry {
	padding-top: 7px;
	vertical-align: top;
}

table.newsEvent {
	border-top: 1px solid #bcbcbc;
	margin-bottom: 15px;
}

/* @end */





#navigation, #subFooter, #footer  {
	display: none;
}


/* @group PEOPLE */

#people {
	margin-top: 0px;
	clear: left;
	float: left;
}

#peopleimage {
	float: left;
	width: 120px;
	margin: 20px 20px 0 0;
}

#peopleimage img {
	border: 1pt solid #cacaca;
}

#peopletext {
	float: left;
	width: 390px;
}

#peopletext p {
	font-size: 8pt;
	line-height: 11pt;
}



/* @end */



















