/* ---------------- fonts ------------------- */



/* ---------------- other stuff ------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: gotham-round,helvetica,trebuchet MS,sans-serif;
	background-color: #E0E0E0;
	color: #6c50a1;
}

input {
	font-family: gotham-round,helvetica,trebuchet MS,sans-serif;	
}

a {
	color: #6c50a1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

strong {
	font-weight: bold;	
}

li {
	list-style: inside;
	padding-left: 8px;	
}

img {
	background-repeat: no-repeat;
	background-position: center;	
}

.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearFix {
	display: inline-block;
}

input.text {
	padding-top:2px;
	padding-left: 2px;
	height: 21px;
	border: 1px solid  #6c50a1;
	background-color: #F4F4F5;	
}

input.button {
	height: 21px;
	padding: 1px;
	background-color: #6c50a1;
	color: white;
	border: 0;
	margin-top: 1px;
}

form#searchForm input.button {
	background-color: #808285;
}

form#searchForm input{
	border-color: #b0b2b5;
}

div#mastheadRight form#searchForm a.hoverWrapper:hover input.button {
	background-color: #909295;
}

input.button:active {
	border-bottom: 0;
	padding-bottom: 0;
	position: relative;
	top: 1px;
	margin-top: 0;
	padding-right: 0;
	border-top: 1px solid #6c50a1;
	border-left: 1px solid #6c50a1;
}

div#pageWrapper {
	width: 100%;
	text-align: center;
}

div#content {
	text-align: left;
	background-color: white;
	/*-- width: 1024px; --*/
	width: 968px;
	padding: 0 14px 14px 14px;
}

/* ----------------------------------------------- */

div#masthead {
	height: 128px;
	border-top: 6px solid #6c50a1;
	border-bottom: 2px solid #6c50a1;
	position: relative;
}


div#mastheadLeft {
	float: left;
}

div#mastheadRight {
	float: right;
	font-size: 0.9em;
	width: 35%;
	white-space: nowrap;
}

div#mastheadRight div#mastHeadContent {
	position: absolute;
	bottom: 14px;	
}

div#mastheadRight div#search {
	margin-top: 8px;
}

div#mastheadRight div {
	margin-bottom: 4px;
}

div#mastheadRight input.donate {
	width: 120px;
	margin-left: 3px;
	font-weight: bold;
}

div#mastheadRight a.hoverWrapper{
	text-decoration: none;
}

div#mastheadRight input.text {
	width: 120px;	
}

div#mastheadRight a.hoverWrapper:hover input.button {
	background-color: #7c60b1;
}

div#menu {
	border-bottom: 1px solid #808285;
	font-weight: bold;
	color: #808285;
}

div#menu ul.level1 {
	margin: 6px 0;	
	text-transform: uppercase;
	font-size: 0.8em;
}
	
div#menu ul.level1 li {
	display: inline;
	list-style: none;
	padding: 6px 0;	
	margin-top: 10px;
}

div#menu ul.level1 li.active a, 
div#menu ul.level1 li.trail a {
	color: #6c50a1;
}

div#menu div.menuItemSpacer {
	padding: 7px  0;
}

div#menu a {
	color: #808285;
	padding: 7px 38px 6px 0px;
	margin: 0;
}

div#menu a:hover {
	text-decoration: none;
	color: #6c50a1;
}

div#submenuWrapper {
	min-height: 59px;
}

div#submenu {
	margin-top: 8px;	
	margin-bottom: 4px;
}

div#submenu ul.level2 li {
	display: inline;
	list-style: none;
	padding: 0 26px 0 0;	
	font-size: 0.8em;
	font-weight: bold;
}

div#submenu ul.level2 a {
	color: #808285;
}

div#submenu ul.level2 a:hover {
	color: #6c50a1;
	text-decoration: none;
}

div#submenu ul.level2 li.active a, 
div#submenu ul.level2 li.trail a {
	color: #6c50a1;
}

div#tertiaryMenu {
	font-weight: bold;
}

div#tertiaryMenu ul {
	margin:  0 0 6px 6px;	
}

div#tertiaryMenu li {
	list-style-type: none;
	font-size: 0.8em;
	padding: 0 10px 3px 10px;	
}

div#tertiaryMenu ul.level3 a {
	color: #808285;
}

div#tertiaryMenu ul.level3 a:hover {
	color: #6c50a1;
	text-decoration: none;
}

div#tertiaryMenu ul.level3 li.active a, 
div#tertiaryMenu ul.level3 li.trail a {
	color: #6c50a1;
}

/* ----------------------------------------------- */

div#footer {
	margin: 12px 0;
	padding-top: 10px;
	border-top: #6c50a1 solid 4px;
	color: #808285;
	font-size: 0.75em;
}

div#footer a {
	color: #808285;	
}

div#footer span.left {
	float:left;
	width: 327px;
}

div#footer span.right {
	
}

/* ----------------------------------------------- */

div.hr {
	background-color: #6c50a1;
}

/* ----------------------------------------------- */

table.section, table.mainContent {
	width: 100%;	
}

table.section td, table.mainContent td {
	vertical-align: top;
}

table.section td.left, table.mainContent td.left {
	width: 328px;
}

table.section td.left p, table.mainContent td.left p {
	font-size: 1.2em;
}

table.section table.mainPanel, 
table.section table.subPanel,
table.mainContent table.mainPanel, 
table.mainContent table.subPanel {
	margin-left: 0;	
}

