/* --- CSS reset -------------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { #33a3e5; }
a:hover { color: #036; }






/* --- Style for the page ---------------------------------------------------------------------- */
html, body
{
	width: 					100%;
	height: 				100%;

	margin: 				0;
	border: 				0;
	padding: 				0;
	
	color: 					#007fa6;
	font-family: 			Verdana, Arial, Helvetica, Monaco, sans-serif;
	font-size:				.90em;
	background-color: 		#a5def7;
	background-image:		url( /images/base/ocean-stars-bg-white.jpg );
	background-repeat:		no-repeat;
	background-position:	center 0px;
}



/* --- Assorted elements ----------------------------------------------------------------------- */
h1 					{ font-family: Georgia, Times, serif; font-size: 1.3em; color: #33a3e5; padding-top: 10px; padding-bottom: 10px; }
h2 					{ font-family: Georgia, Times, serif; font-size: 1.1em; color: #33a3e5; padding-top: 10px; padding-bottom: 10px; }

em					{ font-style: italic; }

a 					{ color: #007fa6; outline: none; font-weight:bold; text-decoration:underline; }
a:hover				{ color: #007fa6; outline: none; font-weight:bold; text-decoration: none;  color: #33a3e5; }

img 					{ border:0; margin: 0; padding: 0; }

li					{ padding: 5px; }
ul.PlainList			{ padding-left: 0px; }
ul.PlainList li		{ list-style-type: none; padding-left: 15px; }

ul.LogoButton>li	{ float: left; }


table				{ border: 0; padding: 0; margin: 0; }
td 					{ border: 0; margin: 0; vertical-align: top; }
td.WithDivider 		{ border: 0; border-right: 2px solid #9fdbf6; padding: 2px; margin-right: 0; }
.LargeNumber 		{ font-size: 2em; }

table.AlignTop td		{ padding: 2px; vertical-align: top; }
table.AlignMiddle td	{ padding: 2px 4px 2px 0px; vertical-align: middle; }

p { margin: 1em 0; }
hr 					{ border: 0; background-color: #9fdbf6; color: #9fdbf6;  margin-bottom: 0px; padding-bottom: 0px; }
div.PageControls	{ padding: 10px; text-align:center; }
/* --- For floating stuff left or right -------------------------------------------------------- */
.FloatLeft 			{ float: left; }
.FloatRight 			{ float: right; }
.Clear				{ clear: both; }
.HiddenClear		{ clear: both; height: 0px; }



/* --- Funkey buttons, init -------------------------------------------------------------------- */
a.CuteButton
{
	padding: 				7px 10px 10px 10px;
	background-color: 		rgb(50, 50, 50);
	background-color: 		rgba(50, 50, 50, .6);
	color:					white;
	border-radius: 			8px;
	-moz-border-radius: 	8px;
    -webkit-border-radius: 	8px;
    -khtml-border-radius: 	8px;
}

a.CuteButtonWhite
{
	padding: 				7px 10px 10px 10px;
	background-color: 		rgb(255, 255, 255);
	background-color: 		rgba(255, 255, 255, .6);
	color:					#007fa6;
	border-radius: 			8px;
	-moz-border-radius: 	8px;
    -webkit-border-radius: 	8px;
    -khtml-border-radius: 	8px;
}



/* --- Everything goes in here ----------------------------------------------------------------- */
#Container
{
	width:					100%;
	margin: 				0;
	border:					0;
	padding:				0;
	background-image: 		url(/images/base/ocean-stars-waves.jpg);
	background-repeat:		repeat-x;
	background-position:	center 0px;	
	
}



/* --- Phone number at the top of the screen --------------------------------------------------- */
#HeaderDiv
{
	position:				relative;
	width: 					958px;
	height: 				159px;
	margin: 				0 auto 0 auto;
	border: 				0;
	padding: 				0;
	border-left:			1px solid #9fdbf6;
	border-right:			1px solid #9fdbf6;
	background-color: 		#a5def7;
	background-image:		url( /images/base/ocean-stars-wave.jpg );
	background-repeat:		no-repeat;
	background-position:	0px 0px;
	color: 					#007fa6;
}



ul.LogoButton
{
	position:		 	absolute;
	bottom: 			0px;
	height: 			33px;
	margin: 			0;
	padding:		 	0px;
	list-style-type:	none;
}

ul.LogoButton>li
{
	position:			relative;
	height: 			23px;
	display: 			inline-block;
	margin: 			0;
	border: 			0;
	padding: 			10px 0px 0px 0px;
}

ul.LogoButton > li.Selected		{ color: #33a3e5; }
ul.LogoButton > li.Selected > a 	{ color: #33a3e5; }



#HeaderDonateNow
{
	position:		 	absolute;
	bottom: 			0px;
	right: 				0;
	height: 			23px;
	display: 			inline-block;
	margin: 			0;
	border: 			0;
	padding: 			10px 10px 0px 0px;
	color:				#007fa6;
}

#HeaderBlogMenu
{
	position:		 	absolute;
	bottom: 			0px;
	right: 				100px;
	height: 			23px;
	display: 			inline-block;
	margin: 			0;
	border: 			0;
	padding: 			10px 10px 0px 0px;
	color:				#007fa6;
}



/* --- Pop up menu from top nav ---------------------------------------------------------------- */
div.PopUpMenu
{
	position: absolute; display: block; border: 0; padding: 0; margin: 0;
	color: white;
	display: none;
	background-color: #8ccad0;
}

div.PopUpMenu ul
{
	list-style-type:	none;
	border:0px;
	margin:0px;
	padding:0px;
	min-width: 140px;
}
div.PopUpMenu li
{
	border:0px;
	border-bottom: solid 1px white;
	margin:0px;
	padding:10;
}

div.PopUpMenu  a { width: 100%; color: white; padding: 0; font-weight: normal; text-decoration: none;}
div.PopUpMenu  a:hover {text-decoration: underline;}




/* --- Headline near the top of the screen ----------------------------------------------------- */
#HeadlineDiv
{
	width: 					958px;
	height: 				263px;
	margin: 				0 auto 0 auto;
	padding: 				0;
	border-left:			1px solid #9fdbf6;
	border-right:			1px solid #9fdbf6;
	background-color: 		#3d8289;
	color: 					#8ccad0;
	background-repeat:		no-repeat;
}

#HeadlineRightDiv
{
	float:					right;
	right: 					0;
	width: 					320px;
	padding-top:			200px;
	text-align:				center;
}

/* --- Page contents go in here ---------------------------------------------------------------- */
#ContentContainerDiv
{
	width: 					958px;
	margin: 				0 auto 0 auto;
	border-left:			1px solid #9fdbf6;
	border-right:			1px solid #9fdbf6;
	padding: 				0;
	min-height:				300px;
	
	background-color: 		white;
	color: 					#007fa6;
	line-height:			1.4em;
}



/* --- Page contents go in here ---------------------------------------------------------------- */
#ContentDiv
{
	display:				inline-block;
	width: 					596px;
	min-height:				300px;
	
	margin: 				0;
	border: 				0;
	border-right: 			2px solid #9fdbf6;
	padding: 				20px;
}

/* --- Testimonial quote box------------------------------------------------------------------- */
.Testimonial
{
	background-color: #d4eefb;
	padding: 0px 20px 0px 20px;
}

/* --- Column for the RHS ---------------------------------------------------------------------- */
#RightColDiv
{
	display:				inline-block;
	width: 					320px;
	min-height:				300px;
	
	margin: 				0;
	border: 				0;
	padding: 				0;
	vertical-align:			top;
}

#GiveNowButton
{
	display: 				block;
	width: 					260px; /* -20 padding */
	height: 				43px; /* -50 padding */
	margin: 				20px auto;
	border: 				0;
	padding: 				10px;
	padding-top: 			40px;
	color:					white;
	background-image:		url( /images/home/give-now.gif );
	background-repeat:		no-repeat;
 }

#GiveRegularlyButton
{
	display: 				block;
	width: 					260px; /* -20 padding */
	height: 				77px; /* -50 padding */
	margin: 				20px auto;
	border: 				0;
	padding:			 	10px;
	padding-top: 			40px;
	color:					white;
	background-image:		url( /images/home/give-regularly.gif );
	background-repeat:		no-repeat;
}

#KeepInTouch
{
	width:					260px;
	background-color:		#ddf3fa;
	color:					#33a3e5;
	padding: 				10px;
	margin:					5px auto;
}

#PeopleWeHelped				{ text-align: center; display: block; margin: 20px auto; }



h2.NewsLetterSignup
{
	width:					260px;
	background-color: 		#33a3e5;
	color: 					white;
	padding: 				10px;
	margin:					20px auto 0px auto;
}
div.NewsLetterSignup
{
	width:					260px;
	background-color:		#76c7fa;
	color:					white;
	padding: 				10px;
	margin:					0px auto 5px auto;
}
.NewsLetterSignup form 	{margin: 10px 0px 10px 0px;}
.NewsLetterSignup  input[type='text']		 { margin: 2px 0px 2px 0px; padding: 3px; border: 1px #33a3e5 solid; width: 254px; }
.NewsLetterSignup  input[type='submit'] 	{ margin: 2px 0px 2px 0px; padding: 3px 6px 3px 6px; border: 1px #33a3e5 solid; color: #33a3e5; font-weight: bold; }
.NewsLetterSignup a { color: white; font-weight: normal; }



/* --- News on the home page ------------------------------------------------------------------- */
#NewsDiv
{
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 0;
	width: 100%;
}
#NewsDiv p { clear: both; padding: 0px; margin: 0px 0px 5px 0px;}
#NewsDiv img { clear: both; float: left; display: inline-block;  margin: 0px 5px 10px 0px; }

/* --- Content styles ------------------------------------------------------------------- */
table.tableborder
{
	border-collapse:		collapse;
	border:					2px solid #9fdbf6;
}
table.tableborder td
{
	border:					2px solid #9fdbf6;
}

td.blue
{
	background-color: 		#76c7fa;
	text-align: 			center;
	padding: 				20px 0px 20px 0px;
	color:					white;
	font-weight:			bold;
	background-image:		url(/images/get-involved/cell-bg.gif);
	background-repeat:		no-repeat;
}

td.blue a { color: white; font-decoration: underline; }
td.blue a:hover { color: white; font-decoration: none;  }

td.bluehead
{
	background-color: 		#76c7fa;
	text-align: 			center;
	padding: 				10px 0px 10px 0px;
	color:					white;
	font-weight:			bold;
	background-image:		url(/images/get-involved/cell-bg.gif);
	background-repeat:		no-repeat;
}

td.bluehead a { color: white; font-decoration: underline; }
td.bluehead a:hover { color: white; font-decoration: none;  }

span.light 	{font-weight: normal;}

td.padd
{
	padding: 10px;
}

.imgmargin	{ margin: 10px;}
.rimgmargin { margin-right: 10px;}
.limgmargin { margin-left: 10px;}

/* --- Spacer above bottom nav ----------------------------------------------------------------- */
#SpacerDiv
{
	width: 					958px;
	height:					46px;
	margin: 				0 auto 0 auto;
	border-left:			1px solid #9fdbf6;
	border-right:			1px solid #9fdbf6;
	padding: 				0;
	background-color: 		#33a3e5;
}



/* --- Navigation at the bottom of the screen -------------------------------------------------- */
#BottomNavDiv
{
	width: 					958px;
	margin: 				0 auto 0 auto;
	border-left:			1px solid #9fdbf6;
	border-right:			1px solid #9fdbf6;
	padding: 				0;
	background-color: 		#76c7fa;
	color:					white;
}



/* --- The contents of the Bottom Nav Div - 3 cols + a floated container ----------------------- */
#LowDiv
{
	width: 					958px;
	float: 					left;
	vertical-align:			top;
}

#LowLeftDiv
{
	float: 					left;
	width: 					280px;
	margin: 				0;
	border: 				0;
	padding: 				10px;
}
#LowLeftDiv a {font-weight: bold; color: white;}

#LowCentreDiv
{
	float: 					right;
	width: 					300px;
	margin: 				0;
	border: 				0;
	padding: 				10px;
}
#LowCentreDiv a {font-weight: bold; color: white;}

#LowRightDiv
{
	float: 					right;
	width: 					300px;
	margin: 				0px;
	border: 				0;
	padding: 				10px;
}



/* --- Footer ---------------------------------------------------------------------------------- */
#FooterDiv
{
	width: 					958px;
	height:					46px;
	margin: 				0 auto 0 auto;
	border-left:			1px solid #9fdbf6;
	border-right:			1px solid #9fdbf6;
	padding: 				0;
	background-color: 		#33a3e5;
	color:					white;
	vertical-align:			middle;
}
#FooterDiv a 				{ color: white; }

#FooterInnerDiv
{
	width: 					100%;
	height:					46px;
	margin: 				0;
	border: 				0;
	padding: 				0;
	text-align:				right;
	font-size:				.80em;
}

#FooterText	 				{ line-height: 46px; padding-right: 10px;}
#FooterText a 				{ text-decoration: underline; }



div.Gallery
{
	clear: 					both;
	width: 					596px;
	margin: 				16px 0px 0px 0px;
	border: 				0;
	padding: 				0;
}

div.GalleryFrame
{
	width: 					596px;
	float:					left;
	margin: 				0;
	border: 				0;
	padding: 				0;
	overflow: 				hidden;
}



div.GalleryScroller
{
	position: 				relative;
	width: 					9000px;
	margin: 				0;
	border: 				0;
	padding: 				0;
}



div.GalleryScroller img 	{ vertical-align: middle; line-height: 269px; }
a.GalleryRightArrow 		{ width: 100px; float: right; text-align: right; display: inline-box; }
a.GalleryLeftArrow		{ width: 100px; float: left; text-align: left; display: inline-box; }
span.GalleryLink		{ width: 396px; text-align: center; display: inline-block; margin: 0px; padding: 0px;}





