/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Body
 * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #2e3b48;
	text-align: center;
	background: #fff url(/i/page_background.jpg) repeat-x top;
}

strong { font-weight: bold; } 


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Header
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#header {
	width: 940px;
	height: 160px;
	margin: 0 auto 14px auto;
	text-align: left;
}

#header-logo {
	float: left;
	width: 418px;
	height: 158px;
	background: url(/i/logo_background.jpg) no-repeat left;
}

#site-navigation-holder {
	float: right;
	text-align: right;
	width: 520px;
	height: 160px;
	background: url(/i/catchphrase.gif) no-repeat right bottom;
}

#phone-number {
	margin-top: 35px;
}

#site-navigation {
	list-style-type: none;
	margin-top: 22px;
}

#site-navigation li {
	display: inline;
}

#site-navigation li a {
	font: bold 1.24em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1f5183;
	text-decoration: none;
}

#site-navigation li span {
	font: bold 1.24em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #aaa;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Main Navigation
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-navigation-holder {
	width: 958px;
	height: 42px;
	margin: 0 auto 0 auto;
	background: url(/i/menu-shadow.gif) no-repeat bottom;
	text-align: center;
}

#main-navigation {
	width: 940px;
	height: 42px;
	margin: 0 auto 0 auto;
	background: url(/i/navigation-back.gif) no-repeat top;
	list-style-type: none;
}

.navigation-right-active {
	background: url(/i/navigation-back-right.gif) no-repeat top !important;	
}

.nav-items {
	float: left;
	height: 42px;
}

#main-navigation li a {
	display: block;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #154f89;
	text-decoration: none;
	padding: 13px 7px 0 7px;
}

#main-navigation li a:hover {
	color: #276fab;
}

#current-page {
	background: url(/i/nav-active.gif) repeat-x top !important;
}

#current-page-left {
	background: url(/i/nav-active-left.gif) no-repeat top left !important;
}

#current-page-right {
	background: url(/i/nav-active.gif) no-repeat top !important;
}

#current-page a, #current-page-left a, #current-page-right a {
	color: #fff !important;
}

#current-page a:hover, #current-page-left a:hover, #current-page-right a:hover {
	color: #ddd !important;	
}

.menu-separator {
	width: 2px;
	height: 42px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Main Structure
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-box {
	width: 954px;
	margin: 0 auto 0 auto;
	background: url(/i/main-box-back.gif) repeat-y center;
}

#main-box-bottom {
	width: 954px;
	height: 32px;
	background: url(/i/main-box-bottom.gif) no-repeat center;	
}

#content-box {
	width: 940px;
	margin: 0 auto 0 auto;
}

#home-col-left {
	float: left;
	width: 690px;
	text-align: center;
}

#home-col-right {
	float: right;
	width: 245px;	
	text-align: left;
}

#content-col-left {
	margin: 10px;
	text-align: left;
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #194877;	
}

#content-col-right {
	float: right;
	width: 245px;	
	text-align: center;
}

#content-col-main {
	padding: 10px;
	text-align: left;
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #194877;	
}

a {
	color: #528ac3;
}

a:hover {
	color: #305891;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Headings
 * * * * * * * * * * * * * * * * * * * * * * * * * */

h1 { 
	font: bold 2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #164471;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Home Page Image
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#home-img {
	margin-top: 10px; 
}

#home-img img {
	padding: 2px;
	border: 1px solid #a2a2a2;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Home Page Feature Boxes
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#feature-holder {
	width: 665px;
	background: #eff0f0 url(/i/feature-bar.gif) no-repeat top center;
	border: 1px solid #9c9c9c;
	margin:  10px auto 0 auto;
}

.feature-box {
	float: left;
	text-align: center;
	width: 221px;
	margin: 0 auto 0 auto;
}

.feature-box h3 {
	height: 31px;
	text-align: left;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 3px 0 0 0;
	padding: 6px 0 0 13px;
}

.feature-box p {
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #676767;
	padding: 7px 12px 7px 12px;
	text-align: left;
}

.feature-box img {
	border: 1px solid #a2a2a2;
}

.feature-btn {
	width: 192px;
	height: 19px;
	background: url(/i/large-button.gif) no-repeat;
	margin: 0 auto 10px auto;
}

