@charset "UTF-8";
/* Paslm1 Colors
	2494c4 - Blue used for Hover
	008546 - 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: 25px;	/* This and the next number must equal 940 on a 960 grid layout */
	width: 765px;			/* width of menu */
	background-color: #008546;
	/*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 #008546;
	margin-bottom: 10px;
	}

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

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

.imgCaption {
	text-align: center;
	}

.galleryCaption {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 18px;
	}

.center {
	text-align: center;
	}

.imgCaption {
	margin-top: 10px;
	}

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

	
/* ID's */
#outerWrapper {
	background-color: #433f3f;
	}
	
#innerWrapper {
	background-color: white;
	}

#errors {
	color: red;
	}

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


/* Entities */
body {
	background-color: #433f3f;
	}

h1, h2, h3, h4, h5, h6 {
	color: #008546;
	}
	
a {
	font-weight: bold;
	color: #008546;
	}
	
a.polaroid {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	display: block;
	background: #fff;
	padding: 10px;
	margin:5px;
	-moz-box-shadow: #ccc 5px 5px 20px;
	-webkit-box-shadow: #ccc 5px 5px 20px;
	margin-bottom:1em;
	}

a.polaroid img {
	width: 200px;
	}

a.polaroid:hover {
	-moz-box-shadow: #666 5px 5px 20px;
	-webkit-box-shadow: #666 5px 5px 20px;
	}


