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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav {
	font-size: 13px;
}
.logo {
	padding-left:1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.textwhite {
	color:white;
	font-size:14px;
	font-weight:bold;
}

.nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav .smallnav {
	width:100px;
	float: left;
	position: relative;
	z-index:1;
	font-size: 14px;
}
.nav .mednav {
	width:150px;
	float: left;
	position: relative;
	z-index:1;
	font-size: 14px;
}
.nav .subnav1 {
	width:190px;
	float: left;
	position: relative;
	z-index:1;
	font-size: 12px;
}
.nav .subnav2 {
	width:180px;
	float: left;
	position: relative;
	z-index:1;
	font-size: 12px;
}
.nav li { /* all list items */
	float: left;
	position: relative;
	z-index:1;
}
.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 3em;
	left: 0;
	padding-top: .25em;
	line-height: 1.4em;
	background-color: #25325b;
}
.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 3em;
	left: 0;
}
.nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	color: black;
}
.subhead_tag {
	color: #8cb53f;
	font-size: 16px;
	padding-left: 2em;
	padding-top: 2.5em;
}
.donate {
	background-color: #8cb53f;
	width: 150px;
	font-size: 16px;
	margin-top: 1.5em;
	margin-bottom: 2em;
	border: 4px white solid;
}
.subnav1 a {
	color: white;
	padding-left: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	display: block;
	text-decoration: none;
}
.subnav1 a:hover {
	text-decoration: none;
	color: white;
	background-color: #8cb53f;
}
.subnav1 a:visited {
	color: white;
	padding-left: 1em;
	display: block;
	text-decoration: none;
}
.subnav2 a {
	color: white;
	padding-left: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	display: block;
	text-decoration: none;
}
.subnav2 a:hover {
	text-decoration: none;
	color: white;
	background-color: #8cb53f;
}
.subnav2 a:visited {
	color: white;
	padding-left: 1em;
	display: block;
	text-decoration: none;
}
.smallnav a:link {
	color: white;
	display: block;
	text-decoration: none;
}
.smallnav a:hover {
	text-decoration: none;
	color: #FF0000;
}
.smallnav a:visited {
	color: white;
	display: block;
	text-decoration: none;
}
.mednav a {
	color: white;
	display: block;
	text-decoration: none;
}
.mednav a:hover {
	text-decoration: none;
	color: #FF0000;
}
.mednav a:visited {
	display: block;
	text-decoration: none;
}
.donate a {
	color: white;
	text-decoration: none;
	display: block;
	padding-bottom: .75em;
	padding-top: .75em;
}
.donate a:hover {
	color: white;
	text-decoration: none;
	background-color: #25325b;
}
.body {
	padding-left: 2em;
	padding-right: 2em;
	font-size: 12px;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #363535;
}
.body2 {
	padding-left: 2em;
	padding-right: 2em;
	font-size: 12px;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #363535;
	border-top: 3px #8cb53f solid;
}
.sidebar {
	font-size: 12px;
	color: #25325b;
	line-height: 1.7em;
}
.subhead1 {
	font-size: 16px;
	color: #25325b;
	padding-bottom: .5em;
	padding-left: .75em;
	padding-top: 1em;
	font-weight: bold;
}
.subhead2 {
	font-size: 16px;
	color: #25325b;
	font-weight: bold;
}

.subhead3 {
	font-size: 14px;
	color: #25325b;
	font-weight: bold;
}

.list {
	padding-left: 3em;
	list-style-type: disc;
	color: black;
	line-height: 1.4em;
	padding-right: 1em;
	padding-bottom: .5em;
	margin-top: .5em;
}
.caption {
	font-size: 10px;
	color: #7b9f38;
	text-align: left;
	padding-top: 1em;
	
}
.sidebar_left {
	padding-left: 1em;
	padding-right: .25em;
}

.line
{border-bottom: 1px dashed #8cb53f;
}


.nav {
	width: 100%;
}
.nav a:hover {
	color:#ffffff;
}
.rollover a {
	display:block;
	width:196px;
	color:#25325b;
	font-size: 13px;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 1em;
	text-decoration: none;
	border-bottom: 1px solid #8cb53f;
}
.rollover a:hover {
	background-color: #8cb53f;
	text-decoration: none;
	border-bottom: 1px solid white;
	width:196px;
	padding-top: .75em;
	padding-bottom: .75em;
}
.rollover a:visited {
	display:block;
	width:196px;
	color:#25325b;
	font-size: 13px;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 1em;
	text-decoration: none;
	border-bottom: 1px solid #8cb53f;
}
.rollover2 a {
	color: #3d2f27;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.rollover2 a:visited {
	color: #3d2f27;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.rollover2 a:hover {
	color: #3d2f27;
	font-size:12px;
	text-decoration: underline;
}


.rollover3
{padding-bottom: 1em;}
.rollover3 a {
	color: #3d2f27;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.rollover3 a:visited {
	color: #3d2f27;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.rollover3 a:hover {
	color: #3d2f27;
	font-size:13px;
	text-decoration: underline;
}


.rightcolumn a {
	display:block;
	width:197px;
	color:#25325b;
	background-color:#7a9e37;
	font-size: 13px;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 1em;
	text-decoration: none;
	border-bottom: 1px solid #8cb53f;
}
.rightcolumn a:hover {
	display:block;
	width:197px;
	background-color:#7a9e37;
	color:#25325b;
	font-size: 13px;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 1em;
	text-decoration: none;
	border-bottom: 1px solid #8cb53f;}
.rightcolumn a:visited {
	display:block;
	width:197px;
	background-color:#7a9e37;
	color:#25325b;
	font-size: 13px;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 1em;
	text-decoration: none;
	border-bottom: 1px solid #8cb53f;}


.contact {
	font-size: 12px;
}
.contact a:link {
	color: white;
	font-size: 12px;
	text-decoration:underline;
}
.contact a:hover {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
.contact a:visited {
	color: white;
	font-size: 12px;
}

.indent
{padding-left: 3em;}

.border
{border: 1px silver solid;}

.cmslinks {
color: #7a9e37;
font-size: 12px;

}