.feature-btn a {
	color: #fff;
	display: block;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.feature-btn a:hover {
	color: #ddd;
}

.feature-box label {
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 55px;
}

.side-feature-box label {
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 55px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Home Page Feature Boxes
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#side-feature-holder {
	width: 220px;
	background: #eff0f0;
	border: 1px solid #9c9c9c;
	margin: 10px auto 0 auto;
}

.side-feature-box {
	text-align: center;
	width: 220px;
	margin: 0 auto 17px auto;
}

.side-feature-box h3 {
	height: 31px;
	text-align: left;
	background: url(/i/side-feature-title.gif) no-repeat top;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 3px 0 0 0;
	padding: 6px 0 0 13px;
}

.side-feature-box p {
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #676767;
	padding: 7px 12px 7px 12px;
	text-align: left;
}

.side-feature-box img {
	border: 1px solid #a2a2a2;
}

.side-feature-box .feature-btn {
	width: 192px;
	height: 19px;
	background: url(/i/large-button.gif) no-repeat;
	margin: 0 auto 10px auto;
}

.side-feature-box .feature-btn a {
	color: #fff;
	display: block;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.side-feature-box .feature-btn a:hover {
	color: #ddd;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Newsletter Subscribe
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#newsletter-title {
	margin-top: 5px;
	width: 90%;
}

#newsletter-title-text {
	color: #de1811;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

#newsletter-title-help {
	color: #a2a2a2;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

#newsletter {
	width: 90%;
	background: #eff0f0;
	border: 1px solid #9c9c9c;
	margin-top: 5px;
}

#newsletter-padding {
	padding: 5px;
}

#subscribe_email {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #dadada;
	border-top: 1px solid #dadada;
	border-left: 2px solid #dadada;
	border-right: 1px solid #dadada;
	width: 150px;
}

#subscribe_submit {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #fff;
	width: 44px;
	height: 22px;
	background: url(/i/btn-go.gif) no-repeat;
	border: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Latest News
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#home-col-right p, #home-col-right h2 {
	text-align: left;
	font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	margin-right: 20px;
}

#home-col-right p {
	text-align: left;	
}

#home-col-right h2 {
	font: bold 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #194877;	
	border-bottom: 1px solid #b9babb;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#latest-news {
	width: 90%;
	background: #eff0f0;
	border: 1px solid #9c9c9c;
	margin-top: 10px;
}

#latest-news-list {
	background: #fff;
	width: 90%;
	margin: 10px auto 10px auto;
}

#latest-news-list li {
	border-bottom: 1px dotted #c2c2c2;
	text-align: left;
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	padding: 0 6px 6px 6px;
	margin-bottom: 6px;
}

#latest-news-list li a {
	color: #1e5082;
	text-decoration: none;
}

#latest-news-header {
	border: 0 !important;
	background: #eff0f0;
	padding: 0 !important;
}

#news-tab {
	width: 40%;
	background: #fff;
	padding: 4px 4px 0 4px;
	color: #de1811;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#news-tab img {
	margin-left: 14px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Content Styles
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#content-col-left h1, #content-col-main h1 {
	margin-bottom: 10px;	
}

#content-col-left p, #content-col-main p {
	font-size: 1.06em;
	margin-bottom: 1.06em;
}

#content-col-left a, #content-col-main a {
	color: #cd2222;
	text-decoration: underline;
}

#content-col-left a:hover, #content-col-main a:hover {
	color: #ab0000;
}

#content-col-left ul {
	list-style-type: square;
	font-size: 1.06em;
	margin-left: 20px;
	margin-bottom: 1em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Forms
 * * * * * * * * * * * * * * * * * * * * * * * * * */

form div {
	padding: 4px;
}

fieldset {
	margin-bottom: 20px;	
	border-top: 1px solid #d2d2d2;
	padding-top: 10px;
}

legend {
	display: none;
	visibility: hidden;
}

label {
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 150px;
}

input, textarea, select {
	padding: 3px;
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contact_branch_callback {
	width: 145px;
}

.btn-holder {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.validation-icon {
	margin-left: 10px;	
}

.full-textarea {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.radio-label {
	font: 1.2em Arial, Helvetica, sans-serif;
	padding-right: 25px;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Footer
 * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer {
	width: 940px;
	height: 70px;
	margin: 0 auto 0 auto;
}

#footer-links {
	margin-top: 15px;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 430px;
	text-align: left;
}

#footer-links li {
	display: block;
	float: left;
	padding: 0 15px 5px 15px;
}

#footer-links a {
	font: 1.15em Arial, Helvetica, sans-serif;
	color: #528ac3;
	text-decoration: none;	
}

#footer-links a:hover {
	font: 1.15em Arial, Helvetica, sans-serif;
	color: #305891;	
	text-decoration: none;	
}

#footer-logos {
	float: right;
	text-align: right;
	width: 450px;
}

#footer-logos li {
	display: inline;
}

