@charset "utf-8";
/* DOM CSS Document */

html, body, ul, ol, li, p, td, tr, table,
h1, h2, h3, h4, h5, h6, form,
fieldset, a, img, iframe{margin: 0; padding: 0; border: 0;}
input{margin: 0; padding: 0;}
body{
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clear_float{clear:both;}
.float-left{float:left;}
.float-right{float:right;}
.uppercase_bold{
	text-transform: uppercase;
	font-weight: bold;
}
.txt-blue-bdr-btm{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E8EA;
	margin-bottom: 15px;
}
.grey-bdr-btm{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B7979;
}
/*******************************************************************************/
#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
/*******************************************************************************/
#logo{
	position:absolute;
	top: 28px;
}
/*******************************************************************************/
#masthead-wrapper{
	margin-left: 28px;
	width: 904px;
	position:absolute;
	top: 42px;
	background-image: url(../images/bg-main-nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#masthead-bg{
	background-color: #FFFFFF;
	margin-left: 70px;
	height: 225px;
	background-image: url(../images/bg-masthead.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#masthead{
	margin-left: 98px;
	position:absolute;
	top: 42px;
	width: 834px;
}
#masthead-top-nav{
	color: #231F20;
	font-size: 12px;
	margin-left: 50px;
	line-height: 14px;
	position:absolute;
	top: 20px;
}
#masthead-top-nav a{
	color: #231F20;
	text-decoration: none;
}
#masthead-top-nav a:hover{
	color: #231F20;
	text-decoration: none;
}
#masthead-photo{
	position:absolute;
	top: 44px;
}
#masthead-search{
	position:absolute;
	right: 10px;
	top: 11px;
}
#masthead-search a{
	color: #231F20;
	text-decoration: none;
}
#masthead-search a:hover{
	color: #231F20;
	text-decoration: none;
}
#masthead-search input{
	font-size:12px;
	color: #231F20;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.masthead-search-border{
	border: 1px solid #7b7979;
}
.masthead-button-border{
	border-top: 1px solid #7b7979;
	border-bottom: 1px solid #7b7979;
	font-size: 12px;
	line-height: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
#masthead-main-nav{
	position:absolute;
	top: 190px;
	font-size: 13px;
	line-height: 15px;
	left: 181px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	background-image: url(../images/bg-main-nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	
	background-image:none;
	left:180px;
}
#masthead-main-nav ul{
	list-style-type: none;
	padding-top: 11px;
}
#masthead-main-nav li{display: inline;}
#masthead-main-nav a{
	color: #4F7282;
	text-decoration: none;
	margin-right: 15px;
}
#masthead-main-nav a:hover{
	color: #231F20;
	text-decoration: none;
}
/*******************************************************************************/
#content-container{
	position:absolute;
	top: 267px;
	width: 904px;
	left: 28px;
}
#content{
	width: 904px;
	border: 1px solid #7B7979;
}
/*******************************************************************************/
#content-left{
	width: 180px;
	background-color: #E1E7EA;
	vertical-align: top;
	background-image: url(../images/bg-content-left.gif);
	background-repeat: repeat-y;
}
#content-nav-left{
	background-image: url(../images/bg-nav-left.gif);
	background-repeat: no-repeat;
	padding: 20px 15px 30px;
}
#content-nav-left h1{
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	color: #231F20;
	/*padding-bottom: 5px;*/
	padding-top: 20px;
}
#content-nav-left h2{
	color:#231F20;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}
#content-nav-left h2 a{color:#231F20; text-decoration: none;}
#content-nav-left h2 a:hover{color:#231F20; text-decoration: none;}
#content-nav-left p{}
#content-nav-left img{width: 150px;}
#content-nav-left ul{
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;
	color: #4F7282;
	padding-bottom: /*25px*/;
}
#content-nav-left ul a{color: #4F7282; text-decoration: none;}
#content-nav-left ul a:hover{color:#231F20; text-decoration: none;}
#content-nav-left li{
	padding-bottom: 3px;
}
/*******************************************************************************/
#sponsors-nav-left{}
#sponsors-nav-left ul {}
#sponsors-nav-left li{padding-bottom: 20px;}
#no-btm-pad ul{
	padding-bottom: 0;
}
/*******************************************************************************/
#content-middle{
	background-color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 20px;
}
#content-middle h1{
	font-size: 12px;
	line-height: 14px;
	color: #231F20;
	padding: 15px;
}
#content-middle h1 a{color: #231F20; text-decoration: none;}
#content-middle h1 a:hover{color: #231F20; text-decoration: none;}
#content-middle h2{
	color: #4F7282;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#content-middle h2 a{color: #4F7282; text-decoration: none;}
