@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/shadows/shadow.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	background-position: -20px;
}
body {
	background-color: #E5F1D9;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-bottom: 10px;
}

#main_content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-left: 15px;
}


#main_content li {
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(../images/layout/elements/bullet.gif);
}
h1 {
	font-size: 16px;
	color: #8BC541;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8BC541;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h3 {
	font-size: 12px;
	color: #7f5ba7;
	line-height: 16px;
	padding-bottom: 10px;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	color: #999999;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	MENU HIGHLIGHTING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/


#navlist li
{
	display: inline;
	list-style-type: none;
	margin-left: 0px;	
}


#navcontainer ul {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	
}

#navcontainer ul li {
	color: #FFFFFF;
	width: 200px;
	float: left;
	text-align: center;
	display: block;
	background-color: #8BC541;
}

#navcontainer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #8BC541;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul li a:hover {
	color: #FFFFFF;
	display: block;
	background-color: #7f5ba7;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;	
		
}
body#home a#homenav,
body#LCE a#LCEnav,
body#Program a#Programnav,
body#Volunteer a#Volunteernav,
body#Gallery a#Gallerynav ,
body#Contact a#Contactnav



{
		color: #FFFFFF;
	display: block;
	background-color: #7f5ba7;
	height: 15px;
	padding-top: 5px;
	
}
#navcontainer {
	display: block;
	width: 1000px;
	vertical-align: middle;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 13px;
}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	DROP DOWN MENU
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/


/* These styles create the dropdown menus. */
#navbar {
	padding: 0;
	margin: 0;
	text-align: center;
	
	
	
	
}
#navbar li {
	list-style: none;
	width: 200px;

}

#navbar li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#navbar li ul {
	display: none;
	color: #FFFFFF;
	

	
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	margin: 0px;
	padding: 0px;
		width: 150px;
	position: absolute;

	 }

#navbar li:hover li, #navbar li.hover li {
	
	background-color: #8BC541;
	display: block;
	width: 200px;
	padding: 0px;
	}
	
#navbar li:hover li a, #navbar li.hover li a {
		background-color: #8BC541;
	color: #FFFFFF;

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar li li a:hover {
		background-color: #7F5BA6;
	margin: 0px;
}




/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	SUB MENU
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/

div#s1 {
	width: 160px;          /* menu width */
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;	
}

div#s1 ul {
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
}

div#s1 ul li {
	margin: 0;
	padding: 0;
	display:block;
	
}



div#s1 ul li a {
	color: #8BC541;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;

	display: block;
	width: 160px;           /* hint for IE, alternatively remove whitespace from HTML */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}

div#s1 ul ul li a {
	width: 150px;
	font-weight: normal;
	background-image: url(../images/layout/elements/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
}

div#s1 ul ul ul li a {
  margin-left: 20px;     /* indent level 2 */
  width: 140px; 
}

div#s1 li ul, div#s1 li.open li.closed ul {
  display: none;         /* collapse */
}

div#s1 li.open ul {
  display: block; 
  color: #8BC541;       /* expand */
  
}
 

 
div#s1 li.active a {

  color: #7f5ba7;           /* highlight text */
}
 
div#s1 li.active li a {
color: #8BC541;

}

div#s1 ul li a:hover {
	color: #7f5ba7; /* rollover effect */
}

















#top {
	background-image: url(../images/layout/shadows/top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	line-height: 10px;
}

#footer {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	display: block;
	background-image: url(../images/layout/shadows/base.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	line-height: 10px;
	color: #8BC541;
	text-decoration: none;
	padding-top: 15px;
	text-align: right;
	padding-right: 40px;
}
#spacer {
	clear: both;
}
#main_content {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 600px;
	margin-top: 20px;
}



#footer_menu {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7f5ba7;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	height: 22px;
}
#footer_menu li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	list-style-position: outside;
}
#footer_menu ul {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left_panel {
	width: 200px;
	display: block;
	float: left;
}


#right_panel {
	width: 180px;
	display: block;
	float: left;
}
.buttons a {
	border: 1px solid #7f5ba7;
	font-size: 12px;
	line-height: 12px;
	color: #7F5BA6;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 170px;
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.buttons a:hover {
background-color: #b29dca;
color: #FFFFFF;
	
}


.bannercontent {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #7f5ba7;
	margin-top: 20px;
}

.bannercontent h1 {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 18px;
}
.bannercontent p {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bannercontent a {
	color: #b29dca;
	text-decoration: none;
}

.bannercontent a:hover {
	color: #b29dca;
	text-decoration: underline;
}










.dropcontent {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #7f5ba7;
	margin-top: 20px;
}

.dropcontent h1 {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 18px;
}
.dropcontent p {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.dropcontent a {
	color: #b29dca;
	text-decoration: none;
}

.dropcontent a:hover {
	color: #b29dca;
	text-decoration: underline;
}


#content {
	padding-top: 20px;
	padding-bottom: 10px;
}
.logo_line {
	float: left;
	margin-right: 10px;
}





#newsletter {
	float: right;
	font-size: 12px;
	text-align: center;	
}

#newsletter a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8BC541;
	width: 180px;
	padding: 5px;
	display: block;
	height: 12px;
}



#newsletter a:hover{
	color: #8BC541;
	background-color: #FFFFFF;
	border: 1px solid #8BC541;
	height: 12px;
	padding: 4px;
}
.supporters_link a{
	float: right;
	width: 300px;
	font-size: 12px;
	line-height: 12px;
	color: #8BC541;
	margin-top: 25px;
	text-align: right;
	text-decoration: none;
}

.supporters_link a:hover{
	
	color: #7f5ba7;
	text-decoration: none;
}
#footer_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_menu a:hover {
	color: #b29dca;
	text-decoration: none;
}

#footer a {
	color: #8BC541;
	text-decoration: none;
}
#footer a:hover {
	color: #7f5ba7;
	text-decoration: none;
}

#main_content a {
	color: #8BC541;
	text-decoration: none;
}

#main_content a:hover {
	color: #CCC;
	text-decoration: none;
}
.butterfly_left {
	float: left;
	width: 240px;
	height: 130px;
}
#supporters {
	float: left;
	width: 600px;
}
#flash_banner {
	height: 200px;
	margin: 0px;
	padding: 0px;
}
.buttons li {
	list-style-type: none;
	margin-bottom: 5px;
}
h2 {
	font-size: 12px;
	color: #333333;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 300px;
}
.content_table {
	border: 1px solid #7f5ba7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content_table_header {
	color: #FFFFFF;
	background-color: #b29dca;
	
}

.content_table_header p{
	color: #FFFFFF;
	font-size: 12px;
}
.content_table_highlight {

	background-color: #E5F1D9;

}

.content_table p {
}
.content_table p {
	padding: 5px;
}

#photo_gallery {
	height: 350px;
}
