﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: verdana, arial;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff url(/images/body_bg2.png) top left repeat-x;
}
a { text-decoration: none; color: #593f9a; font-weight: bold; }
a:hover { text-decoration: underline; }
p { margin: 0 0 15px 0; }
h1 { font-size: 28px; text-transform: uppercase; color: #593f9a; margin: 0 0 15px 0; }
h3 { font-size: 18px; text-transform: capitalize; color: #333; border-bottom: 1px solid #e6e6e6; padding: 0 0 5px 0; }
img { border: 0; }
fieldset { border: 0; padding: 5px; }
legend { display: none; }
hr { border: 1px solid #e5e5e5; }
input, textarea, select {
	font-size: 14px;
	font-family: verdana, arial;
	font-weight: bold;
	color: #666;
}

/* LAYOUT */
#wrapper {
	position: relative;
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 15px;
	width: 750px;
	background: #fff;
	border: 1px solid #39c;
}
#langWrapper { position: absolute; top: 0px; left: 600px; font-size: 11px; padding: 3px; display: none; z-index: 100; }
a#lang { position: relative; display: block; }
#lang2 { position: relative; display: none;  background: #fff; }
a#lang:hover {  display: block; }
a#lang:hover #lang2 { display: block; }
#wrapper2 {
	position: relative;
	border: 5px solid #593f9a;
	background: #fff;
}
/* NAVIGATION */
#navigation {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
	border-bottom: 5px solid #593f9a;
	background: #7ac043;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation li a {
	display: block;
}
/* HEADER */
#header {
	position: relative;
	background: #fff;
	height: 150px;
	width: 100%;
}
#header2 {
	position: relative;
	background: #fff;
	height: 220px;
	width: 100%;
	text-align: center;
}
#logo {
	position: relative;
	padding-top: 5px;
}
#header2 #logo {
	position: relative;
	margin: 25px 0 15px 0;
}
#pageHeader {
	position: absolute;
	top: 70px;
	left: 245px;
	font-size: 36px;
	text-transform: uppercase;
	color: #593f9a;
}
/* MAIN BODY */
#main {
	position: relative;
	clear: both;
	background: #fff;
	width: 97%;
	margin: 0 10px;
	border-top: 3px solid #593f9a;
	min-height: 375px;
}
#main2 {
	position: relative;
	clear: both;
	background: #fff;
	width: 97%;
	margin: 0 10px;

}
#subNavigation
{
	position: absolute;
	top: 2px;
	left: 5px;
	list-style-type: none;
}
#content {
	position: relative;
	margin: 0 0 0 175px;
	padding: 15px 5px;
}
#content ul {
	position: relative;
	margin-left: 35px;
	margin-bottom: 30px;
	list-style-type: square;/* none; replace with IMAGE! */
}
#content2 {
	position: relative;
	padding: 5px 100px;
}
#content2 p {
	font-size: 16px;
	text-align: center;
}




/* FOOTER */
#footer {
	position: relative;
	clear: both;
	background: #593f9a;
	padding: 15px 20px;
}
#footer p {
	padding: 15px;
	text-align: center;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

#sponsor 
{
	position: relative;
	text-align: center;
	color: #333;
	font-style: italic;
}

#EventBox, .eventBox {
	position: relative;
	padding: 10px 30px;
	border: 3px solid #593f9a;
}
#EventBox p, .eventBox p {


}

#somethingNew 
{
	position: relative;
	padding: 15px 50px 15px 150px;
	border: 3px solid #593f9a;
	background: url(/images/icon.gif) no-repeat left center;
	text-align: center;
}

/* CLASSES */
.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }
.bold { font-weight: bold; }
.italic, em { font-style: italic; }
.normal { font-weight: normal; }
.blue { color: #00bbe4; }
.purple { color: #593f9a; }
.green { color: #7ac043; }
.grey { color: #999; }
.btn { background: #00bbe4; color: #000; border: 1px solid #000; padding: 3px; cursor: pointer; cursor: hand; }
.required { font-weight: bold; color: #f00; }
.contentBox { padding: 0 0 18px 0; }
.emailBlue { color: #00f; }
.volunteer td { vertical-align: text-top; padding: 5px 1px 25px 1px; }
.titleHeader { font-weight: bold; font-size: 110%; }
.setCase { text-transform: capitalize; text-decoration: underline; }
li.noshow { list-style-type: none; }
/* FONT SIZES ADJUSTMENTS */
.FontSmall { font-size: 80%; }
.FontRegular { font-size: 100%; }
.FontLarge { font-size: 130%; }


/* validation */
.validation { color: #910000; font-weight: bold; }
.validation li { color: #910000; font-weight: normal; }

#donatelist li 
{
	padding: 0 0 18px 0;
}