/* typography  */
/***************/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #002B54;
}

h1, h2 {  font-size:36px; line-height:32px;  margin-bottom:12px;}
/* h2 { font-size:24px;  line-height:24px; margin-bottom:7px;} */
h3 { font-size:22px; line-height:22px; margin-bottom:6px;}
h4 { font-size:20px; line-height:21px;  margin-bottom:5px;}
h5 {font-size:18px; line-height:19px; margin-bottom:3px;}
h6 {font-size:16px; line-height:26px; margin-bottom:3px;}

p {
    margin-bottom: 18px;
}

p span.small {
	font-size	: 12px;
}

.divider {
    border-bottom: 1px solid #E1E1E1;
    color: #9F9F9F;
    margin-bottom: 35px;
    padding-bottom: 25px;
}


blockquote {
    background: url("/img/temp/blockquote.png") no-repeat scroll 15px 9px transparent;
    color: #626262;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 5px 0 0 50px;
}

blockquote, q {
    quotes: none;
}

ul {
    margin-bottom: 24px;
}

ol, ul {
    list-style: none outside none;
}

#content ul.checkmark li {
    background: url("/img/temp/checkmark.png") no-repeat scroll 0 4px transparent;
    list-style: none outside none;
    margin-left: 0;
    padding: 0 0 2px 20px;
}

#content ul.arrow li {
    background: url("/img/temp/sidebar-arrow.png") no-repeat scroll 0 4px transparent;
    list-style: none outside none;
    margin-left: 0;
    padding: 0 0 2px 20px;
}

#content ul li {
    list-style: circle outside none;
    margin-left: 20px;
}

#content ol li {
    list-style: decimal outside none;
    margin-left: 23px;
}

#content img {
    -moz-box-shadow: 0 0 5px #CCCCCC;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
}

#content img.no-border {
    -moz-box-shadow : 0 0 0;
    background      : none;
    padding         : 0px;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.button {
    border-radius           : 5px;
    -khtml-border-radius    : 5px;
    -moz-border-radius      : 5px;
    -webkit-border-radius   : 5px;
	-moz-box-shadow         : 0 1px 4px #999;
	-webkit-box-shadow      : 0 1px 4px #999;
    behavior                : url(/css/PIE.htc);
    background: url("/img/temp/big-button-overlay.png") repeat-x scroll left top #F6F6F6;
    border-bottom: 1px solid #B8B8B8;
    color: #858585;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 19px 11px;
    position: relative;
    text-decoration: none;
}

a.button:hover {background-color:#fff; color:#787878;}


.big-button {font-size:14px; font-weight:bold; color:#fff; font-family: Arial, sans-serif;
	background: #434343 url(/img/temp/big-button-overlay.png) top left repeat-x;
	display: inline-block;
	padding: 10px 19px 11px 19px;
	text-decoration: none;
	line-height: 1;
    border-radius           : 5px;
    -khtml-border-radius    : 5px;
    -moz-border-radius      : 5px;
    -webkit-border-radius   : 5px;
	-moz-box-shadow         : 0 1px 4px #999;
	-webkit-box-shadow      : 0 1px 4px #999;
    behavior                : url(/css/PIE.htc);
	border-bottom: 1px solid #343434;
	position: relative;
	cursor: pointer;
}

a.big-button:hover {background-color:#373737; color:#fff;}


#content form label {
    display: block;
    float: none;
    width: auto;
    font-weight : bold;
}

#content form div.radio label,
#content form div.checkbox label {
    display      : inline;
    margin-right : 8px;
}

#content form input:not([type='checkbox']), 
#content form select
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B7B7B7 #E3E3E3 #E8E8E8 #B7B7B7;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 5px;
    width: 235px;
}

#content form textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B7B7B7 #E3E3E3 #E8E8E8 #B7B7B7;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 0.6em 0.5em 0.7em;
}

#contact div {
    clear: both;
    margin: 1em 0;
}

#content form input.submit-form {
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 3px #CCCCCC;
    background: url("/img/temp/big-button-overlay.png") repeat-x scroll left top #F6F6F6;
    border-bottom: 1px solid #B8B8B8;
    border-right: 1px solid #B7B7B7;
    color: #858585;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 19px 11px;
    position: relative;
    text-decoration: none !important;
}

