@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
		Reset Browser Styles
------------------------------------------------------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

/* ----------------------------------------------------------------------------------------------------
		Standard Main Styles
------------------------------------------------------------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

body {
	background: url(/images/background.jpg) top left repeat-x;
	background-color: #458a31;
}

html {
	overflow-y: scroll;
}

.show {
   display: block;
}

.hide {
   display: none;
}

.clear {
   clear: both;
}

a {
   color: #C91E3E;
	text-decoration: underline;
}

a:hover {
   text-decoration: underline;
}


p {
   padding-bottom: 10px;
}

p.ten-both
{
	padding: 10px 0;
}

h1, h2, h3 {
   font-family: Calibri, Arial, sans-serif;
   font-weight: bold;
   color: #C91E3E;
   padding: 10px 0 5px 0;
}

h1 {
   font-size: 36px;
	margin-left: -30px;
	padding: 15px 0 20px 20px;
	background: url(/images/heart.png) top left no-repeat;
}

h2 {
   font-size: 26px;
}

h3 {
   font-size: 16px;
}


ol.ordered-list {
   display: block;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 20px;
   list-style-position: outside;
	list-style-type: decimal;
   padding-bottom: 10px;
}

ol.ordered-list li {
   padding: 2px 0;
}


ul.bullet-list {
   display: block;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 20px;
   list-style-type: disc;
   list-style-position: outside;
   padding-bottom: 10px;
}

ul.bullet-list ul {
   display: block;
	padding: 2px 0;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 20px;
   list-style-type: disc;
   list-style-position: outside;
}

ul.bullet-list li {
   padding: 5px 0;
}

ul.bullet-list li ul li {
   padding: 5px 0;
}

#cloud-wrapper {
	width: 100%;
   margin: 0;
   padding: 0;
	background: url(/images/clouds.png) top center no-repeat;
	height: 100%;
	overflow: hidden;
	background-attachment: scroll;
	background-color: transparent;
}

#site-wrapper {
	width: 960px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -480px;
   padding: 0;
}

#header {
	width: 960px;
	padding: 0;
	height: 198px;
	background: url(/images/top-grass.png) no-repeat;
	background-position: bottom center;
}


#page-wrapper {
	width: 960px;
	background: url(/images/grey-tile.jpg) top left repeat;
}

#photo-wrapper {
	z-index: 600;
	border: none;
	background: url(/images/picture-background.png) top left no-repeat;
	width: 626px;
	height: 342px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 175px;
	left: 40px;
}

#photo-wrapper img {
	padding: 13px 13px;
}

#home-page-content {
	z-index: 500;
	position: relative;
	background: url(/images/left-spray.png) #fff top left repeat-y;
   top: -10px;
	margin-left: 25px;
	width: 595px;
	padding: 340px 20px 0 35px;
 	min-height: 660px;
}

#page-content {
	z-index: 500;
	position: relative;
	background: url(/images/left-spray.png) #fff top left repeat-y;
	top: -10px;
	margin-left: 25px;
	width: 595px;
	padding: 5px 20px 0 35px;
 	min-height: 990px;
}

#navigation-wrapper {
	z-index: 100;
	position: absolute;
	width: 950px;
	padding: 0 0 0 10px;
}

#navigation-wrapper #navigation-top {
	background: url(/images/nav-top.png) top left no-repeat;
	width: 943px;
	height: 18px;
}

#navigation-wrapper #navigation-center {
	background: url(/images/nav-center.png) top left repeat-y;
	width: 943px;
	padding: 0;
}

#navigation-wrapper #navigation-bottom {
	background: url(/images/nav-bottom.png) top left no-repeat;
	width: 943px;
	height: 18px;
}


/* The primary UL tag of the menu */
#navigation {
   list-style-type: disc;
	list-style-position: inside;
	color: #fff;
	direction: rtl;
   margin: 0 15px 0 0;
   padding: 0;
}

/* The LI tag for each main menu item */
#navigation li {
	direction: rtl;
   text-align: right;
   margin: 0;
   padding: 0;
}


/* All links in navigation */
#navigation a:link,
#navigation a:visited {
   margin: 0;
   padding: 0;
   height: 26px;
   line-height: 26px;
   font-family: verdana, sans-serif;
   font-size: 15px;
	font-weight: bold;
   color: #fff;
   text-decoration: none;
}

/* Hover/Selected state for all links in navigation -- both main and sub-menu */
#navigation a.selected,
#navigation a:hover,
#navigation a:active {
	text-decoration: underline;
}


#side-wrapper {
   position: absolute;
	width: 260px;
	padding-right: 15px;
	margin-left: 685px;
	top: 457px;
}

