﻿/************ CONTENT STYLE ************/

* {
	padding: 0px;
	margin: 0px;
}

a {
/*	color: #16752b; */
	color: #585858;
	text-decoration: underline;
}

a img {
	border: none;
}

a:hover {
/*	color: #16752b; */
	color: #585858;

	text-decoration: none;
}

body {
	background: #FEE1B4 url('../images/bg_shape.gif') no-repeat scroll center top;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 140%;
}

h1 {
	color: #16752b;
	font-size: 160%;
	font-weight: normal;
	padding-bottom:10px;
	line-height: 110%;
}

h2 {
	color: #16752b;
	font-size: 160%;
	font-weight: normal;
	padding-bottom:10px;
	line-height: 110%;
}

h3 {
	padding-bottom: 1px;
	color: #16752b;
	font-size: 110%;
	font-weight: bold;
}

hr {
	border: 0;
	margin-top: 18px;
	margin-bottom: 10px;
	color: #aaaaaa;
	background: #aaaaaa;
	height: 1px;
}

li {
	padding-left: 0px;
	padding-bottom: 3px;
}

ol {
	padding-left: 30px;
}

p {
	padding-bottom: 10px;
}

ul {
	padding-left: 18px;
	padding-bottom:10px;
}

h2 a {
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}


.photo-left {
	float: left;
	margin-right: 16px;
	margin-top: 3px;
	padding-bottom: 0px;
}

.photo-right {
	float: right;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-left: 16px;
}

.church-name {
	color:#0099cc;
	font-weight:bold;
}

.blue-box {
	padding:12px 12px 8px 12px;
	background:#b4e1f2;
}

.blue-box h2,
.blue-box h3,
.blue-box h4,
.blue-box a,
.blue-box a:hover {
	color: #0099cc;
}

.blue-text {
	color: #0099cc;
}

.green-text {
	color: #55AA33;
}

.yellow-text {
	color: #ffAA33;
}

.thin-green-border {
	border:1px #008000 solid;
}

.large-text {
	font-size:120%;
}

.standout {
	background-color:#FFAA33;
	font-weight:bold;
	color:#ffffff;
	padding:2px 6px 2px 6px;
	margin-right:2px;
}

table.whoweare {
	margin-bottom:20px;
}

table.whoweare td p {
	padding-bottom:5px;
}


table.whoweare td {
	padding-bottom:10px;
}

table.vacancies {
	margin-bottom:18px;
}

table.vacancies th {
	background-color: #F0F0F0;
	padding-top:3px;
	padding-bottom:0px;
	text-align:left;
}

table.vacancies th p {
	padding-bottom:3px;
}



table.vacancies td {
	border-bottom:1px #aaaaaa solid;
	padding-top:8px;
	padding-bottom:0px;
}

#conf2012 {
	background:#57ab27 url('../../../images/conference-2012.png') no-repeat center top;
	width:410px; /* actual width 434px */
	padding:232px 0px 10px 24px;
	color:white;
	margin-bottom:20px;
}

/* needed for CMS  */

body.mceContentBody {
	background: #ffffff none;
	text-align:left;
	margin:0px;
	color:black;
	font-size:12.8px;	
}

.mceContentBody a {
	color: black !important; /* FF requires a important here */
	text-decoration:underline;
}

.mceContentBody td {
	font-size:12.8px;
	font-family: Arial, Helvetica, sans-serif;
}






