/* SAVE Styles */

body {
	background-color: #BDD0DA;
	behavior: url(csshover.htc);
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3em;
	margin:0;
	padding: 0
}

img {
	border: 0
}

a:link {
	color: #2f8dd5;
	text-decoration: none;
}

a:visited {
	color: #2f8dd5;
	text-decoration: none;
}

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

/* Wrapper Styles */

#mainContainer {
	width: 788px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 2px;
	position: relative;
}

#sideColumn {
	float: left;
	width: 200px;
}

#mainColumn {
	float: right;
	width: 586px;
}

#leftContent {
	float: left;
	width: 330px;
}

#rightContent {
	float: right;
	width: 180px;
}

#logoHome {
	background: url(img/logo.gif) no-repeat;
	width: 198px;
	height: 115px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	left: 2px
}

#logoInner a {
	display: block;
	width: 784px;
	height: 88px;
}

#logoInner {
	background: url(img/logo_inner.gif) no-repeat;
	width: 784px;
	height: 88px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	left: 2px
}

#logoHome a {
	display: block;
	width: 198px;
	height: 115px;
}

#printLogo {
	display: none;
}

#mission {
	width: 198px;
	height: 140px;
	background-color: #F3F3F3;
	position: relative;
	top: 2px;
	left: 2px
}

#mission h2 {
	color: #7AC8DF;
	margin: 0;
	padding: 12px;
	font-size:18px;
	line-height:1.3em;
}

#sideWrapper {
	border-right: 2px solid #7AC8DF;
	margin-bottom: 30px;
}

#quickFacts {
	background: url(img/link_bar_bkg.gif) repeat-y top center;
	width: 584px;
	height: 54px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff
}

#quickFacts table {
	position: relative;
	left: 20px;
}

#quickFacts a {
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#quickFacts a:hover {
	text-decoration: underline
}

#content {
	margin: 30px 0;
	width: 540px;
	position: relative;
	left: 15px
}

#sideCont {
	padding: 0 15px 30px 15px;
}

#sideCont h3 {
	color: #40A2C9;
	margin: 1px 0;
	font-size: 12px;
}

#sideCont input {
	font-size: 10px;
}

#searchBtn {
	border: 0;
	cursor: pointer;
	background-color: #FFF311;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	height: 20px;
	border-left: 1px solid #E7D631;
	border-bottom: 1px solid #E7D631;
	border-top: 1px solid #FFFF00;
	border-right: 1px solid #FFFF00;
	margin-left: 5px;
}

#searchBtn:hover {
	border: 0;
	cursor: pointer;
	background-color: #40A2C9;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	height: 20px;
	border-left: 1px solid #3077A2;
	border-bottom: 1px solid #3077A2;
	border-top: 1px solid #40A2C9;
	border-right: 1px solid #40A2C9;
	margin-left: 5px;
	color: #fff;
}

#callUs {
	background-color: #7b7b7b;
	border: 2px solid #b2b2b1;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 8px 0;
	text-align:center;
	margin: 12px 0;
}

#donateBtn {
	border: 0;
	cursor: pointer;
	background-color: #40A2C9;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	height: 20px;
	border-left: 1px solid #3077A2;
	border-bottom: 1px solid #3077A2;
	border-top: 1px solid #40A2C9;
	border-right: 1px solid #40A2C9;
	margin:15px 0 0 49px;
	color: #fff;
}

#donateBtn:hover {
	background-color: #86DBEF;
	border-left: 1px solid #40A2C9;
	border-bottom: 1px solid #40A2C9;
	border-top: 1px solid #86DBEF;
	border-right: 1px solid #86DBEF;
}
#newsletterBtn {
	border: 0;
	cursor: pointer;
	background-color: #40A2C9;
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	height: 20px;
	border-left: 1px solid #3077A2;
	border-bottom: 1px solid #3077A2;
	border-top: 1px solid #40A2C9;
	border-right: 1px solid #40A2C9;
	margin-left:5px;
	color: #fff;
}

