/* home page headline  */

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	line-height: 24pt;
	font-weight: bold;
	color: #1E1284;
	position: absolute;
	width: 400px;
	left: 350px;
	top: 150px;
}

/* home page intro  */

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 400px;
	left: 300px;
	width: 450px;
}

/*  nav */
#topnav {
	left: 220px;
	top: 28px;
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 75px;
}

#topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	margin-left: 20px;
	color: #FFFFFF;
	background-color: #73BE1E;
	padding-top: 4px;
	padding-bottom: 2px;
}

#topnav a:hover {
	color: #E8F405;
}

#topnav .current {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	margin-left: 20px;
	color: #1E1284;
	background-color: #A6E86A;
	padding: 10px;
}


#subnav {
	left: 220px;
	top: 60px;
	z-index: 100;
	position: absolute;
	width: 100%;
}

#subnav a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	margin-left: 20px;
	color: #1E1284;
}

#subnav .current  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	margin-left: 20px;
	color: #1E1284;
}
	
/* main content  */

#content {
	position: absolute;
	z-index: 150;
	top: 151px;
	left: 300px;
	width: 595px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: normal;
	color: #000000;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: bolder;
	color: #73BE1E;
/*	text-shadow: Navy 2px 2px 2px;
*/}

#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: normal;
	color: #000000;
	list-style-image: url(images/blue-arrow.gif);
	margin-top: 10px;
}

#content img {
	border: 1px solid #000;
	margin-right: 15px;

}





	
/* sets watermark  */

#watermark {
	background-image:url(images/watermark-crop.gif);
	background-repeat: no-repeat;
	z-index: 55;
	position: absolute;
	left: 330px;
	top: 79px;
	width: 528px;
	height: 600px;
}


/* graphics  */

#graphics {
	z-index: 50;
	position: absolute;
}

#graphics img .logo-small {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* banners  */

#topbanner {
	width: 100%;
	height: 58px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #73BE1E;    /*bright green */

}

#yellowbanner {
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0px;
	top: 58px;
	z-index: 20;
	background-color: #E8F405;    /*yellow */
	/*border-top: 1px solid #000; /*black */
	background-image: url(images/yellow1.jpg);
	background-repeat: repeat-x;

}

#navshadow {
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 78px;
	z-index: 15;
	background-image:url(images/under-nav-shadow.jpg);
	background-repeat: repeat-x;
	/*border-top: 1px solid #000; /*black */

}

/* home page: green box  */

#hilite-box {
	background-image: url(images/green-box.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	
	width: 180px;
	margin-top: 423px;
	margin-right: 25px;
	z-index: 200;
	position: absolute;
	left: 27px;
	border: 1px solid #FFF;
}

#hilite-box .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
}
#hilite-box a:link, #hilite-box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	margin-left: 35px;
	color: #FFFFFF;
	text-decoration: underline;
}
#hilite-box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	margin-left: 35px;
	color: #AED4CB;
	text-decoration: underline;
}

#hilite-box .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: bolder;
	color: #CEE8B0;
	text-shadow: Black 2px 2px 4px;

}

/* secondary page: green box  */

#green-box {
	background-image: url(images/green-box-small.jpg);
	background-repeat: no-repeat;
	width: 145px;
	margin-top: 357px;
	margin-right: 25px;
	z-index: 200;
	position: absolute;
	left: 13px;
	border: 1px solid #FFF;
	padding: 10px;
}

#green-box .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
}

#green-box a:link, #green-box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	margin-left: 25px;
	color: #FFFFFF;
	text-decoration: underline;
}
#green-box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	margin-left: 35px;
	color: #AED4CB;
	text-decoration: underline;
}

#green-box .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: bolder;
	color: #CEE8B0;
}
