/*--- General ---*/
* 		{ margin:0; padding:0; }
body 	{
	font-size:10px; /* Overridden for IE in ie.css */
	background-color: #c0c0c0;
}

/*--- Header ---*/
#header 					{ background: #FFF url(images/header_bg.gif) 0 2.2em repeat-x; width:100%; float:left; }
#branding 				{ width:792px; margin:27px auto 0 auto; overflow:auto; clear:left; background:url(images/watermark_bottom.gif) center 0 no-repeat; padding:14px 11px 9px; }
#logo, 
#visionstatement 						{ float:left; overflow:hidden; text-indent:-1000px; }
* html #logo 								{ display:inline; } /* IE 6 doubled margin fix */
#logo 											{	background:url(images/logo.gif) 0 0 no-repeat; margin:0 22px 0 22px; display:block;	width:195px; height:55px; }
#visionstatement 						{	background:url(images/biblically_centered.gif) 0 0 no-repeat; display:block; width:102px; height:46px; margin:4px 0 0 0; }
#sitesearch 								{ float:right; margin:0 0 0 0; font-size:1em; width:258px; border-bottom:solid 1px #8D9CB3;	padding:0 11px 6px 11px; }
* html #sitesearch					{ display:inline; } /* IE 6 doubled margin fix */
#navExtra 									{ float:right; clear:right; width:258px; margin:0 11px 0 0; padding:4px 0 0 0; font-family:Arial, Helvetica, sans-serif; display:inline; }
#navExtra .searchAlternate	{ font-size:1.2em; padding:6px 0 0 21px; margin:0; clear:left; float:left; background: url(images/arrow_blue.gif) 5px 10px no-repeat; }
#navExtra .givingLink 			{	float:right; width:122px; height:29px; text-indent:-1000px; overflow:hidden; }
#navExtra .givingLink a 		{ display:block; width:122px; height:29px; background-image:url(images/giving_button.gif); background-repeat:none; }

#navExtra .givingLink a:link,  #navExtra .givingLink a:visited 				{ background-position:top left; }
#navExtra .givingLink a:hover, #navExtra .givingLink a:visited:hover 	{ background-position:bottom left; }

#sitesearch .searchfield 							{ float:left; padding:0 8px 0 0; }
#sitesearch .searchfield input.text 	{ font: normal 1.3em/1 Arial, sans-serif; border:solid 1px #999; padding:2px; display:block; width:200px; }
#sitesearch .submitbutton 						{ display:block; float:left; border:none; height:21px; width:44px; margin:0; background: url(images/search_button.gif) 0 0 no-repeat; font-size:1em; line-height:1; cursor:pointer; overflow:hidden; text-indent:-1000px; }
#navMain															{ width:100%; min-width:814px; float:left; overflow:hidden; position:absolute; top: 0; background:#DFE7F3; }

#navMain div 				{ float:left; position:relative; left:50%; }
#navMain ul 				{ display:block; white-space:nowrap; list-style-type:none; position:relative; left:-50%; font:bold 1.1em/1 Arial, sans-serif; letter-spacing:1px; text-transform:uppercase; padding:0; margin:0; overflow:hidden; }
* html #navMain ul 	{ float:left; } /* IE 6 only */
#navMain li 				{	display:block; float:left; margin:0 1px; }
* html #navMain li 	{ width:1%; } /* IE 6 only */
#navMain a 					{ text-align:center; display:block; padding:0.8em 16px; text-decoration:none; color:#333; white-space:nowrap; }
#navMain a:hover 		{ background:#3D434D; color:#FFF; }
#navMain a:active 	{ display:block; }

/*--- Footer ---*/
#wrapperFooter 						{ float:left; width:100%; min-width:814px; padding:0 0 2em; background:url(images/footer_shadow.gif) 0 0 repeat-x; }
#footer 									{ width:770px; margin:22px auto; overflow:auto; padding:0 0; background:url(images/rule_dotted_v.gif) 418px 0 repeat-y; }
#footer a 								{ color:#5F5D59; }
#navSupplemental					{ float:right; width:341px; margin:0 11px 0 0; display:inline; /* IE 6 doubled margin fix */ }
#navSupplemental ul 			{ list-style-type:none; margin:6px 0 0 33px; }
#navSupplemental ul li 		{	float:left; width:154px; font-size:0.85em; font-weight:bold; margin:0 0 2px 0; }
#siteinfo 								{	float:left; width:407px; font:normal 1.2em/1.5 Arial, sans-serif; margin:0 0 0 11px; display:inline; }
#siteinfo .org 						{
	display:block;
	width:239px;
	height:40px;
	background:url(images/logo_weak.gif) 0 0 no-repeat;
	float:left;
	text-indent:-1000px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#siteinfo .adr,
