/* css for second-level pages, Friends of the White River, January 2006 */



/* parts of the page */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8125em; 
	color: #323232; 
	background-color: #f1edf8;		/* dark version is a2a4cf */
	padding: 0px; 
	margin: 0px; 
	}

div#outer	{
	top: 0em; 
	left: 0em; 
	width: 100%; 
	height: 100%; 
	}
 
div#inner	{
	position: relative; 
	top: 0em; 
	width: 780px; 
	height: 100%; 
	margin-left: -390px;  
	padding-left: 50%; 
	}
	
div#container	{
	position: relative; 
	top: 0em; 
	background-image: url("../images/blend-border_780.gif"); 
	background-position: 0px 0px; 
	background-repeat: repeat-y; 
	width: 760px;  
	height: 100%; 
	padding: 0px 10px 0px 10px; 
	}







/* divs & classes for masthead */

div#masthead	{
	/* background-image: url("../photos/layout/autumn-float.jpg"); */
	background-position: 100% 0%; 
	background-repeat: repeat-y; 
	background-color: #fff; 
	width: 760px; 
	height: 155px; 
	border-bottom: 1px solid #051b48; 
	}
 
div#mastlogo	{
	position: absolute; 
	top: 60px; 
	left: 25px; 
	}

div#masttag	{
	font-size: 1.5em; 
	font-weight: lighter; 
	color: #00387d; 
	position: absolute; 
	top: 125px; 
	left: 40px; 
	}
	
/* div#mastphoto	{
	position: absolute; 
	top: 32px; 
	left: 321px; 
	} */






/* divs & classes for left column */

div#nav	{
	background-color: #fff;
	width: 180px;  
	padding-top: 1.5em; 
	}
 
div#navstatic	{
	height: 3.5em; 
	background-image: url("../images/nav_blue-wave.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	}

div#navcurrent	{
	height: 3.5em; 
	background-image: url("../images/nav_current-section.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	}

div#nav a	{
	font-size: 1em; 
	color: #387c2c; 
	text-decoration: none; 
	text-align: right; 
	width: 155px; 
	display: block; 
	padding-top: 1em; 
	}

div#nav a:hover	{
	text-decoration: underline; 
	}

div#navsearchbox	{
	font-size: .75em; 
	line-height: 1em; 
	height: 45px; 
	background-image: url("../images/nav_blue-wave.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	padding-top: 20px; 
	padding-left: 25px; 
	margin-bottom: 10px; 
	}

div#searchbox	{
	width: 130px; 
	height: 15px; 
	border: thin solid #387c2c; 
	margin-bottom: 5px; 
	}

div#navriverschool	{
	background-image: url("../images/nav_blue-wave.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	padding-left: 7px; 
	padding-top: 5px; 
	}

div#navriverschool .riverschool	{ 
	clear: both; 
	font-size: .85em; 
	line-height: 1.25em; 
	padding-right: 12px; 
	padding-left: 5px; 
	padding-top: .5em; 
	}
	
div#email	{
	background-image: url("../images/nav_blue-wave.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	padding-top: .5em; 
	padding-left: 12px; 
	padding-right: 1em; 
	margin-bottom: 1em; 
	}

div#email img	{
	padding-left: 25px; 
	}

div#email .cutline	{
	font-size: .85em; 
	line-height: 1.25em; 
	}

div#email a	{
	text-align: left; 
	}








/* divs & classes for center column */

div#center	{
	width: 400px;  
	padding-top: 1.5em; 
	}
 
td.center	{
	background-image: url("../images/blend-border_400.gif"); 
	background-position: 0px 0px; 
	background-repeat: repeat-y; 
	background-color: #fcfbfe;
	}
 
div#centercontent	{
	padding: 0px 25px 0px 25px; 
	}

div#centercontent a	{
	color: #387c2c; 
	text-decoration: none; 
	}

div#centercontent a:hover	{
	text-decoration: underline; 
	}

div#centercontent a img.noborder	{
	border: 0px; 
	}

div#centercontent p	{
	font-size: .95em; 
	line-height: 1.3em; 
	}

div#centercontent .imageleft	{
	padding-top: 5px; 
	padding-right: 10px; 
	}

div#centercontent .imageright	{
	padding-top: 5px; 
	padding-left: 10px; 
	}

div#centercontent .image	{
	margin-top: 1em; 
	}

div#centercontent .cutlineleft	{
	font-size: .85em; 
	font-style: italic; 
	line-height: 1.25em; 
	}

div#centercontent .cutlineright	{
	text-align: right; 
	font-size: .85em; 
	font-style: italic; 
	line-height: 1.25em; 
	}

div#centercontent .cutline	{
	font-size: .85em; 
	font-style: italic; 
	line-height: 1.25em; 
	}

