html {
	background: #e5d2a4 url(/static/images/bg-tile.jpg) repeat-x;
}
body {
	margin: 0;
	color: #000;
	font: 62.5% 'Verdana', Arial, Tahoma, sans-serif;
	background: url(/static/images/bg-texture.jpg) no-repeat 50% 0;
	min-width: 960px;
}
img {
	border-style: none;
}
a {
	color: #90653b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.services-page p a:hover,
.resources-page p a:hover,
.ministry-page p a:hover,
.about-us-page p a:hover,
.news-page p a:hover {
	text-decoration: none;
}
.services-page p a,
.resources-page p a,
.ministry-page p a,
.about-us-page p a,
.news-page p a {
	text-decoration: underline;
}
.services-page p a {
	color: #600a0b;
}
.resources-page p a {
	color: #441030;
}
.ministry-page p a {
	color: #1b3c50;
}
.news-page p a {
	color: #224721;
}
.about-us-page p a {
	color: #532f0e;
}

/* Original Link Colors
.services-page p a {
	color: #dc1809;
}
.resources-page p a {
	color: #bf2fa0;
}
.ministry-page p a {
	color: #2788ee;
}
.news-page p a {
	color: #04b400;
}
.about-us-page p a {
	color: #af6c00;
}

*/
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input, select {
	vertical-align: middle;
	font-size: 10px;
}
/* Utility bar */
.utility-bar-holder {
	background: #282828;
	border-bottom: 1px solid #fff;
}
.home-page .utility-bar-holder,
.about-us-page .utility-bar-holder {
	background: #532f0e;
}
.ministry-page .utility-bar-holder {
	background: #1b3c50;
}
.news-page .utility-bar-holder {
	background: #224721;
}
.resources-page .utility-bar-holder {
	background: #441030;
}
.services-page .utility-bar-holder {
	background: #600a0b;
}
.about-us-page .utility-bar ul li {
	border-left: 1px solid #705130;
}
.ministry-page .utility-bar ul li {
	border-left: 1px solid #2d4a59;
}
.resources-page .utility-bar ul li {
	border-left: 1px solid #6c4252;
}
.services-page .utility-bar ul li {
	border-left: 1px solid #834038;
}
.news-page .utility-bar ul li {
	border-left: 1px solid #43603b;
}
.utility-bar {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	overflow: hidden;
}
.utility-bar ul {
	margin: 0 0 0 -5px;
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
	overflow: hidden;
}
.utility-bar ul li {
	float: left;
	margin-left: -1px;
	border-left: 1px solid #705130;
	padding: 0 9px;
	font-size: 11px;
	line-height: 35px;
	font-style: italic;
}
.utility-bar ul a {
	color: #fff;
	font-style: normal;
	font-weight: bold;
}
.utility-bar .form-search {
	float: right;
	padding: 7px 3px 0 0;
	overflow: hidden;
}
.utility-bar .form-search label {
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	float: right;
	padding-right: 5px;
}
.utility-bar .form-search .text {
	background: #fff;
	border: none;
	height: 16px;
	padding: 3px 4px 0;
	font-size: 11px;
	float: right;
	width: 110px;
	margin-right: 3px;
	display: inline;
}
.utility-bar .form-search .btn {
	float: right;
}
/* Page size */
.page {
	width: 973px;
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}
/* Table group for SEO */
#header-holder {
	display: table-header-group;
}
#main-holder {
	display: table-footer-group;
}
/* Header */
#header {
	min-height: 145px;
	position: relative;
}
* html #header {
	height: 145px;
}
/* Logotype */
#header .logo a {
	position: absolute;
	top: 22px;
	left: 10px;
	height: 54px;
	width: 353px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/static/images/bg-logo.jpg) no-repeat;
}
#header .logo-print {
	display: none;
}
#header .info-holder {
	position: absolute;
	top: -70px;
	right: 0;
}
.verse { display: none; font-size: 9pt; background: #f5edda; width: 450px }
#header #main-verse.verse { display: block; margin-top: 95px; margin-right: 10px }
.active .verse, #menu li:hover .verse.noJS { display: block; z-index: 1}
#header .info-holder blockquote {
	margin: 0;
	top: 0;
	left: 0;
	text-align: right;
	line-height: 14px;
	z-index: 1;
}
* html #header .info-holder blockquote {
	font-weight: normal;
}
* +html #header .info-holder blockquote {
	font-weight: normal;
}

