body
{
	text-align: left;
	font-family: times;
	background: #c9d8df;
}

#wrapper
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 859px;
	/*overflow: auto;*/
	background: #ffffff;
	border: 1px solid #497982;
}

#ok {
	margin-left: 7px;
}

#header
{
	background: url(images/header.jpg) #ffffff 12px 12px no-repeat;
	width: 859px;
	height: 226px;
}

#side-a
{
	float: left;
	width: 847px;
	background-color: white;
	margin: 0;
	padding: 0;
	padding-left: 12px;
}

#side-a img {
	padding-right: 2px;
}

#side-a p {
	padding-left: 3px;
	padding-right: 15px;
}

#email {
	float: left;
	background: url("images/email.jpg");
	width: 275px;
	height: 188px;
	margin-right: 5px;
	overflow: hidden;
}
#input {
	position: relative;
	top: 140px;
	left: 30px;
}

#volunteer {

}

#contribute {
	float: left;
	width: 275px;
	height: 188px;
	overflow: hidden;
}

/****MENU****/

	#menu {
		position: relative;
		top: 177px;
		clear:left;
		float:left;
		width:100%;
		overflow:hidden;
		line-height: 48px;
	}
	#menu ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#menu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#menu ul li a {
		display:block;
		margin:0;
		padding:0 .8em;
		color: white;
		text-decoration:none;
/*		border-left:1px solid white;
		border-right:1px solid white;
*/
		
	}
/*	#menu ul li.first {
		border-left:1px solid white;
	}
	#menu ul li.last {
		border-right:1px solid white;
	}
*/
	#menu ul li.active a {
		font-weight:bold;
	}
	#menu ul li a:hover {
		color: navy;
	}
	#menu ul li a span {
		display:block;
	}
	

/**********/

/********FORM*********/

form {
	display: inline-block;
	width: 475px;
}

input {
	color: black;
}

fieldset {
	padding: 0;
}

/*fieldset group*/
#group {
	border: 1px dashed black;
	width: 99%;
	margin: 0;
	padding-right: 15px;
	margin-top: 12px;
}

#tgroup {
	border: 1px dashed black;
	width: 817px;
	margin: 0;
	padding-right: 15px;
	margin-top: 12px;
}

#tgroup p {
	padding: 10px;

}


#contribute_form {
	border: none;
	margin: 0;
	padding: 0;
}

/*
#centerform {
	margin: 0 auto;
}
*/
/*fieldset infocontribute*/



/*fieldset top*/
#infotop {
	border: none;
	margin: 0px;
	float: left;
	text-align: left;
	width: 100%;
}

#infotop label {
	width: 4em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
}

#infotop p {
	color: black;
	margin-bottom: 5px;
	margin-top: 10px;
}

/*fieldset left*/
#infoleft {
	border: none;
	float: left;
	margin: 0px;
	text-align: left;
}

#infoleft label {
	width: 4em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
	color: black;
}

#infoleft p {
	margin-top: 5px;
	margin-bottom: 10px;
}

/*fieldset right*/
#inforight {
	border: none;
	float: left;
	text-align: left;
}

#inforight label {
	width: 2em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
}

#inforight p {
	margin-top: 5px;
	margin-bottom: 10px;
}

/*fieldset bottom*/
#bottom {
	clear: both;
	float: left;
	border: 1px dashed black;
	text-align: left;
	width: 99%;
	margin: 2em 0 0 0;
	margin-bottom: 12px;
	padding-left: 15px;
}

legend {
	color: black;
	font-size: 1.3em;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

/*****END FORM*******/

/*****Photo Gallery*****/
.gallery{	
	list-style: none;
	width: 100%;
}

.gallery a .preview{	
	display: none;
}

.gallery a:hover .preview{	
	display: block;	
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.gallery img{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;	padding: 1px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.gallery li{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.gallery .preview{
	border-color: #000;
	width: 200px;
	height: 150px;
}
/*****End of Photo Gallery******/


h1
{
	padding-top: 10px;
	margin: 0;
}

h2{
	background: url(images/header.jpg) #cd2b2b 0 -165px no-repeat;
	width: 815px;
	height: 48px;
	color: white;
	padding-left: 20px;
	font-family; Times New Roman;
	line-height: 48px;
	text-align: left;
	margin: 0;
}

h3{
	margin: 0;
	padding: 0;
	margin-bottom: -13px;
}

.clear
{
	clear: both;
}

#footer
{
	position: relative;
	background: url(images/footer.jpg) #c9d8df no-repeat;
	clear: both;
	height: 24px;
	width: 859px;
	margin: 0 auto;
}