#side-wrapper h2 {
	padding: 20px 0 0 0;
}

#side-wrapper .sponsor {
	margin: 20px 0 0 0;
	border: 2px solid #c71d3d;
	width: 240px;
	background-color: white;
	padding: 5px 5px;
	text-align: center;
	vertical-align: middle;
}

#side-wrapper #footer {
	float: right;
	text-align: right;
	padding-right: 15px;
	padding-top: 50px;
}

#side-wrapper #footer a:link,
#side-wrapper #footer a:visited {
	text-decoration: none;
	color: black;
}

#side-wrapper #footer a:hover,
#side-wrapper #footer a:active {
	text-decoration: none;
	color: black;
}

#side-wrapper #donation-area {
	width: 220px;
	padding: 15px 15px 0 15px;
	text-align: center;
}


.photobox {
	background: url(/images/grey-tile.jpg) top left repeat;
	border: 1px solid #c71d3d;
	width: 490px;
	padding: 10px 10px;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	margin-top: 25px;
}

.photobox span {
	display: block;
	background: white;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px 5px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
}

.todo {
	border: 6px dotted #A6A600;
	background-color: #FFFF73;
	padding: 10px 10px;
}

#page-content-left-column {
	float: left;
	width: 285px;
	padding-right: 13px;
}

#page-content-right-column {
	float: right;
	width: 285px;
	padding-left: 12px;
}

.no-pad-margin-top {
	padding-top: 0;
	margin-top: 0;
}


.findbox {
	background: url(/images/grey-tile.jpg) top left repeat;
	border: 1px solid #c71d3d;
	width: 570px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	margin-top: 25px;
}

.findbox h2 {
	margin: 0;
	padding: 5px 5px;
	font-size: 16px;
	font-style: normal;
	color: white;
	background-color: #c71d3d;
}

.findbox h3 {
	margin: 2px 4px 0 4px;
	padding-top: 3px;
	font-size: 12px;
	font-style: normal;
}

.findbox span {
	display: block;
	background: white;
	border: 1px solid #ccc;
	margin: 0 10px 5px 10px;
	padding: 5px 5px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
}


.findbox .helpbutton {
  width: 120px;
  background-color: transparent;
  border: none;
  float: right;
  margin: 0 5px 0 0;
}

.findbox .helpbutton a {
  display: block;
  width: 100%;
  padding: 2px 2px;
}

.findbox .helpbutton a:link,
.findbox .helpbutton a:visited,
.findbox .helpbutton a:hover {
  background-color: #ccc;
  color: #c71d3d;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.findbox .helpbutton a:link,
.findbox .helpbutton a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}

.findbox .helpbutton a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}


#pagination {
	vertical-align: middle;
	width: 570px;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

#pagination a:visited,
#pagination a {
	font-weight: bold;
}

#pagination img {
	vertical-align: middle;
}

#pagination .left {
	float: left;
	width: 200px;
	vertical-align: middle;
	text-align: left;
}

#pagination .right {
	float: right;
	width: 200px;
	vertical-align: middle;
	text-align: right;
}



/* ---------------------------------------------------------------------------------------
   forms
---------------------------------------------------------------------------------------- */

#dsform {
   vertical-align: top;
}


#dsform  h2 {
   font-size: 18px;
   font-weight: bold;
   color: #fff;
   background-color: #000;
	padding: 5px 0 5px 0;
}

#dsform  span.required {
   color: #ff0000;
   font-weight: bold;
}

#dsform  .error-message {
   display: none;
   clear: both;
   background-color: #FFBABA;
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 5px 10px;
   margin: 5px 0;
   width: 380px;
}

noscript div {
   display: block;
   clear: both;
   background-color: #FFBABA;
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 15px;
   margin: 5px 0;
}

#dsform  label {
   display: block;
   float: left;
   text-align: right;
   font-weight: bold;
   padding: 6px 10px 5px 0;
   width: 140px;
}

#dsform  div.input-container label {
   width: auto;
}

#dsform  input,
#dsform  select,
#dsform  textarea {
   float: left;
   border: 1px solid #aaa;
   padding: 1px;
}


#dsform textarea {
	width: 380px;
	height: 200px;
}

#dsform  div.radio-checkbox-container {
   padding: 4px 0;
}

#dsform  div.radio-checkbox-row input {
   border: 0;
   padding: 0;
   margin: 1px 0 0 0;
	width: 40px;
}

#dsform  input {
	width: 200px;
   padding: 2px;
}

#dsform #state {
	width: 2em;
}

#dsform #zip {
	width: 6em;
}

#dsform  input:focus,
#dsform  select:focus,
#dsform  textarea:focus {
   background-color: #D7D7D7;
   border: 1px solid #C71D3D;
}