#header .info-holder .active {
	z-index: 2;
}
#header .info-holder q {
	background: url(/static/images/none.gif) no-repeat;
	quotes: none;
    font-weight: bold;
}
blockquote q:before {
	content: "";
}
blockquote q:after {
	content: "";
}
#header blockquote cite {
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}
/* Menu */
.main-menu {
	padding: 0 0 15px;
	position: absolute;
	top: 95px;
	z-index: 200;
	left: 10px;
}
#menu {
	width: 960px;
	border-top: 2px solid #cdb78b;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	list-style: none;
}
#menu li {
	float: right;
}
#menu a {
	display: block;
	text-align: center;
	padding: 12px 15px 9px;
	overflow: hidden;
	color: #906035;
	margin: -2px 0 0;
	position: relative;
}
#menu a:hover {
	text-decoration: none;
}
/*#menu .news {
	width: 144px;
}*/
#menu .active.news {
	color: #224721;
	background: url(/static/images/bg-news-active.gif) no-repeat center 0;
}
#menu .hover .news,
#menu .news:hover {
	color: #224721;
	background: url(/static/images/bg-news-active.gif) no-repeat center 0;
}
/*#menu .about {
	width: 104px;
}*/
#menu .active.about {
	color: #532f0e;
	background: url(/static/images/bg-about-active.gif) no-repeat center 0;
}
#menu .about:hover,
#menu li.hover a,
#menu li:hover a {
	color: #532f0e;
	background: url(/static/images/bg-about-active.gif) no-repeat center 0;
}
/*#menu .services {
	width: 99px;
}*/
#menu .active.services {
	color: #600a0b;
	background: url(/static/images/bg-services-active.gif) no-repeat center 0;
}
#menu .hover .services,
#menu .services:hover {
	color: #600a0b;
	background: url(/static/images/bg-services-active.gif) no-repeat center 0;
}
/*#menu .resources {
	width: 169px;
}*/
#menu .active.resources {
	color: #441030;
	background: url(/static/images/bg-resources-active.gif) no-repeat center 0;
}
#menu .hover .resources,
#menu .resources:hover {
	color: #441030;
	background: url(/static/images/bg-resources-active.gif) no-repeat center 0;
}
/*#menu .partners {
	width: 130px;
}*/
#menu .active.partners {
	color: #1b3c50;
	background: url(/static/images/bg-partners-active.gif) no-repeat center 0;
}
#menu .hover .partners,
#menu .partners:hover {
	color: #1b3c50;
	background: url(/static/images/bg-partners-active.gif) no-repeat center 0;
}
/* Drop menu */
#menu li.hover {
	position: relative;
}
#menu .drop-menu {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	padding: 13px 0 0;
}
#menu .drop-menu-border {
	background: url(/static/images/bg-drop-menu-border.png) no-repeat;
	padding: 2px 0 0;
	width: 165px;
}
#menu .drop-menu-border2 {
	background: url(/static/images/bg-drop-menu-border.png) no-repeat;
	padding: 0 0 2px;
	width: 165px;
}
#menu .drop-menu-area {
	background: url(/static/images/bg-drop-menu.png) repeat-y;
	width: 165px;
}
#menu .drop-menu-area ul {
	width: 161px;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	padding: 0 2px;
	list-style: none;
}
#menu .drop-menu-area ul li {
	float: none;
	height: 1%;
	vertical-align: top;
}
#menu li.hover ul a,
#menu .drop-menu-area ul a {
	text-align: left;
	margin: 0;
	height: 1%;
	color: #906035;
	background: none;
	padding: 5px 6px 5px 12px;
}
#menu .drop-menu-area ul a:hover,
#menu .drop-menu li:hover a,
#menu .drop-menu li.hover a {
	background: #dbc48d;
	color: #000;
}
#menu .drop-menu .drop-menu-area ul .next-level {
	background:url(/static/images/ico-arrow1.gif) no-repeat 96% 50%;
}
#menu .drop-right .drop-menu-area ul .next-level {
	background:url(/static/images/ico-arrow-right.gif) no-repeat 96% 50%;
}
#menu .drop-menu .drop-menu-area ul .next-level:hover,
#menu .drop-menu ul li.hover .next-level {
	background:#dbc48d url(/static/images/ico-arrow1.gif) no-repeat 96% 50%;
}
#menu .drop-right .drop-menu-area ul .next-level:hover,
#menu .drop-right ul li.hover .next-level {
	background:#dbc48d url(/static/images/ico-arrow-right.gif) no-repeat 96% 50%;
}
#menu .drop-menu-area ul .next-level:hover,
#menu ul li.hover .next-level {
	background:#dbc48d url(/static/images/ico-arrow1.gif) no-repeat 96% 50%;
}
#menu .drop-menu2 {
	display:none;
	position:absolute;
	left:161px;
	top:0;
}
#menu .drop-right .drop-menu2 {
	left:-165px;
}
#menu .drop-menu2 a {
	background:none !important;
	color:#7b6047 !important;
}
#menu .drop-menu2 a:hover {
	background:#dbc48d !important;
	color:#000 !important;
}
/* Main */
.main {
	padding: 0 0 42px;
	position: relative;
	height: 1%;
}
.main .logo-print {
	display: none;
}
.ministry-page .main,
.news-page .main {
	padding: 0 0 30px;
}
.ministry-page2 .main {
	padding: 0 0 34px;
}
.interior-page .main {
	padding: 0 0 26px;
}
.main h1 {
	margin: 0 0 15px 10px;
	padding: 25px 0 10px;
	font: bold 32px/32px 'Verdana', Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
}
.news-page .main h1 {
	color: #224721;
	border-bottom: 3px solid #224721;
}
.about-us-page .main h1 {
	color: #532f0e;
	border-bottom: 3px solid #532f0e;
}
.services-page .main h1 {
	color: #600a0b;
	border-bottom: 3px solid #600a0b;
}
.resources-page .main h1 {
	color: #441030;
	border-bottom: 3px solid #441030;
}
.ministry-page .main h1 {
	color: #1b3c50;
	border-bottom: 3px solid #1b3c50;
}
/* Breadcrumbs */
.breadcrumbs {
	position: absolute;
	top: 0;
	color: #8a5d33;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 15px;
	left: 2px;
}
.breadcrumbs li {
	float: left;
	padding-right: 5px;
}
.breadcrumbs li.last a {
	background: none;
	padding: 0;
}
.breadcrumbs a {
	color: #8a5d33;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
/* Tools */
.tools {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:2px;
	font-size: 11px;
	line-height: 15px;
	right:-13px;
}
.tools li {
	float:left;
	padding-right:13px;
}
.tools a {
	color: #8a5d33;
	padding-bottom:2px;
}
.tools li a:hover {
	text-decoration: underline;
}
.tools a.print {
	background:url(/static/images/ico-print.gif) no-repeat 0 0;
	padding-left:24px;
}
.tools a.email {
	background:url(/static/images/ico-mail.gif) no-repeat 0 1px;
	padding-left:25px;
}
.tools a.bookmark {
	background:url(/static/images/ico-bookmark.gif) no-repeat 0 1px;
	padding-left:18px;
}
/* About us */
.about-us {
	background: #f8f0de;
	margin: 0 0 15px 10px;
	overflow: hidden;
	padding: 20px 0;
	width: 965px;
	border: 1px solid #cdb78b;
}
.about-us .snippets {
	float: left;
	margin-left: 20px;
	display: inline;
	width: 285px;
}
.about-us .our-history {
	width: 300px;
}
.about-us .snippets h2 {
	padding: 0;
}
.about-us .snippets h2 a {
	color: #532f0e;
}
.about-us .snippets .img-border {
	display: block;
	margin: 10px 0 0;
	border: 5px solid #fff;
}
.about-us .snippets .img-border:hover,
.about-us .snippets .active {
	border-color: #e5d2a4;
}
.about-us .snippets img {
	display: block;
}
.about-us .snippets p {
	margin: 15px 0 0;
}
.columns-holder {
	overflow: hidden;
	padding-left: 10px;
	height: 1%;
}
/* Content */
#content {
	float: left;
	width: 754px;
}
#content p {
	margin: 0 0 10px;
}
.news-page #content,
.ministry-page #content,
.services-page #content,
.resources-page #content,
.about-us-page #content {
	width: 638px;
}

