@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.wac  #container {
	width: 1050px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 
.wac  #header {
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 25px;
	margin-left: 25px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.wac  #header  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wac #header2 {
	margin-right: 25px;
	margin-left: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 36px;
	background-color: #005dab;
}
.nav_button_container {
	margin-right: 0px;
	width: 835px;
	float: left;
	height: 36px;
}
.donate_now_container {
	color: #FFFFFF;
	float: right;
	background-color: #CC0000;
	height: 36px;
	width: 132px;
}
.donate_now {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 9px;
}
.donate_now a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
.donate_now a:hover {
	color: #CCCCCC;
}

.wac #header3 {
	background: #bbdefb;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 250px;
	clear: both;
}
.header3_container1 {
	float: left;
	width: 330px;
}
.header3_container1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header3_container2 {
	width: 330px;
	margin-left: 335px;
}
.header3_container3 {
	float: right;
	width: 330px;
}
.wac  #container_mainContent {
	background-color: #FFFFFF;
	background-image: url(images/mainContent_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.wac  #mainContent {
	padding-top: 0;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	margin-bottom: 20px;
	width: 615px;
} 
.wac  #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	margin-top: 0px;
} 
.wac #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #005DAB;
}
.wac #mainContent h1 {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 22px;
	color: #005DAB;
	text-transform: uppercase;
	margin-top: 25px;
	line-height: 22px;
}
.wac #mainContent h2 {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 17px;
	color: #333333;
	margin-top: 15px;
}
.wac #mainContent h3 {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}
.wac #mainContent h4 {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 18px;
	color: #005DAB;
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
	margin-bottom: 5px;
}
.wac #mainContent h5 {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 17px;
	color: #005DAB;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 20px;
}
.mainContent_eventsHeading    {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 18px;
	color: #005DAB;
	line-height: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
	display: block;
}
.mainContent_title1 {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 23px;
	color: #005DAB;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 3px;
	display: block;
}
.wac #mainContent img {
	outline: none;
	border: none;
}
.wac    #sidebar_container {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	height: 100%;
}
.wac  #footer {
	background:#bbdefb;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
} 
.wac  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 12px;
	color: #005DAB;
	text-align: center;
}
.wac  #footer_links_container {
	text-align: center;
	margin-top: 0px;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.footer_links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.wac  #sponsors_wrap {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	background-image: url(images/sponsors_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 70px;
} 
#sponsors {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.sidebar_events_container {
}
.sidebar_events {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.sidebar_events h1 {
	font-family: AGaramond, Georgia, Times, serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 19px;
	color: #005dab;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005dab;
	padding-bottom: 2px;
}
.sidebar_events h2 {
	font-family: AGaramond, Georgia, Times, serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 19px;
	color: #CC0000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005dab;
	padding-bottom: 2px;
}
.sidebar_events p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	display: block;
	margin-left: 0px;
	margin-right: 25px;
	margin-top: 8px;
	background-image: url(images/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}
.sidebar_events a {
	display: block;
	text-decoration: none;
	color: #333333;
}
.sidebar_events a:hover {
	color: #005dab;
	display: block;
	text-decoration: underline;
}
.sidebar_events ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	display: block;
	margin-left: 0px;
	margin-right: 25px;
	margin-top: 10px;
	list-style-position: outside;
}
.sidebar_events li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	display: block;
	list-style-position: outside;
	list-style-type: disc;
}
.sidebar_events img {
	text-decoration: none;
	outline: none;
	border: none;
}
.sidebar_heading {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.sidebar_heading h1 {
	font-family: AGaramond, Georgia, Times, serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 19px;
	color: #005dab;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005dab;
	padding-bottom: 2px;
}
.sidebar_video_container {
}
.sidebar_video_container  h1 {
	font-family: AGaramond, Georgia, Times, serif;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 19px;
	color: #005dab;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005dab;
	padding-bottom: 2px;
	margin-left: 25px;
}
.sidebar_video {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.sidebar_video img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebar_video_title {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 15px;
	color: #005DAB;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
	display: block;
	margin-bottom: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.help_tab_container {
	width: 100%;
}
.red {color: #CC0000}
.header_address {
	float: right;
	margin-top: 18px;
	margin-right: 20px;
	height: 140px;
}
.header_address p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 12px;
}
.header_address a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #005DAB;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 12px;
}
.missions_footer {
	width: 100%;
	margin-top: 30px;
}
.missions_testimonials {
	height: 235px;
	width: 253px;
	float: right;
	padding-left: 40px;
	background-image: url(images/quotation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	padding-top: 5px;
	margin-right: 5px;
	text-decoration: none;
}
.missions_testimonials_body  {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #666666;
	display: block;
	margin-top: 0px;
	line-height: 19px;
	text-decoration: none;
}
.missions_photoThumb {
	float: left;
}
.missions_testimonials p {
	font-family: AGaramond, Georgia, Times, serif;
	font-size: 12px;
	color: #666666;
	display: block;
	margin-top: 0px;
	margin-bottom: 13px;
}
.photoBox_rightFrame {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 5px;
}
.photoBox_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
}
.photoBox_leftFrame {
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 5px;
	margin-right: 15px;
	outline: none;
}
.missions_photoThumb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table_upcomingTrips {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tr_odd_upcomingTrips {
	background-color: #E4E4E4;
}
.tr_even_upcomingTrips {
	background-color: #F3F3F3;
}
.td_date_upcomingTrips {
	color: #005DAB;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.td_description_upcomingTrips {
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.td_destination_upcomingTrips {
	color: #333333;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.td_availability_upcomingTrips {
	color: #333333;
	white-space: nowrap;
	vertical-align: middle;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.button_Full {
	background-image: url(images/but_full.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.button_Openings {
	background-image: url(images/but_openings.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.gallery_thumb {
	padding: 7px;
	background-color: #EAEAEA;
}
.gallery_thumb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.gallery_thumb:hover {
	background-color: #CCCCCC;
}
.gallery_thumb a {
	background-color: #CCCCCC;
}
.testimonial_container1 {
	float: left;
	width: 600px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.testimonial_cont1_top {
	height: 12px;
	margin-top: 0px;
	background-image: url(images/testimonial_corner1_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.testimonial_cont1_content {
	background-color: #EBECEE;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-image: url(images/quotation.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	height: auto;
}
.testimonial_cont1_bottom {
	height: 30px;
	margin-top: 0px;
	background-image: url(images/testimonial_corner1_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial_cont1_content  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.testimonial_container2 {
	float: left;
	width: 600px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.testimonial_cont2_top {
	height: 12px;
	margin-top: 0px;
	background-image: url(images/testimonial_corner2_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.testimonial_cont2_content {
	background-color: #F3F3F3;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-image: url(images/quotation.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	height: auto;
}
.testimonial_cont2_bottom {
	height: 30px;
	margin-top: 0px;
	background-image: url(images/testimonial_corner2_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial_cont2_content  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.testimonial_pict {
	width: 150px;
	margin-top: 0px;
	margin-left: 10px;
	float: right;
}
.form_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.form_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.events_photoContainer {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.testimonial_message {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 300px;
}

.prayer_support_text_container {
	background-image: url(images/prayer_request_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 600px;
}
.fisheyes_container {
	margin-right: 10px;
	margin-bottom: 5px;
}
.blue_text
 {color: #0862AD}
.gift_of_water_container {
	float: left;
	width: 100%;
	height: auto;
	
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 30px;
	border: 3px solid #1260A2;
}
.gift_of_water_text_wrap {
	float: right;
	width: 365px;
	margin: 10px;
}
.gift_of_water_text_wrap p {
	margin-top: 0px;
}
.gift_of_water_text_wrap h2 {
	margin-top: 0px;
}
.donate_now_button_wrap {
	background-color: #CC0000;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	height: 27px;
	width: 100px;
}
.gift_of_water_banner {
	float: left;
	position: relative;
	display: inline;
	width: 615px;
}
.wac #gift_of_water_sidebar {
	margin: 0px 0px 0px 0px;
	width: 228px;
	float: left;
	color: #FFFFFF;
}
.wac #gift_of_water_sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 13px;
	line-height: 19px;
}
.wac #gift_of_water_sidebar a {
	text-decoration: underline;
	color: #FFFFFF;
}
.wac  #gift_of_water_sidebar  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 15px;
	line-height: 18px;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}
.register_button_wrap {
	width: 205px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.register_button_wrap img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footnote_11pt_white {font-size: 11px}.submit_button_container {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	display: block;
}
.sponsor_highlight_wrap {
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #E2E3E6;
	padding: 20px;
	margin-bottom: 25px;
}
.sponsor_highlight_logo {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
#layer_drilling {
	position:absolute;
	left:438px;
	top:734px;
	width:370px;
	height:216px;
	z-index:100;
	visibility: visible;
}

