@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Arial, Helvetica, sans-serif;
*/	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	word-spacing: .1em;
	
}
#container {
	height: 100% auto;
	width: 850px;
	position: relative;
	margin: 0px;
	padding: 0px;
}



h2{	font-size: 12px;	font-weight: bold;	color:#FFFFFF; }

a {color:#FFFFFF; font-weight: bold; text-decoration: none;}
a:hover {	color: #9933CC;}

ul{margin: 0px; padding: 0px;}
li{list-style: none; padding: 5px 0px;}

#banner {float: left; 
	margin: 0px;
	padding: 0px;
	float: left;
	height: 226px;
	width: 850px;
}

#menu{float: left;
	width:850px;
	height:48px;
	background: url(images/index_05.jpg) top no-repeat;
	}
#main_content {
	background-attachment: fixed;
	background-color: #3ca5e4;
	background-image: url(images/main_bkg.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100% auto;
	width: 850px;
}


#overview, #values, #volunteers, #news {
	float: left;
	height: 100% auto;
	width: 300px;
	margin-right: 0px;
	margin-left: 40px;
	margin-top: 20px;
	padding: 10px;
	color:#FFFFFF;
	text-align: left;
	line-height: 2.0em;
}
#news_feed {
	float: left;
	margin-top: 20px;
	height:100% auto;
	width: 380px;
	margin-left: 70px; 
	line-height: 1.5em;
	padding: 10px;
}

#widget{	float: left;
	margin-top: 20px;
	height:500px;
	width: 380px;
	margin-left: 10px; 
	
	padding: 10px;}

#applet_area {
	float: left;
	width: 850px;
	background:  #3ca5e4;
	margin: 0px;
	
	height: 100% auto;
		
}
#applet_area p{padding-left: 50px;}

#footer {clear: both;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #3ca5e4;
	height: 30px;
	width: 850px;
	text-align: center;
	padding: 20px 0 10px 0 ;
	margin: 0 0 0 0;
	
}


.suckertreemenu{
	margin-left: 300px;
}



.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: inherit;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	font-size: 12px;
	display: inline;
	float: left; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 100px; /*Width of top level menu link items*//
	padding: 1px 5px; 
	border-left-width: 0;
	text-decoration: none;
	color: #FFFFFF;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{left: 0; position: absolute; top: 1em; /* set by script */
display: block; visibility: hidden;}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{ display: list-item; float: none;}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ /*left: 159px;  set by script */top: 0;}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 90px; /*width of sub menu levels*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 5px;
}

.suckertreemenu ul li a:hover{
	background-color: #0066CC;
	color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{ background: inherit url("images/arrow-down.gif") no-repeat center right;}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{ background: #inherit url("images/arrow-right.gif") no-repeat center right;}

	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

.clearfloat{ clear:both; height: 0; font-size: 1px; line-height: 0px; }