.pagination {
    color: #6F6F6F;
    font-size: 12px;
    margin-bottom: 15px;
    text-align: right;
}

.pagination {
    font-family: 'PT Sans',arial,serif;
}

.pagination a.selected,
.pagination a:hover {
    background-color: #686868;
    color: #FFFFFF;
}

.pagination a {
    background-color: #E4E4E4;
    color: #6F6F6F;
    margin-right: 1px;
    padding: 8px 10px;
    text-decoration: none;
}

.feature-box {
    background: url("/img/temp/feature-box-bg.png") repeat-x scroll left top transparent;
    border: 1px solid #D1D1D1;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 24px 29px 21px 29px;
}

.feature-box .two-col {
    float: left;
    width: 205px;
    margin-right : 20px;
}

.two-col {
    float: left;
    width: 235px;
    margin-right : 20px;
}

.three-col {
    float: left;
    width: 150px;
    margin-right : 20px;
}

.four-col {
    float: left;
    width: 109px;
    margin-right : 18px;
}

.omega,
.feature-box .omega {
    margin-right  : 0px;
}

.feature-box .omega {
    text-align : right;
}


#content .noborder, #content .noborder img {
    -moz-box-shadow: 0 0 0 #CCCCCC;
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

/* form layouts */
div.input {
    padding-bottom  : 18px;
}

div.input div.input {
    padding-bottom  : 0px;
}

div.input select {
    padding         : 3px;
}

#content img.credit-card {
    cursor          : pointer;
    -moz-box-shadow : 0 0 0;
    background      : none;
    padding         : 0 0 0 5px;
}

div.secure-icon {
    -moz-background-inline-policy: continuous;
    background: url("/img/locked.png") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left: 45px;
    width: 400px;
}

#content form input.short {
    width           : 100px;
}

span.small {
    font-size       : 12px;
}

div.input div.left {
    width           : 300px;
    float           : left;
}

div.input div.right {
    width           : 270px;
    float           : left;
}


table.donations {
    border-collapse : collapse;
    margin          : 5px 0 0 0;
}

table.donations th,
table.donations td {
    padding         : 10px;
    border          : 1px solid #666;
}

table.donations th {
    text-align      : left;
    font-weight     : bold;
    color           : #444;
    font-size       : 15px;
    background      : url("/img/temp/big-button-overlay.png") repeat-x scroll left top #F6F6F6;
    border          : 1px solid #666;
}

table.donations td {
    text-align      : left;
    border          : 1px solid #666;
}

p.back-to-top {
    padding-top     : 4px;
    padding-bottom  : 18px;
    margin-bottom   : 18px;
    border-bottom   : 1px solid #ccc;
    text-align      : right;
}

#content form input.error {
    border          : 1px solid red;
}

#content form label.error {
    font-weight     : normal;
    color           : red;
}

label em {
    color           : red;
}


div#header {
    position    : relative;
}

div#partner-logo {
    margin-top     : 20px;
    margin-bottom  : 0px;
}

div#partner-logo div.logo {
    width           : 240px;
    float           : right;
}

div#partner-logo div.logo div {
    padding-bottom  : 5px;
}

div#partner-logo div.logo span {
    font-size       : 11px;
    color           : #fff;
}


/* flash boxes */
/***************/
div.inner-flash-warning {
    display             : none;
}

#flashMessage, #authMessage, div.inner-flash-warning {
    border              : 2px solid;
    margin-bottom       : 20px;
    padding             : 15px 10px 15px 50px;
    background-repeat   : no-repeat;
    background-position : 10px center;
}

#flashMessage.message, #authMessage.message {
    color           : #00529B;
    background-color: #BDE5F8;
    background-image: url('/layer_cake/images/ico-info.png');
}

#flashMessage.success, #authMessage.success {
    color           : #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/layer_cake/images/ico-ok.png');
}

#flashMessage.warning, #authMessage.warning, div.inner-flash-warning {
    color           : #9F6000;
    background-color: #FEEFB3;
    background-image: url('/layer_cake/images/ico-warning.png');
}


#flashMessage.error, #authMessage.error {
    color           : #D8000C;
    background-color: #FFBABA;
    background-image: url('/layer_cake/images/ico-error.png');
}