/*SITES CSS*/
/* this particular version of this layout has been made to work in IE/Win both Modes
   it uses IE expressions to calculate the required height of the 2 side divs
   all IE proprietary CSS is in a conditional comment below the main CSS	 
*/

html, body {
	margin: 0; padding: 0;
	width:100%;
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	text-align: center;
	background:#002000;
	border: 1px #002000;
}

#wrapper {
	position: relative;
	width: 97%;
	min-width: 1000px; /* to allow room for images and long words */
	margin: 0 auto;
	border: 1px #99c9ff;
	background: #99c9ff; /* light blue */
	min-height: 80%;
	text-align: left;
}

#header {
	position: relative;
	width: 100%;
	min-width: 1000px; /* to match wrapper div */
	margin: 0 auto;
	background: #002000; /* dark blue */
	border-top: 1px solid #002000;
	border-bottom: 1px solid #002000;
	color: #99c9ff;
}

#footer  {
	position: relative;
	width: 97%;
	min-width: 1024px; /* to match wrapper div */
	margin: 0.3em;
	padding: 0.4em;
	background: #002000; /* dark blue */
	border: 1px solid #002000; /* dark blue */
	color: #99c9ff;
	text-align: center;
	font-size: smaller;
}

#lftcol, #rtcol {
	position: absolute;
	top: 0;
	bottom: 0; /* Opera needs this! Moz would automatically assume this as default*/
	border-width: 0px; /* widths below */
	border-style: solid;
	border-color: #002000;
}

#lftcol {
	left: 0;
	width: 120px; 
	background: #002000;
	border: 1px;
	color: #99c9ff;
	text-align: left;
	background-image:url("images/coho_female.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:5;
}

#rtcol {
	right: 0; 
	width: 170px; 
	background: #002000; 
	border: 1px;
	color: #99c9ff;
	text-align: left;
	background-image:url("images/coho_male.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:5;
}

/* bringing the center content into position (clear the sides)
   using a wrapper div to avoid possible IE Box Model issues
	 would also allow for extra background styling if required
*/
#indexwrap {
	position: relative; 
	padding: 0 175px 0px 124px;
	border: 1px solid #99c9ff;
}
#contentwrap {
	position: relative; 
	padding: 0 175px 0 0px;
}

#content {
	position: relative;  /* to enable further positioned divs inside content area */
	z-index: 5; /* to make sure if long words overflow they show above the right column */ 
	border-left: 1px solid #99c9ff;
	border-right: 1px solid #99c9ff;
	border-top: 4px solid #99c9ff;
	background: #d1c6b4;
	background-image: url("images/bbk.jpg");
	color: #002000;
	padding: 0;
	margin: 0;
}

div.tabletext{
	text-align: center;
	font-weight: smaller;
	font-size:.6em;
	color: #000000
}

 /* singingfalls logo container*/
#pagetop {margin: .1em 0;}

#pagetopdiv{
	border: 1px #99c9ff;
	width: 100%;
	height: 126px;
	padding-bottom: 0;
	float: left;
	text-align: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size: .8em;
	background: #002000;
	color: #99c9ff;
}

.pagetopleft{
	border:none;
	float:left;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
	background:transparent;
	color:#002000;	
}

.pagetopright {
	border:none;
	float:right;
	margin-right: 15px;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
	background:transparent;
	color:#99c9ff;	
}

#pagetop h1, #pagetop h2, #pagetop h3 {
	margin: 0.3em 220px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	color:#99c9ff;
} 

/*This section is for the left column known*/

/***** General formatting ****/
/*This section is for image classes*/

div.imagemap{
	overflow:auto;
	min-width: 660px;
	width: relative;
	border: 2px #99c9ff; solid;
	text-align:center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.imagedisplay {
	
 	text-align: center; 
	margin: auto ;
	min-width: 660px;
	width: 480px;
	border: 1px #99c9ff solid;
	background:#d1c6b4;
	padding: 2.5em;
	color: #002000;
}

div.imagedisplay img {
	border:1px #002000 solid;

div.imagedisplay p {
	text-align: center;
	font-style: italic;
	font-size: normal;
}

div.imagedisplay h4 {
	color: #002000;
	text-align: center;
	font-style: italic;
	font-size: normal;
}





/*new menu for pages*/
#list {
		letter-spacing: 0.1em;
		line-height: 2em;
		font-weight: normal;
	}
#list ul, {	
			margin: 0;
			padding: 0;
			list-style: none;
		}
#list li {
			display: inline;
			padding: .2em;

		}


#menu {
		letter-spacing: 0.1em;
		line-height: 2em;
		font-weight: normal;
		border-bottom: 1px solid #002000;
		border-left: none;
		border-right: none;
		background: #002000;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: .2em;

		}
		
			#menu li a{
				color: #99c9ff;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #d1c6b4;
			}

/*this section is for font and paragraph styles*/


#header p {text-align: center;}

#content p:first-letter {
	font-size: normal;
	font-weight: normal;
}

#content h4 {
	color:#002000;
	font-size: large; 
	font-weight: bold;
	text-align: center;
}

#content h3 {
	color:#002000;
	font-size: large; 
	font-weight: normal;
	
}

em.leaf {color: green;
	text-align: center;
	letter-spacing: .2em;
}

p {
	text-indent: 1.5em;
	margin-top: 0; 
	margin: 0 4px 0 0;
	padding: 0 5px;
	font-size: 1em;
	font-weight: normal; 
	line-height: 1.2em;
}



a {
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 0; 
	margin: 0 1px 0 0px;
	padding: 0 5px;
	font-size: 1em; 
	line-height: 1.4em;
	text-align: center;	
}
a:hover {
	text-decoration: none; 
	color: green;
}

code {font-family: Arial,Helvetica,sans-serif;}
 
h1, h2, h3, h4 {margin: 0; padding: 10px; position: relative; z-index: 5;}
h1 {font-size: 1.2em;color:#002000;}
h2 {font-size: 1.1em;color:#002000;}
h3 {font-size: 1em;color:#002000;}
h4 {padding-bottom: 0; padding-right: 15px;}
ul {font-size: 0.8em; margin: 0 20px 0 30px; padding: 0;}

.sig {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:0; 
	margin:0 4px 0 4px;
	padding:0 5px;
	font-size: .9em; 
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
}

.comment {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:0; 
	margin:0 4px 0 4px;
	padding:0 5px;
	color: #732828;
	font-size: .9em; 
	font-weight: normal;
	line-height: 1.4em;
}

.place {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:0; 
	margin:0 4px 0 4px;
	padding:0 5px;
	font-size: .1em; 
	font-weight: smaller;
	line-height: 1em;
	text-align: left;
{



		