#siteinfo .tel,
#siteinfoMapLink 		{ float:left; clear:left; width:400px; font-size:0.92em; font-style:normal; line-height:1.6; color:#5F5D59; }
#siteinfo .adr 			{ padding:4px 0 0 20px; }
#siteinfo .tel 			{	margin:0 0 9px 0; padding-left:20px;}
#siteinfoMapLink a 	{ font-weight:bold; }
#siteinfoLegal 			{	float:left; clear:left; padding-left:20px; width:239px; text-align:left;  font-size:0.85em; color:#8D8B85; }

/*--- Content (Body) ---*/
#wrapperSection { background:#FFF; width:100%; min-width:814px; padding:0; border-bottom:solid 1px #9B9892; float:left; clear:both; }

/*--- Defaults ---*/
p, dl, ul, ol, form { font: 1.3em/1.4 Helvetica, Arial, sans-serif;	margin:0 0 1em 0; color:#333; }
ul p, ol p, ul ul, ol ol, ul ol, ol ul, form p { font-size:1em; /* use parent value for size */ }

a:link 			{ color:#327FCC; }
a:visited 	{ color:#293E6D; }
a:hover 		{ color:#921; }
a:active 		{	color:#000; }
ul, ol 			{ margin-left:33px; }
dt 					{	font-weight:bold;	color:#555;	float:left;	clear:left;	padding:0 1em 0 0; margin:0 0.5em 0 0; background:url(images/arrow_small.gif) right center no-repeat; }
dd 					{ padding:0 0 0.5em 0; }
img 				{ border:solid 1px #BBB; padding:1px; }
form 				{ margin-bottom:22px; }
table 			{ margin-bottom:2em; border-collapse:collapse; width:100%; clear:both; color:#333; }
caption 		{ margin:0 0 1px 0; padding:0.4em 0; font:1.6em/1.4 "Palatino", "Palatino Linotype", Georgia, serif; text-align:left; }
blockquote 	{ margin-left:33px; }
td, th 			{ font:1.2em/1.4 Helvetica, Arial, sans-serif; vertical-align:top; border:solid 1px #BBB; padding:4px 8px; }
th 					{ text-align:left; font-weight:bold; }
td 					{ background:#EEE; }
h1 					{ height:1.6em;	margin:0 0 22px; background:url(images/rule_solid_double.gif) left bottom repeat-x; font:normal 2.8em/1.3 "Palatino", "Palatino Linotype", Georgia, serif; letter-spacing:0.05em; word-spacing:0.1em; color:#333; }
h2 					{ margin:0.5em 0 0.4em 0; font:bold 2em/1.2 "Palatino", "Palatino Linotype", Georgia, sans-serif; color:#333; }
h3 					{ margin:0 0 0.4em 0; font:bold 1.4em/1.2 Helvetica, Arial, sans-serif; color:#444; }
h4 					{ margin:0 0 0.4em 0; font:bold 1.3em/1.2 Helvetica, Arial, sans-serif; color:#666; }

/*--- Classes ---*/
/* Extended (length) lists */
ul.extended, ol.extended 				{ margin-bottom:22px; }
ul.extended li, ol.extended li 	{ margin-bottom:11px; }
ul.extended ol, ul.extended ul,
ol.extended ol, ol.extended ul { margin-top:8px; margin-bottom:11px; }
ul.extended li li, ol.extended li li { margin-bottom:2px; }
/* Images */
img.right 	{ float:right; clear:right; margin:4px 0 22px 22px; }
img.left 		{ float:left; clear:left; margin:4px 22px 22px 0; display:inline; }
img.graphic	{ border:none; margin:0 2px; }
/* Generic section division */
div.section { margin-bottom:22px; padding-bottom:1px; /* prevent margin collapsing */ }
/* Section divided */
.sectionDivided {	background:url(images/rule_solid_double.gif) left bottom repeat-x; margin-bottom:22px !important; padding-bottom:11px !important; }
/* vCard */
#content .vcard { font:1.3em/1.4 Arial, sans-serif; color:#333; }
/* Links to other sites */
a.sitecontinue { padding:0.6em 1.6em 0.6em 1em !important; text-decoration:none; font-size:1.1em; line-height:3em; }
a.sitecontinue:link, a.sitecontinue:visited { background:#335180 url(images/button_arrow_link.gif) center right no-repeat; color:#FFF; }
a.sitecontinue:hover { background:#000 url(images/button_arrow_hover.gif) center right no-repeat; color:#FFF; }
/* Warning */
.warning { border:solid 1px #CCC; background:#FDD; padding:1.1em 2.2em 0.6em; font-size:0.9em; }
/* Back link */
p.back, a.back { background:url(images/arrow_double_back.gif) left center no-repeat; padding-left:20px; }
/* Lead paragraph */
p.lead { font-size:1.4em; line-height:1.6; color:#335180; margin-bottom:1.8em; }

/*--- Development Use ---*/
body.dev #content { background-image: url(images/grid.gif); }

/*--- Float clearing ---*/
.clearfix:after {	content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
