/*Header Bars------------------------------------------------------------------------------------------------------*/
div#wineStripe{
	background-color: #990066;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

div#navyStripe{
	background-color: #330066;
	width: 100%;
	height: 75px;
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
}

.titleContainer{
	background-color: #330066;
	width: 520px;
	height: 75px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.titleGlobal{
	background: url(assets/images/titleGlobal.gif) no-repeat; 
	width: 174px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.titleVillage{
	background: url(assets/images/titleVillage.gif) no-repeat; 
	width: 155px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 174px;
}

.titlePeoria{
	background: url(assets/images/titlePeoria.gif) no-repeat; 
	width: 191px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 329px;
}


/*Navigation Bar------------------------------------------------------------------------------------------------------*/

div#goldStripe{
	background-color: #ffcc66;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 95px;
	left: 0px;
	right: 0px;
	border-bottom: #330066 1px solid;
}

.navBarContainer{
	background-color: #ffff99;
	width: 534px;
	height: 20px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: #330066 1px solid;
	z-index: 0;
}

.navBarList{
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.homePage a{width: 100px; height: 20px; left: 0px;}
.news a{width: 50px; height: 20px; left: 101px;}
.currentProject a{width: 122px; height: 20px; left: 152px;}
.resources a{width: 87px; height: 20px; left: 275px;}
.contactUs a{width: 95px; height: 20px; left: 363px}
.products a{width: 74px; height: 20px; left: 459px;}

.navBarContainer a{
	background-color: #ffcc66; 
	position: absolute; 
	top: 0px; border-right: #330066 1px solid;
}

.navBarContainer a:link, .navBarContainer a:visited{
	color: #330066; 
	font-weight: bold;
	text-decoration: none;
}

.navBarContainer a:hover{background-color: #ffff66;}



/*Body Content------------------------------------------------------------------------------------------------------*/

body{
	background-color: #ffffcc;
	background-image: url(assets/images/worldWatermark.gif); 
	background-repeat: no-repeat;
	background-position: 50% 150px;
	color: #330066;
	font-family: Arial, sans-serif;
	font-size: 14px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
} 

.bodyContainer{
	position: relative;
	width: auto;
	height: auto;
	top: 125px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 150px;
}

.bodyContent{
}
.p1{
	font:  italic;
	font-size:  large;
}

.textNav{
	position: relative;
	width: 485px;
	height: 25px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.copyright{
	position: relative;
	width: 320px;
	height: 20px;
	font-size: 12px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}

a:hover{color: #990066;}
.bold { font-weight:bold;}