#footer-logos li img {
	margin: 0 4px 0 4px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Warning/Error/Alert Boxes
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.default-error-box {
	clear: both;
	border-top: 1px solid #a82743;
	border-bottom: 1px solid #a82743;
	background: #df9dab;
	width: 90%;
	color: #a82743;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.default-confirmation-box {
	border-top: 1px solid #008720;
	border-bottom: 1px solid #008720;
	background: #bddfc5;
	width: 90%;
	color: #008720;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.default-error-box p { color: #a82743 !important; }
.confirmation-box p { color: #008720 !important; margin-bottom: 0; }

.default-error-box p, .default-confirmation-box p {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	font: bold 1.1em Tahoma, Verdana, sans-serif !important;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.default-error-box ul, .default-confirmation-box ul {
	margin-left: 25px;
	margin-top: 0.6em;
	margin-right: 7px;
	list-style-type: square;
}

.default-error-box ul li, .default-confirmation-box ul li {
	font: bold 1.1em Tahoma, Verdana, sans-serif !important;
	margin-bottom: 0.6em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Generic Classes
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.news-article {
	border-bottom: 1px dotted #dedede;
	padding-top: 10px;
	padding-bottom: 10px;
}

.by-line {
	color: #999 !important;
}

.more-link {
	font: 1.2em Arial, Helvetica, sans-serif;
}

.button-pad {
	width: 98%;
	text-align: center;
	display: block;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

.charity-desc-image {
	float: left;
	display: inline;	
	padding-right: 10px;
	padding-bottom: 10px;
}

.em-paragraph {
	background: #cd2222;
	padding: 0.6em;
	margin-bottom: 1em;
}

.em-paragraph p {
	color: #fff !important;
	margin-bottom: 0 !important;
}

.sponsor-listing {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 1em;
}

.sponsor-img {
	float: left;
	padding: 10px;
	width: 230px;
}

.border-img {
	padding: 3px;
	border: 1px solid #ddd;
}

.clear { clear: both; }
.field-focused { background: #fafafa; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-left { text-align: left; }
.required { color: #aa0000; font-weight: bold; }

.print-only {
	display: block;
	visibility: visible;	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Careers
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.job-box {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.job-box h3 {
	font-weight: bold;
	font-size: 1.3em;
	width: 98%;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #363636;
	color: #363636;
}

.job-toolbar {
	background: #dedede;
	padding: 5px;
}

.half { width: 48%; }
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Admin
 * * * * * * * * * * * * * * * * * * * * * * * * * */

.details-table {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	font: 1.2em Arial, Helvetica, sans-serif;
}

.details-table th {
	background: #cd2222;
	color: #fff;
}

.details-table td {
	padding: 2px;	
}

#mini-nav {
	margin: 10px 0 10px 0;
	float: right;
}

#mini-nav a, #mini-nav span {
	display: block;
	float: right;
	margin: 0 5px 0 5px;
	background: #cd2222;
	color: #fff;
	padding: 4px;
	font: bold 1em Arial, Helvetica, sans-serif;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * 
 * Calendar Styles
 * * * * * * * * * * * * * * * * * * * * * * * * * */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}

a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	text-indent: -2000px;
	overflow: hidden;
}

div.dp-popup td.disabled {
	cursor: default;
}

#main-navigation li ul {
	position: absolute;
	width: 149px;
	left: -999em;
	background: #c3c3c3;
	border: 1px solid #9c9c9c;
}

#main-navigation li ul li {
	border-bottom: 1px dotted #ccc;	
	margin: 0 !important;
	padding: 0 !important;
}

#main-navigation li ul li a {
	font-size: 14px;
}

#main-navigation li:hover ul {
	left: auto;
}

#main-navigation li:hover ul, #main-navigation li.sfhover ul {
	left: auto;
	background: #f1f2f2;
}

#folder-view {
	width: 98%;
	margin: 0 auto 0 auto;
}

#folder-view th, #folder-view td {
	padding: 2px;
	vertical-align: middle;
	line-height: 1.8em;
}

.odd {
	background: #fafafa;
}

.even {
	background: #fff;
}


#admin-bar {
	clear: both;
	background: #eee;
}

#admin-bar h3 {
	border-bottom: 1px solid #194877;
	margin-bottom: 9px;
	width: 95%;
	font-size: 1.4em;
	font-weight: bold;
	clear: both;
}

#admin-upload {
	float: left;	
	width: 47%;
	border-right: 1px solid #ddd;
}

#admin-create {
	float: right;
	width: 50%;
}

.back-nav {
	background: #cbcbcb;
}

#customer-satisfaction {
	background: #eff0f0;
	border: 1px solid #9c9c9c;
	width: 665px;
	margin: 7px auto 0;
}

#customer-satisfaction a {
	display: block;
	padding: 5px;
	font-size: 1.1em;
}
