.devnote {background: #eedddd;}


html {
	background:#12314C;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 14px 8px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
}

img {
	border: none;
}


/*----GLOBAL POSITIONING----*/

.hide_left {
	position: absolute;
	left: -10000px;
}


/*----GLOBAL TEXT----*/

a:link{
	color: #2978F0;
}

a:visited{
	color: #6699CC;
}

a:hover{
	color: #003366;
}

h1 {
	font: italic 227% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 12px 20px 4px;
	color: #fff;
	background-color: #859EB5;
}

.subhead {
	color: #B68E40;
}

p.btl_amount {
	font-size: 130%;
	color: #B68E40;
	margin-bottom: .3em !important;
}


/*----PAGE STRUCTURE----*/

#wrapper {
	background: #C7D2DC;
	margin:0 auto 0 auto;
	width:742px;
	padding: 4px;
}

#clear_footer {
	clear: both;
}

/*----BANNER----*/

#beyond_bnr {
	background: #fff url(../img/banner_1.jpg) top right no-repeat;
}

#village_bnr {
	background: #fff url(../img/banner_11.jpg) top right no-repeat;
}


#news_bnr {
	background: #fff url(../img/banner_8.jpg) top right no-repeat;
}

#friends_bnr {
	background: #fff url(../img/banner_12.jpg) top right no-repeat;
}

#btl_bnr {
	background: #fff url(../img/banner_2.jpg) top right no-repeat;
}

#contact_bnr {
	background: #fff url(../img/hom_bnr.jpg) top right no-repeat;
}

#donate_bnr {
	background: #fff url(../img/banner_3.jpg) top right no-repeat;
}

#banner img {
	vertical-align:bottom;
}

/*----NAVIGATION----*/

#nav {
	color: #fff;
	background: #2F5272;
	clear: right;
	border-top: 4px solid #C7D2DC;
	border-bottom: 4px solid #C7D2DC;
}

#nav ul {
	background: #2F5272;
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#nav ul li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 2px #567A9A solid;
	width: 12.5%;
	text-align: center;
}

#nav ul li.last_nav_item {
	float: none;
	border-right: none;
	width: inherit;
}

#nav ul li.homelink {
	width: 10%;
	
}

#nav ul li.active {
	background-color: #597590;
	padding: 5px 0px 4px;
}

#nav ul li.active_single {
	background-color: #597590;
	padding: 10px 0px 12px;
}

#nav ul li a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #fff;
	padding: 5px 3px 4px;
	margin: 0;
	border: none;
}

#nav ul li a.single_line_nav, #nav ul li.homelink a {
	padding: 10px 3px 12px;
}

#nav ul li a:hover {
	background-color: #123E66;
	border: none;
}

/* drop down menu styles */
#nav #menu li ul {
	display: none;
	position: absolute;
	border-top: 1px solid #C7D2DC;
	top: 26px;
	left: 0;
	z-index: 99;
}
#nav #menu li > ul {
	top: auto;
	left: auto;
	z-index: 99;
}
#nav #menu li:hover ul, #nav li.over ul{ display: block; }
#nav #menu li li {
	float: none;
	width: auto;
	text-align: left;
	border-bottom: 1px solid #C7D2DC;
	z-index: 99;
}
#nav #menu li li a {
	padding: 7px 5px 8px;
	display: block;
	z-index: 99;
}

/*----SUBNAV----*/
#subnav {
	float: left;
	color: #fff;
	width: 131px;
	}
	
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnav li {
	padding:0;
	margin:0;
	background: #597590;	
	border-bottom: 1px solid #859EB5;
}

#subnav li.active_subnav {
	padding: 7px 8px 8px 8px;
	background: #5782AC;
}

#subnav li a {
	display: block;
	width: auto;
	padding: 7px 8px 8px 8px;
	margin:0 0 0 0;
	color:#fff;
	border: none;
	text-decoration: none;
}

#subnav li a:hover {
	background: #3B6186;
	border: none;
}



/*----BABY NAV----*/

#subnav ul ul {
	margin-top: 6px;
	color: #D9E4F0;
	width: auto;
}

#subnav ul ul li {
	background: #5782AC;	
	border-bottom: none;
	padding: 6px 0 6px 8px;
}

#subnav ul ul li a {
	color:#fff;
	padding: 0;
}

#subnav ul ul li a:hover {
	text-decoration: underline;
	background: #5782AC;
}

#subnav li.active_babynav {
	padding: 6px 0 6px 8px;
	font-style: italic;
}

#subnav a.child_active_link {
	padding: 0;
	color:#fff;
	display: block;
}

#subnav a.child_active_link:hover {
	background: #5782AC;
	text-decoration: underline;
}

/*----PAGE CONTENT----*/

.callout_box {
	float: right;
	width: 150px;
	padding: 8px;
	border: 1px solid #12314C;
}

.callout_box p {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

#content {
	background: #fff url(../img/content_bg.gif) top left repeat-y;
	border: 2px solid #5E7C98;
}

#page_content {
	margin-left: 150px;
	padding: 25px 10px 20px 0px;
	position: relative;
}

h2 {
	color: #855D0F;
	font: normal 185% Verdana, Helvetica, sans-serif;
	margin: 0 0 .5em 0;
}

h3 {
	font: bold 100% Verdana, Helvetica, sans-serif;
	margin: 1.5em 0 .3em 0;
	padding-right: 215px;
}

#page_content p {
	line-height: 155%;
	margin: 0 0 .9em 0;
	padding-right: 230px;
}

#page_content ul {
	padding-right: 215px;
	line-height: 155%;
	list-style: circle;
}

#page_content li {
	margin-bottom: 6px;
}

#page_content ul ul{
	padding-right: 0px;
	margin-top: 6px;
}

#page_content img {
	float: right;
	margin-right: 25px;
	border: 1px solid #12314C;
}


/*----FOOTER----*/

#footer {
	margin: 20px 0 15px;
	font-size: 90%;
	border-top: 2px dotted #EDECDB;
	padding-top: 10px;
	color: #999;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
	margin: 0 3px 1px 0;
	padding: 0 7px 0 0;
	border-right: 1px solid #2978F0;
}

#footer li.last_footer_item {
	border-right: none;
}

#footer p {
	margin: 1px 0 0 0;
	padding: 0;
}


/*----Leadership Gifts table----*/

#leadership p {
	padding: 10px;
	width: 160px;
}
	
	
#leadership td {
	vertical-align: top;
	line-height: 155%;
	margin: 0 0 .9em 0;
}

/*----BUILT TO LAST NAMING OPPORTUNITIES----*/
ul.btl_nops {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

ul.btl_nops li {
	background-color:#F8F5E4;
	padding: 4px;
	margin-bottom: 9px !important;
}

ul.btl_nops li a {
	display: block;
	width: auto;
	text-decoration: none;
}

.indent {
  padding-left: 10px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

