
/*-------------------------------------------------------------------------------------*/
/* PAGE AREA */

.pagearea
{
	width:100%;
	font-family:verdana,arial,helvetica;
	margin-top:-5px;
}

/*-------------------------------------------------------------------------------------*/
/* MENU AREA */

.navigationarea
{
	border-bottom:3px solid rgb(98,0,103);
	background-color:rgb(253,253,253);
	background-image:url("/pubinvolve/us93info/images/logo_peoplesway.jpg");
	background-repeat:no-repeat;
	padding-bottom:5px;
}

.navigationlist
{
	padding-top:70px;
	margin-left:300px;
}

/*Hidden Navigation Button*/
a.navigationhidden
{
	display:none;
}

/*Current Page Navigation Button*/
a.navigationcurrent
{
	font-size:x-small;
	font-weight:bold;
}

a.navigationcurrent:link
{
	color:black;
	text-decoration:none;
}


a.navigationcurrent:visited
{
	color:black;
	text-decoration:none;
}

a.navigationcurrent:hover
{
	color:Black;
	background:rgb(230,230,230);
        text-decoration:none;
}

/*Other Navigation Buttons*/
a.navigationitem
{	
	font-size:x-small;
}

a.navigationitem:link
{
	color:black;
	text-decoration:none;

}

a.navigationitem:visited
{
	color:black;
	text-decoration:none;
}


a.navigationitem:hover
{
	color:Black;
	background:rgb(230,230,230);
	text-decoration:none;
}



/*-------------------------------------------------------------------------------------*/
/* CONTENT AREA */

.contentarea
{
	padding:5px;
}

.map
{
	float:right;
	margin:10px;

}

.contentarea_OLD li
{
	font-size:x-small;
	color:black;
	margin-bottom:2px;
	font-weight:normal;
	list-style-type:square;
}

.contentarea h1
{
	font-size:large;	
}

.contentarea h2
{
	color:rgb(98,51,95);
}

.contentarea h3
{
	color:rgb(0,135,122);
}

.right
{
	text-align:right;
	font-size:small;
	padding-right:20px;
}

.projectarea
{
	border-bottom:1px solid silver;
}


/*-------------------------------------------------------------------------------------*/
/* BUTTON AREA (PHOTOS) */

.buttonarea
{
	width:430px;
	margin-left:155px;
	clear:both;
}

.buttonitem
{
	float:left;
	width:200px;
	border:thin solid rgb(28,94,144);
	background-color:silver;
	text-align:center;
	color:black;
	margin:5px;
	letter-spacing:3px;
	cursor:hand;
}

span.buttonitem:hover
{
	background-color:rgb(193,198,140);
}



/*-------------------------------------------------------------------------------------*/
/* PHOTO AREA */

.imagearea
{
	width:710px;
	margin-left:14px;
	text-align:center;
	clear:both;
}

.imageitem
{
	float:left;
	/*background-color:rgb(193,198,140);*/
	width:330px;
	height:380px;
	margin:5px;
	padding:5px;
	text-align:center;
}

.caption
{
	font-size:x-small;
	width:100%;
}



/*-------------------------------------------------------------------------------------*/
/* LINK AREA */

.linkitem
{
	width:100%;
	border-bottom:1px solid silver;
	height:115px;
}

.linkimagearea
{
	float:left;
	width:230px;
	padding-top:5px;
	cursor:hand;
	text-align:center;
}

.linkimage
{
	border:none;
}

.linktext
{
	margin-top:40px;
}



/*-------------------------------------------------------------------------------------*/
/* MAP LIST (AERIAL PHOTO) AREA */

.mapimagearea
{
	text-align:center;
	width:300px;
	margin:5px;
	padding:5px;
	float:left;
}

.maplistarea
{
	float:left;
	width:400px;
}

.maplisttitle
{
	text-align:center;
	color:black;
}

.maplistimage
{
	border:5px solid rgb(193,198,140);
}

.mapgroup /*For XML display only */
{
	width:100%;
	text-align:center;
	border-top: thick solid black;
	clear:both;
}



/*-------------------------------------------------------------------------------------*/
/* CONTACT US AREA */

.contactarea
{
	width:250px;
	border-right:1px solid black;
	float:left;
	margin-right:10px;
}

.mailinglistform
{
	font-size:xx-small;
	padding-left:20px;
}



/*-------------------------------------------------------------------------------------*/
/* MOU AREA */

.blue {
	font-size:small;
	color:blue;
	margin-bottom:2px;
	font-weight:normal;
	list-style-type:disc;
}

.black {
	font-size:small;
	color:black;
	margin-bottom:2px;
	font-weight:normal;
	list-style-type:disc;
}
.green {
	font-size:small;
	color:#009933;
	margin-bottom:2px;
	font-weight:normal;
	list-style-type:disc;
}
.red {
	font-size:small;
	color:#ce0000;
	margin-bottom:2px;
	font-weight:normal;
	list-style-type:disc;
}