table.mainContent table.mainPanel {
	margin-bottom: 15px;
}

table.mainPanel {
	width: 100%;	
}

table.mainPanel td.last {
	padding-right: 0;	
}

table.subPanel {
	margin-top: 8px;
}

table.introPanel {
	width: 323px;
}

/*-- needed? --*/
table.section table.introPanel {
	width: 328px;
}
/*-- needed? --*/

table.introPanel td.mainText div {
	margin: 0 0 16px 0;	 
	padding-right: 5px;
}

table.introPanel td.footerText p {
	font-size: 0.7em;
}

table.introPanel td.footerText h4 {
	font-size: 0.8em;
}

table.introPanel td.footerText div {
	margin-bottom: 16px;	 
}

table.introPanel td.footerText h4 {
	color: #6c50a1;
}

table.introPanel td.tertiaryNav {
	padding-top: 20px;	
}

div#tertiaryNavPanel {
	margin: 25px 30px 20px 40px;	
	width: 240px;
	background-color: #E8E8E9;
	font-size: 0.9em;	
}

div#tertiaryNavPanel div {
	padding: 10px;	
}

div#tertiaryNavPanel li {
	list-style: square inside;
}

div#tertiaryNavPanel li.active a, div#tertiaryNavPanel li.trail a {
	font-weight: bold;	
}

div#tertiaryNavPanel h4 {
	margin-bottom: 5px;
}

table.mainPanel td, 
table.subPanel td,
table.linkPanel td,
table.introPanel td {
	vertical-align: top;
	padding-right: 13px;
	background-image: url("../img/hr-news.png");
	background-position: 0 bottom ;
	background-repeat: no-repeat;
	color: #808285;
}

table.mainContent table.mainPanel td {
	background-image: none;
}

table.introPanel td {
	vertical-align: top;
	background: none;	
}

table.noTertiaryNav {
	margin-top: 20px;
}

table.topBorder {
	width: 984px;	
}

table.topBorder td {
	background-image: url("../img/hr-news.png");
	background-position: 0 top ;
	background-repeat: no-repeat;
	font-size: 8px;

}

table.section table.mainPanel td,
table.mainContent table.mainPanel td {
	padding-right: 18px;	
}

table.section table.mainPanel td.last,
table.mainContent table.mainPanel td.last {
	padding-right: 0;	
}

div.homepageSection {
	width: 311px;
}


table.subPanel div.imageHolder img.newsImage {
	width: 311px;
	height: 88px;
}

div.homepageSection div.newsPanel div.heading {
	margin: 16px 0 0 0;
}

div.homepageSection div.noImage div.heading {
	margin-top: 10px;
}

div.homepageSection div.newsPanel div.heading b {
	visibility: hidden;
}


div.newsPanel div.hover div.heading {
	background-color: #6c50a1;
	color: white;
}

div.newsPanel div.hover div.heading a {
	color: white;
}


div.newsPanel div.hover div.heading b {
	visibility: visible;
}


div.homepageSection div.newsPanel div.heading h1,
div.homepageSection div.newsPanel div.heading h2,
div.homepageSection div.newsPanel div.heading h3,
div.homepageSection div.newsPanel div.heading h4 {
	padding-left: 2px;
	line-height: 0.9em;	
}

div.homepageSection div.newsPanel p {
	color: #808285;
	padding-left: 2px;
}

div.homepageSection div.newsPanel {
	margin: 0 0 8px 0; 
	width: 100%;
}

div.homepageSection div.newsPanel a {
	text-decoration: none;
}

div.homepageSection div.newsPanel h2 a,
div.homepageSection div.newsPanel h3 a {
	color: #6c50a1;
}

div.homepageSection div.newsPanel p a {
	color: #808285;
}

div.homepageStatement {
	margin: 20px 0;
	min-height: 55px;	
}


/*----------------------------------------------------------*/

div.mainContent {
	margin: 0 0 15px 0;
	color: #808285;
}

div.mainContent h4 {
	color:#6c50a1;  
}

table.mainPanel td.imageAnnotation {
	padding-right: 0px;	
}

td.imageAnnotation div {
	margin-bottom: 8px;
}

td.imageAnnotation div h4 {
	color:#6c50a1;  
}

div.readMore {
	margin: 0.5em 0 12px 0;
	font-size: 0.8em;
	font-weight: bold;
}

div.standaloneDocumentLink {
	font-weight: bold;
	margin: 28px 0;
	padding-top: 4px;
	background: url("../img/hr-news.png") no-repeat;	
}

div.attachedDocumentLink {
	font-size: 0.8em;
	font-weight: bold;
	margin: 14px 0 14px 0;
}

div.standaloneDocumentLink div.size,
div.attachedDocumentLink div.size {
	font-size: 0.9em;	
}

/*----------------------------------------------------------------*/

div.searchResults {
	min-height: 500px;
}

div.searchResult {
	margin-bottom: 15px;
	color: #808285;
	width: 90%;
	overflow: hidden;
}

div.searchResult p {
	margin-top: 10px;
}

div.searchResult strong {
	background-color: yellow;
	font-weight: normal;
}

div.searchResults h3 {
	margin-bottom: 12px;
}

div.searchResults h2 {
	margin-bottom: 12px;	
}

/*----------------------------------------------------------------*/

div.siteMap li strong {
	font-weight: normal;
}

div.siteMap ul {
	margin-left: 20px;
}

div.siteMap li {
	list-style-position: inherit;
}