/* colors 
lime green E3E9A9
dark blue 1B3F95
pink CA2E93
darker green C3D021
*/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	background-color:#543001;
	color:#000;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat;
}
a:link {
	color:#7a4400;
	text-decoration:none;
}
a:visited {
	color:#7c5118;
	text-decoration:none;
}
a:hover {
	color:#ef5091;
	text-decoration:none;
}
a:active {
	color:#ffc324;
	text-decoration:underline;
}
/*for IE6 and below */
* html body div#container {
	width:760px;
	height:auto;
	padding: 0px;
	}
	

#wrapper {
	width: 780px;
	padding:0px 0px 0px 0px;
	border:#ef5090 8px solid; 
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-color:#FFFFFF;
}
* html body div#wrapper {
	width: 780px;
	padding:0px 10px 10px 10px;
	border:#ffc324 solid 1px;
	margin-left:auto;
	margin-right:auto;
}
	

div#banner {
	padding:0;
	width:auto;
	height:auto;
	top:0;
	position:relative;

}
.address {
	margin-left:200px;
	font-size:130%;
	padding-top: 3px;
	font-weight:bold;
	text-align:center;
	width:300px;
	color:#016239;
}
h1, h2, h3, h4, h5 {
	color:#70b918;
}
.pagetitle {
	font-size:150%;
	font-weight:bold;
	color:#e51837;
}	
	
/*main navigation---------------------------------------------------------------- */
#navtop {
	padding-bottom:20px;
	}
#navtop a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#navtop a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#navtop a:hover {
	color:#ef5090;
	text-decoration:none;
	font-weight:bold;
}
#navtop a:active {
	color:#70b918;
	text-decoration:none;
	font-weight:bold;
}

/*div#navtop {

	margin: 5px 0 15px 0;
	text-align:left;
	padding-top:1px;
	width:100%;
	margin-top:-15px;
}*/


div#navtop ul {
	border-bottom:thin solid #B6DAE9;
	border-right:thin solid #B6DAE9;
		border-left:thin solid #B6DAE9;
	margin:0 0 0 0;
	padding:0 0 0px 0;
		background-color:#543001;
}
div#navtop li {
	position:relative;
	list-style:none;
	margin:0 0px 0 -5px;
	float:left;
	width:auto;
	text-align:center;
	/*border-bottom:1px solid #70b918;
	border-right:1px solid #70b918;*/
	white-space:nowrap;
	background-color:#543001;
	padding: 2px 5px 2px 3px;
	height:23x;
}
div#navtop li.submenu {
}
div#navtop li.submenu:hover {
}
div#navtop li a {
	display: block; 
	padding: 0.15em 0 0.15em 0.5em;
  	text-decoration: none; 
	width: 7.7em;
}
div#navtop>ul a {
	width: auto;
	background-color:#FFFFFF;
}
div#navtop ul ul {
	position: absolute; 
	width: 7.5em;
    display: none;
}
div#navtop ul ul li {

}
div#navtop li.submenu li.submenu {
	background-image: url(../2007/submenu.gif);
}
div#navtop ul.level1 li.submenu:hover ul.level2, 
div#navtop ul.level2 li.submenu:hover ul.level3 {
	display:block;
}
div#navtop ul.level2 {
	top: 1.5em; left: -1px; 
	margin-top: 2px;
}
div#navtop ul.level3 {
	top: -1px; left: 7em;
}
/* end main navigation--------------------------------------------------------------------------- */

h1 {
	font-size:200%;
	}
h2 {
	font-size:150%;
	}
h3 {
	font-size:125%;
	}
#contentwrapper {
	padding:5px 15px 10px 15px;
	height:auto;
	background-color:#FFF;
		margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:710px;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	border-top:thin solid #70b918;
}
#floatleft {
	float:left;
	margin-left:90px;
}
#wishlist {
	float:right;
	background-color:#C5E6D5;
	padding:6px 10px 6px 10px;
	font-weight:bold;
	margin-left:15px;
}

#spi {
	font-size:87%;
	margin-top:-5px;
	padding-bottom:10px;
}
/* Holly Hack for IE \*/
* html banner { float: left; height: 1%; }
* html banner { height: 1%; }
/* End */

#rightcol {
	float:right;
	padding:10px;
	border:1px solid #e51837;
	width:300px;
	margin-left:15px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#0082c8;

}
.headline {
	font-size:120%;
	color:#ef5091;
	font-weight:bold;
}
.headline2 {
	font-size:100%;
	color:#ef5091;
	font-style:italic;
	font-weight:bold;
}
.headline-sm{
	font-size:80%;
	color:#ef5091;
	font-weight:bold;
}
#resourceslist {
	font-size:85%;
	margin-top:-20px;
	line-height:1.2em;
	background-color:#FFCCCC;
	padding:3px;
}
#eventslist {
	font-size:85%;
	margin-top:-20px;
	line-height:1.2em;
	background-color:#FFCCCC;
	padding:3px;
}
/*#eventslist tr {
	border-bottom=1px solid;
	padding:3px;
}
#eventslist td {
	vertical-align=top;
}	*/
.evntheader {
	font-size:110%;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #70b918;
	border:solid 1px #70b918;
}
.evntrow {
	padding:3px;
	border-bottom:solid 1px #70b918;
	vertical-align:top;
}
#donatenowbutton {
	float:right;
	width:150px;
	margin-top:8px;
	margin-left:15px;
	margin-bottom:10px;
	padding:5px;
	border:solid 1px #70b918;

}
#donatenowbutton2 {
	float:right;
	width:150px;
	margin-top:8px;
	margin-left:15px;
	margin-bottom:1px;
	padding:5px;
	border:solid 1px #70b918;

}
#blackbox {
	width:300px;
	margin-left:20px;
	margin-right:0;
	padding: 5px 15px 5px 15px;
	background-color:#666666;
	color:#FFF;
	float:right;
}
#blackbox a {
	color:#FF33CC;
	}
#eventbox {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding: 9px 14px 0px 14px;
	background-color:#FFF;
	float:none;
	border: thin dotted #FF33CC;
	font-size:90%;
	line-height:1.1em;
	color:#000000;
}
.full {
	width:100%;
	clear:both;
	height:275px;
}
#scooterbox {
	width:260px;
	margin-left:20px;
	margin-right:60px;
	margin-bottom:10px;
	padding: 10px;
	background-color:#FFF;
	float:right;
	border: thin dotted #FF33CC;
	font-size:90%;
	line-height:1.1em;
	color:#000000;
}
#cocoballbox {
	border:#009900 dotted 1px;
	padding: 8px;
	margin-bottom:10px;
}
#cocoballboxtop {
	border:#009900 dotted 1px;
	padding: 8px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#8bcc8e;
	margin-right:auto;
	margin-left:auto;
}
#smartcarbox {
	width:450px;
	margin-Left:auto;
	margin-right:auto;
	border:#336600 dotted;
	padding-left:5px;
	padding-right:5px;
}
#smartcarbox-index {
	width:600px;
	margin-Left:auto;
	margin-right:auto;
	/*border:#336600 dotted;*/
	padding-left:5px;
	padding-right:5px;
}