#dsform  input.button {
	width: 145px;
	margin-left: 135px;
	margin-top: 10px;
}

#dsform  .side-note {
   float: left;
   font-size: 12px;
   padding: 8px 0 0 10px;
}

#dsform  .optional {
   font-style: italic;
}

#dsform  div.input-container {
   float: left;
   padding-top: 4px;
}

#dsform div.field-group {
   display: none;
}

#dsform fieldset {
   float: left;
   margin-top: 15px;
   margin-left: 5px;
   padding: 10px 10px;
   border: 1px solid #004781;
}

#dsform fieldset legend {
   line-height: 14px;
   padding: 10px 10px;
   margin-left: 10px;
   font-size: 14px;
   font-weight: bold;
   color: #004781;
   border: 1px solid #004781;
}


#zipsearch-img {
   float: right;
   padding: 0 10px;
}

/* ---------------------------------------------------------------------------------------
   forms
---------------------------------------------------------------------------------------- */

#zipsearchform {
   vertical-align: top;
	width: 300px;
	float: left;
}


#zipsearchform  h2 {
   font-size: 18px;
   font-weight: bold;
   color: #fff;
   background-color: #000;
	padding: 5px 0 5px 0;
}

#zipsearchform  span.required {
   color: #ff0000;
   font-weight: bold;
}

#zipsearchform  .error-message {
   display: none;
   clear: both;
   background-color: #FFBABA;
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 5px 10px;
   margin: 5px 0;
   width: 280px;
}

noscript div {
   display: block;
   clear: both;
   background-color: #FFBABA;
   border: 1px solid #FF0000;
   color: #FF0000;
   padding: 15px;
   margin: 5px 0;
}

#zipsearchform  label {
   display: block;
   float: left;
   text-align: right;
   font-weight: bold;
   padding: 6px 10px 5px 0;
   width: 100px;
}

#zipsearchform  div.input-container label {
   width: auto;
}

#zipsearchform  input,
#zipsearchform  select,
#zipsearchform  textarea {
   float: left;
   border: 1px solid #aaa;
   padding: 1px;
}

#zipsearchform  div.radio-checkbox-container {
   padding: 4px 0;
}

#zipsearchform  div.radio-checkbox-row input {
   border: 0;
   padding: 0;
   margin: 1px 0 0 0;
	width: 40px;
}

#zipsearchform  input {
	width: 200px;
   padding: 2px;
}

#zipsearchform #state {
	width: 2em;
}

#zipsearchform #zip {
	width: 6em;
}

#zipsearchform  input:focus,
#zipsearchform  select:focus,
#zipsearchform  textarea:focus {
   background-color: #D7D7D7;
   border: 1px solid #C71D3D;
}

#zipsearchform  input.button {
	width: 145px;
	margin-left: 75px;
	margin-top: 10px;
}

#zipsearchform  .side-note {
   float: left;
   font-size: 12px;
   padding: 8px 0 0 10px;
}

#zipsearchform  .optional {
   font-style: italic;
}

#zipsearchform  div.input-container {
   float: left;
   padding-top: 4px;
}

#zipsearchform div.field-group {
   display: none;
}

#zipsearchform fieldset {
   float: left;
   margin-top: 15px;
   margin-left: 5px;
   padding: 10px 10px;
   border: 1px solid #004781;
}

#zipsearchform fieldset legend {
   line-height: 14px;
   padding: 10px 10px;
   margin-left: 10px;
   font-size: 14px;
   font-weight: bold;
   color: #004781;
   border: 1px solid #004781;
}

#facebook-sidebar {
   padding-top: 20px;
}

/****************************
 notifications
*****************************/
.infoText, .successText, .warningText, .errorText {
   font-weight: bold;
   border: 1px solid;
   margin: 10px 0px;
   padding: 10px 20px 10px 40px;
   background-repeat: no-repeat;
   background-position: 10px 10px;
   float: left;
}

.infoText ul, .successText ul, .warningText ul, .errorText ul {
   padding: 5px 5px 0 0;
   margin: 0;
}

.infoText li, .successText li, .warningText li, .errorText li {
   margin: 5px 0 5px 20px;
}

.infoText {
   color: #00529B;
   background-color: #BDE5F8;
   background-image: url('/images/info.jpg');
}

.successText {
   color: #4F8A10;
   background-color: #DFF2BF;
   background-image:url('/images/success.jpg');
}

.warningText {
   color: #9F6000;
   background-color: #FEEFB3;
   background-image: url('/images/warning.jpg');
}

.errorText {
   color: #D8000C;
   background-color: #FFBABA;
   background-image: url('/images/error.jpg');
}

