body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, img, table, td, th, tr, background
{
    margin: 0;
    padding: 0;
}

html 
{

}


body
{
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#293341;
	background: url('yellowbg.gif');

}


#bg_wraphome {
	height: 550px;
	width: 100%;
	right: 0;
	background: url('homebg2.gif') repeat-x;
}


#bg_wrapother {
	height: 540px;
	width: 100%;
	right: 0;
	background: url('homebg2.gif') repeat-x;
}


h1
{
    font-size: 2.4em;
    line-height: 1.0em;
	padding-bottom:10px;
	color:#ffffff;
	text-align:left;
	letter-spacing: 1px;
}


h2
{
    font-size: 1.6em;
    color:#6D2C13;
	padding-bottom:10px;
	padding-top:10px;
}


h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding:5px 0 10px 10px;
	text-align:left;
}


h4
{
    font-size: 1.9em;
    color:#fff;
	padding-bottom:5px;
}


h5
{
    font-size: 1.1em;
	padding-top:5px;
	padding-bottom:5px;
	color:#104678;
}


h6
{
	padding-top:1px;
    font-size: 1.2em;
	padding-bottom:4px;
	color:#B94B20;
}


p
{
	margin-bottom:25px;

}


#maincontainer
{
    text-align: left;
    margin: 0 auto;
    width: 980px;
}


#container
{
    width: 980px;
    float: left;
	margin-left:20px;
	margin-bottom:20px;
}


#containerother
{
    width: 980px;
    float: left;
}


/* Begin Header */
#homeheadercontainer
{
    width: 980px;
    float: left;
}


#headerimage
{
    width: 980px;
    float: left;
	color: #68A9B2;
	font-size:14pt;
}


#abovenav
{
    width: 797px;
    float: left;
	height:113px;
}


#headermessage
{
    width:400px;
    float: left;
    padding-top:2px;
   height:120px;
}


#headerlinks
{
    float: right;
	height:95px;
	margin:47px 15px 0 0px;
}

#headerlinks a
{
		text-decoration:none;
		font-size:1em;
		color:#DD4F4F;
}

#headerlinks a:hover
{
		text-decoration:underline;
}


#topnavigation
{
    width: 797px;
    float: left;
}

#logo
{
    float: left;
    width: 168px;
}
/* End Header */



/* Begin General */

#entirepagecontent
{
    width: 960px;
    float: left;
	margin-top:20px;
	/*background-color:#76C8C8;*/
	background-color:#ffffff;
}


#leftcontent
{
    width: 640px;
    float: left;
	margin-top:10px;
	background-color:#E9E859;
}


#rightcontent
{
    width: 320px;
	margin-top:10px;
	float: left;
	background-color:#E9E859;
}
/* End General */