/* Slideshow */
.slideshow-box {
	margin: 0 0 10px 0;
	position: relative;
	left: -10px;
	width: 774px;
	height: 320px;
	background:url(/static/images/bg-slideshow.png) no-repeat 0 0;
}
.ministry-page .slideshow-box {
	margin: 0 0 10px 0;
	position: relative;
	left: -10px;
	width: 658px;
	height: 320px;
	background:url(/static/images/bg-slideshow2.png) no-repeat 0 0;
}
.slideshow-box-area {
	width: 754px;
	height: 300px;
	padding: 10px;
}
.ministry-page .slideshow-box-area {
	width: 638px;
	height: 300px;
	padding: 10px;
}
.slideshow-main-holder {
	position: relative;
	height: 300px;
}
.slideshow-main-holder .gallery {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #333;
}
.slideshow-main-holder .gallery li {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.slideshow-main-holder .gallery li.active {
	z-index: 2;
}
.slideshow-main-holder .main-img {
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow-main-holder .main-img img {
	display: block;
}
.slideshow-main-holder .title {
	position: absolute;
	top: 200px;
	left: 10px;
}
.slideshow-main-holder .title strong {
	font: normal 24px/24px 'Verdana', Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	color: #fff;
}
.slideshow-main-holder .slideshow-hold1 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.slideshow-main-holder .slideshow-hold2 {
	background: url(/static/images/bg-slideshow-text.png);
	width: 754px;
	height: 65px;
}
.ministry-page .slideshow-main-holder .slideshow-hold2 {
	width: 638px;
}
.slideshow-main-holder .text {
	width: 313px;
	padding: 5px 10px;
}
.slideshow-main-holder .text p {
	margin: 0;
	color: #fff;
	font: 12px/16px 'Verdana', Arial, Tahoma, sans-serif;
}
.slideshow-main-holder #carusel {
	position: absolute;
	bottom: 6px;
	right: 0;
	z-index: 10;
	float: right;
}
.slideshow-main-holder #carusel .btn-hold {
	float: left;
	height: 53px;
	overflow: hidden;
	position: relative;
}
.slideshow-main-holder #carusel .btn-hold {
	width: 354px;
}
.ministry-page .slideshow-main-holder #carusel .btn-hold {
	width: 236px;
}
.slideshow-main-holder #carusel a:focus {
	outline: none;
}
.slideshow-main-holder #carusel .link-prev,
.slideshow-main-holder #carusel .link-next {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 6px;
	width: 11px;
	height: 50px;
	background: url(/static/images/ico-prev.png) no-repeat;
}
.slideshow-main-holder #carusel .link-prev:hover {
	background: url(/static/images/ico-prev-hover.png) no-repeat;
}
.slideshow-main-holder #carusel .link-next {
	background: url(/static/images/ico-next.png) no-repeat;
}
.slideshow-main-holder #carusel .link-next:hover {
	background: url(/static/images/ico-next-hover.png) no-repeat;
}
.slideshow-main-holder #carusel ul {
	margin: 0;
	float: left;
	padding: 0;
	list-style: none;
	display: inline;
}
.slideshow-main-holder #carusel ul li {
	float: left;
	padding-right: 6px;
	width: 53px;
	overflow: hidden;
}
.slideshow-main-holder #carusel ul a {
	border: 1px solid #fff;
	float: left;
}
.slideshow-main-holder #carusel ul a:hover,
.slideshow-main-holder #carusel ul .active a {
	border: 1px solid #b48355;
}
.slideshow-main-holder #carusel ul li img {
	display: block;
	height: 50px;
}
/* Posts area */
.posts-area {
	padding: 10px 0 0;
}
.posts-area .posts {
	margin: 1px 0 0 0;
}
.about-us-page .posts-area {
	padding: 0;
}
.about-us-page .posts-area .posts {
	padding-bottom: 16px;
}
.posts-area .posts .description .text-area {
	margin: 0px;
	padding-right: 10px;
}
.posts-area .posts .description .text-area p {
	margin: 0 0 10px;
}
.about-us-page .pagination {
	border: none;
	padding-top: 17px;
}
/* Ministry partners */
.ministry-partners {
	padding: 0 0 0 10px;
	margin-bottom: -16px;
}
.ministry-partners p {
	margin: 0;
}
.all-ministries {
	padding: 22px 0 0;
}
.all-ministries .tabset {
	border-width: 3px;
}
.all-ministries .ministries-info {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.all-ministries div.tab {
	width: 630px;
	overflow: hidden;
	float: left;
}
.all-ministries .tabs-holder {
	width: 100%;
	overflow: hidden;
}
.images-holder {
	margin-top: 15px;
	float: left;
	width: 100%;
}
.all-ministries .img-area {
	padding: 0 0 15px;
	overflow: hidden;
	height: 1%;
}
.all-ministries .img-area h2,
.images-holder {
	color: #1b3c50;
}
.all-ministries .img-area ul {
	margin: 0 0 0 -10px;
	padding: 0;
	width: 640px;
	list-style: none;
}
.all-ministries .img-area ul .more-info {
	display: none;
}
.all-ministries .img-area ul li {
	float: left;
	padding: 10px;
}
.all-ministries .img-area ul .photo {
	display: block;
}
.all-ministries .img-area ul .photo:hover {
	position: relative;
}
.all-ministries .img-area ul a.photo:focus {
	outline: none;
}
.all-ministries .img-area ul .photo img {
	display: block;
}
.all-ministries .img-area ul .photo img.visible {
	display: block;
}
.all-ministries .img-area ul .photo img.hidden {
	display: none;
}
.all-ministries .img-area ul .photo:hover img.hidden {
	display: block;
}
.all-ministries .img-area ul .photo:hover img.visible {
	display: none;
}
#ministry-info {
	float: right;
	width: 279px;
	overflow: hidden;
	margin: 20px 0 0;
	background: #f8f0de;
	padding: 10px;
	border: 1px solid #cdb78b;
	display: none;
}
#ministry-info .text h2 {
	color: #432318;
}
#ministry-info .text p {
	margin: 9px 0 16px;
}
#ministry-info h2 {
	font-size: 18px;
	color: #1b3c50;
}
#ministry-info .view {
	height: 1%;
	display: block;
}
#ministry-info .view a {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	margin: 1px 0 0;
	float: left;
	background-color: #1b3c50;
	padding: 0 14px 0 9px;
	color: #fff;
}
#ministry-info .view a:hover {
	text-decoration: none;
	background-color: #295c7b;
}
/* Content area */
.content-area {
	padding: 0;
}
.main h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 18px;
}
#sidebar .partners h2 {
	color: #1b3c50;
	margin: 5px 0;
}
/* Blockquote */
/*.blockquote {
	margin: 0 0 5px;
	border: 1px solid #cdb78b;
	background: #f8f0de;
	padding: 15px;
	padding-bottom: 5px;
}
.blockquote p {
	margin: 0 0 10px 0;
}*/
.blocks-holder {
	overflow: hidden;
	height: 1%;
	padding: 20px 0 0;
}
.ministry-page .blocks-holder {
	padding-top: 20px;
}
.blocks-holder .column1 {
	float: left;
	width: 305px;
}
.ministry-page .blocks-holder .column1 {
	width: 190px;
}
/* Speakers */
.speakers-holder {
	background: #f8f0de;
	padding: 10px 15px;
	overflow: hidden;
	height: 1%;
	margin-bottom: 1px;
}
.speakers-holder img {
	display: block;
	margin: 10px 0;
}
.speakers-holder p {
	margin: 0;
}
.read-bio {
	float: left;
	margin: 8px 0 0;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	background-color: #1b3c50;
	padding: 0 9px;
}
.read-bio:hover {
	text-decoration: none;
	background-color: #295c7b;
}
/* Banner */
.banner {
	padding: 0;
}
.banner img {
	display: block;
}
/* I want box */
.i-want {
	margin: 30px 0 0;
}
.i-want h2 {
	color: #441030;
	border-bottom: 2px solid #441030;
}
/*Links*/
.links {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
	overflow: hidden;
	height: 1%;
}
.links li {
	vertical-align: top;
	height: 1%;
	margin-bottom: 1px;
}
.links a {
	display: block;
	padding: 5px 5px 5px 20px;
	background: #f8f0de;
	color: #301b12;
}
.links a:hover {
	text-decoration: none;
	background: #fffcf5 url(/static/images/ico-arrow7.gif) no-repeat 8px 50%;
}
/* Survey box */
.survey {
	margin: 30px 0 0;
}
.survey h2 {
	color: #600a0b;
	border-bottom: 2px solid #600a0b;
}
.blocks-holder .column2 {
	float: right;
	width: 428px;
}
.ministry-page .blocks-holder .column2 {
	width: 428px;
}
/* Sample programs */
.sample-programs {
	overflow: hidden;
	height: 1%;
}
.sample-programs h2 {
	color: #1b3c50;
	border-bottom: 2px solid #9baab1;
	line-height: 30px;
}
.sample-programs .player {
	display: block;
	margin: 16px 0 0;
}
/* News box */
.news {
	overflow: hidden;
	height: 1%;
}
/* Resources box */
.resources {
	overflow: hidden;
	height: 1%;
	margin: 0 0 35px 0;
}
/* Posts */
.posts {
	padding: 10px 15px;
	overflow: hidden;
	height: 1%;
	background: #f8f0de;
	margin: 0 0 1px 0;
}
.first-post {
	margin: 0 0 1px 0;
}
.ministry-page .posts,
.ministry-page2 .posts {
	padding: 10px 15px;
}
.ministry-page2 .first-post {
	margin: -4px 0 0;
}
.main h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}
.main h3 a {
	color: #000;
}
.posts ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	color: #683b16;
}
.posts ul li {
	float: left;
	padding: 0 9px;
	background: url(/static/images/bullet-news.gif) no-repeat 0 center;
	font-size: 10px;
	line-height: 14px;
	width:100%;
}
.posts ul li:first-child {
	padding-left: 0;
	background: none;
}
.posts ul a {
	color: #683b16;
}
.posts ul a:hover {
	color: #4c2606;
	text-decoration: underline;
}
.posts .description {
	overflow: hidden;
	height: 1%;
	padding: 8px 0 0;
}
.posts .description img {
	float: right !important;
	margin: 4px 0 10px 10px;
}
.posts .description .text-area {
	float: left;
	margin-right: 10px;
	width:100%;
}
.posts .description .text-area p,
.posts .text-holder p {
	margin: 0 0 15px 0;
}
.posts .description .text-area img {
	float: left;
	margin: 0 10px 10px 0;
}
.posts .text-holder p {
	margin: 0 0 10px 0;
}
.posts .text-author {
	font-weight: bold;
	float: left;
	width: 100%;
}
.read-post {
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 10px;
	color: #683b16 !important;
	background: #e6d3a5;
	text-decoration: none !important;
}
.read-post:hover {
	text-decoration: none;
	background: #d7c28e;
	color: #4c2606 !important;
}
.all-news {
	margin: 0;
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	background: #d0b57a;
	color: #fff;
}
.calendar-nav {
	clear: both;
	overflow: hidden;
	padding: 15px 0;
}
.calendar-nav a.left,
.calendar-nav a.right {
	padding: 0 10px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	background: #d0b57a;
	color: #fff;
}
.calendar-nav a.left:hover,
.calendar-nav a.right:hover {
	background: #bea162;
	text-decoration: none;
}
.calendar-nav a.left {
	float: left;
}
.calendar-nav a.right {
	float: right;
}
.all-news:hover {
	background: #bea162;
	text-decoration: none;
}
/* Pagination */
.pagination {
	margin: 2px 0 0;
	padding: 19px 0 0 2px;
	list-style: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
.pagination li {
	float: left;
	padding: 0 3px 3px 0;
}
.pagination li.prev a {
	background: #d0b57a;
	color: #fff;
}
.pagination li.prev a:hover {
	background: #bea162;
	text-decoration: none;
}
.pagination li.next a {
	background: #d0b57a;
	color: #fff;
}
.pagination li.next a:hover {
	background: #bea162;
	text-decoration: none;
}
.pagination a {
	display: block;
	padding: 0 8px;
	background: #d0b57a;
	color: #fff;
}
.pagination a:hover,
.pagination li.active a {
	background: #bea162;
	text-decoration: none;
}
/* Sidebar */
#sidebar {
	padding: 0;
	float: right;
	width: 188px;
}
.ministry-page #sidebar,
.news-page #sidebar,
.services-page #sidebar,
.resources-page #sidebar,
.about-us-page #sidebar {
	width: 305px;
	padding: 0;
}
.news-page #sidebar,
.about-us-page #sidebar {
	padding: 0;
}
.ministry-page #sidebar h2,
.news-page #sidebar h2,
.services-page #sidebar h2,
.resources-page #sidebar h2,
.about-us-page #sidebar h2  {
	line-height: 1.00em;
	letter-spacing: -1px;
	padding: 0 0 8px 0;
}
/*Red*/
.services-page .column1 h2
.services-page .column2 h2,
.services-page .main #sidebar h2,
.services-page .posts-area h2  {
	color: #600a0b;
	border-bottom: 2px solid #600a0b;
}
/*Purple*/
.resources-page .column1 h2
.resources-page .column2 h2,
.resources-page .main #sidebar h2,
.resources-page .posts-area h2 {
	color: #441030;
	border-bottom: 2px solid #441030;
}
/*Blue*/
.ministry-page .resources h2,
.ministry-page .column1 h2,
.ministry-page .column2 h2,
.ministry-page .main #sidebar h2,
.ministry-page .posts-area h2  {
	color: #1b3c50;
	border-bottom: 2px solid #1b3c50;
}
/*Green*/
.column2 h2,
.news-page .column1 h2,
.news-page .column2 h2,
.news-page .main #sidebar h2,
.news-page .posts-area h2  {
	color: #224721;
	border-bottom: 2px solid #224721;
}
/*Brown*/
.about-us-page .column1 h2
.about-us-page .column2 h2,
.about-us-page .posts-area h2,
.about-us-page .main #sidebar h2,
.about-us-page .posts-area h2  {
	color: #532f0e;
	border-bottom: 2px solid #532f0e;
}
/* By category */
.by-category,
.by-partners,
.by-date {
	overflow: hidden;
	height: 1%;
}
/* By partners */
.by-partners,
.by-date {
	margin: 33px 0 0;
}
/* Comments */
.comments {
	margin: 35px 0 0;
	overflow: hidden;
	height: 1%;
	width: 100%;
	clear: both;
}
.comments h3 {
	margin: 0 0 15px 0;
}
.comments .comment {
	margin: 1px 0 0;
	padding: 10px 15px;
	background: #eddebb;
	overflow: hidden;
}
.comments .comment.even {
	background: #f0e2c1;
}
.comments .comment .attributes {
	list-style: none;
	float: left;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #e5d2a4;
	width: 100px;
}
.comments .comment .attributes li {
	background: none;
	float: none;
	margin: 0;
	padding: 0;
}
.comment .anchor {
	text-align: left;
	color: #432318;
}
.comment .name {
	font-weight: bold;
	font-style: italic;
}
.comment .description {
	width: 475px;
	margin-left: 130px;
}
.comment .description p {
	font-size: 11px;
}

