body {
	margin: 0px;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	min-width: 960px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #811417;
	text-align: right;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #811417;
	font-family: stencil, arial, segoe, trebuchet;
	padding-right: 10px;
	letter-spacing: 0.05em;
	font-size: 2.5em;
}
h2 {
	color: #314D95;
	font-size: 1.4em;
	margin-bottom: 0px;
}



#background {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
	min-width: 960px;
}

#care {
	float: left;
	background-color: #FFF;
	background-image: url(../images/template/care.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 1000;
	height: 244px;
	width: 320px;
	box-shadow: 0px 0px 10px #000;
}
#care span {
	display: none;
}
#banner {
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color: #314d95;
	height: 125px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6379b0;
	padding-top: 5px;
	box-shadow: 0px 0px 10px #000;
}
#banner span {
	display: none;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#tagline {
	font-family: stencil, arial, segoe, trebuchet;
	font-size: 1.25em;
	color: #FFF;
	float: right;
	margin-right: 20px;
	letter-spacing: 0.3em;
	text-shadow: 0px 0px 10px #000;
}
.secondary-nav {
	float: right;
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-left: 10px;
	font-size: 0.85em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	clear: right;
	margin-top: 5px;
}
.secondary-nav li {
	float: left;
}

.secondary-nav a {
	float: left;
	color: #001354;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.secondary-nav a:hover {
	text-decoration: underline;
}
.primary-nav {
	float: right;
	clear: right;
	width: 640px;
}
.primary-nav li {
	display: inline;
}
.primary-nav a {
	background-color: #566da8;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.85em;
	height: 53px;
	width: 120px;
	margin-right: 8px;
	float: left;
	padding-top: 10px;
	border-radius: 8px;
	margin-top: 20px;
	box-shadow: 0px 0px 5px #023298;
}
.primary-nav #volunteers, #donations {
	padding-top: 20px;
	height: 43px;
}
.primary-nav a:hover {
	background-color: #7487b8;
}
#content-wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	z-index: 10;
}
#content-area {
	float: left;
	background-color: #FFF;
	margin-top: 128px;
	box-shadow: 0px 0px 10px #000;
	width: 100%;
}
#content-pad {
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-top: 75px;
	min-height: 400px;
	font-size: 0.85em;
}
#footer {
	background-color: #212121;
	float: left;
	width: 100%;
	font-size: 0.7em;
	color: #FFF;
	clear: both;
	position: relative;
	z-index: 20;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 5px #000;
	margin-top: -5px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #999;
}

#footer-left {
	float: left;
	margin-left: 50px;
	width: 500px;
}
#footer-right {
	text-align: right;
	float: right;
	width: 200px;
	margin-right: 50px;
}
.pdf-icon {
	float: left;
	margin-right: 5px;
	margin-top: -7px;
}
.right-image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.left-image {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.section {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

/*--------- Application styles ---------*/
.error{color:red; font-size:11px;}
.application-wrapper{
	border:1px solid #808285; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 
	padding:15px;
	max-width:870px;
} 
.application-form {margin-bottom:25px;}
.application-form td{vertical-align:top; }
.application-form td:first-child, .col-label{text-align:right; }
.application-form input[type=text], .application-form select{width:225px; margin-right:15px;} 
.short-input{width:85px !important;} 
.application-section-title{font-size:15px; font-weight:bold; text-decoration:underline;}
.application-textarea{width:650px; height:75px;}
.application-textarea-s{width:650px; height:45px;}