div#centercontent hr	{
	border-bottom: 1px solid #a2a4cf; 
	clear: both; 
	}

div#centercontent h3	{
	border-top: 1px solid #a2a4cf; 
	padding-top: 5px; 
	margin-bottom: -5px; 
	}

div#centercontent ul	{
	font-size: .95em; 
	line-height: 1.3em; 
	list-style: square;
	margin-left: 0;
	padding-left: 1.5em;
	}

div#centercontent ul.calendarlist	{
	line-height: 140%; 
	}

div#centercontent ul.calendarlist li	{
	margin-bottom: 6px; 
	}

div#floatright	{
	float: right; 
	width: 150px; 
	margin: 0px 0px 0px 10px; 
	}

div#floatright p.caption	{
	font-size: 75%; 
	line-height: 140%; 
	padding: 0px 0px 5px 0px; 
	margin-top: 5px; 
	border-bottom: solid 1px #a2a4cf; 
	}

div#floatleft	{
	float: right; 
	width: 225px; 
	margin: 0px 10px 0px 0px; 
	}

div#floatleft p.caption	{
	font-size: 75%; 
	line-height: 140%; 
	padding: 0px 0px 5px 0px; 
	margin-top: 5px; 
	border-bottom: solid 1px #a2a4cf; 
	}







/* divs & classes for right column */

div#sidebar	{
	background-color: #fff;
	width: 180px;  
	padding-top: 1.5em; 
	}

div#search	{
	background-image: url("../images/nav_blue-wave.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	padding-top: 10px; 
	padding-left: 25px; 
	margin-bottom: 1em; 
	width: 150px;  
	}

div#search p	{
	font-size: 75%; 
	color: #00387d; 
	}

div#sidebarnav	{
	background-image: url("../images/nav_blue-wave.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	padding-top: .5em; 
	padding-left: 25px; 
	margin-bottom: 1em; 
	}

div#sidebarfeature	{
	background-image: url("../images/nav_blue-wave.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	padding-top: 1em; 
	padding-left: 25px; 
	margin-bottom: .75em; 
	}

div#sidebarnote	{
	background-image: url("../images/nav_blue-wave.gif"); 
	background-position: 5px 0px; 
	background-repeat: no-repeat; 
	padding-top: .5em; 
	padding-left: 25px; 
	padding-right: 1em; 
	margin-bottom: 1em; 
	}

div#sidebar ul	{
	font-size: .95em; 
	line-height: 2em; 
	list-style: none; 
	margin-top: -1em; 
	margin-left: 0; 
	padding-left: 1em; 
	text-indent: -1em; 
	}

div#sidebaralbums ul	{
	font-size: .95em; 
	line-height: 1.4em; 
	list-style: none; 
	margin-top: -1em; 
	margin-left: 0; 
	padding-left: 1em; 
	text-indent: -1em; 
	}

div#sidebaralbums ul li	{
	padding-bottom: 6px; 
	}

div#sidebar a	{
	color: #387c2c; 
	text-decoration: none; 
	}

div#sidebar a:hover	{
	text-decoration: underline; 
	}

div#sidebar .image	{
	margin-top: 1em; 
	}

div#sidebar .imageleft	{
	margin-top: 1em; 
	padding-right: 10px; 
	}

div#sidebar .cutline	{
	font-size: .85em; 
	line-height: 1.25em; 
	}

div#sidebar p.cutline a	{
	font-size: 1em; 
	}



 





/* divs & classes for footer */

div#footer	{
	height: 60px; 
	background-image: url("../photos/layout/footer-photo_60high.jpg"); 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	background-color: #fff; 
	padding-top: .25em;  
	padding-right: 2em;  
	border-top: 1px solid #051b48; 
	}
 
div#footer p	{
	font-size: .75em; 
	line-height: 1.5em; 
	text-align: right; 
	}
	
div#footer a	{
	color: #387c2c; 
	text-decoration: none; 
	}

div#footer a:hover	{
	text-decoration: underline; 
	}







/* tags */

h1	{
	font-size: .9em; 
	color: #fff; 
	font-variant: small-caps; 
	letter-spacing: .05em; 
	font-weight: lighter; 
	}

h2	{
	font-size: 1.5em; 
	font-weight: lighter; 
	color: #00387d; 
	}

h3	{
	font-size: 1.25em; 
	font-weight: lighter; 
	}

h4	{
	font-size: 1.1em; 
	font-weight: lighter; 
	color: #00387d; 
	}

table	{
	border-bottom: 1px solid #051b48; 
	}


 





/* miscellaneous div or class selectors for type of content */


div.clear {
	clear: both; 
	height: 10px; 
	line-height: 0px; 
	margin: 5px 0px 5px 0px; 
	}
	