#newsletterBtn:hover {
	background-color: #86DBEF;
	border-left: 1px solid #40A2C9;
	border-bottom: 1px solid #40A2C9;
	border-top: 1px solid #86DBEF;
	border-right: 1px solid #86DBEF;
}
/* social media buttons */
.socialMedia {
	padding-top: 10px;	
	width: 168px;
	height:35px;
}
.twitter a {
	display:block;
	background:url(img/logo_twitter.jpg) no-repeat;
	width:33px;
	height:35px;
	float: left;
}
.twitter a:hover {
	background:url(img/logo_twitter.jpg) no-repeat scroll 0 -35px;
}
.myspace a {
	display:block;
	background:url(img/logo_myspace.jpg) no-repeat;
	width:34px;
	height:35px;
	float: left;
}
.myspace a:hover {
	background:url(img/logo_myspace.jpg) no-repeat scroll 0 -35px;
}
.facebook a {
	display:block;
	background:url(img/logo_facebook.jpg) no-repeat;
	width:34px;
	height:35px;
	float: left;
}
.facebook a:hover {
	background:url(img/logo_facebook.jpg) no-repeat scroll 0 -35px;
}
.youtube a {
	display:block;
	background:url(img/logo_youtube.jpg) no-repeat;
	width:34px;
	height:35px;
	float: left;
}
.youtube a:hover {
	background:url(img/logo_youtube.jpg) no-repeat scroll 0 -35px;
}
.flickr a {
	display:block;
	background:url(img/logo_flickr.jpg) no-repeat;
	width:33px;
	height:35px;
	float: left;
}
.flickr a:hover {
	background:url(img/logo_flickr.jpg) no-repeat scroll 0 -35px;
}

#footer {
	background-color: #7AC8DF;
	width: 784px;
	position: relative;
	left: 2px;
	padding-top: 13px;
}

#footer p {
	color: #fff;
	border-top: 1px solid #BDE4EF;
	font-size: 10px;
	padding: 2px 0 15px 0;
	width: 675px;
	margin: 0;
	float: left;
	position: relative;
	left: 15px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer img {
	float: right;
	position: relative;
	right: 15px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px
}
#pageFunctionsHome {
	position:absolute;
	right:10px;
	top:235px;
	width:248px;
	z-index:100;
}
#pageFunctions {
	position:absolute;
	right:2px;
	top:94px;
	width:248px;
	z-index:100;
}
.addthis_button {
	position: relative;
	top: 4px;
}

#printPage {
	display: block;
	background: url(img/print.gif) no-repeat;
	float: left;
	padding: 0 15px 0 14px;
}

#emailPage {
	display: block;
	background: url(img/email.gif) no-repeat;
	float: left;
	padding: 0 10px 0 20px;
}


/* Form Styles */

form {
	display: inline;
}

label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
	line-height: 1.8em;
}

label.required {
	font-weight: bold;
	color: #40A2C9;
}

label.formtitlerequired {
	font-weight: bold;
	color: #40A2C9;
}

td.required {
	font-weight: bold;
	color: #40A2C9;
	width: 150px;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
	line-height: 1.8em;
}

form br {
	clear: left;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

fieldset {
	width: 485px;
	border: 1px solid #ccc;
	position: relative;
	left: 17px;
	top: 15px
}

*html fieldset {
	left: 26px;
}

legend {
	font-size: 14px;
	color: #40A2C9;
	margin: 5px 0 10px 0;
	font-weight: bold;
	padding: 0 8px
}


/* Xstandard Goodies */

.underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	display: inline
}

.imageFloatRight {
	float: right;
	display: inline
}

/* Named Memorial Styles */

#overlay {
	position: absolute;
	z-index: 101;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(img/overlay.png);
}

#popupContent {
	position: absolute;
	height: 405px;
	width: 540px;
	top: 65px;
	left: 30px;
	overflow: auto;
}

#close {
	position: absolute;
	right: 24px;
	top: 22px;
	display: block;
	background: url(img/close.gif) no-repeat;
	height: 16px;
	padding-left: 22px;
	padding-top: 1px;
	color: #fff;
}


