@import url("/css/reset.css");
@import url("/css/fancybox.css");

table#phoneleads td { font-size: 12px; }

#charities td {
	text-align: center;
	background: url(/images/bg-logocell.png) no-repeat center center;
	vertical-align: middle;
	cursor: pointer;
}
#charities-stretch {
	text-align: center;
	background: url(/images/logo-cell-stretch.png) no-repeat center top;
	padding: 10px 0;
	
	width: 198px;
}
#charities-stretch img {
	margin-top: 20px;
}
#logos-stretch-bottom { margin-bottom: 20px; }

#charities td.empty { background: none; }

#programs .table-form button { margin: 0; }


.small {
	font-size: 11px;
}

#bottom {
	height: 18px;
	background: url(/images/bg-bottom.png) no-repeat center;
}

#home-content-bottom ol li#step1 {
	background: url(/images/heart_48.png) no-repeat 0px 10px;
	padding-left: 65px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#home-content-bottom ol li#step2 {
	background: url(/images/pencil_48.png) no-repeat 0px 10px;
	margin-bottom: 5px;
	padding-left: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#home-content-bottom ol li#step3 {
	background: url(/images/calendar_48.png) no-repeat 0px 10px;
	margin-bottom: 5px;
	padding-left: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#home-content-bottom ol {
	margin-bottom: 15px;
}
#home-content-bottom li {
	width: 185px;
	margin-left: 4%;
	float: left;
}
#home-content-bottom li p { margin-bottom: 10px; }

.section-icon { width: 48px; height: 48px; float: left; margin: 0 8px 5px -5px; }
.section-heading {
	float: left;
	height: 38px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#charity-logos {
	height: 73px;
	background: url(/images/bg-logos.png);
	text-align: center;
	padding-top: 10px;
}
/* #content { overflow: hidden; } */

#content ul { list-style: disc outside; padding-left: 20px; }
#content ul.checklist { list-style: none; padding-left: 20px; }
#content ul.checklist li {
	background: url(/images/icon-check.png) no-repeat 0px 3px;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
ul.checklist li:list-child { margin-bottom: 0; }


#home-car {
	position: absolute;
	top: 468px;
	left: -20px;
}
#home-content-bottom {
	padding: 30px 0 10px 0;
	background: url(/images/bg-fade.png) no-repeat center top;

}
#header-phone {
	position: absolute;
	top: 27px;
	right: 32px;
}
#home-welcome {
	width: 510px;
	padding-right: 30px;
	border-right: 1px solid #e3e7ef;
}
#home-callouts { width: 241px; text-align: center; margin-bottom: 10px; }

body {
	margin: 0;
	padding: 0;
	background: #88a2c9 url(/images/bg-site.jpg) no-repeat center top;
}
body,td,th {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #222;
}
p, ul, ol, H1, H2, H3, table, form { margin: 0 0 25px 0; }
a img { border: none; }
a { color: #4b880a; text-decoration: none; }
a:hover { color: #5389db; text-decoration: underline; }

form { padding: 0;  }
form td { padding: 4px 0; text-align: left; }
#wrapper {
	width: 916px;
	margin: 20px auto 0;
	position: relative;
	text-align: left;
}
#header {
	height: 130px;
	position: relative;
	background: url(/images/bg-header.png) no-repeat;
}
#main-banner {
	height: 250px;
	position: relative;
}
#content {
	padding: 10px 45px 20px;
	clear: both;
	background: url(/images/bg-stretch.png) repeat-y center;
	position: relative;
}
#footer {
	margin: 5px auto;
	padding: 0 10px;
	text-align: right;
	font-size: 12px;
	color: #e8f0f9;
	clear: both;
}

/* PUSH FOOTER 

html,body { height: 100%; }
#wrapper { min-height: 100%; height: auto; }
* html #wrapper { height: 100%; }
#push-footer { height: 90px; position: relative; z-index: 3; }
#footer { margin-top: -90px; position: relative; z-index: 4; }
*/


/* TEXT REPLACEMENT */
#logo {
	background-image: url(/images/logo.png);
	text-indent: -9999px;
	height: 78px;
	width: 346px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 29px;
	left: 32px;
	z-index: 10;
}
#logo-cash {
	background-image: url(/images/logo2.png);
	text-indent: -9999px;
	height: 78px;
	width: 346px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 29px;
	left: 32px;
	z-index: 10;
	display: none;
}
#programs #logo { display: none; }
#programs #logo-cash { display: block; }
#header h1 { margin: 0; }

#header-phone2 {
	position: absolute;
	top: 27px;
	right: 32px;
	display: none;
}
#programs #header-phone { display: none; }
#programs #header-phone2 { display: block; }

#localBanner{
	margin-bottom: 10px;
}

/* HEADERS */

