/* Updated 6/5/2014 at 1:59pm */
/*Blue Box*/
.blueBox			 {
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	padding: 1px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.blueBox .left		 {
	float: left;
	padding: 0 10px 0 0;
}

.blueBox .right		 {
	padding: 4px 8px 1px 0;
}

.blueBox .left a {
	text-decoration: none;
}

.blueBox .left a:hover {
	text-decoration: underline;
}

.blueBox .right a {
	text-decoration: none;
}

.blueBox .right a:hover {
	text-decoration: underline;
}

/*Special Announcement Banner Module*/
#special						{
	border-width: 1px;
	border-style: solid;
	width: 931px;
	margin-left: 15px;
	float: left;
	padding: 2px;
}

.landing #special				 {
	margin: 10px 0 10px 0;
}

#special .content				 {
	padding: 10px;
	float: left;
	width: 911px;
}

#special .content .left			{
	float: left;
	width: 198px;
	margin-right: 35px;
}

#special .content .left h2		 {
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.167em;
}

#special .content .left .date	 {
	font-size: 0.75em;
	text-transform: uppercase;
	padding-top: 5px;
}

#special .content .right		{
	float: left;
	font-size: 1.083em;
	line-height: 18px;
	width: 655px;
}

#special .content .right p		 { 
	margin: 0; 
}

.landing #special .left h2	 {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Note module - used inside content items - not in a content class */

.noteModule {
	border-width: 1px;
	border-style: solid;
	display: block;
	padding: 1px;
	margin-bottom: 13px;
	padding: 5px 10px 10px 10px;
}

.noteModule h3 {
	font-weight: bold;
	font-size: 0.917em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

/*Accordion Module*/
.controls		 {
	float: right;
	padding-bottom: 7px;
	clear: both;
}

a.expandall		 {
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
	margin-right: 10px;
}

a.collapseall	 {
	background-repeat: no-repeat;
	background-position: 0 4px;	
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
}

.trigger2Wrap	 {
	border-width: 1px;
	border-style: solid;
	float: left;
	width: 660px;
	clear: both;
	padding: 15px 0;
	border-width: 2px 0 1px 0;
}

.trigger2		 {
	border-width: 1px;
	border-style: solid;
	clear: both;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0;
	border-width: 1px 0;
}

.triggerContent2	 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px;
	margin-bottom: 20px;
}

.triggerContent2 td	 { 
	padding: 5px; 
}

.openlanguage2	 {
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: -1px;
	padding-left: 10px;
	padding-right: 10px;
}

.closedlanguage2 {
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: -1px;
	padding-left: 10px;
	padding-right: 10px;
}

/*Simple Accordion Module*/
.simple_accordion .simple_acc_title{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.simple_accordion .simple_acc_list{
	margin: 18px 0 0 0;
}

.simple_accordion .trigger2{
	background: none;
	border: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
}

.simple_accordion .triggerContent2{
	background: none;
	margin: 0 0 15px 0;
}

.simple_accordion .triggerContent2 .last-child{
	margin-bottom: 0;
}

/*Tabbed Content Block - may be able to remove tabNavigation2 set - not used in courts*/

div.tabs > div { }

.tabs {
	clear: both;
	width: 672px;
	float: left;
	margin: 0 0 25px 0;
}
/*3 column page tabs */
.innerCenterColumn .tabs { 
	width: 426px; 
}
.innerCenterColumn .tabs .section,
.innerCenterColumn .tabs .section2 { 
	width: 398px; 
}

.section				 {
	clear: both;
	float: left;
	width: 642px;
	margin-top: -2px;
	padding: 20px 14px 10px 14px;
}

.rightColumn ul.tabNavigation {
	list-style: none;
	list-style-image: none;
}

ul.tabNavigation{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.tabNavigation li{
	list-style: none;
	display: inline;
	cursor: pointer;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.08em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.tabNavigation li a{
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 10px;
	text-decoration: none;
	margin-right: 2px;
}

ul.tabNavigation li a:link{
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 10px;
	text-decoration: none;
	margin-right: 2px;
}

ul.tabNavigation li a:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 10px;
	text-decoration: none;
	margin-right: 2px;
}

ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
	text-decoration: none;
}

ul.tabNavigation li a span{
	cursor: pointer;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 10px 0 10px 10px;
}

ul.tabNavigation li a.selected span, ul.tabNavigation li a:hover span {
	text-decoration: none;
}

ul.tabNavigation li a:focus { 
	outline: 0; 
}

/* Single Block */
.singleBlockBG		 {
	float: left;
	width: 671px;
	background-repeat: repeat-y;
	background-position: center;
}

.singleBlockWrap	{
	float: left;
	width: 671px;
	margin-bottom: 15px;
}

.singleBlock		{
	float: left;
	width: 191px;
	padding: 0 10px 0px 10px;
}

.singleBlock h2 a {
	text-decoration: underline;
}

.singleBlock.grey	 {
}

.singleBlock p		 {
	margin-bottom: 5px;
}

.singleBlock ul		 {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-top: 4px;
}

.singleBlock ul li	 {
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 15px;	
}

.singleBlock li a, .singleBlock li a:visited	{
	text-decoration: none;
}

.singleBlock li a:hover	 {
	text-decoration: underline;
}

.panelSpacer2	 {
	float: left;
	width: 18px;
	height: 50px;
}

.singlePanel	{
	float: left;
	width: 100%;
	padding-top: 10px;
	line-height: 18px;
	padding-right: 13px;
	border: 0;
	margin-bottom: 15px;	
}

.singlePanel h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.167em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.singlePanel ul	 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 4px;
	margin-left: 3em;
}

