/* this style allows ie to display pngs as a background image although they can't repeat */
/* note: it requires a blank .gif and it must be referenced correctly in the .htc file for this to work 
* { behavior: url(js/png_bg_fix.htc);  }
*/

/*------------------------------------ reset.css ------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	padding:0;
	margin: 0;
	border:inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:28px;
	padding:5px 5px 10px 0px;
	color:#222;
	font-weight:bold;
}

h2 {
	font-size:22px;
	line-height:26px;
	padding:5px 5px 10px 0px;
	color:#222;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:16px;
	line-height:20px;
	padding-top:10px;
	color:#222;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size:16px;
	line-height:20px;
	padding-top:10px;
	color:#222;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.med_font { font-size: 13px }

/* ----------------------------------- default ----------------------------------- */

html, body {
	height:100%;
	width:100%;
	min-width: 950px;
	color:#1b1b1b;
	font-size:14px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {	color:#039; text-decoration:none; }

a:hover {	color:#039; text-decoration:underline; }


strong, b { font-weight:bold;}


#menu {	
	position:relative;
	background-color:#1777B1; 
	width:100%;
	text-align:center;
	z-index:100;
	height:50px;
}

#menu a  {
	color: #fff;
	display:block;
	text-decoration: none;
	padding: 0 35px;
	background-color:#1777B1; /** DO NOT REMOVE - this fixes bug in hover background-color in IE7 **/
}
#menu a:hover  {
  	background-color: #fff;
  	color: #039;
}

#menu ul {
	font:normal 16px Helvetica;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
	position: relative;  /** to fix IE8 hover bug!! **/
}

#menu ul li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}


.main_nav {
	width: 900px;
	position:absolute;
	left:50px;
}

#banner {
	padding:0px 10px 0px 70px;
	width:900px;
	height:125px;
	white-space: nowrap;
}

#banner_title {
	font-family:times,serif;
	font-size:42px;
	color:#146292;
	padding:20px 10px 10px 120px;
	margin-left:50px;
	border:0px solid purple;
}
#logo {
	float:left;
	border:0px solid yellow;
	padding: 3px 0 0 30px;
}


/*------------------------------------ main content column ------------------------------------*/

#page_text {
	float:left;
	width:100%;
}


#color_bar {
	width:100%;
	margin:0;
	height:200px;
	border-bottom:1px solid white;
	background-color:#f2c862;
	position: static;
	z-index:-10;
	padding-left:60px;
}

#color_bar_overlay {
	border: 0px solid green;
	width: 950px;
}

#color_bar_img1 {
	position:relative;
	float:left;
	border:1px solid white;
	border-top:0;
}

#color_bar_img2 {
	float:left;
	margin:0;
	padding:0;
	border:1px solid white;
	border-top:0;
}

#intro {
	width:438px;
	height:190px;
	float:left;
	color:#4b4b4b;
	background:#ebebeb;
	padding:5px 20px;
	color: #000;
}
#intro ul  {
	list-style-type: none;
	text-indent:-15px;
	line-height:20px;
	padding:0 5px;
}

#main_content {
	width:100%;
}

#sidebar {
	margin-left:60px;
}

#content {
	float:left;
	display:inline;
	margin:0;
	z-index:1;
	border:0px solid green;
	width:690px;
	padding:10px 20px 20px 20px;
}

#content h1, #intro h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:28px;
	padding:20px 25px 10px 145px;
	color:#222;
	font-weight:normal;
}

#content h2, #content .heading2, #intro h2 {
	font-size:22px;
	line-height:26px;
	padding:10px 0;
	color:#222;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content h3, #content .heading3, #intro h3 {
	font-size:16px;
	line-height:20px;
	padding:10px 0;
	color:#222;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content h4, #content .heading4 {
	font-size:14px;
	line-height:18px;
	padding-top:10px;
	color:#222;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#content p {
	padding:5px 0;
}


#content ul {
	list-style:outside;
	margin-left:30px;
	margin-bottom:10px;
}

#content ol {
	margin-left:30px;
	margin-bottom:10px;
}

#content li {
	padding:4px 0;
}

.prayer {
	padding: 0 200px 0 0;
	line-height: 18px;
	font-family: georgia,times,serif;
	font-size: 15px;
	
}



/* ------------------------------content images -------------------- */

#content img {
	padding:5px;
	margin:8px;
	background:#fff;
	border:0px solid #CCC;
}





#content img.logo {
	float:right;
	display:inline;
	border:1px solid #aaa;
	margin:0 10px 15px 10px;
	padding:5px;
	background:#fff;
}




/* ------------------------------------------------- sidebar ----------------------------------- */

#sidebar {
	width:200px;
	overflow:hidden;
	background:#ebebeb;
	float:left;
	display:inline;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border:0;
}

#sidebar ul.menu_links {
	width:260px;
	margin:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7772;
	font-size:14px;
}

#sidebar ul.menu_links li {
	padding:20px 20px 0 20px;
}



#sidebar li {
	list-style-type: none;
}


#sidebar ul.menu_links li a img {
	padding: 0;
	margin-left: -60px;
	width: 260px;
}

.news {
        border: 1px solid #dddddd;
	padding:10px 10px 20px 10px;
	margin-right: 10px;
}

.grn {
	width: 250px;
	float: right;
	position: static;
	vertical-align: top;
	border: 2px solid white;
	padding: 5px;
}

.adobe {
	float: left;
	position: static;
	padding: 5px;
	text-align: left;
}

.events {
	font-family: Times, serif;
        border: 1px solid #dddddd;
	padding:10px 10px 20px 10px;
}


img.top {
	vertical-align: text-top;
}
img.right {
	float:right;
}

img.left {
	float:left;
}

/*----------------------------------- Board and Trustees -------------------------*/

.nametable {
	text-align: center;
	color: #333333;
	width: 100%;
}

.all_borders {
        border: 1px solid #dddddd;padding:10px;margin:0;
}

.side_borders {
        border: 1px solid #dddddd;border-bottom:0;border-top:0;padding:5px;margin:0;
}
.notop_border {
        border: 1px solid #dddddd;border-top:0;padding:5px;margin:0
}
.nobttm_border {
        border: 1px solid #dddddd;border-bottom:0;padding:5px;margin:0
}


/*------------------------------------ footer ------------------------------------*/

#footer {
	margin: 20px 0;
	padding: 5px 0 0 0;
	width: 100%;
	border-top:1px solid #bababa;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}


#footer a {
	margin-left: 275px;
}

.copyright {
	margin-left:300px;
}

