/* BODY
---------------------------------------------*/
body {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	font-family: Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:12px;
}

div,p,dt,dd,li,td {
	color:#000;
	font-family: Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:12px;
}
h1{font-size:1.6em;line-height:1.6em;}
h2{font-size:1.45em;line-height:1.45em;}
h3{font-size:1.3em;line-height:1.3em;}
h4{font-size:1.15em;line-height:1.15em;}
h5{font-size:1em;line-height:1em;}
h1,h2,h3,h4,h5 {
	color:#b02;
	font-family: Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-bottom:.3em;
}
a:link {
	color:#b02;
	background-color:transparent;
}
a:visited {
	color:#b02;
	background-color:transparent;
}
a:hover {
	color:#b02;
	background-color:transparent;
}
a:active {
	color:#b02;
	background-color:transparent;
}

ul {
	margin-left:10px;
}

div.clear {
	font-size: 0;
	height: 0;
	clear:both;
}

/* IMAGES
---------------------------------------------*/
img {
	border:0;
}

.bodyimage {
	margin: 10px;
}

/* Hat tip to Alan Pearce
 	http://www.alistapart.com/articles/multicolumnlayouts */

#container {
	margin-top:10px;
	background-color:#fff;
	overflow:hidden;
	width:960px;
}
#sidebarbox {
	background-color:#fff;
	width:155px;
	border-right:805px solid #fff;
	text-align: center;
	/* The width and color of the contentbox */
	margin-right:-805px; /* Hat tip to Ryan Brill */
	float:left;
}
#contentbox {
	background-color:#fff;
	width:805px;
	float:left;
}

/* Back to your regularly scheduled hackery. */

#logo {
	position: absolute;
	left: 0pt;
	top: 0pt;
}

#topbuttons {
	position: absolute;
	left: 430pt;
	top: 50pt;
}

#banner {
	background:url(/images/top_background.png);
}

#nav {
	background:url(/images/nav_background.gif);
}

#children {
	font-size:10px;
	margin-bottom:10px;
}

#footer {
	font-size:9px;
	margin:10px;
	margin-top:25px;
	width:960px;
	text-align:center;
	line-height:1.6em;
}
#weather {
	margin-top:10px; hheight:142px;
}

#weather iframe {hheight:142px;}

.volunteer {
	padding:1.5em 0 0 0;
}

.volunteerInfo {
	display:none;
	padding:0.5em 20px;
	width:400px;
}

.volunteer a:link, .volunteer a:visited, .volunteer a:active {
	color:#666;
	text-decoration:none;
}
.volunteer a:hover, .currentvolunteer {
	color:#B02;
}