@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, fieldset, form, label, legend, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

ul, li {
	list-style:none;
}

a{
	color: #657D98;
	text-decoration: underline;
}

a:hover{
	color: #222;
	text-decoration: none;
}


#loading {
	z-index: 1000;
	position: absolute;
	background: #fff;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: .70;
}

.loading_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10% -25% 0 0;
}

.italic{
	font-style: italic;
}

/* Global */
.floatRight{
    float: right;
}

.floatLeft{
	float:left;
}

.inner{
	width: 960px;
	margin: 0 auto;
}

.noBorder{
	border: none!important;
}

.fullLength{
	width: 100%!important;
}


/* Clearfix, if the div isn't expanding to fit its contents, there's a good chance things are floating
  in space and .clearfix will fix it */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


body{
	margin: 0;
	padding: 0;
	background-color: #E3E7EC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #111;
}

#wrapper{
	width: 890px;
	margin: 0 auto;
}

#header{
	width: 890px;
	float:left;
}

#header #contactInfo{
	float:right;
	width: 345px;
}

#header #contactInfo ul{
	margin-top: 5px;
}


#header #contactInfo ul li{
	width: 100%;
	float:left;
	font-family: Georgia, Times, serif;
	font-size: .9em;
	margin: 2px 0;
}

#main{
	background-color: white;
	border: 1px solid #657D98;
	padding: 15px 40px 50px 40px;
	float:left;
}

img#logo{
	width: 185px;
	margin: 0 0 5px 0;
}

#main h1, legend{
	color: #FFF;
	background-color: #657D98;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 10px;
}

#main h1{
	width: 860px;
	font-size: 1.5em;
	font-family: Georgia, Times, serif;
}

#main h2{
	font-size: 1.3em;
	width: 100%;
	margin: 10px 0 10px 0px;
	text-align: left;
	color: #657D98;
	font-family: Georgia, Times, serif;
}

#main p{
	line-height: 1.3em;
	font-size: .9em;
	color: #111;
	margin-bottom: 5px;
}

#personal-info, #customer-info, #payment-info{
	font-family: Georgia, Times, serif;
	background-color: #E3E7EC;
	border: 1px solid #657D98;
	padding: 15px 63px 15px 55px;
	float: left;
	margin: 0 10px 10px 0;
	width: 315px;
}

.button#tryAgain{
	margin-top:10px;
	float:left;
}

#payment-agree{
	width: 100%;
	float:left;
}

#personal-info{
	padding-bottom:38px;
}

#personal-info ul li input{
	width: 160px;
}

#personal-info ul li, #customer-info ul li, #payment-info ul li{
	margin: 3px 0;
}

#personal-info ul, #customer-info ul, #payment-info ul{
	margin-left: 10px;
}

legend{
	font-size:1.2em;
	width: 100%;
	margin-bottom: 8px;
}

ul li{
	width: 100%;
	float:left;
}

ul li label{
	width: 120px;
	float:left;
}

ul li input{
	float:left;
}

ul li.wide{
	width: 100%;
	margin-bottom:10px;
}

ul li.wide label{
	font-size: .9em;
	margin-left: 3px;
	width: 90%;
}

input, textarea{
	color: #222;
	background-color: white;
	border: 1px solid #333;
}

textarea{
	resize: none;
	width: 158px;
	height: 72px;
}

select{
}

input[type="submit"], a.button{
	background-color:#657D98;
	padding: 10px 15px;
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: white;
	text-decoration: none;
	border: 1px solid #333;
}

input[type="submit"]:hover, a.button:hover{
	background-color: #444;
	cursor: pointer;
	color: white;
}

table.recurring-donation a.button{
	margin-top: 25px;
	float:left;
}

table.recurring-donation td{
	width: 315px;
	padding: 5px 0 0 0;
}

#results{
	padding: 10px 0 0 0;
}

/*---------- Recipt Page ----------*/
.recuring-donation tr,
.recuring-donation tr td,
{
	cellpadding: 0;
	cellspacing: 0;
	border: none !important;
}

.recuring-donation tr td {
	padding: 5px 10px 5px 0;
	text-align: left !important;
	width: 250px;
}

.recuring-donation tr td span {
	display: inline-block;
	margin-right: 5px;
}

#content.admin .recuring-donation td, #content.admin .recuring-donation th {
	border: 0px;
}
.recuring-donation thead th {
	color: #fff !important;
}

span.lookup {

}

a#cancle.button{
	margin-top: 20px;
	float:left;
}

.formRow{
	float:left;
	width: 100%;
	margin: 8px 0 0 0;
}

.formRow label{
	float:left;
	width: 120px;
}

.formRow input{
	float:left;
}

#payment-agree input.error{
	width: 20px;
	float:left;
}

tr.tableSpace{
	margin-top:10px;
	float:left;
}

.error{
	visibility: hidden;
	display: none;
}

.error.required{
	background-color:red;
	display: block;
	visibility: visible;
}

input.error{
	display: inline;
}

label.error{
	display: none!important;
}


/* Terms */
#terms{
	padding: 0 30px 50px 30px;
}

#terms h2{
	text-transform: uppercase;
	font-size: 1.5em;
}

#terms h4{
	font-style: italic;
}

#terms p{
	margin: 10px 0 0 0;
	font-size: .9em;
	line-height: 1.3em;
}