/* Sidebar Widget */
.widget {
	margin: 0 0 35px 0;
	overflow: hidden;
}
.widget .info {
	background: #f8f0de;
	padding: 10px 15px;
}
.widget .info p {
	margin: 0;
	margin: -2px 0 0;
}
.widget .info a {
	color: #86572d;
}
/* Press releases */
.widget .form-box {
	background: #f8f0de;
	padding: 10px 15px;
}
.widget .form-box em {
	font-style: normal;
	display: block;
	overflow: hidden;
	height: 1%;
}
.widget .form-box em span {
	float: left;
	padding-right: 4px;
}
.widget .form-box em a {
	color: #86572d;
	font-size: 12px;
	line-height: 15px;
	padding-right: 19px;
	float: left;
	background: url(/static/images/ico-rss.gif) no-repeat 100% 1px;
}
.widget .form-box p {
	margin: 0 0 5px 0;
}
.widget .form-box label {
	display: block;
	margin: -3px 0 0;
}
.widget .form-box .form-item {
	overflow: hidden;
	height: 1%;
	margin: 4px 0 0 -2px;
}
.widget .form-box .form-item .text {
	background: #fff;
	border: 1px solid #dacfc2;
	width: 161px;
	height: 16px;
	float: left;
	display: inline;
	margin-right: 3px;
	padding: 3px 3px 0;
}
.widget .form-box .form-item .submit {
	float: left;
}
.widget .form-box .delivered {
	display: block;
	font-size: 10px;
	font-style: italic;
	margin: 0;
}
.widget .form-box .delivered a {
	color: #86572d;
}
.news-page .banner {
	margin: 31px 0 0;
}
/* Partners */
.partners {
	padding: 2px 0 0;
}
.partners .partners-area {
	width: 100%;
	overflow: hidden;
	position: relative;
}
/* Tabset */
.tabset {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
	list-style: none;
	border-bottom: 2px solid #1b3c50;
	font-size: 12px;
	line-height: 20px;
}
.tabset li {
	float: left;
}
.tabset a {
	color: #000;
	display: block;
	padding: 5px 10px;
}
.tabset a:focus {
	outline: none;
}
.tabset a:hover {
	text-decoration: none;
	background: #f8f0de;
}
.tabset a.active {
	color: #fff;
	background: #1b3c50;
}
.partners .links {
	line-height: 14px;
}
/* Partner login */
.partner-login {
	padding: 35px 0 0;
}
.partner-login h2 {
	color: #1b3c50;
	border-bottom: 2px solid #1b3c50;
}
.form-login {
	background: #f8f0de;
	padding: 10px 15px;
}
.form-login p {
	margin: 0 0 13px;
	line-height: 14px;
}
.form-login label {
	font-weight: bold;
	padding: 0 0 0 3px;
	line-height: 20px;
}
.form-login .text {
	background: #fff;
	border: 1px solid #e5d2a4;
	width: 137px;
	padding: 3px 3px 0;
	margin: 0 0 10px 0;
	height: 17px;
}
.form-item .submit,
.form-login .submit,
input.js-pollSubmitVoteButton {
	padding: 0 8px;
	color: #fff;
	font: bold 11px/20px 'Verdana', Arial, Tahoma, sans-serif;
	border: none;
}
.about-us-page .form-item .submit {
	background-color: #532f0e;
}
.about-us-page .form-item .submit:hover {
	background-color: #7b4514;
}
.news-page .form-item .submit {
	background-color: #224721;
}
.news-page .form-item .submit:hover {
	background-color: #346d32;
}
.ministry-page .form-item .submit,
.form-login .submit {
	background-color: #1b3c50;
}
.ministry-page .form-item .submit:hover,
.form-login .submit:hover {
	background-color: #295c7b;
}
input.js-pollSubmitVoteButton {
	background-color: #600a0b;
}
input.js-pollSubmitVoteButton:hover {
	background-color: #a5191b;
}
/* Pictures */
.pictures {
	margin: 0 0 35px 0;
}
.pictures img {
	display: block;
}
.pictures-area {
	background: #f8f0de;
	padding: 20px;
}
.no-border {
	border: none;
}
/* Interior page */
.interior-page .columns-holder {
	padding-top: 18px;
}
.interior-page #content p {
	margin: 0;
}
.interior-page #content p a {
	color: #86572d;
}
.interior-page .main #content h2 {
	font-size: 1.50em;
	color: #532f0e;
	margin: 0 0 15px 0;
}
.interior-page .main #content h3 {
	margin: 14px 0 18px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
	color: #000;
}
.interior-page #content .blockquote {
	font-style: italic;
	margin: 14px 0 0;
	padding: 10px;
}
.right-img {
	float: right;
	margin: 0 0 20px 20px;
}
img.right-img,
.right-img img {
	display: block;
	border: 1px solid #cdb78b;
	padding: 4px;
	background: #f8f0de;
}
.interior-page #content h4 {
	margin: 22px 0 0;
	font-weight: normal;
	font-size: 14px;
}
.interior-page #content ul {
	margin: 0;
	padding: 20px 0 0 11px;
	list-style: none;
}
.interior-page #content ul li {
	background: url(/static/images/bullet.gif) no-repeat 0 8px;
	padding-left: 14px;
}
.interior-page #content h5 {
	margin: 17px 0 0;
	font-size: 12px;
}
.interior-page #content ol {
	margin: 0;
	list-style: none;
	padding: 18px 0 0;
}
.interior-page #content ol li {
	padding-left: 8px;
}
.interior-page #content h6 {
	margin: 19px 0 17px;
	font-size: 12px;
	font-weight: normal;
}
.interior-page .ministry-partners2 {
	margin: -14px 0 0;
	overflow: hidden;
	height: 1%;
}
.interior-page .ministry-partners2 .all-news {
	color: #532f0e;
	background: #f8f5f0 url(/static/images/ico-arrow5.gif) no-repeat 96% 10px;
}
.interior-page .ministry-partners2 .all-news:hover {
	background: #fff url(/static/images/ico-arrow5.gif) no-repeat 96% 10px;
}
.interior-page .subscribe-now {
	margin: 33px 0 0;
}
/* Footer */
#footer {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background: url(/static/images/bg-footer.png) no-repeat;
}
#footer .sections {
	overflow: hidden;
	height: 1%;
	padding: 25px 0 40px 4px;
	float: left;
}
.section1, .section2, .section3, .section4, .section5 {
	float: left;
	width: 125px;
}
.section2 {
	width: 238px;
}
.section3 {
	width: 132px;
}
.section4 {
	width: 118px;
}
.section5 {
	width: 80px;
}
#footer .sections h6 {
	margin: 0;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #31271c;
}
#footer .sections ul {
	margin: 0;
	padding: 12px 0 0;
	list-style: none;
	font-size: 10px;
	line-height: 14px;
	color: #8d6b40;
}
#footer .sections ul a {
	color: #8d6b40;
}
#footer .sections ul a:hover {
	color: #683b16;
	text-decoration: underline;
}
#footer .copyright {
	float: right;
	width: 250px;
	padding: 25px 0 40px 4px;
}
#footer .copyright p {
	margin: 0;
	color: #fff;
	font-size: 1.0em;
	line-height: 1.3em;
	text-align: right;
	padding: 12px 0 0;
}
#footer .copyright p a {
	color: #fff;
}
div.tab {
	display: none;
}
#loader {
	overflow: hidden;
	width: 48px;
	height: 48px;
	position: absolute;
	z-index: 100;
	text-indent: -6666px;
	background: url(/static/images/load.gif) no-repeat;
	display: none;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
}
/*Table */
#content table {
	padding: 0;
	margin: 21px 0 0;
	width: 100%;
	border-collapse: collapse;
	background: #f8f0de;
}
#content table tr.odd {
	background: #fffcf5;
}
#content table td,
#content table th {
	padding: 5px;
	margin: 0;
	border: 1px solid #cdb78b;
	text-align: left;
	vertical-align: top;
}
#content table th {
	font-weight: bold;
	background: #f0ece6;
}
#content table.none,
#content table.none tr.odd,
#content table.none td,
#content table.none th,
#content table.none th {
	background: none;
	border: none;
}
#content .text-holder table {
	clear: both;
	background: #fffcf5;
}
#content .posts img {
	margin: 0 10px 10px 0;
}

