/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/


body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-position: center center;
	color: #333333;
	background-color: #80805E;
	line-height: 16px;
}

a {
	color: #663366;
	text-decoration: underline;
}

a:hover {
	color: #87795A;
	text-decoration: none;
}

h1{
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 95%;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
	color: #333333;
	margin-top: 4px;
	margin-bottom: 4px;
}
h4 a{
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h5{
	font-size: 95%;
	color: #FFFFFF;
	width: 95%;
	padding-left: 5px;
	padding-right: 3px;
	font-weight: normal;
}

ul{
	list-style-type: disc;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #170F27;
	padding: 2px 0px 2px 0px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 95%;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	color: Black;
	padding-left: 5px;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	color: #5F9EA0;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.bold {
	font-size: 110%;
	font-style: italic;
	color: #813E92;
	font-family: Georgia;
	font-weight: bold;
	line-height: normal;
}


.backnav {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/backnav_pic.gif);
}
blockquote { padding: 10px; margin: 5px 0 5px 5px; }
blockquote.pullquote {
	float: left;
	margin: 10px 50 10px 5px;
	padding: 4;
	text-align: left;
	line-height: 21px;
	list-style-type: circle;
	width: 200px;
}
blockquote.pullquoteleft { float: left; width: 150px; margin: 10px 15px 15px 15px; padding: 0; color: #663399; font-family: georgia, palatino, serif; font-size: 18px; text-align: center; line-height: 24px;  border: none;    }
blockquote.pullquoteright { float: right; width: 150px; margin: 10px 15px 15px 0; padding: 0; color: #663399; font-family: georgia, palatino, serif; font-size: 18px; text-align: center; line-height: 24px;  border: none;  }

.ministries {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #27776A;
	font-weight: bold;
	}
.ministries2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #87795A;
}
.ministries3 {
	color: #854496;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}
.ministriestitle {
	color: #27776A;
	font-size: 20px;
	font-weight: normal;
	font-family: georgia, palatino, serif;
	text-align: center;
	border: 1px solid #A175B2;
	padding: 5px;
	margin: 6px;
	border-color: #27776A;
	width: 85%;
	background-position: center;
}
.ministriessupport {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 85%;
}
.ministriessupport2 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 85%;
}
.ministriessub {
	font-size: 13pt;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}
.biblepassage {
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.justifiedtxt {
	padding-right: 10px;
	padding-left: 10px;
}
a.supportlinks {
	color: #993399;
	list-style-type: disc;
	text-decoration: underline;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #27776A;
	text-decoration: underline;
}
.functionlink {
	text-decoration: underline;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #663366;
}
.vline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.hline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: 5px;
}
.sidetext {
	font-size: 11px;
	color: #666666;
	padding-left: 22px;
	width: 130px;
}
p {
}
.img {
	margin: 2px;
}
.borderimg {
	border: 1px solid #CCCCCC;
}

