@charset "utf-8";
/* -----
#E5E5E5 - grey to match bgrd
#4B4B4B - grey 00
#6E6E6E - lighter grey
#C1CAD1 - lighter grey
#D2D8DD - lighter grey
#DFE3E7 - lighter grey
#395E86 - dark blue
#006699 - dark teal blue
#CC3300 - red
----- */

a {color: #3366cc; text-decoration: underline;}
a:hover {color: #cc3300; text-decoration: none;}

body {
	color:#333;
	font-size: 110%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	}

#container {
	max-width: 1200px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	}

#header {
	/*height: 100px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 15px 0;*/
	background: #f3f3f3;
	}

#headerBanner {
	/*height: 150px;*/
	font-size: 200%;
	color: #006699;
	/*letter-spacing:2px;*/
	text-align:center;
	padding: 25px 0 50px 0;
	}

#maincontent {
	margin:0 auto;
	text-align: left;
	max-width:1200px;
	min-height:800px;
	padding:20px 0;
	}
	
hr {border: 0; color: #CC3300; background-color: #CC3300; height: 1px;}

.center { text-align:center;}
.spaceTopBot {height:20px;}
.space10 {height:10px;}
.spacePhotoGallery { text-align:center; padding:30px 0;}


.PhotoPageTitle {
	text-align:center;
	vertical-align: middle;
	/*height:20px;*/
	color:#cc3300;
	background-color: #eee;
	font-weight:bold;
	font-size:150%;
	letter-spacing: 1px;
	padding:10px 0;
	border: 1px solid #6e6e6e;
	}

.PhotoPageDescription {
	text-align:center;
	vertical-align:middle;
	color:#006699;
	background-color:#f3f3f3;
	font-size:115%;
	letter-spacing: 1px;
	padding:8px 0px 8px 0px;
	border: 1px solid #6e6e6e;
	}

.PhotoPageBanner {
	text-align:center;
	vertical-align:middle;
	color:#006699;
	background-color:#f3f3f3;
	font-size:115%;
	letter-spacing: 1px;
	margin: 50px 0px 15px 0px;
	padding: 8px 0px 8px 0px;
	border: 1px solid #6e6e6e;
	}

.enlarge { color:#006699; font-size: 115%; text-align:center; font-weight:bold;}

/* ALL ABOVE IS NEW */

#footer {
	height: 125px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 15px 0;
	background: #f3f3f3;
	}

#footerBanner {
	height:40px;
	font-size: 120%;
	color: #006699;
	letter-spacing:2px;
	text-align:center;
	padding: 15px 0 0 0;
	}

#copyright {
	padding: 15px 0 0 0;
	color:  #006699;
	font-size: 80%;
	text-align:center;
	}
#copyright a {text-decoration: none; color:  #006699; }
#copyright a:hover {text-decoration: none; color: #cc3300; }


/*------------------------*/

.floatLeft {float: left;}
.floatRight {float: right;}
.floatClearBoth {clear: both;}