/* Start of CMSMS style sheet 'rainflow' */
@charset "utf-8";

body{
	font-family: Arial,;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        text-align:left;
}

p {	margin:0px;}
h1 {
	font-size:14px;
	margin:0px;}

#logo h1 {
	font-size:14px;
	font-weight:normal;
	margin:0px;}



#logo {
	font-size: 13px;
	color: #960;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 20px;
	width: 305px;
	margin-bottom: 9px;
}
#menu {
	font-size: 13px;
	color: #960;
	margin-right: auto;
	width: 150px;
	margin-top: 10px;
}

#menu .child{
       margin-left:20px;
}

#menu a:link{
	font-size: 13px;
	color: #960;
	text-decoration: none;
}

#menu a:visited{
	font-size: 13px;
	color: #960;
	text-decoration: none;
}

#menu a:hover{
	font-size: 13px;
	color: #593D00;
	text-decoration: none;
}



#footer img {
	float: right;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#footer .text, #footer .text a:link, #footer .text a:visited{
	font-size: 9px;
	color: #999;
margin-left:0px;
text-decoration:none;
	margin-right: 3px;
}



#content_area{
	width: 600px;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
#content_area #front_image h1 {
	position: absolute;
	top: 10px;
	color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 10px;
}

#content_area #front_image {
	position: relative;
}



#menu div {
	margin-top: 7px;
	margin-bottom: 7px;
}
#content_area .image {
	float: left;
	padding:0px 5px 10px 0px;
}
#content_area .pageline a {
	display: none;
}
.image-right {
	float: right;
	margin: 3px;
}


.pageline, .menu-line{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #093;
	margin-top: 5px;
	margin-bottom: 8px;
}


#imagegallery{
text-align:center;
}

	.thumb {
		margin: 3px 3px 5px 5px; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 133px; /* Image width*/
		height:100px;  /*Image height*/
		display: inline;
		padding: 3px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #996600; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin:auto;
		padding: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: 500px; /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
	margin: auto;
	width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
	padding: 0;
	color: #000;
	font-size: smaller;
	line-height: normal;
	text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}

/* End of 'rainflow' */

