body {
	font: 100% "Trebuchet MS", sans-serif;
	text-align: center;
	background: #dbdbaa url(/images/background.jpg) repeat fixed;
}
#wrapper {
	width: 750px;
	margin: auto;
	text-align: left;
	border: 1px solid #000073;
	background-color: #fff;
}
#main {
	font-size: 1em;
	line-height: 1.4em;
	margin: 2em;
	padding: 1em 0 0 0;
	/*width: 600px;
	float: right;*/
}
#footer {
	font-size: 0.8em;
	text-align: center;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #dbdbaa;
}

/*----------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 314px;
	background-image:url(/images/banner.jpg);
	text-indent: -999em;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0.5em;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}
table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td, th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.3em;
}
.caption {
	background-color: #ccc;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.pullquote {
	width: 80%;
	font-style: italic;
	border: 1px solid #ccc;
	margin: auto;
	padding: 0.5em;
}

/*----------------------------------------------image treatment ------------------------------------------*/
#main img {
/*	float:right; */
	padding: 5px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
}

/* .error is for warinings like emails not being sent properly etc */
.error {
	color: #f00;
}

/*------------------------------------------------forms-------------------------------------------------------*/
form p {
	width: 500px;
	clear: both;
}
form p label {
	float: left;
}
form p input, form p textarea, form p select {
	float: right;
	width: 200px;
	font-family: "Trebuchet MS", sans-serif;
}


/*----------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/* -----------Photo Gallery------------- */
.thumbnail {
	float: left;
	border: none;
	width:300px;
}
.thumbnail p {
	font-weight: bold;
	position: relative top left;
}

.thumbnail img {
	border: solid gray 1px;
	float: left;
}

.album {
	float: left;
	border: none;
	width:500px;
}
.album p {
	font-weight: bold;
	position: relative top left;
}

.album img {
	border: solid gray 1px;
	float: left;
}

.gallerysearch {
	float: right;
	position: absolute top right;
	border:none;
	width:190px;
}
.gallerysearch input#criteria, select {
	position: absolute top left;
	border:1px solid #ccc;
	overflow:hidden;
	width:120px;
}
.gallerysearch input#search {
	position: absolute top right;
	border:1px solid #ccc;
	overflow:hidden;
	width:60px;
}

.galleryshow {
	float: right;
	position: absolute top right;
	border:none;
	width:190px;
}
.galleryshow input#criteria, select {
	position: absolute top left;
	border:1px solid #ccc;
	overflow:hidden;
	width:120px;
}
.galleryshow input#show {
	position: absolute top right;
	border:1px solid #ccc;
	overflow:hidden;
	width:60px;
}
.galleryupload {
	float:right;
	position: relateive left bottom;
	position:
	border:none;
	width:300px;
}

/* ---------- end Gallery ---------------- */

/* ---------- Documents ---------------- */


.folder {
	clear:both;
	border:none;
}
.folder dt {
	font-style:italic;
}
.folder dt a img#icon  {
	float:left;
	padding: 5px;
	margin: 0 0 0 5px;
	border: none;
}
.folder dd {
   font-size:10px;
   font-weight:bold;
}


.nofolder {
	clear:both;
	border:none;
}
.nofolder dt {
	font-style:italic;
}
.nofolder dt img#icon  {
	float:left;
	padding: 5px;
	margin: 0 0 0 5px;
	border: none;
}
.nofolder dd {
   font-size:10px;
   font-weight:bold;
}


.files {
	padding:5px;
}

.document {
	clear:both;
	border:none;
}
.document dt {
	font-style:italic;
}
.document dt a img#download  {
	float:left;
	padding: 5px;
	margin: 0 0 0 5px;
	border: none;
}
.document dd#size {
   font-size:10px;
   font-weight:bold;
}

/* ---------- end documents ---------------- */


.imageboxleft {
	float:left;
	text-align:center;
	font-style:italic;
	width:auto;
}

.imageboxright {
	float:right;
	text-align:center;
	font-style:italic;
	width:auto;
}