/* Form Styles */
#content form {
	margin: 15px 0 0;
	width: 100%;
	overflow: hidden;
}
#content form .error p {
	color: #f00;
	margin: 0 0 18px;
	font-weight: bold;
}
#content form .form-line {
	width: 100%;
	overflow: hidden;
	padding: 0 0 16px;
}
#content form .form-item {
	float: left;
	margin-right: 30px;
}
#content form label {
	font-size: 12px;
	font-weight: bold;
	color: #906035;
	margin: 0;
}
#content form tr.error label {
	color: #f00;
}
#content form .error input[type=text],
#content form .error input[type=password],
#content form .error textarea {
	border: 2px solid #ff0000;
	background: url(../images/bg-form-error.gif) no-repeat 0 0;
}
#content form ul.errorlist {
	margin: 0;
	padding: 0;
	color: #f00;
	list-style: none;
	clear: left;
}
#content form ul.errorlist li {
	margin: 0;
	padding: 0;
	background: none;
}
#content form .error,
#content .error {
	color: #f00;
}
#content form input[type=text],
#content form input[type=password],
#content form textarea {
	border: 1px solid #c2b7aa;
	background: url(/static/images/bg-form.gif) no-repeat 0 0;
	padding: 5px 5px;
	font: 12px/14px 'Verdana', Arial, Helvetica, sans-serif;
	color: #000;
	outline: none;
}
#content form input[type=text],
#content form input[type=password] {
	float: left;
}
#content form .controls {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
	overflow: hidden;
}
#content form .controls li {
	padding: 0;
	background: none;
	float: left;
	margin: 0 3px 0 0;
	display: inline;
}
#content form .controls input {
	margin: 0;
	list-style: none;
	width: 16px;
	height: 15px;
}
#content form select {
	width: 108px;
	font: 12px/14px 'Verdana', Arial, Helvetica, sans-serif;
}
#content form .submit-holder {
	width: 100%;
	overflow: hidden;
}
#content form input[type=submit] {
	margin: 0 0 20px 0;
	font-size: 120%;
}
/*Sidebar Submenu*/
.widget ul.links li div.drop-menu2 {
	margin-top: 1px;
	margin-bottom: -1px;
}
.widget ul.links li div.drop-menu2 ul {
	list-style: none;
	padding: 0 0 0 10px;
}
.widget ul.links li div.drop-menu2 ul li a {
	font-size: 11px;
	color: #906035;
	background: #f3e9d0;
}
.widget ul.links li div.drop-menu2 ul li a:hover {
	text-decoration: none;
	background: #fef8ea url(/static/images/ico-arrow7.gif) no-repeat 8px 50%;
}
/*Attributes*/
.attributes {
	margin: 0 0 15px 0;
}
.attributes ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
.attributes li {
	display: block;
	float: left;
	padding: 2px 10px;
	font-size: 10px;
	background: url(/static/images/bullet-news.gif) no-repeat 0 center;
	color: #906035;
	text-decoration: none;
	text-transform: capitalize;
}
.attributes li:first-child {
	border-left: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-style: italic;
	background: none;
}
.attributes li a:hover {
	text-decoration: underline;
}