* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	/* border: 1px white dashed; */
}


body {
	/*background: #90E0FF url('../common/background.jpg') repeat;*/
	font-family:Arial, Helvetica, sans-serif; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-width: 755px;
}


img {
	overflow: auto;
	zoom: 1;
	border: thin solid darkblue;
	box-shadow: 5px 5px 10px #555555;
	-moz-box-shadow: 5px 5px 10px #555555;
	-webkit-box-shadow: 5px 5px 10px #555555;	
	margin: 4px 15px 4px 4px;
}

div.peopleSection {
	margin-left: 15px;
}

div.person { 
	display: inline-block; 
	vertical-align: top;
}

div.person .caption {
	margin-top: 2px; 
	margin-bottom:2px;
	padding-left: 5px;
	padding-right: 2px;
}

div.person .small {
	font-size: small;
}

div#wowslider-container1 img {
	border: none;
	box-shadow: initial;
	moz-box-shadow: initial;
	-webkit-box-shadow: none;
	margin: auto;
}

div.separator {
	margin: 0px 0px 10px 0px;
}

h1	{color: darkblue; font-size:24; font-weight:bold; margin: 5px 0 5px 0;}
h2	{color: darkblue; font-size:22; font-weight:bold; margin: 5px 0 5px 0;}
h3	{color: darkblue; font-size:18; font-weight:bold;}
h4	{color: darkblue; font-size:14; font-weight:bold;}
b	{color: #0000AA; font-weight:bold;}
i	{color: #0000AA; font-style: italic;}
  

/* All the content boxes belong to the content class. */

#headersection {
	/*background: url('../common/banner_sky2_short.jpg') no-repeat lightblue;*/
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height: 200px;
	border: none;
	max-height: 200px;
	vertical-align: bottom;
}

#headerBackgroundImage {
	z-index: -1;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: none;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#header-title {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	
	margin: 0 418px 0 170px;
	
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#header-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 163px;
	height: 188px;
	background: url('../common/logo.png') no-repeat;
	z-index: 0;
	
	/* Tantek Celik Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
body>#header-left {width:170px;}
		
#banner 	{
	display: block;
	width: 100%;;
	min-height: 56px;
	vertical-align: top;
	/*  margin-top: 10px;  */
	
	/*background: url('../common/name420.png') no-repeat;*/
	background: url('FAText.png') no-repeat;
	background-position: 0 10px;
	text-align: left;
	font-style: italic;
	color: darkblue;
	padding: 62px 25px 0 8px;
	white-space: nowrap;
}

#title {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 0 0 8px;
}

#header-right {
	position:absolute;	
	width: 450px;
	top: 0px;
	right: 0px;
	z-index: 0;	
	text-align: right;
	
	/* Tantek Celik Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:450px;
	}
#header-right {width:450px;}

#snapshot {
	display: inline-block;
	background: url('../welcome/babyAngel.jpg') no-repeat top;
	width: 250px;
	height: 157px;
	margin: 5px 5px 0 0;
	border: solid darkblue 1px;
	box-shadow: 3px 3px 10px #333333;
	-moz-box-shadow: 5px 5px 10px #333333;
	-webkit-box-shadow: 5px 5px 10px #333333;	
}

#submenu-toplink {
	display: inline-block;
}

#submenu-toplink-icon {
	display: block;
}


#buttonBlock {
	display: inline-block;
	vertical-align: top;
}

#donateButton {
	display: inline-block;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 22pt;
	margin: 5px 8px 0 5px;
	padding: 3px 20px 2px 20px;
	vertical-align: top;
	border: none;
	box-shadow: 5px 5px 10px #333333;
	-moz-box-shadow: 5px 5px 10px #333333;
	-webkit-box-shadow: 5px 5px 10px #333333;
	border: 1px solid darkblue;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeff', endColorstr='#aaaaff');
	
	background: #bbbbff; 
	background: linear-gradient(top, #eeeeff 0%, #aaaaff 100%);  
	background: -moz-linear-gradient(top, #eeeeff 0%, #aaaaff 100%); 
	background: -ms-linear-gradient(#eeeeff, #aaaaff);
	background: -webkit-linear-gradient(top, #eeeeff 0%,#aaaaff 100%); 
	border-radius: 20px; 
	
	color: blue;
}

#DonateOnlineLink {
	color: white;
	font-style: italic;
	text-decoration: none;
}

#DonateOnlineLink:hover {
	color: darkblue;
	/*text-decoration: underline;*/
}


@media only screen and (max-width: 770px) {
	#header-right {
		right: inherit;
		left: 592px;
	}
}

#donateButtonFooter {
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	padding: 2px 0 2px 0;
	margin: 5px 0 0 0;
	text-align: center;
	font-style: italic;
	color: darkblue;
}

#donateButtonFooter a {
	color: darkblue;
}

#bar-horizontal {
	clear: right;
	display: block;
	background: url('../common/horizontalBar.jpg') repeat-x;
	height: 9px;
	margin-left: 10px;
	margin-right: 10px;
}

#line-horizontal {
	clear: all;
	display: block;
	position: relative;
	width: auto;
	background: darkblue;
	height: 2px;
	margin: 5px 20px 5px 10px;
}

#content {
	/* margin: 10px 50px 0px 50px;  */
	margin-left: auto;
	margin-right: auto;
	padding: 10px 30px 10px 30px;
	background: white; /*#eeeeff;*/
	max-width: 1200px;
	/*border: darkblue 1px solid;
	box-shadow: 5px 5px 10px #333333;
	-moz-box-shadow: 5px 5px 10px #333333;
	-webkit-box-shadow: 5px 5px 10px #333333;	
	*/
}

#notice {
	display: inline-block;
	z-index: 111;
	position: absolute;
	top: 185px;
	
	/*border: dashed white 1px;*/
	background: rgb(180, 180, 255);
	padding: 5px 10px 5px 10px;
	box-shadow: 5px 5px 10px #333333;
	-moz-box-shadow: 5px 5px 10px #333333;
	-webkit-box-shadow: 5px 5px 10px #333333;
	text-align: left;
	vertical-align: top;
	border: dashed white 1px;
}

#notice:hover {
	border: dashed white 1px;
}

#noticeButton {
	/* 
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	
	*/	
}

#notice p {
	display: none;
	padding: 3px 0 5px 0;
	margin: 0 0 0 0;
}

#notice:hover  p {	
	display: inline-block;
}

img.logoImg {
	width:25px;
	height:25px;
	border: none;
}

#footertagline {
	color: darkblue;
	font-size: 8pt;
	text-align: center;
	margin: 0 5px 0 5px;
}

/*@media only screen and (max-width: 1020px) {*/
	#snapshot {
		display:none;
		left: -999em;
		width: 1px;
	}
	#header-right {
		width: 160px;
	}
	#header-title {
		margin: 0 140px 0 170px;
	}
/*}*/

div#breadcrumbs {
	position: relative;
	vertical-align: top;
	top: -230px;
	left: 22px;
	z-index: 110;
	color: white;
	font-size: 14pt;
	width: 430px
}

div#pageDescription {
	position: relative;
	top: -230px;
	left: 22px;
	z-index: 110;
	color: white;
	font-size: 10pt;
	font-style: italic;
	width: 430px
}

.childrenMenuTable {
	margin-left: auto;
	margin-right:auto;
}

.childrenMenuTable img {
	float: left;
}

/* 
Tantek Celik Hack
-----------------
Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. 

body>#xxxxx {width: yyyy} part
------------------------------
I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */