/* Global Styles */

body {
	margin:0px;
	background-color:#F4FFE4;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}

/* Sitemap.html */

#sitemap {
	font-size: 140%;
	}

#sitemap li {
	list-style: none;
	}

#sitemap li ul {
	font-size: 90%;
	}

#sitemap li ul li ul li {
	padding-left: 16px;
	background: url(/images/icons/) no-repeat 0 50%;
	}

/* Class Styles */

.lightgreen {
	background-color: #99CC66;
	}
	
.darkgreen {
	background-color: #5C743D;
	}
	
.dashedground {
	background-image:url(images/mm_dashed_line.gif);
	background-repeat:repeat;
	}

.bodyText {
	color:#666666;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.bodyTable {
	color:#666666;
	line-height:14px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px;
	border-bottom-color: #666666;
	}

.formText {
	color:#666666;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: solid;
	border-bottom-color: #955757;
	border-bottom-width: 1px;
	}

.pageName{
	color: #5C8B2E;
	line-height:26px;
	letter-spacing:.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 15px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.popupmenucode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.plainText {
	color:#666666;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#activities{
border-color: #F4FFE4;
border-style: solid;
border-width: 2px;
width: 350px;
background-color: #F4FFE4;
}

#activities a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #5B743D;
text-decoration: underline;
border: 1px #F4FFE4;
}

html>body #activities a{ /*Non IE rule*/
width: auto;
}

#activities a:hover{
background-color: #5B743D;
color: #99CC67;
}

#tabledescription {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #A75737;
text-decoration: none;
height: 75px;
background-color: #F4FFE4;
filter:alpha(opacity=0);
-moz-opacity:0;
}

.style3 {font-size: 9px}
.style4 {color: #5C8B2E}
body,td,th {
	font-size: 10px;
}
.style5 {font-size: 12px; color: #333333; }
.style6 {
	color: #993300;
	font-weight: bold;
	font-size: 12px;
}
.style7 {color: #5C743D}
.style8 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #D5D580;
}

/* START OF CODE FOR CSS MAP alistapart.com */
/* Styles; map and map point graphics are defined below */

dl.map.on {
	position:relative;
	width:575px;
	height:440px;
	background:url(test-images/State-map.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:none;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:205px;
	padding:4px;
	border:#fff 2px solid;
	background:url(http://www.abcdresources.org/images/tooltip-bg.png);
	z-index:11;
	font-size:1em;
	color:#5b743d;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(test-images/point.png) no-repeat;
	width:9px;
	height:9px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(test-images/point-hover.png) no-repeat;
	width:9px;
	height:9px;
}
dl.map.on dd a {
	color:#000;
	text-decoration:none;
}
dl.map.on dd a:hover {
	text-decoration:underline;
}
dl.map.on dd a.close {
	position:relative;
	float:right;
	color:#000;
	background:url(http://www.abcdresources.org/images/close.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	height:16px;
	width:16px;
	margin-left:4px;
	margin-right:-6px;
	text-decoration:none;
}


/* START OF CSS FOR MAP POINTS */
dl.map.on a#WA {
	top:35px;
	left:77px;
}
dl.map.on a#CA {
	top:177px;
	left:40px;
}
dl.map.on a#UT {
	top:170px;
	left:129px;
}
dl.map.on a#MN {
	top:82px;
	left:303px;
}
dl.map.on a#IA {
	top:139px;
	left:312px;
}
dl.map.on a#IL {
	top:164px;
	left:354px;
}
dl.map.on a#NC {
	top:213px;
	left:477px;
}
dl.map.on a#VT {
	top:76px;
	left:504px;
}

dl.map.on a#ME {
	top:56px;
	left:532px;
}

dl.map.on a#CT {
	top:114px;
	left:515px;
}

dl.map.on a#NJ {
	top:140px;
	left:505px;
}

dl.map.on a#DE {
	top:159px;
	left:499px;
}

dl.map.on a#MD {
	top:155px;
	left:480px;
}

dl.map.on a#VA {
	top:184px;
	left:478px;
}
dl.map.on a#OH {
	top:157px;
	left:421px;
}

dl.map.on a#MI {
	top:115px;
	left:393px;
}

dl.map.on a#AL {
	top:268px;
	left:391px;
}

dl.map.on a#WI {
	top:104px;
	left:345px;
}

dl.map.on a#AR {
	top:246px;
	left:325px;
}

dl.map.on a#KS {
	top:195px;
	left:263px;
}

dl.map.on a#MT {
	top:61px;
	left:166px;
}

dl.map.on a#OR {
	top:83px;
	left:60px;
}

dl.map.on a#AK {
	top:330px;
	left:88px;
}

dl.map.on a#DC {
	top:206px;
	left:540px;
}

dl.map.on a#PR {
	top:394px;
	left:503px;
}


dl.map.on a#OK {
	top:243px;
	left:277px;
}

dl.map.on a#CO {
	top:188px;
	left:191px;
}

dl.map.on a#NM {
	top:254px;
	left:176px;
}

dl.map.on a#RI {
	top:114px;
	left:526px;
}