/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {line-height: 1; color: black; background: white;}
a img {border:none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

li {
	list-style: none;
}

/* @end */

body {
	background: #00538c url(../images/repeat-x.png) repeat-x 0 -1334px;
	border-top: solid 1px #eee;
	margin: 0;
	font-family: Helvetica, arial, verdana;
}

div#wrap {
	width: 960px;
	margin: auto;
}

/* @group top_bar + header */

ul#social_networking li {
	float: left;
	margin-right: 45px;
	height: 25px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
}

ul.sprited > li b, div#header b {
	display: none;
}

ul.sprited > li > a, div#header a {
	display: block;
	height: 100%;
}

li#join_mark_on {
	background-position: -11px -3px;
	width: 117px;
}

li#facebook {
	background-position: -138px -4px;
	width: 77px;
}

li#twitter {
	width: 66px;
	background-position: -221px -4px;
}

li#linkedin {
	width: 63px;
	background-position: -295px -4px;
}

div#header {
	padding-top: 7px;
	clear: both;
	overflow: hidden;
}

div#header > h1, div#header > h2, div#header > p {
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	height: 90px;
	float: left;
}

div#header > h1 {
	background-position: -29px -26px;
	width: 216px;
}

div#header > h2 {
	background-position: -4px -238px;
	width: 428px;
	height: 60px;
	border-right: solid 1px #981f2f;
	border-left: solid 1px #981f2f;
	margin-right: 16px;
	margin-left: 12px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 32px;
}

div#header > p {
	background-position: -259px -38px;
	width: 249px;
	margin-top: 14px;
	height: 68px;
}

/* @end */

div#content {
	
	clear: both;
	position: relative;
	margin-top: 30px;
	height: 456px;
}

/* @group Transparent Boxes */

div.transparent_box {
	overflow: hidden;
	height: 437px;
}

div.transparent_box > div {
	float: left;
	height: 100%;
	background-image: url(../images/repeat-x.png);
}

div.transparent_box > div.left {
	width: 18px;
	background-repeat: no-repeat;
	background-position: 0 -437px;
}

div.transparent_box > div.right {
	width: 18px;
	background-repeat: no-repeat;
	background-position: -13px -879px;
}

/* @end */

/* @group slide_show */

div#slide_show {
	position: absolute;
	top: 0;
	left: 0;
}

div#slide_show div.content {
	width: 670px;
	padding-top: 18px;
	height: 422px;
}

div#slides {
	height: 378px;
	width: 670px;
}

div#slide_show_nav {
	text-align: center;
	margin-top: 8px;
}

div#slide_show_icons {
	display: inline-block;
}

html* div#slide_show_icons {
  display: inline;
}

div#slide_show_icons > div {
	height: 18px;
	width: 33px;
	border: solid 1px #fff;
	display: inline-block;
	cursor: pointer;
	background-color: #99bad1;
	margin-right: 1px;
  margin-left: 1px;
}

html* div#slide_show_icons > div {
  display: inline;
}

div#slide_show_nav div#previous {
	width: 10px;
	height: 18px;
	border: none;
	background: url(../images/sprites.png) no-repeat 0 -26px;
	display: inline-block;
	cursor: pointer;
}

html* div#slide_show_nav div#previous {
  display: inline;
}

div#slide_show_nav div#next {
	width: 10px;
	border: none;
	background: url(../images/sprites.png) no-repeat -12px -25px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
}

html* div#slide_show_nav div#next {
  display: inline;
}

/* @end */

/* @group donate */

div#donate {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}

div#donate div.content {
	width: 228px;
	padding-top: 18px;
}

div#donate div.content > h3 span.text_image {
	background: url(../images/sprites.png) no-repeat -19px -126px;
	display: block;
	height: 100%;
	width: 173px;
	margin-left: 27px;
}

div#donate_form_wrapper {
	background: #fff;
	height: 359px;
	overflow: hidden;
}

div#donate_form_inner {
	width: 920px;
	height: 339px;
	padding-top: 8px;
	position: relative;
}

form#donate_form {
	height: 349px;
}

div.bevel {
	height: 10px;
	background: url(../images/repeat-x.png) repeat-x 0 -1320px;
	margin-left: 3px;
	margin-right: 3px;
}

div#donate fieldset {
  position: relative;
	float: left;
	width: 206px;
	margin: 0px 10px;
	height: 100%;
	padding: 0px 7px;
}

fieldset h5 {
	color: #00305a;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 130%;
}

div#donate fieldset#legal {
	width: 400px;
}

fieldset#legal p {
	line-height: 140%;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 11px;
}

p#certify {
	padding-left: 20px;
	position: relative;
}

p#certify input {
	position: absolute;
	left: 0;
	top: 0;
}

p#buttons {
	position: absolute;
	bottom: 26px;
	right: 30px;
}

h2#donation_amount {
	color: #981f2f;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2#donation_amount span {
	display: -moz-inline-box;
	display: inline-block;
	height: 41px;
	width: 132px;
	background: url(../images/sprites.png) no-repeat -25px -171px;
	vertical-align: middle;
	margin-left: 8px;
	text-align: center;
	color: #333;
	font: italic normal 21px/40px Georgia, "Times New Roman", Times, serif;
}

div#donate h4 {
	color: #981f2f;
}

a#submit {
	width: 64px;
	background: url(../images/sprites.png) no-repeat -513px -225px;
	height: 22px;
	cursor: pointer;
	float: right;
}

fieldset#checkboxes p {
	line-height: 32px;
}

fieldset#checkboxes input {
	margin-right: 10px;
}

fieldset#textfields p {
	margin-bottom: 4px;
}

fieldset#textfields input {
	width: 201px;
}

fieldset#textfields input#zip {
	width: 129px;
}

div#bar_one, div#bar_two {
	width: 12px;
	background: url(../images/sprites.png) no-repeat -584px;
	height: 333px;
	position: absolute;
	left: 229px;
	top: -7px;
}

div#bar_two {
	left: 480px;
}

a#toggle {
	position: absolute;
	display: block;
	background: url(../images/sprites.png) no-repeat -547px -185px;
	top: 25px;
	right: 30px;
	z-index: 2;
	width: 27px;
	height: 27px;
}

/* @end */

/* @group credits */

div#credits {
	margin: 9px auto auto;
	width: 245px;
	background: url(../images/sprites.png) 302px -130px;
	height: 90px;
}

div.transparent_box h3 {
	background: #981f2f;
	height: 42px;
	position: relative;
}

div.transparent_box h3 span.left {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 53px;
	height: 100%;
	background: #fff url(../images/sprites.png) no-repeat -525px -79px;
}

div.transparent_box h3 span.right {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 53px;
	height: 100%;
	background: #fff url(../images/sprites.png) no-repeat -527px -36px;
}

div.transparent_box h3 span.text_image {
	display: block;
	position: absolute;
	z-index: 1;
}

div.transparent_box h3 span.text_image > b {
	display: none;
}

/* @end */

.placeholder {
  color: #aaa;
}

.error {
	border: solid 2px #981f2f;
}

a#expand {
	position: absolute;
	bottom: 20px;
	right: 8px;
	display: block;
	width: 64px;
	border: none;
	background: url(../images/sprites.png) no-repeat -513px -246px;
	height: 22px;
	cursor: pointer;
}

div#donate_overlay {
	position: absolute;
	z-index: 3;
	height: 64px;
	width: 202px;
	top: 315px;
	right: 25px;
	cursor: pointer;
}

em {
  color: red;
  font-style: normal;
}

input#other_amount {
	width: 50px;
	margin-left: 2px;
	text-align: right;
}