#content-middle h2 a:hover{color: #4F7282; text-decoration: underline;}
#content-middle p{
	font-size: 12px;
	line-height: 18px;
	color: #4F4C4D;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#content-middle ul{
	font-size: 12px;
	line-height: 16px;
	color: #4F4C4D;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 45px;
}
#content-middle li{padding-bottom: 10px;}
/*******************************************************************************/
#content-right{
	width: 180px;
	background-color: #FBF7E9;
	background-image: url(../images/bg-content-right.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
#content-nav-right{
	background-image: url(../images/bg-nav-right.gif);
	background-repeat: no-repeat;
	padding: 20px 15px 30px;
}
#content-nav-right h1{
	font-size: 12px;
	color: #231F20;
	line-height: 14px;
	padding-bottom: 15px;
}
#content-nav-right h1 a{color: #231F20; text-decoration: none;}
#content-nav-right h1 a:hover{color: #231F20; text-decoration: none;}
#content-nav-right h2{
	color: #4F7282;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}
#content-nav-right h2 a{
	color: #4F7282;
	text-decoration: none;
}
#content-nav-right h2 a:hover{
	color: #4F7282;
	text-decoration: underline;
}
#content-nav-right h3{
	color: #4F4C4D;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}
#content-nav-right p{
	color: #4F4C4D;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}
/*#content-nav-right img{
	width: 150px;
	padding-bottom: 15px;
}*/
#content-nav-right ul{
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	color: #4F7282;
	padding-bottom: 25px;
}
#content-nav-right ul a{color: #4F7282; text-decoration: none;}
#content-nav-right ul a:hover{color:#231F20; text-decoration: none;}
#content-nav-right li{
	padding-bottom: 5px;
}
/*******************************************************************************/
#rssOutput h2 {
	color: #4F7282;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}
#rssOutput h2 a{color: #4F7282; text-decoration: none;}
#rssOutput h2 a:hover{color: #4F7282; text-decoration: underline;}
#rssOutput p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8C5AA;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 17px;
}
/*******************************************************************************/
.blog{
}
.blog img{/*width: 510px;*/ border: 1px solid #7B7979;}
.article_column{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7B7979;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B7979;
	vertical-align: top;
	padding-bottom: 15px;
}
.article_column img{
	/*width: 238px;*/
	border: 1px solid #7B7979;
}
.column_separator{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7B7979;
}
.article-meta{}
.events-bdr-btm{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B7979;
	padding-bottom: 15px;
}
/*******************************************************************************/
#footer{
	color: #FFFFFF;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p{padding-bottom: 5px;}
#footer a{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/**************************************/

.bg-about{
	background-image: url(../images/bg-about.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg-missions{
	background-image: url(../images/bg-missions.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/**************************************/

#secondary-content{}
#secondary-content h1{
	color: #231F20;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
	font-style: italic;
	font-weight: normal;
	padding-top: 30px;
}
#secondary-content p{}
#secondary-content a{color: #4F7282; text-decoration:underline;}
#secondary-content a:hover{color: #4F7282; text-decoration:none;}
#secondary-content ul{
	padding-left: 15px;
	margin-left: 30px;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}
#secondary-content li{}
#secondary-content ul ul{padding-bottom:5px;}
#secondary-content li li{padding-bottom:0;}

/**************************************/

#sub-nav{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	background-image: url(../images/bg-nav-right.gif);
	background-repeat: no-repeat;
}
#sub-nav h1{
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	color: #231F20;
	padding-bottom: 10px;
}
#sub-nav h1 a{
	color: #231F20;
	text-decoration: none;
}
#sub-nav h1 a:hover{
	color: #231F20;
	text-decoration: none;
}
#sub-nav ul{
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;
	color: #4F7282;
}
#sub-nav ul a{color: #4F7282; text-decoration: none;}
#sub-nav ul a:hover{color:#231F20; text-decoration: none;}
#sub-nav li{
	padding-bottom: 3px;
}

/**************************************/

