@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
a:link {
	color: #008BFD;
	text-decoration: underline;
}

a:visited {
	color: #6691B3;
}
a:hover {
	color: #F08000;
}
a:active {
	color: #F06000;
}

a img {
	border: none;
}
li  {
	padding-bottom: 0.7em;
}
td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.5em;
	padding-top: 0em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0E4A7F;
	clear: right;
}
h2 {
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	clear: right;
}


h4 {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 2.3em;
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}


.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../assets/HeaderBackground.png);
	height: 101px;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #joinBar {
	background-image: url(../assets/cardcarryingBackground50th.png);
	height: 60px;
	text-align: right;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0A2949;
	border-bottom-color: #0A2949;
	background-position: center;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0D4C7F;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #F0F3FB;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0D4C7F;
	text-align: left;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 132px;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
} 
.twoColFixLtHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #0E4A7F;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #062035;
	margin-top: 10px;

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.orangebutton {
	margin-top: 15px;
	margin-bottom: 17px;
	margin-right: 15px;
	margin-left: 10px;
}
#NavBardiv {
	margin: 0px;
	padding: 0px;
	border-bottom: solid;
	border-bottom-color: #0D4C7F;
	border-bottom-width: 2px;
}



.NavBarlist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	display: block;
}
.NavBarlist li {
	margin: 0px;
	padding: 0px;
}
#NavBarLink   a {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #0C4B80;
	background-color: #D9E1F2;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	list-style-image: none;
	border-bottom-style: none;
	display: block;
}
#NavBarLink  a:hover {
	background-color: #F08000;
	color: #FFFFFF;
}
#NavBarLink  a:active {
	color: #E9EEF8;
	background-color: #104680;
}
#subNavBar a {
	font-size: .9em;
	padding-left: 10px;
	background-color: #A7BAE0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #131F37;
	border-top-style: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #092C4A;
	border-top-width: 0px;
	display: block;
	color: #131F37;
}

#pgHome #liHome a, #pgAboutUs #liAboutUs a, #pgNews #liNews a, #pgEvents #liEvents a, #pgInvolved #liInvolved a, #pgIssues #liIssues a, #pgLegislation #liLegislation a, #pgCourtCases #liCourtCases a, #pgPublicEd #liPublicEd a, #pgLinks #liLinks a{
	background-color: #131F37;
	color: #FFFFFF;
} 

#pgWhatWeDo #liWhatWeDo a, #pgContactUs #liContactUs a, #pgComplaint #liComplaint a, #pgFAQs #liFAQs a, #pgNewsReleases #liNewsReleases a, #pgNewsletter #liNewsletter a, #pgUpcoming #liUpcoming a, #pgPastEvents #liPastEvents a, #pgJoin #liJoin a, #pgDonate #liDonate a, #pgTakeAction #liTakeAction a, #pgVolunteer #liVolunteer a, #pgCoopAttys #liCoopAttys a, #pgChurchState #liChurchState a, #pgCriminalJustice #liCriminalJustice a, #pgDiscrimination #liDiscrimination a, #pgDueProcess #liDueProcess a, #pgFreeSpeech #liFreeSpeech a, #pgImmigration #liImmigration a, #pgOpenGov #liOpenGov a, #pgPolicePrct #liPolicePrct a, #pgPrivacy #liPrivacy a, #pgStudentsRights #liStudentsRights a, #pgCurrentSession #liCurrentSession a, #pgPastSessions #liPastSessions a, #pgActiveCases #liActiveCases a, #pgCasesIssues #liCasesIssues a, #pgAnnualDocket #liAnnualDocket a, #pgReports #liReports a, #pgPDFnwslttrs #liPDFnwslttrs a, #pgPamphlets #liPamphlets a, #pgCableShow #liCableShow a{
	color: #FFFFFF;
	background-color: #0D4C7F;
}


#pgWhatWeDo #liAboutUs a, #pgContactUs #liAboutUs a, #pgComplaint #liAboutUs a, #pgFAQs #liAboutUs a, #pgNewsReleases #liNews a, #pgNewsletter #liNews a, #pgUpcoming #liEvents a, #pgPastEvents #liEvents a, #pgJoin #liInvolved a, #pgDonate #liInvolved a, #pgTakeAction #liInvolved a, #pgVolunteer #liInvolved a, #pgCoopAttys #liInvolved a, #pgChurchState #liIssues a, #pgCriminalJustice #liIssues a, #pgDiscrimination #liIssues a, #pgDueProcess #liIssues a, #pgFreeSpeech #liIssues a, #pgImmigration #liIssues a, #pgOpenGov #liIssues a, #pgPolicePrct #liIssues a, #pgPrivacy #liIssues a, #pgStudentsRights #liIssues a, #pgCurrentSession #liLegislation a, #pgPastSessions #liLegislation a, #pgActiveCases #liCourtCases a, #pgCasesIssues #liCourtCases a, #pgAnnualDocket #liCourtCases a, #pgReports #liPublicEd a, #pgPDFnwslttrs #liPublicEd a, #pgPamphlets #liPublicEd a, #pgCableShow #liPublicEd a{
	background-color: #131F37;
	color: #A7BAE0;
}

#liAboutUs, #liNews, #liEvents, #liInvolved, #liIssues, #liLegislation, #liCourtCases, #liPublicEd, #liLinks{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#SearchDiv {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
	text-align: right;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 13px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#contactinfo {
	color: #000000;
	margin: 0 auto;
	text-align: center;
	width: 780px;
	line-height: 1.6em;
	font-size: 0.8em;
	background-color: #999999;
	border: none;
}

#distinction {
	font-size: 0.9em;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.4em;
}
#distinction a {
	color: #FFFFFF;
}
#distinction a:visited {
	color: #FFFFFF;
}
.imageNoPadding {
	margin: 0px;
	padding: 0px;
	display: block;
}
.smallerText {
	font-size: .8em;
}


.bold {
	font-weight: bold;
	font-size: .9em;
}
.PFdiv {
	float: right;
	margin: 0;
	font-size: 0.8em;
	padding: 2px;
}
.pageNoDiv {
	float: right;
	margin-left: 8px;
	margin: 0;
	font-size: 0.8em;
	padding: 1px;
}
.GooglePrivacy {
	font-size: .7em;
}
#websiteof {
	font-size: 0.9em;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 4px;
}
#PrintHeader {
	display: none;
}
#copyright {
	font-size: 0.9em;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: .9em;
}
.PrintShow {
	display: none;
}
li ul li {
	margin-top: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: .3em;
}
.textbox {
	padding: 15px;
	width: 160px;
	float: right;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 30px;
	border: 6px double #FF9D3C;
	color: #DD6F00;
	font-weight: bold;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
.bluetext {
	color: #0D4C7F;
	margin-top: 0em;
	margin-bottom: 0em;
	text-transform: uppercase;
}
.bluetextmargin {
	color: #0D4C7F;
	text-transform: uppercase;
}
dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.3em;
}
#breadcrumbsDiv {
	display: none;
}

.HighlightsHeader {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #3668C1;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}
.bluebox {
	border: 2px solid #3668C1;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
}
.blueboxHeader {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #3668C1;
	text-align: center;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.orangebox {
	border: solid 1px #F08000;
	padding-left:15px;
	margin-left:50px;
	margin-right:50px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.rightalign {
	text-align: right;
}

.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