H1 {
	font: normal 22px/26px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
H2 {
	font: normal 18px/22px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
H3 {
	font: normal 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
H4 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}



/* FORMS */

.basic-form label {
	display:block;
	text-align:left;
}
.basic-form label.error { color: red;  }

.basic-form textarea, .basic-form input[type="text"], .basic-form input[type="file"], .basic-form select, .basic-form button, .basic-form optgroup
	{ 
	width: 90%;
	padding: 4px;
	border: 2px solid #cbd6eb;
	background: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	margin: 5px 0 10px;

	}
.basic-form button[type="submit"] {
	background: transparent;
	color: black;
	text-align: center;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#getcash,.getcash {
	border: 2px solid #cbd6eb;
	padding: 10px 20px;
	position: relative;
	background: #e3ebf8;
}

.table-form label.error { color: red;  }

.table-form textarea, .table-form input[type="text"], .table-form input[type="file"], 
.table-form select, .table-form button, .table-form optgroup,.table-form input[type="password"]
	{
	width: 95%;
	padding: 4px;
	border: 2px solid #cbd6eb;
	background: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	margin-left: 15px;
}
.table-form input[type="radio"], .table-form input[type="checkbox"] { margin-left: 15px; }
.table-form textarea { width: 90%; }	
.table-form button[type="submit"] {
	background: transparent;
	color: white;
	text-align: center;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.table-form input[type="text"].error { border: 1px solid red; }



/* NAVBAR */

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 17px;
	position: absolute;
	bottom: 15px;
	right: 31px;
}
#nav li { display: inline; }
#nav a { float: left; display: block; height: 17px; padding: 0; margin: 0 0 0 15px; text-align: center; color: #cfd9e4; line-height: 17px; text-decoration: none; text-indent: -9999px; }
#nav li a { background: url(/images/nav-final.png) no-repeat 0px 0px; }
#nav li#nav-home a { width: 42px; background-position: 0 0; }
#nav li#nav-about a { width: 46px; background-position: -57px 0; }
#nav li#nav-charities a { width: 66px; background-position: -117px 0; }
#nav li#nav-donate a { width: 102px; background-position: -198px 0; }
#nav li#nav-programs a { width: 126px; background-position: right 0; }

#nav li#nav-home a:hover, #home li#nav-home a { width: 42px; background-position: 0 -19px; }
#nav li#nav-about a:hover, #about li#nav-about a { width: 46px; background-position: -57px -19px; }
#nav li#nav-charities a:hover, #charities li#nav-charities a { width: 66px; background-position: -117px -19px; }
#nav li#nav-donate a:hover, #donate li#nav-donate a { width: 102px; background-position: -198px -19px; }
#nav li#nav-programs a:hover, #programs li#nav-programs a { width: 126px; background-position: right -19px; }




/* LEFT NAV */
.sub-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	text-align: left;
	margin: 0 0 20px 0;
}
.sub-nav li { border-top: 1px solid #ccc; }
.sub-nav li:first-child { border-top: none; }
.sub-nav li a {
	display: block;
	background: none;
	text-decoration: none;
	padding: 8px 0;
	margin: 0;
	width: 100%;
}
.sub-nav li a:hover {
	text-decoration: none;
	color: red;
}

.full-width { width: 100%; clear: both; }

.col-small { width: 220px; }
.col-large { width: 680px; }

img.left { margin: 0 25px 10px 0; }
img.right { margin: 0 0 10px 25px; }


/* COMMON */		
	
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.align-right { text-align: right; }

.clear{clear:both;}
.first{margin-left:0 !important;}
.last{margin-right:0 !important;}
.top{margin-top:0 !important;}
.bottom{margin-bottom:0 !important;}	
.hidden, .print{display:none;}



/* COLUMNS */

.blue-text { color: #184c8f; font-weight: bold; }
		
.cols{} /* main column container class */
.col{
	display:inline;
	width:47%; /* 2 equal width columns layout - default */
}	
.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */


/* clearfix */

#content:after, .cols:after, .clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#content, .cols, .clearfix {display:block;min-height:1%; }
* html #content, * html .cols, * html .clearfix { height:1%; }

.clear { clear: both; }

/* // clearfix */

.BodyTextErr{color:#FF0000;}

/* Admin Side pages */
.Admincontent{
 padding:15px 20px 20px 20px !important;
}
.adminformBtn
{
	text-align: center;
	background: url(/images/btn-normal.png) no-repeat center center;
	vertical-align: middle;
	cursor: pointer;
	width:199px;
	height:85px;
	border:none;
	font-size:15px;
	color:White;
	font-weight:bold;
}
.adminformBtnSmall
{
	text-align: center;
	background: url(/images/btn-normal-small.png) no-repeat center center;
	vertical-align: middle;
	cursor: pointer;
	width:199px;
	height:30px;
	border:none;
	font-size:15px;
	color:White;
	font-weight:bold;
}
.adminListTable {
	margin-bottom:20px;
	border:1px solid #CCCCCC;
}
.adminListTable tbody tr td {
	padding:3px 3px;
	border-bottom:1px dashed #CCCCCC;
}
.adminListTable tr th {
	background-color:#32469f;
	padding:3px 3px;
	color:#FFFFFF; 
	font-size:12px;
	height:25px;
	font-weight:bold;
}
.adminListTable td.oddCol {
	background:#ebf1f7;
}
.calendar table, .grvRowPager table{margin:0px!important;}
.grvRowPager table td{border-bottom:none !important;}
tr.grvRowPager table {float:right;}

/* End Admin Side pages */

/*** PRINT STYLES ***/
@media print {

html { width:100% }
body { background: white; font-size: 12pt; }
img { border: 0; }
#content { padding: 0; margin: 20px 0; }
.page-break { display:block; page-break-before:always; }
#footer { margin-top: 25px; }
#nav, .side-nav { display: none; }

}
.PhoneNumDiv
{
	color:#FFF08E;
	float:right;
	font-size:25px;
	font-weight:bold;
	padding:25px 30px;
}
.NumberSpan
{
	color:#ffffff;
	font-size:30px;
	padding:6px 4px;
	float:left;
}
.NumImage
{
	float:left;
}
