/* CSS Document */

html,body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #666666;
	background-image: url(/assets/images/bgnd-white.gif);
	background-repeat: repeat-y;
	background-position: top left;
	height: 100%;
	/*min-height: 100%;*/
	border:none
}

form {
height: 100%;
}


.pagetopspacer {
	border-bottom: 3px solid white;
	border-top: 2px solid white;	
}

.header-bar {
	background-color: #69207E;
}

.page-heading {
	background-image: url(/assets/images/bgnd-heading.gif);
	height: 46px;
	background-position: right top;
}

.page-heading h1 {
	font-size: 1.2em;
	color: #69207E;
	margin: 0px 0px 0px 15px;
}

.background {
	background-image: url(/assets/images/background.gif);
	background-repeat:repeat-y;
	background-position:top left;
	height:100%;
}



/**************** MENU SECTION ******************/
/* Active Menu */
td.firsttiermenuactive 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.75em;
	font-weight: bold;
	background-image:url(/assets/images/nav-on.gif);
	background-repeat: no-repeat;
	background-color: #BD9BC7;
	height: 26px;
	width: 170px;
	text-indent: 35px;
}

td.firsttiermenuactive a.active {
	color: #6A207F;
	text-decoration: none;
	text-indent: 35px;
}

td.firsttiermenuactive a.inactive {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 35px;
}

td.firsttiermenuactive a.inactive:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 35px;
}


/*In Active Menu*/
td.firsttiermenuinactive
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #BD9BC7;
	height: 26px;
	width: 170px;
	text-indent: 35px;
}

td.firsttiermenuinactive:hover { 
	background-image:url(/assets/images/nav-on.gif);
	background-repeat: no-repeat;
  } 


td.firsttiermenuinactive a.active {
	color: #6A207F;
	text-decoration: none;
	text-indent: 35px;
}

td.firsttiermenuinactive a.inactive {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 35px;
}

td.firsttiermenuinactive a.inactive:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 35px;
}




/* Second Tier Menu*/
td.secondtiermenu
{
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #D9C7DF;
	width: 170px;
}

td.secondtiermenu ul {
	color: #6A207F;
	list-style: disc;
	font-size: 0.95em;
	font-weight: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 130%;
	}
td.secondtiermenu li 
{
	padding-bottom: 10px;
}


td.secondtiermenu ul a {
	color: #6A207F;
	text-decoration: none;
}

td.secondtiermenu ul a:link {
	color: #6A207F;
	text-decoration: none;
}

td.secondtiermenu ul a:visited {
	color: #6A207F;
	text-decoration: none;
}

td.secondtiermenu ul a:hover {
	color: #6A207F;
	text-decoration: underline;
}


/****************END OF MENU***************/


	
.newsletter-field-bgnd {
	background-image: url(/assets/images/panel-newsletter-field.gif);
	background-repeat:no-repeat;
	background-position: center;
}

.newsletter-field {
	width: 115px;
	height: 20px;
	border: 0px;
	margin: 6px 0px 0px 10px;
	background: none;
	font-size: 0.7em;
}

.newsletter-fieldtitle {
	font-size: 0.75em;
	color: white;
	font-weight: bold;
	text-indent: 15px;
}
.searchbar-field {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 91px;
	height: 14px;
	font-size: 0.7em;
	margin: 0px 0px 0px 0px;
}

.searchbar-cell {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 0px;
	border-right: 0px;
	width: 91px;
	height: 18px;
	margin: 0px 0px 0px 0px;
}

