@charset "UTF-8";
/* Paslm1 Colors
	2494c4 - Blue used for Hover
	035642 - Green used for lettering	
	ede0a9 - Tan used for body background
*/

/* Positional */
	



/* Navigation */
#banner {
	margin: 0px;
	padding: 0px;
	z-index: 10;
	}

#banner-background {
	z-index: 1;
	background-color: #FFFFFF;
	}

#navigation {
	/*margin-top: -6px;*/		/* forces the menu to butt against the graphic above it */
	padding-left: 92px;	/* This and the next number must equal 940 on a 960 grid layout */
	width: 698px;			/* width of menu */
	/*background-color: #008546; */
	background-image: url(images/menu-background.jpg);
	/*overflow: hidden;*/  		/* lets the background color bleed through */
	}
	
/* ********************************* */
/* FOOTER */
/* ********************************* */
#footer {
	padding-left: 0px; 	/* This and the next number must equal 940 on a 960 grid layout */
	width: 800px;			/* width of menu */
	}

ul#footerlist li {
	width:145px; /* width of individual elements */
	list-style-type:none;
	display:inline;
	margin:0px;
	float:left;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	}

#websitedev p {
	text-align:center;
	}

.websiteExpressText {
	font-size: 9px;
	text-decoration: underline;
	}	
/* ********************************* */


		
			
/* Classes */	
.imgBorder {
	border: 1px solid #035642;
	margin-bottom: 10px;
	}

.imgVBorder {
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px solid #035642;
	}

.imgBanner {
	margin: 5px 5px 10px 5px;
	}

.center {
	text-align: center;
	}

.imgCaption {
	font-size: 90%;
	}

.list {
	color: #035642;
	font-weight: bold;
	}

.bos-ul {
	margin-left: -25px;
	}

	
/* ID's */
#errors {
	color: red;
	}

#eMailAddress {
	font-size: .8em;
	}

#emailink {
	margin-top: 500px;
	margin-left: 89px;
	}
	
#row1c1 {
	background-image: url('../PH-left3.jpg');
	height: 554px;
	}

#row1c2 {
	background-image: url('../PH-rt3.jpg');
	height: 554px;
	}

/* Entities */
body {
	background-color: #bde5f9;
	margin-top: 10px;
	}

a {
	font-weight: bold;
	}
	

