@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
body {
	background-color: #333333;
}

h3 {
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	color:#FF0000;
	}
p {
	color:#FFF;
	font-size:12px;
	}
p.second-line {
	margin:-20px 0 0 0;
}

a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #6699FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style1 {color: #FFFFFF}
.style3 {font-size: 12px}
.style9 {font-size: 10px}
.style13 {font-size: 11px; color: #FFFFFF; }
.style14 {font-size: 12px; color: #FFFFFF; }

/*-------------adrian's code------------------------*/

img.donation-pic {
	margin:20px 0 0 0;
	border:3px solid #FFF;
	}

div#donationForm {
	margin:10px 0 0 20px;
	padding:0 0 20px 0;
	}
div#donationForm h1, div#donationForm p {
	color:#FFF;
	}
div#donationForm h1 {
	margin:20px 0 0 0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	border-bottom:1px double #FFF;
	
	}
div#donationForm p {
	font-size:12px;
	}

span.required {
	color:#FF0000;
	font-size:16px;
	}
label.top {
	display:block;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	}
input {
	/*width:200px;
	border:2px solid #FFF;
	background:#ABB9E3;
	padding:5px;*/
	}
input.submit {
	width:150px;
	height:50px;
	border:#FFF 1px solid;
	color:#FFF;
	background:#333;
	cursor:pointer;
	}
input.submit:hover {
	border:#333 1px solid;
	color:#000;
	background:#666;
	}


.clear {
	clear:both;
	}
	
#wrapper {
	width:850px;
	height:auto;
	margin:20px auto 20px;
	font-size:12px;
	color:#FFF;
}

#wrapper-store-home {
	width:auto;
	height:400px;
	margin:20px auto 20px;
	font-size:12px;
	color:#FFF;
	background:url(../images/store-home.png) right bottom no-repeat;
}
.store-home-image {
	float:right;
	}

#wrapper-store-home a img, #wrapper-store-home a img:hover, #wrapper-store-home p {
	margin:20px 0 0 20px;
	border:none;
	}

.col-1, .col-2, .col-3, .col-4 {
	position:relative;
	float:left;
	width:210px;
	height:auto;
	text-align:center;
	margin:0 0 20px 0;
}

.col-1 img, .col-2 img, .col-3 img, .col-4 img {
	/**/
	border:none;
}
.paypalButton {
	width:120px;
	height:26px;
}

input {
	/*width:200px;
	border:2px solid #FFF;
	background:#ABB9E3;
	padding:5px;*/
	padding:10px 0 0 0;
	}

h1 {
	margin:0 0 0 20px;
	padding:0;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
h2 {
	margin:0 0 20px 20px;
	padding:0;
	font-size:13px;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}	
span.notes {
	font-size:10px;
}