.cms-links a
{
	font-size: 0.65em;
	color: #999999;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}
.cms-links a:link
{
	font-size: 0.65em;
	color: #999999;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}
.cms-links a:visited
{
	font-size: 0.65em;
	color: #999999;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}

.cms-links a:hover {
	text-decoration: underline;
	color: #000000;
}


.mainBodyFormat {
	padding-top: 10px;
}



/********************************
* Form stuff					*
********************************/

.formfield {
	width: 250px;
	border: 1px solid #8b969e;
	padding-top: 2px;
	padding-left: 3px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

.textarea {
	height: 150px;
	width: 250px;
	border: 1px solid #8b969e;
	padding-top: 4px;
	padding-left: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

.fieldlabel
{
	font-weight: bold;
	font-size: 0.9em;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.fielderror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight:bold;
	line-height: 100%;
	color: red;
	padding-bottom: 0px;
}




/* ********************* CMS BAR ***************************/
.CMSBar
{
	font-weight: bold;
	font-size: 0.75em;
	left: 0px;
	margin-bottom: 10px;
	width: 770px;
	color: white;
	font-family: Arial, Tahoma, Verdana;
	position: static;
	top: 0px;
	background-color: #69207E;
}

.CMSBar a
{
	font-size: 1.0em;
	text-decoration: none;
	font-weight: normal;
	color: White;
}
.CMSBar a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: White;
}
.CMSBar a:link
{
	font-weight: normal;
	text-decoration: none;
	color: White;
}
.CMSBar a:hover
{
	font-weight: normal;
	color: lavender;
	text-decoration: underline;
}
/* END CMS BAR */





/**************************************************
/	 SiteMap modules settings 
/**************************************************/
.SiteMapTier1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #69207E;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	}
.SiteMapTier2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000000;
	font-weight: normal;
	}
.SiteMapTier3
	{
		color:#1F60A9;
		font-size:xx-small;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
A.SiteMapTier1:link,A.SiteMapTier1:visited
	{
	color: #69207E;
	}
A.SiteMapTier2:link,A.SiteMapTier2:visited
	{
	color: #000000;
	text-indent: 0px;
	padding-left: 25px;
	font-weight: normal;
	/*background-image: url(/assets/images/graphics/bullet_off.gif);
	background-repeat:no-repeat;
	background-position: 10px;*/
	}
A.SiteMapTier3:link, A.SiteMapTier3:visited
{
	/*background-position: 20px 50%;*/
	padding-left: 45px;
	/*background-image: url(/assets/images/graphics/bullet_off.gif);*/
	color: gray;
	text-indent: 25px;
	/*background-repeat: no-repeat;*/
}
A.SiteMapTier1:hover
	{
		color:#ff0000;
	}
A.SiteMapTier2:hover
	{
		color:#ff0000;
		text-indent: 0px;
		padding-left: 25px;
		/*background-image: url(/assets/images/graphics/bullet_on.gif);
		background-repeat:no-repeat;
		background-position: 10px;*/
	}
A.SiteMapTier3:hover
	{
		color:#ff0000;
		text-indent: 25px;
		padding-left: 45px;
		/*background-image: url(/assets/images/graphics/bullet_on.gif);
		background-repeat:no-repeat;
		background-position: 20px;*/
	}
	
/**************** END OF SITE MAP SECTION *********************/





/**************************************************
/	 Search modules settings 
/**************************************************/
.searchResults
{
	color: #69207E;
	font-family: Arial, Helvetica, sans-serif,;
	/*font-size: 0.9em; */ 
}

.searchSeperator
{
	height: 20px;
}

.searchElement
{
	font-size: 0.9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.searchElementAlt
{
	font-weight: normal;
	font-size: 0.9em;
	color: #000000;
}


.searchTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #69207E;
}
/*
.searchResult
{
	font-size: 0.9em;
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/
/*
TD.searchResult
{
	color: #cc0000;
	padding-top: 20px;
	background-color: #ffffff;
}*/


.searchElement A, .searchElementAlt A
{
	font-weight: bold;
	color: #69207E;
	text-decoration: none;
}

.searchElement A:link, .searchElementAlt A:link
{
	font-weight: bold;
	color: #69207E;
	text-decoration: None;
}

.searchElement A:visited, .searchElementAlt A:visited
{
	font-weight: bold;
	color: #69207E;
	text-decoration: none;
}

.searchElement A:hover, .searchElementAlt A:hover
{
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}


/************ END OF SEARCH SECTION ***************/







/**************************************************
/	 Headline summary block modules settings 
/**************************************************/

.HeadlineItemSeparator
{
	color:#69207E;
	height:1px;
}

.HeadlineItemTableOuter
{
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}
.HeadlineItemTableOuterEdit
{
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	border-color:black;
	border-style:solid;
	border-width:2px;
}
.HeadlineItemTitle
{
	font-weight: bold;
	font-size: 1.1em;
	color: #69207E;
	font-family: Arial, Helvetica, sans-serif;
}



.HeadlineItemSummary, .HeadlineItemSummaryEdit
{
	font-weight: normal;
	font-size: 0.9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.HeadlineItemSummary A, .HeadlineItemSummaryEdit A
{
	font-weight: bold;
	color: #69207E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.HeadlineItemSummary A:link, .HeadlineItemSummaryEdit A:link
{
	font-weight: normal;
	color:#69207E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.HeadlineItemSummary A:visited, .HeadlineItemSummaryEdit A:visited
{
	font-weight: bold;
	color: #69207E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.HeadlineItemSummary A:hover, .HeadlineItemSummaryEdit A:hover
{
	font-weight: normal;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}



.HeadlineItemBody a.HeadlineBack
{
	font-weight: normal;
	font-size: 0.9em;
	color:#69207E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.HeadlineItemBody a.HeadlineBack:visited
{
	font-weight: normal;
	font-size: 0.9em;
	color:#69207E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.HeadlineItemBody a.HeadlineBack:link
{
	font-weight: normal;
	font-size: 0.9em;
	color:#69207E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.HeadlineItemBody a.HeadlineBack:hover
{
	font-weight: normal;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}


.HeadlineItemDate
{
	font-weight: normal;
	font-size: 0.8em;
	color: #990066;
	font-family: Arial, Helvetica, sans-serif;
}


.HeadlineItemDateEdit
{
	font-weight: normal;
	font-size: 0.8em;
	color: #990066;
	font-family: Arial, Helvetica, sans-serif;
}


td.HeadlineItemSummary, td.HeadlineItemBody
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 150%;
}

a.HeadlineItemMoreLink a
{
	font-size: 1.0em;
	color: #5c3d6f;
	font-weight: bold;
	text-decoration: none;
}
a.HeadlineItemMoreLink:link
{
	font-size: 1.0em;
	color: #5c3d6f;
	font-weight: bold;
	text-decoration: none;
}
a.HeadlineItemMoreLink:visited
{
	font-size: 1.0em;
	color: #5c3d6f;
	font-weight: bold;
	text-decoration: none;
}

a.HeadlineItemMoreLink:hover {
	text-decoration: underline;
	color: Red;
}



/* News panel styles */
/*.newsPanelHeadingTab {
	background-color: #ffffff;
	height: 15px;
}
.newsPanelHeadingTab p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsPanelHeadingTab a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.newsPanelHeadingTab a:hover {
	color: #FFFF00;
}
.newsPanelHeadingTab a:visited {
	color: #000000;
}
.newsPanelHeadingTab a:link {
	color: #000000;
}
*/

.newsPanelContentArea
{
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 4px;
	line-height: 100%;
	/*background-color: #ffffff;*/
	height: 160px;
	
}
/*.newsPanelContentArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #5c3d6f;
}
*/

.newsPanelContentArea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
}
DIV.newsPanelContentArea
{
	font-size: 10px;
	left: 400px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 160px;
	
}

B.newsPanelContentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	/*line-height: 21px;*/
	font-weight: bold;
	color: #5c3d6f;
	padding-left: 0px;
}
TD.newsPanelContentArea DIV TABLE TR TD	
{
	vertical-align: top;
}

.RadRotator
{
	position: relative;
	background-color: #D9C7DF;
}

