body {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #6C0204;
}

p {
	font-family: Verdana;
	/*text-align: center;*/
}

a,
a:active {
	color: #6C0204;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#sidenav {
	padding-top: 10px;
	padding-left: 10px;
	background-color: #CCCCCC;
}

#donate_btn {
	z-index: 1;
	position: relative;
	left: 10%;
	top: -528px;
	width: 163;
	overflow: hidden;
}

#box {
	margin: 10px;
}

/*.boxText{color:#FFFF66}*/
.boxText {
	color: #FFFFFF
}

#home {
	padding: 15px;
}

#homebody {
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 6px;
	background-color: #000000;
	width: 823px;
	min-height: 300px;
}

#homeLeftBox {
	float: left;
	margin: 10px 0px 5px 10px;
	padding: 5px;
	width: 200px;
	background-color: #ffffff;
}

#homeMiddleBox {
	float: left;
	margin: 10px 10px 5px 10px;
	padding: 5px;
	width: 200px;
	background-color: #ffffff;
}

#homeRightBox {
	float: left;
	margin: 10px 0px 5px 0px;
	padding: 5px;
	width: 200px;
	background-color: #ffffff;
}

.hmpgTitles {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.pageTitles {
	text-align: center;
	text-transform: uppercase;
}

.header_bold {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.footer,
.footer a,
.footer a:visited,
.footer a:active {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline
}

.copyright {
	font-size: 11px;
	color: #999999;
}

.copyright-link a:link,
.copyright-link a:visited,
.copyright-link a:active {
	color: #999999;
}

.copyright-link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.header_nav,
.header_nav:link,
.header_nav:visited,
.header_nav:active,
.header_nav:hover {
	font-size: 12px;
	color: #333333;
	margin-top: 12px;
	margin-right: 5px;
	text-align: right;
}

.category {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

.welcome {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.alertmessage {
	font-size: 26px;
	font-weight: bold;
	color: #666666;
}

.divideline {
	font-size: 14px;
	color: #CCCCCC;
}

.bodyText,
table {
	font-size: 13px;
	color: #666666;
}

.bodyText a:link,
.bodyText a:visited,
.bodyText a:active {
	color: #ff0000;
}

.bodyText a:hover {
	color: #666666;
	text-decoration: underline
}

.supportBlocks {
	margin-top: 30px;
}

label,
input,
form,
select,
textarea {
	font-size: 12px;
	color: #666666;
}

.formItems {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

.textBox {
	font-size: 10px;
	color: #666666;
}

td.field {
	text-align: right;
	font-size: x-small;
	font-family: Verdana;
	font-weight: bold;
}

td.thinfield {
	text-align: right;
	font-size: 11px;
	font-family: Verdana;
}

.paddedHeaderBorder {
	border-color: #CCC;
	border-width: 1px 0;
	border-style: solid;
	padding: 5px;
	background-color: #F9F9F9;
	font-size: .91em;
	font-weight: normal;
}

.denote {
	font-family: Verdana;
	color: #FF0000;
	size: 11px;
}

.topic {
	color: #FF3333;
	font-weight: bold;
	font-size: 13px;
}

#Layer1 {
	position: relative;
	left: 570px;
	top: 38px;
	width: 260px;
	height: 20px;
	z-index: 1;
}

.subnav {
	font-size: 12px;
	text-align: right
}

.subnav a:hover {
	color: #999999;
	text-decoration: underline;
}

.subnav a:link,
.subnav a:visited,
.subnav a:active {
	color: #ffffff;
}

.eventsTitle,
div.eventsTitle a:link,
div.eventsTitle a:visited,
div.eventsTitle a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	text-align: center;
	text-transform: uppercase;
}

div.eventsTitle a:hover {
	text-decoration: underline
}

.eventsDays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #990000;
}

.eventsCost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.eventsDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

.side_announcements span:hover {
	background-color: #FFFFCC;
	display: compact;
}


/*** 

====================================================================
	Urgent Cause
====================================================================

***/

.urgent-cause {
	position: relative;
	padding: 60px 0px 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.urgent-cause:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.90;
}

.urgent-cause .auto-container {
	position: relative;
	z-index: 1;
}

.urgent-cause .column {
	position: relative;
	margin-bottom: 50px;
}

.urgent-cause .column h2 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 0px;
}

.urgent-cause .column h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.urgent-cause .column p {
	margin-bottom: 25px;
	color: #25292f;
}

.urgent-cause .theme-btn {
	margin-right: 10px;
}

.urgent-cause .circular-graph .inner-box {
	position: relative;
	display: block;
	max-width: 300px;
}

.urgent-cause .circular-graph .graph-outer {
	position: relative;
	top: 10px;
	max-width: 220px;
	margin: 0 auto;
}

.urgent-cause .circular-graph .inner-text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	padding-top: 75px;
	line-height: 40px;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #25292f;
	text-align: center;
}

.urgent-cause .circular-graph .inner-text .exbold-font {
	font-size: 64px;
	line-height: 30px;
}

.urgent-cause .circular-graph .inner-text .status {
	position: relative;
	top: 10px;
	font-size: 16px;
	color: #a3a3a3;
	text-transform: uppercase;
	font-weight: 600;
}

.urgent-cause .circular-graph canvas {
	position: relative;
	z-index: 1;
}

.urgent-cause .cause-list {
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

.urgent-cause .cause-list li {
	font-size: 18px;
	color: #727b87;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}

.urgent-cause .cause-list li strong {
	font-size: 24px;
	color: #25292f;
	font-weight: 700;
}

.urgent-cause .total-collected {
	position: relative;
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #fb5e1c;
	font-weight: 700;
}

.urgent-cause .total-collected sub {
	font-size: 14px;
	color: #25292f;
	font-weight: 600;
	bottom: 0px;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}
