﻿body {
/*	background-color:#a6bf79; 
	background-image:url(images/backgrnd.jpg);
	background-repeat:repeat-y; */
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 10px 0px;
	line-height:140%;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
/*	border: #FFF 2px solid; */
/*	background-image:url(images/header.jpg); */
	background-color:#FFF;
	width:717px;
	height:233px;
	position:relative;
}
#header ul{
/*	background-color:#85a157; */
	background-color:#c60839;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:200px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	font-weight: 600;
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}

#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:0px;
	left:0px;
}
#logo_w2{
	top:44px;
	left:94px;
}
/*
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
*/
#header_text {
	font-size: 24px;
	font-weight:bold;
	color:#422994;
	top:50px;
	left:250px;
	width:450px;
	position:absolute;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
/*	background-image:url(images/content_bg.gif); */
	background-color:#FFF;
	width:717px;
}
img{
	border-width:0px;
}
h1{
/*	color:#85a157; */
	color:#422994;
	font-size:14px;
	margin: 15px 0px 10px 0px;
}

h2{
/*	color:#85a157; */
	color:#422994;

	font-size:14px;
	text-align:left;
	width:200px;
	margin: 20px 0px 10px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
	border-right: #CCC 1px solid;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
/*	border-left: #CCC 1px solid; */
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}

.brief {
	font-size:85%;	
}

/********************** Footer ***************************/
#footerline {
clear:both;
/* background-image:url(images/footer_bg.gif); */
font-size:1px;
height:10px;
}
#footer {
/*	border-top:1px #CDCDCD solid; */
	width:717px;
	padding: 20px 0px;
	text-align:center;
	font-size:80%;
}

#nonprofit {
	margin: 30px 0px 0px 0px; 
	font-size:90%;
/*	color:#c60839; */
}

#copyright {
}



/********************** Content ***************************/
.indented {
	margin-left:15px;
}
.hilight {
	font-weight:bold;
}
.indentedlist li {
	margin-bottom: 4px;
}

.labeltext{
	
}
.field {
	margin-bottom:10px;
}
legend {
	padding:8px;
}
fieldset {
	padding:10px;
}

.inputtext {
	width:388px;
}

label.error {
    color:red;
    display:none;
    font-style:italic;
}

.spacer {
	margin:15px 0px;
}

.joyhead{
	color:#422994;
	font-size:13px;
	width:200px;
	margin: 10px 0px 10px 0px;
}

#message {
	width:390px;
	height:80px;
}

.photo {
	margin: 0px 0px 10px 20px;
	float:right;	
	background-color:#CCC;
    padding:6px;	
}


.caption {
	font-size:90%;
	color:#666666;
	padding:0;
	text-align: center;
}

/********************** Slide show ***************************/
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:240px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    border:4px #FFF solid; 
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

