@charset "UTF-8";
/* CSS Document */

/* mac hide\*/
/*html, body {height:100%}*/
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background-color: #53b028;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer{
	/*height:100%;
	min-height:100%;*/
	width:798px;
	border-left:3px solid #5e2465;
	border-right:3px solid #5e2465;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/centerbkgd1.gif) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:647px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:798px;
	height:95px;
	border:1px solid #000;
	/* overflow:hidden; */
	color: #000000;
	z-index:100;
	background-image: url(images/headerbkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#center {
	width:485px;
	float:right;
	background-color: #ffffff;
	padding-top:100px;
	padding-bottom:80px;/* needed to make room for footer */
	margin-top:25px;
	padding-right: 5px;
	padding-left: 5px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:125px;
	float:left;
	padding-top:100px;/*needed to make room for header*/
	padding-bottom:80px;/* needed to make room for footer */
	padding-left: 10px;
	padding-right: 10px;
	/* background-color: #FFFFFF; */
	font-size: 0.95em;
	margin-top:25px;
}
/* #left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px} */

#right {
	position:relative;/*ie needs this to show float */
	width:125px;
	float:right;
	padding-top:100px;/*needed to make room for header*/
	padding-bottom:80px;/* needed to make room for footer */
	padding-left: 10px;
	padding-right: 10px;
	/* background-color: #FFFFFF; */
	font-size: 0.95em;
	margin-top:25px;
}

#footer {
	width:798px;
	clear:both;
	height:65px;
        border-bottom:1px solid #000;
        border-top:3px solid #5e2465;
        border-right:3px solid #5e2465;
        border-left:3px solid #5e2465;
	background-color: #FF8080;
	color: #000000;
	text-align:center;
	left:-3px;
	bottom:26px;
	position: absolute;
	background-image: url(images/footerbkgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top:10px;
	font-size: 0.95em;
	line-height: 1.2em;
}
#copyright{
        width:798px;
	clear:both;
	height:20px;
	border-top:3px solid #5e2465;
	border-bottom:3px solid #5e2465;
	background-color: #00FF00;
	color: #000000;
	text-align:center;
	position: absolute;
	left:0px;
	bottom:0px;
	padding-top:3px;
	font-size: 0.95em;
	line-height: 1.2em;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#footer p {
	margin-bottom: 4px;
}
#address {
	position:relative;/*ie needs this to show float */
	width:300px;
	float:right;
	/* background-color: #FFFFFF; */
	font-size: 1em;
	padding-bottom: 0px;
	text-align: left;
	margin-bottom: 0px;
	color: #000;
}
#footernav {
	position:relative;/*ie needs this to show float */
	width:300px;
	float:left;
	padding-left: 175px;
	padding-right: 5px;
	font-size: 0.95em;
	text-align: left;
	color: #000;
}

#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */


/* BEGIN TEXT LINKS */
a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}


/* END TEXT LINKS */


/* BEGIN TEXT LISTS */
p.listfollows {
	margin-bottom: 0px;
	margin-top: 1.25em;
}

#content p.divider {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #B2B3B7;
}

ol.compact {
	list-style-position: outside;
	list-style-type: upper-alpha;
	margin: 0 0 0 18px;
	padding: .75em 0 0 0;
}
ol.compact li {
	padding-bottom: 0.75em;
	margin-left: 0px;
}
ol.compactnum {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0 18px;
	padding: .75em 0 0 0;
}
ol.compactnum li {
	padding-bottom: 0.75em;
	margin-left: 0px;
}
ul.compact {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 16px;
	padding: .75em 0 0 0;
}
ul.compact li {
	padding-bottom: 0.4em;
	margin-left: 0px;
}



/*  BEGIN Ellen Currey-Wilson in Header */
p.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #e1de3b; /* Yellow */
	padding-top: 15px;
	padding-left: 10px;
	font-weight: 100;
	margin-bottom: 7px;
}
.authortag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e1de3b;
}
/*  END Ellen Currey-Wilson in Header */
/* BEGIN Blog, Reviews entry */
div.blogentry {
	border: 1px dotted #aaaaaa;
	padding: 10px;
	background-color: #fbfae9;
	margin: 0 5px 15px 5px;
	line-height: 1.25em;
}
div.review {
	border: 1px dotted #aaaaaa;
	padding: 10px;
	background-color: #fbfae9;
	margin: 0 5px 15px 5px;
	line-height: 1.25em;
}

/* END Blog, Reviews entry */



p.quote {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999900;
	margin-top: 15px;
}
p.quoteperson {
	padding-left: 8px;
	margin-top: -8px;
	padding-bottom: 5px;
}
p.colblurb {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
	margin-bottom: 20px;
}
p.blockquote {
        padding-right: 30px;
        padding-left: 30px;
}
#center h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.25em;
}
#center h1.announce {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1.25em;
	color: #53b028;
}
.owblurb {
	font-size: 0.95em;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#center img.right {
	padding-bottom: 5px;
	padding-left: 15px;
}
#center img.left {
	padding-bottom: 10px;
	padding-right: 15px;
}