.singlePanel ol	 {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: 3em;
}

.singlePanel ul li {
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;
}

.singlePanel li a {
	text-decoration: underline;
}

.singlePanel li a:hover {
	text-decoration: none;
}

.doublePanel	{
	float: left;
	padding-top: 10px;
	line-height: 18px;
	width: 200px;
	padding-right: 9px;
	border: 0;
	margin-bottom: 15px;	
}

.doublePanel h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.167em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.doublePanel h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.doublePanel p	{
	margin: 0 0 12px 0;
}

.doublePanel ul	 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 4px;
	margin-left: 3em;
}

.doublePanel ol	 {
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: 3em;
}

.doublePanel ul li {
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;
}

.doublePanel li a {
	text-decoration: underline;
}

.doublePanel li a:hover {
	text-decoration: none;
}
.doublePanel li li	 {
	background-repeat: no-repeat;
	background-position:  0 8px;
	margin-left: 10px;
}

/*Sortable Table Wrapper*/
.sortable-wrapper {
	visibility:visible;
}
* .sortable-wrapper td {
}
* .sortable-wrapper th {
}
* .sortable-wrapper table {
}

/* Forms Navigator*/
.findFormWrap			 {
	float: left;
	width: 400px;
	height: 120px;
}

form#groupForms			 {
	position: relative;
}

div#groupFormsFieldWrap	 {
	width: 300px;
	height: 27px;
	float: left;
	margin: 0;
}

.groupFormSelect	{
	border-width: 1px;
	border-style: solid;
	width: 320px;
	height: 27px;
	margin: 2px 0 10px 0;
}

.select2	{
	border-width: 1px;
	border-style: solid;
	width: 320px;
	height: 23px;
	margin: 2px 0 10px 0;
}

div#groupFormsButtonWrap	{
	width: 87px;
	float: right;
	margin: 2px -10px 0 0;
}

input#groupFormsButton		{
	width: 87px;
	height: 24px;
	background-repeat: no-repeat;
}

div#allFormsLinks {
	position: relative;
	padding-top: 7px;
	float: left;
}

/*----------------- SHOW/HIDE CONTENT -----------------*/
#toc ul				 {
	margin: 0;
	padding: 0;
}

#toc li				 {
	line-height: 20px;
	background-image: none;
	padding: 0;
}

#toc li a			 {
	display: block;
	text-decoration: none;
}

#toc li a:hover		 {
	text-decoration: underline;
}

#toc li.current		{
	font-weight: bold;
}

#toc li.current a	 { 
}

.doublePanelWide	 {
	float: left;
	width: 315px;
	padding-right: 13px;
	border: 0;
	margin-bottom: 15px;
}

.toccontentWrap		 {
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	padding-bottom: 4px;
}

.toccontent			{
	width: 641px;
	float: left;
	position: relative;
	clear: both;
	padding: 15px;
}

.toccontent a		 {
	text-decoration: none;
}

.toccontent ul		 {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 4px;
}

.toccontent li		 {
	background-repeat: no-repeat;
	background-position:  0 8px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
}

.toccontent li a	{
	text-decoration: none;
}

.triggerContent	 ol		 {
	margin: 0;
	padding: 0;
	background: none;
}

.triggerContent ol li	 {
	margin-left: 20px;
	padding-left: 5px;
	background: none;
}

.triggerContent ol li a	 {
	text-decoration: underline;
}

.triggerContent ol li li	{
	background-repeat: no-repeat;
	background-position:  0 6px;
	margin-left: 0;
	padding-left: 10px;
}

.triggerContent ol li li a	 {
	text-decoration: none;
}

/*Double Block*/
/*Wide Left | Small Right - Self Help Landing Page*/
.wideLeft .doubleBlock		 {
	float: left;
	width: 336px;
	margin-bottom: 5px;
}

.doubleBlock		 {
	float: left;
	width: 325px;
	margin-bottom: 5px;
}

.blockspacer			{
	float: left;
	width: 20px;
	height: 10px;
}

.doubleBlock .icon		 {
	float: left;
	width: 61px;
}

.doubleBlock .text		 {
	float: left;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 0;
}

.doubleBlock .text ul 	 {
	margin-left: 15px;
}

.doubleBlock .text li	 {
	line-height: 15px;
	white-space: nowrap;
}



.notice {
	border-style: solid;
	border-width: 1px 0;
	padding: 10px 0;
	clear: both;
}

p.hero	 {
	font-size: 1.167em;
	line-height: 20px;
	margin-bottom: 17px;
	margin-top: 0;
}

ul.hero		 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.hero li	 {
	background-repeat: no-repeat;
	background-position:  0 8px;
	padding-left: 10px;
	margin-bottom: 4px;
}

/*Hero Banner - Related Links*/
.banner2 {
	float: left;
	width: 671px;
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
}
.banner2 .wrap1 {
	float: left;
	width: 420px;
	height: 220px;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
.banner2 .wrap1 img {
	padding: 3px 0 0 3px;
}
.banner2 .wrap1 .textbanner {
	padding: 10px 18px 0 18px;
	display: block;
}
.banner2 .wrap2 {
	float: right;
	width: 215px;
	margin: 15px 15px 0 0;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 30px;
}
.banner2 .wrap2 h3 {
	font-size: 0.917em !important;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
}
.banner2 .wrap2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 0.917em;
}
.banner2 .wrap2 li {
	background-repeat: no-repeat;
	background-position: 3px 5px;
	width: 185px;
	padding-left: 15px;
	line-height: 18px;
	text-decoration: none !important;
}