﻿/* andreas01 - an open source xhtml/css website layout by Andreas Viklund 
(http://andreasviklund.com). Made for OSWD.org, free to use as-is for any 
purpose as long as the proper credits are given for the original design 
work. For design assistance and support, contact me through my website or 
through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Modified by Robert G. Bartholet Oct 2008

Screen layout: */
body {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	background: #888888;
}
#wrap {
	background: #ffffff;
	color: #303030;
	margin: auto;
	width: 760px;
}
#header {
	height: 150px;
	border-bottom: 4px solid #aaaaaa;
}
#header img {
	float: right;
}
#header h1 {
	padding: 20px 0 0 20px;
	color: #800000;
	font-size: 24pt;
}
#header p {
	color: #800000;
	margin-left: 40px;
	font-size: 18pt;
}
#frontphoto {
	/* -4px top margin hides the border when the photo is present*/
	margin-top: -4px;
}
#main {
	width: 760px;
	margin-top: 10px;
}
#avmenu {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
#avmenu ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0px;
}
#avmenu li a {
	font-weight: bold;
	height: 25px;
	text-decoration: none;
	color: #800000;
	display: block;
	padding-left: 10px;
	background: #e0e0e0;
	border-left: 4px solid #e0e0e0;
	font-size:11pt;
}
#anchorpadding {
	padding-top:3px;
}
#avmenu li a:hover {
	background: #eaeaea;
	color: #800000;
	border-left: 4px solid #800000;
}
#avmenu li a#current {
	background: #800000;
	color: #e0e0e0;
	border-left: 4px solid #800000;
}
#avmenumargin {
	margin-right: 0px;
}
/* Begin popout menu */
#avmenu li {
	position: relative;
}
#avmenu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
div#avmenu ul ul, div#avmenu ul li:hover ul {
	display: none;
}
div#avmenu ul li:hover ul {
	display: block;
}
/* End popout menu */
.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #e0e0e0;
	font-size:10pt;
}
.announce h3 {
	font-size:12pt;
}
.textright {
	text-align: right;
}
#indexcontent {
	width: 590px;
	text-align: justify;
	margin-bottom: 10px;
	float: right;
	font-size: 10pt;
}
#indexcontent h2 {
	color: #800000;
	font-size: 16pt;
	margin-top:0;
}
#indexcontent img {
	padding: 1px;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}
#indexcontent h3 {
	clear: right;
	margin-bottom: 20px;
	padding-top: 10px;
	font-size:14pt;
}
#indexcontent li {
	text-align:left;
}
#indexcontentpadding {
	padding-right:10px;
}
.town {
	text-align: right;
	font-weight: bold;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}
.leftquote {
	float: left;
	font-style: italic;
	text-align: justify;
	width: 340px;
	margin: 0;
}
.rightquote {
	float: right;
	font-style: italic;
	text-align: justify;
	width: 340px;
	margin: 0;
}
h3 {
	margin: 0 0 10px 0;
	color: #800000;
}
a {
	text-decoration: none;
	color: #286ea0;
}
a:hover {
	text-decoration: under;
	color: #286ea0;
}
#footer {
	margin: auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #aaaaaa;
	width: 760px;
	text-align: center;
	color: #808080;
	clear: both;
	font-size:10pt;
}
.left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	display: block;
}
.right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	clear: both;
	display: block;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style:italic;
}
.charterlist {
	list-style-type:lower-alpha;
}
.charterlist li {
	margin-bottom: 13px;
}
.smalltext {
	font-size: 8pt;
}
.smallertext {
	font-size: 10pt;
}
.preschoolTable table {
	border-width: 5px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	text-align: center;
	margin: auto;
}
.preschoolTable td {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.preschoolTable th {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
#plainImg {
	border: 0;
	padding: 0;
}
#gallery {
	width: 580px;
	margin-bottom: 10px;
	float:right;
	font-size:10pt;
}
#gallerypadding {
	padding-right:10px
}
#gallery h2 {
	color: #800000;
	font-size: 16pt;
}
div.img {
	margin: 2px;
	border: 1px solid #800000;
	height: auto;
	width: auto;
	float: left;
}
div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
div.img a:hover img {
	border: 1px solid #800000;
	opacity: 1;
	filter: alpha(opacity=100);
}
p.line {
	border-top:1px solid #800000;
	width: 100%;
	clear:both;
}
.indent {
	padding-left: 100px;
}

#banner {
	text-align:center;
	padding: 10px;
}

#banner h2 {
	color: #800000;
	font-size: 16pt;
	margin-top:5px;
	margin-bottom:0;
}
