@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0px;
    font-size: 100%;
	margin: 0px;
    outline: 0px;
	padding: 0px;
    vertical-align: baseline;
}

body {
	background: #FAFAFA;
	font-family: "Open Sans", sans-serif;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

li {
	list-style: lower-latin outside;
	font-size: 13px;
	color: #444444;
}

header {
	position: relative;
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	background: #EAEAEA;
	overflow: hidden;
}

#header img {
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);     
    zoom: 1;
}

#header-background {
	z-index: 10;
	position: absolute;
	bottom: -5px;
}

#header-foreground {
	z-index: 11;
	position: absolute;
	bottom: -25px;
	left: 10%;
}

#header-text {
	position: absolute;
	width: 380px;
	top: 54px;
	left: 55%;
	margin: 0px 20px 0px 0px;
	text-align: center;
}

#header-text h1 {
	margin-bottom: -15px;
	font-size: 16px;
	font-weight: 400;
	color: #BB2900;
}

#header-text h2 {
	margin-bottom: -20px;
	font-size: 63px;
	font-weight: 700;
	color: #BB2900;
}

#header-text h3 {
	margin: 0px;
	font-size: 28px;
	font-weight: 700;
	color: #BB2900;
}

#content h1 {
	width: 980px;
	margin: 20px 0px 5px 0px;
	font-size: 40px;
	font-weight: 300;
	color: #BB2900;
}

#content h2 {
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 300;
	color: #444444;
}

#content h3 {
	font-size: 18px;
	font-weight: 400;
	color: #222222;
}

#content h4 {
	font-size: 14px;
	font-weight: 300;
	color: #444444;
}

#content a {
	text-decoration: none;
	color: #BB2900;
}

#content p {
	font-size: 12px;
	font-weight: 400;
	color: #444444;
}

section {
	margin: 0px 20px;
}

section.box div {
	float: left;
	margin-bottom: 50px;
	width: 280px;
	min-height: 250px;
	overflow: hidden;
}

section form button, section form input {
	margin: 10px 0px;
	padding: 2px 6px;
	border: 1px solid #DDDDDD;
	font: inherit;
	font-size: inherit;
	line-height: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
}

section form input[disabled] {
	color: #444444 !important;
}

section form button {
	padding: 5px 15px;
	background: #390;
	color: #FAFAFA;
}

#donate-amount h3 {
	float: left;
	padding: 14px 0px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	width: 400px;
}

#donate-amount input {
	float: left;
	text-align: right;
}

.text-full {
	width: 980px;
}

section.text-left {
	width: 640px;
	float: left;
	margin-right: 50px;
}

section.text-right {
	width: 240px;
	float: right;
}

.column-margin-right {
	margin-right: 40px;
}

.container {
	width: 980px;
	margin: 0px auto;
}

.justify {
	text-align: justify;
}