@charset "UTF-8";
/* Paslm1 Colors
	01004e - Dark Blue
	d00000 - Dark Red	 
	b8dfee - Light Blue
*/
body {
	background-color: #e1e1e1;
	}

#outerWrapper {
	background-color: #ffffff;
	}
	
#innerWrapper {
	background-color: #ffffff;
	}


/* Positional */
	



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

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

#navigation {
	/*margin-top: -6px;*/		/* forces the menu to butt against the graphic above it */
	padding-left: 10px;	/* This and the next number must equal 940 on a 960 grid layout */
	width: 700px;			/* width of menu */
	background-color: #b8dfee; 
	/*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: 710px;			/* width of menu */
	}

ul#footerlist li {
	width:100px; /* width of individual elements */
	list-style-type:none;
	display:inline;
	margin:0 0 10px 15px;
	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 #752927;
	margin-bottom: 10px;
	}

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

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

.center {
	text-align: center;
	}

.imgCaption {
	font-size: 80%;
	text-align: center;
	}

.list {
	margin-left: -25px;
	}

.list2 li {
	margin-bottom: 10px;
	}
	
.heading {
	margin-top: 10px;
	margin-bottom: 10px;
	}

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

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


/* Entities */
a {
	font-weight: bold;
	}
	


