/*template*/
*, html{
	margin: 0px;
	padding: 0px;
}
body {
	list-style-image:url(images/dot.gif);
	font: 69%/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin: 0px auto;
	background: #FFFFFF url(../images/background3.jpg) repeat-y center;
	/*Scrollbars*/
	scrollbar-face-color: #f7f7f7;
	scrollbar-track-color: #e6e6e6;
	scrollbar-base-color: #999999;
	scrollbar-arrow-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3d-light-color: #999999;
	scrollbar-dark-shadow-color: #cccccc;
	scrollbar-shadow-color: #999999;
}
#wrapper {
	width: 699px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background: #F7F7F7;
}
#header {
	background: #FFFFFF;
}
#headerText {
	display: block;
	width: 300px;
	position: absolute;
	right: 25px;
	top: 30px;
	text-align: right;
}
#causes {
	position: absolute;
	width: 200px;
	right: 30px;
	top: 285px;
	color: #FFFFFF;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.25em;
}
#nav {
	text-align: right;
	padding-top: 5px;
}
#eventDetails {
	position: absolute;
	display: block;
	right: 30px;
	top: 485px;
	text-align: right;
	color: #FFFFFF;
	font-size: 0.95em;
	line-height: 1.25em;
}
#notice {
	display:block;
	border:dashed thin;
	background: url(../images/yellow_fade.gif) repeat;
	padding: 1em;
	width: 335px;
	margin-top: 1em;
	font-weight: bold;
}
#content {
	background: #F7F7F7;
	padding-left: 310px;
}

#content p {
	padding-right: 25px;
	padding-bottom: 1.25em;
	line-height:1.5em;
}

#sidebar {
	width: 275px;
	float: left;
	padding-left: 20px;
}
/*map styling*/
#SmallMap, #LargeMap {
	position:relative;
	width:233px;
	height:185px;
}
#home #SmallMap{
	z-index:3;
}
#home #LargeMap{
	position:absolute;
	z-index:4;
	left: 5px;
	top: 796px;
	visibility: hidden;
}
#about #SmallMap, #join #SmallMap, #thanks #SmallMap{
	z-index:3;
	margin: 10px;
}
#about #LargeMap, #join #LargeMap, #thanks #LargeMap{
	z-index:4;
	left: 5px;
	top: 480px;
	visibility: hidden;
	position: absolute;
}
#home #content h3, #join #content h3, #thanks #content h3 {
	font-size: 1.5em;
	color: #8E9E55;
	padding-bottom: 1em;
	line-height: 1.25em;
}
#home #content img {
	border: 5px solid #FFFFFF;
}
/*general formatting*/
h2 {
	color: #CF7129;
	font-size: 1.125em;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
	padding-bottom: 1em;
	padding-right: 25px;
}
h4 {
	color: #CF7129;
	font-weight: bold;
	font-size: 1.125em;
	padding-bottom: 1em;
}
ul {
	padding-bottom: 1em;
}

li {
	margin-left: 25px;
}
img {
	border-width: 0px;
	border-style: none;
}

a:link{ color: #8E9E55; }
a:visited{ color: #8E9E55; }
a:active{ color: #8E9E55; }
a:hover{ color: #6B7841; }
#form1 input, #form1 select {
	font-size: 1em;
	color: #666666;
}
#subject { display: none; }