/* Begin Menu */ 
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:100%;
		height:36px;
		background:url(bg.png) repeat-x;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:0px;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(linksbg.jpg) no-repeat scroll top left;
		display:block;
		height:36px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:130px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.about {
		width:130px;
		background-position:-130px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.programs {
		width:130px;
		background-position:-260px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.volunteer {
		width:130px;
		background-position:-390px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.news {
		width:130px;
		background-position:-520px 0px;
	}

		/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.donate {
		width:142px;
		background-position:-650px 0px;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(linksbg.jpg) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	ul#menu li a.activehome{
		background:url(activehome.jpg) no-repeat scroll top left;
		display:block;
		height:36px;
		position:relative;
	}
	
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -37px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.about span {
		background-position:-130px -37px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.programs span {
		background-position:-260px -37px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.volunteer span {
		background-position:-390px -37px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.news span {
		background-position:-520px -37px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.donate span {
		background-position:-650px -37px;
	}
/* End Menu */



/* Begin Home Page */
#bottomrightbar
{
	width:400px;
	height:30px;
	padding:5px 0px 0px 0px;
	background-image: url(latestnewsbg.jpg);
    background-repeat:no-repeat;
	float:left;
	margin-bottom:12px;
}

#mainimage
{
	float:left;
}

#mainintro
{
	background-image: url(mainintrobg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
	width:980px;
	padding-left:20px;
}

#mainintro p
{
	color:#fff;
	font-size:1.2em;
	margin-top:10px;
}

#mainintrotext
{
    width: 450px;
    float: left;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:21px;
}


#mainintroshow
{
    width: 490px;
    float: left;
	padding-top:6px;
	padding-bottom:10px;
	background-image: url(picturebg.png);
    background-repeat:no-repeat;
}


td a { margin: 5px }
.nav {margin:15px;}
#nav a, #s7 strong { margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fff; text-decoration: none; color:#fff; }
#nav a.activeSlide { background: #1D9DCC; }
#nav a:focus { outline: none; }
#output { text-align: left; }
/*#nav { text-align: center;}*/
#nav { position:relative; z-index:50;  text-align: left; margin-top:-20px; margin-left:15px;}
#demos a img{text-decoration:none; border:0; padding-left:10px;} 


.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
	float:right;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:url(campaign-monitor-button.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -50px;
}
/* End Home Page */



/* Begin Sevices */
#twothirdsbox
{
	background: url("homenewsbg.gif") no-repeat;
	width:640px;
	height:278px;
	padding-left:28px;
	background-color:#E9E859;
}


#onethirdsbox
{
	background: url("newsletterbg.gif") no-repeat;
	width:320px;
	height:278px;
	margin-left:6px;
	padding-left:28px;
	background-color:#E9E859;
}


ul.column{
    margin-bottom: 12px;
	margin-top: 12px;
	margin-right: 10px;
	margin-left: 0px;
	list-style: none;
	float: left;
}

ul.column li {
	float: left;
	background: #fff;
	background-color:#E9E859;
}

ul.column li .imgblock {
	font-weight: bold;
	float: left;
	width: 107px;
	margin: 0px 8px 0px 10px;
	text-align: center;
}

ul.column li .imgblock img {
	height:125px;
	width:100px;
	border:solid 2px #DEFEEF;
}

ul.column li .detail{
	padding-right: 10px;
}

ul.column li h4
{
	padding-left:10px;
	text-align:left;
}

ul.column li p 
{
	text-align:left;
	font-size:.8em;
	line-height:1.3em;
}

ul.column li a
{
	float:right;
	font-size:11pt;
	color:#E8F8F1;
	text-decoration:underline;
	line-height:1.2em;
}


ul.column li a:hover
{
	text-decoration:none;
}


ul.column li p.pwrapper
{
	height:85px;
}
/*End Sevices */



/* Rounded Divs */
div.inner { color: #fff; text-align: center; font-family: verdana, arial, sans-serif;}
div.inner { margin: 0; background: #4FA743; padding: 0px; border:0; zoom:1; height:172px;}
div.outer { float: left; margin: 0px; background: #fff; padding: 0px; width: 290px; }

div.innerleft{ color: #fff; text-align: left; font-family: verdana, arial, sans-serif;}
div.innerleft { margin: 0; background: #4FA743; padding-left: 10px; border:0; zoom:1; height:210px;}
div.outerleft { float: left; margin: 0px; background: #fff; padding: 0px; width: 610px; }
div.innerleft p {text-align:left; padding-right:10px;}

div.innerright{ color: #fff; text-align: left; font-family: verdana, arial, sans-serif;}
div.innerright { margin: 0; background: #4FA743; padding-left: 10px; border:0; zoom:1; height:90px;}
div.outerright { float: left; margin: 0px; background: #fff; padding: 0px; width: 290px; }
div.innerright p {text-align:left; padding-right:10px;}div.innerright2{ color: #fff; text-align: left; font-family: verdana, arial, sans-serif;}div.innerright2 { margin:0; background: #4FA743; padding-left: 10px; border:0; zoom:1; height:90px;}div.outerright2 { float: left; margin-top: 10px; background: #fff; padding: 0px; width: 290px; }div.innerright2 p {text-align:left; padding-right:10px;}
/* End Rounded Divs */
/* Begin News Section */.newssnippet{margin-top:10px;}.newssnippet p {color:#35372F; margin: 0; padding: 0;}.newstitle{font-size:1.2em; color:#fff;}/* End News Section *//* Begin Newsletter Section */.newsletter {float: left; width: 130px;}.newsletterimg {	float: left; width: 48px;}.newsletterimg img {	width:48px; height:48px;}.newsletterlink {padding-left: 50px;padding-top:10px;}.newsletterlink a {font-size:1.2em; color:#fff;}.newsletterlink a:hover {text-decoration:none;}/* End Newsletter Section *//* Begin Shop Section */.shop {float: left; width: 280px;}.shopimg {	float: left; width: 48px;}.shopimg img {	width:48px; height:48px;}.shoplink {padding-left: 50px;padding-top:10px;}.shoplink a {font-size:1.2em; color:#fff;}.shoplink a:hover {text-decoration:none;}/* End Shop Section */