.nav-buttons{
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.nav-buttons p{padding-left: 32px;}
.nav-buttons a{color: #666666; text-decoration: none;}
.nav-buttons a:hover{color: #666666; text-decoration: none;}
.nav-button-brown{
	background-image: url(../images/bg-nav-button-brown.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 180px;
	background-position: center center;
}
.nav-button-brown-over{
	background-image: url(../images/bg-nav-button-brown-over.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 180px;
	background-position: center center;
}
.nav-button-blue{
	background-image: url(../images/bg-nav-button-blue.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 180px;
	background-position: center center;
}
.nav-button-blue-over{
	background-image: url(../images/bg-nav-button-blue-over.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 180px;
	background-position: center center;
}

/**************************************/

#img-caption-right{
	float:right;
	width: 180px;
	margin-right: 15px;
	margin-left: 15px;
}
#img-caption-right img{
	width:180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F7282;
	padding-bottom: 2px;
}
#img-caption-right p{
	padding-left: 0;
	padding-right: 0;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 12px;
	color: #4F7282;
}
#img-caption-left{
	float:left;
	width: 180px;
	margin-right: 15px;
	margin-left: 15px;
}
#img-caption-left img{
	width:180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F7282;
	padding-bottom: 2px;
}
#img-caption-right p{
	padding-left: 0;
	padding-right: 0px;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 12px;
	color: #4F7282;
}

/**************************************/

#mission-thumbs{
	width: 542px;
}
#mission-thumbs img{
	width: 180px;
	float: right;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F7282;
	padding-bottom: 2px;
}
#mission-thumbs h1{
	font-size: 12px;
	line-height: 14px;
	color: #4F4C4D;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 15px;
}
#mission-thumbs h2{
	font-size: 12px;
	line-height: 14px;
	color: #4F4C4D;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#mission-thumbs p{
	padding-bottom: 15px;
}
#map{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7B7979;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7B7979;
	width:540px;
	height:856px;
}

/**************************************/

#ministries{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E8EA;
	width: 512px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#ministries p{
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 0px;
}
#ministries p a{
	color: #231F20;
	text-decoration: none;
}
#ministries p a:hover{
	color: #231F20;
	text-decoration: underline;
}
#ministries ul{
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 30px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
}
#ministries ul a:hover{
	color: #231F20;
	text-decoration: none;
}
#ministries li{
	padding-bottom: 5px;
}
#ministries ul ul{
	margin-left: 15px;
	font-size: 11px;
	line-height: 13px;
	list-style-type: disc;
}
.ministries-bdr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E8EA;
	padding-bottom: 15px;
	padding-top: 15px;
}
#ministries hr{
	margin: 10px 0;
	padding: 0;
}

/**************************************/

#breadcrumb{
	font-size: 12px;
	line-height: 14px;
	color: #231F20;
	margin: 15px 15px -15px;
	font-weight: bold;
}
#breadcrumb a{
	color: #231F20;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #231F20;
	text-decoration: none;
}

/**************************************/

#mass{
	width: 249px;
	float:left;
	padding-left: 15px;
	padding-bottom: 15px;
}
#mass h1{
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0;
	padding-top: 0;
	font-style: normal;
	font-size: 11px;
	line-height: 13px;
	padding-left: 5px;
}
#mass p{
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 5px;
	font-size: 11px;
	line-height: 13px;
}
#mass img{
	height: 50px;
	float: right;
	width: 67px;
	padding-right: 5px;
	padding-left: 5px;
}
#mass a{color: #4F7282; text-decoration: underline;}
#mass a:hover{color: #231F20; text-decoration: none;}
#rssOutput p {
	width: 150px;
	margin-right: 0px;
	padding-right: 0px;
}

.mass-bdr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E8EA;
	padding-bottom: 5px;
	padding-top: 5px;
}

/**************************************/

#form{
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}
#form input{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#form textarea{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.form-title{
	text-align: right;
	padding-right: 15px;
	vertical-align: bottom;
	font-weight: bold;
	color: #BE272D;
	padding-top: 5px;
}
.form-input{
	vertical-align: bottom;
	padding-top: 5px;
	text-transform: none;
}
/**************************************/
#ministries-mission{}
#ministries-mission ul{margin-top:-10px; padding-bottom:10px;}
#ministries-mission ul ul{margin-top:5px; padding-bottom:0;}
#ministries-mission li{padding-bottom:5px;}



.contentpaneopen{width:100%}
