@charset "utf-8";
/* CSS Document */
/* Main Document Setup Tags Unique to the index page*/
#flash {
	background: #123F08;
	padding: 0px;
	height: 300px;
}
#newsArea {
	background:#FFF;
	padding:2px;
	height:460px;
	width:850px;
	background-image: url(../images/mainnews.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:75%;
	color:#000;
}

/* Tages related to newsArea division tag unique to index page */
#welcome {
	float:left;
	width:609px;
	height:225px;
	
}
#new {
	background:#CCC;
	height:415px;
	float:right;
	width:236px;
	margin-top:25px;
	background-image:url(../images/newscorner.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:3px;

}
#new ul {
	padding:0;
	margin:0;
}
#spotlight {
	float:left;
	width:303px;
	height:225px;
	border-top:1px solid #CCC;
	
}
#extspotlight{
	float:left;
	width:300px;
	height:225px;
	/*margin-top:-3px;*/
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	padding-left:3px;
	/*position: relative;*/
	/*left:345px;*/
	/*top:325px;*/
}
div.figure {
	/*width:150px;*/
	margin:10px;
	float:left;
}

.figure img {
	border:1px solid #666;
	padding:2px;
}

/*News Area graphics on bulleted lists
#newsArea {
	font-size:75%;
	color:#000;
}*/
#newsArea ul {
	padding:5px;
}
#newsArea li {
	list-style:none;
	background-image:url(../images/clover_bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin-bottom:6px;
	padding-left:18px;
	/*padding:10px;
	font-size:75%;*/
}
#newsArea a:link {
	color:#0C3D00;
	/*font-size:75%;*/
	font-weight:bold;
}

/*Text Headers*/
p.headers {
	text-transform:uppercase;
	font-size:150%;
	font-weight:bold;
	color:#666;
	padding-left:5px;
}

/*Hover Pop Up*/
#popup {
	background-color:#123F08;
	width:250px;
	text-align: left;
	border:1px solid #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px;
	width:250px;
}
.headerpop {
	font-weight:bold;
	text-align: center;
}


