/* ========================================================================= */
/* MAIN CSS for WAMS by Steve Bell @ PCMD                                    */
/* ========================================================================= */

	* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
html, body {
	font-size: 15px;
	line-height: normal;
	color:#FFF;
	height: 100%;
}
/* ========================================================================= */
/* TEMPLATE LAYOUT STYLES                                                    */
/* ========================================================================= */

	#wrapper {
	background: #0B617C url(../images/page_bg.jpg) top center no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
#logo {
	padding: 80px 15px 10px 15px;
}
#holder {
	height: auto;
	padding-top: 20px;
	width: 910px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#welcome {
	margin-top:50px;
	background-image:url(../images/welcome_bg.png);
	height: 294px;
	width: 674px;
}
#progress {
	margin-top:50px;
	background-image:url(../images/progress_bg.png);
	height: 294px;
	width: 228px;
	float:right;
}
.progress {
	padding: 50px 10px 0px 10px;
}
.content {
	padding: 20px;
	line-height: 20px;
}
.title {
	font-size: 22px;
	font-weight:bold;
	padding-bottom:20px;
}
ul {
	list-style: circle;
	list-style-position:inside;
}
#donate_button {
	margin-top: 19px;
	background-image:url(../images/button_bg.png);
	height: 35px;
	width: 177px;
	float: left;
	text-decoration:none;
}

#donate_button:hover {
	background-image:url(../images/button_bg_001.png);
}

.button  {
	padding-left:50px;
	padding-top:7px;
	font-size: 1.4em;
	color:#003;
}


#contact_button {
	margin-top: 19px;
	background-image:url(../images/button_bg.png);
	height: 35px;
	width: 177px;
	float: right;
	text-decoration:none;
}

#contact_button:hover {
	background-image:url(../images/button_bg_001.png);
}

a:focus {
	outline:none;
}
