@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background-color: #FFFFFF;
}
#container
  	{
	width: 980px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
#header  {
	height: 249px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	margin-top: 7px;
	background-image: url(images/motto.jpg);
	background-position: right top;
} 
#header   img    {
	display: block;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #8FD714;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
}
.nostate {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(images/iconSmall.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 18px;
}
.defhead {
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
#definitions {
	padding-left: 25px;
}


#sidebar1
  {
	float: left;
	width: 305px; /* top and bottom padding create visual space within this div */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-right-width: 5px;
	border-right-style: double;
	border-right-color: #48A202;
	margin-top: 30px;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

#sidebar1 li {
	background-color: #FFFFFF;
	letter-spacing: -0.05em;
	height: 28px;
}
#sidebar1  a {
	color: #48A202;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 25px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}


#sidebar1  a:hover {
	color: #0A4702;
	font-size: 18px;
	background-image: url(images/iconSmall.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#sidebar1  h3,#sidebar1  p   {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#topnav {
	float: right;
	padding-top: 206px;
}
#topnav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #FFFFFF;
	padding-right: 50px;
	background-color: #3DA800;
	background-image: url(images/gradient.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
#topnav li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding-right: 15px;
	padding-left: 20px;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #000000;
}

#mainContent/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
  {
	background-color: #FFFFFF;
	width: 665px;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
	float: right;
	margin: 0;
} 

#mainContent a {
	color: #FFFFFF;
}

#mainContent #results {
	word-spacing: .05em;
}
#mainContent    #results  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 0px;
}
#mainContent #results h3 {
	margin-top: 0px;
}

#mainContent #results a {
	font-weight: bold;
	color: #48A202;
}
#mainContent #results a:hover {
	color: #0a4702;
	
}

#mainContent #controls {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 75px;
}

#mainContent #controls a:hover {
	background-image: url(images/downstate.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #controls h2 {
	margin-bottom: 17px;
}



#mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 55px;
}
#mainContent li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.start {
	background-image: url(images/icon.jpg);
	padding-left: 30px;
	background-repeat: no-repeat;
}


.statement {
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lookup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	height: 32px;
	overflow: hidden;
}
#lookup a {
	text-decoration: none;
	width: 133px;
	display: block;
	color: #000000;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/buttonDual.gif);
	height: 32px;
}
#lookup  a:hover  {
	background-image: url(images/buttonDual.gif);
	background-repeat: no-repeat;
	background-position: center -32px;
}
#footer  {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	clear: both;
	height: 75px;
	margin: 0px;
} 
#footer a {
	font-weight: bold;
	color: #48A202;
	font-size: 16px;
	padding-right: 30px;
}
#footer p {
	font-size: 12px;
	color: #48A202;
}

#footer a:hover {
	color: #0A4702;
}

/* Miscellaneous classes for reuse */
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
 
</style>
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#controls h2 {
}
p {
	padding-left: 25px;
	font-size: 15px;
}
.arrow {
	top: 50%;
	display: block;
	float: left;
	margin-right: 7px;
}
.click {
	padding-top: 5px;
}


#resourcesMain  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 45px;
}
#resourcesMain   h1          {
	padding-left: 35px;
	background-image: url(images/iconBig.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#resourcesMain   h4      {
	margin-top: 0px;
}
#resourcesMain  img {
	border: 2px solid #000000;
	height: 150px;
	width: 175px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#resourcesMain #resourcesContent a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	height: 300px;
	width: 189px;
}
#resourcesMain #resourcesContent a:hover {
	color: #FFFFFF;
}
#resourcesMain  #resourcesContent  .thumbnail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	height: 300px;
	width: 189px;
	margin-right: 35px;
	margin-bottom: 20px;
	border: 2px solid #000000;
	text-align: center;
}
#resourcesMain  #resourcesContent  .thumbnail:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#resourcesMain  #resourcesContent  .bold {
	font-size: 16px;
	font-weight: bold;
}



.break {
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.topnav {
	color: #000000;
}
#listContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#listContent h1 {
	background-image: url(images/iconBig.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
}
#listContent h4 {
}

#listContent ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 75px;
	margin-bottom: 55px;
}
#listContent li {
	margin-top: 3px;
	margin-bottom: 3px;
}
#aboutContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

#aboutContent a {
	color: #48A202;
}
#aboutContent a:hover {
	color: #0a4702;
}

#aboutContent h1 {
	background-image: url(images/iconBig.jpg);
	padding-left: 35px;
	background-repeat: no-repeat;
	margin-top: 45px;
}
#aboutContent ul {
	padding-left: 75px;
}
#aboutContent li {
	margin-top: 7px;
	margin-bottom: 7px;
}
#share {
	width: 145px;
	float: right;
	text-align: center;
	height: 310px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 10px;
	background-color: #3DA800;
	margin-top: 20px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#share p {
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#share img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}

#sidebar1 #donate {
	width: 160px;
	text-align: center;
	margin-top: -30px;
	padding: 0px;
}


#sidebar1 #donate p {
	font-size: 9px;
	margin-top: 60px;
	margin-bottom: 4px;
	color: #48A202;
	text-align: center;
	padding: 0px;
}
#email2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #sidebar1 #forms {
	width: 220px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#container #sidebar1 #forms #white form {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#container #sidebar1 #forms #white {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container #sidebar1 #forms #white p {
	width: 215px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#mainContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 40px;
	width: 680px;
	margin-left: auto;
}
.firstPage {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 55px;
}
.firstPage li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #mainContent #results .canceled {
	background-image: none;
	text-align: center;
	color: #FF0000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#shareAlone {
	float: right;
	text-align: right;
}
#shareAlone p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}
