body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
}
img,
img a {
	border: 0;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	letter-spacing: -1px;
	color: #900;
	margin: 0;
	padding: 0 0 0 40px;
	background: url(/images/h1_foot.gif) no-repeat center left;
}
h1.home {
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	letter-spacing: -1px;
	color: #900;
	margin: 0;
	padding: 0;
	background: none;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #900;
	margin: 0 0 -5px 0;
	padding: 0;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
	margin: 0;
}
h5 {
	font-size: 0.7em;
	font-weight: bold;
	color: #444;
	padding: 0;
	margin: -2px 0 0 0;
}
ul {
	list-style-image: url(/images/bullet.gif);
}
blockquote {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	color: #fff;
	background: #9cc url(/images/bg_quote.gif) repeat-y top center;
	margin: 0 20px 0 20px;
	padding: 8px 5px 8px 5px;
}
a {
	color: #36c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666;
}
a:hover, a:active {
	color: #f60;
	text-decoration: none;
}
em {
	font-style: italic;
	color: #900;
}

/* Page Structure */
#container {
	width: 780px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 900px;
	height: 182px;
	background: url(/images/header.jpg) no-repeat scroll top center;
}
#header img {
	float: left;
	border: 0;
}
#search {
	width: 420px;
	margin: 138px 80px 0px 0px;
	padding: 0px;
	background: transparent;
	display: inline;
	text-align: right;
	float: right;
}
#content {
	width: 560px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0 20px 10px;
	float: right;
}
#content p {
	text-align: justify;
}
#content a:hover {
	border: 0;
}
* html #content { margin: 0; }

#quote {
	width: 200px;
	height: auto;
	padding: 0;
	margin: 20px 0 10px 0;
	float: left;
}

#footer {
	display: block;
	position: relative;
	clear: both;
	width: 540px;
	height: 23px;
	margin: 0 auto 10px auto;
	padding: 7px 0 0 240px;
	font-size: 0.75em;
	color: #000;
	background: url(/images/bg_footer.gif) no-repeat center right;
}
#footer a,
#footer a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #fff;
}
#options {
	margin: 0px;
	padding: 0px 2px 0px 14px;
}
#accessibility
{
	position: absolute;
	top: -10000px;
}


/* Ekklesia News */

#news_container {
	width: 200px;
	height: auto;
	background: #820000 url(/images/bg_nav_main.gif) repeat-y scroll top center;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	font: bold 11px arial, sans-serif;
	color: #999;
}
#news_container p {
	padding: 0px 10px 0px 10px;
}
#news_container h1 {
	margin: 0;
	padding: 0px 10px 0px 10px;
	font-size: 1.3em;
	letter-spacing: normal;
	color: #fff;
	background: none;
}
#news_container a {
	color: #fff;
	text-decoration: none;
}
#news_container a:visited {
	color: #999;
	text-decoration: none;
}

#news_container a:hover,
#news_container a:active {
	color: #ff9;
	text-decoration: none;
}


/* FORMS */

form {
	margin: 0px;
	padding: 0px;
}
.searchbox {
	height: 15px;
	width: 180px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	background: #fff url(/images/bg_field.gif) repeat scroll left center;
}
.searchbutton {
	display: inline;
	height: 16px;
	width: 70px;
	padding: 2px;
	margin: 0px;
	border: 0;
	vertical-align: bottom;
}
.search_bt { 
	width: 80px;
	height: 22px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* Register Form */
form dt{
	margin: 10px 10px 0px 20px;
	font-size: 0.9em;
	font-weight: bold;
}
form dd {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1em;
}
form .medium, 
form .mediumbox, 
form .largebox,
form .small {
	border: 1px solid #999;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	padding: 3px;
}
form .medium {
	width: 250px;
}
form .small {
	width: 80px;
}
form .mediumbox {
	width: 250px;
	height: 80px;
}
form .largebox {
	width: 450px;
	height: 200px;
}
.error {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	color: #f60;
	margin: 0;
	padding:0;
}
.tickbox {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1em;
}


/* Sitemap List */
ul#sitemap {
	margin: 10px 10px 10px 40px;
	padding: 5px;
}
ul#sitemap li {
	padding: 2px 0 2px 1px;
	line-height: 1.1em;
}

/* Homepage */
ul#sitearea {
	position: relative;
	display: block;
	width: 560px;
	height: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sitearea li {
	float: left;
	display: inline;
	margin-right: 25px;
	text-indent: -30000px;
}
ul#sitearea li.last {
	margin: 0;
}
ul#sitearea li#programme a {
	width: 170px;
	height: 100px;
	display: block;
	background: url(/images/area_progstructure.gif) no-repeat scroll top center;
	border: 0;
}
ul#sitearea li#webtools a {
	width: 170px;
	height: 100px;
	display: block;
	background: url(/images/area_webtools.gif) no-repeat scroll top center;
	border: 0;
}
ul#sitearea li#register a {
	width: 170px;
	height: 100px;
	display: block;
	background: url(/images/area_register.gif) no-repeat scroll top center;
	border: 0;
}
ul#sitearea li#programme a:hover,
ul#sitearea li#webtools a:hover,
ul#sitearea li#register a:hover {
	background-position: 0 -100px;
}

/* Web tools */
ul#webtools {
	position: relative;
	display: block;
	width: 560px;
	height: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#webtools li {
	float: left;
	display: inline;
	margin: 10px 25px 20px 0;
	text-indent: -30000px;
}
ul#webtools li.last {
	margin: 10px 0 20px 0;
}
ul#webtools li#forum a {
	width: 170px;
	height: 100px;
	display: block;
	background: url(/images/webtool_forum.gif) no-repeat scroll top center;
	border: 0;
}
ul#webtools li#impact-map a {
	width: 170px;
	height: 100px;
	display: block;
	background: url(/images/webtool_impact-map.gif) no-repeat scroll top center;
	border: 0;
}
ul#webtools li#values-map a {
	width: 170px;
	height: 100px;
	display: block;
	background: url(/images/webtool_values-map.gif) no-repeat scroll top center;
	border: 0;
}
ul#webtools li#forum a:hover,
ul#webtools li#impact-map a:hover,
ul#webtools li#values-map a:hover {
	background-position: 0 -100px;
}



.center {
	text-align: center;
	margin: 5px 20px 10px 20px;
}
#home_img {
	border: 0;
	margin: 0 0 20px 0;
}
#home_img a {
	border: 0;
}

/* Costs Table */
.figures {
	font-size: 0.85em;
	background: #fff;
}
.figures td {
	background: #ddd;
}
.cell_title {
	color: #900;
	background: #ccc;
	font-weight: bold;
}


p.small {
	font-size: 0.85em;
	color: #666;
	border-top: 2px solid #ddd;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
}
p.small_des {
	font-size: 0.85em;
	color: #666;
	padding: 0 0 0 20px;
}
p.lead {
	background: #ccc;
	font-size: 12px;
	padding: 0;
	height: 16px;
	color: #fff;
}
p.lead a,
p.lead a:visited {
	color: #333;
}
p.lead a:hover {
	color: #fff;
}
p.article {
	font-size: 11px;
	padding: -2px 0 0 0;
	height: 16px;
	color: #fff;
}
p.section {
	background: #99c;
	font-size: 12px;
	padding: 0;
	height: 16px;
	margin: 0;
}
p.section a,
p.section a:visited {
	color: #900;
}
p.section a:hover {
	color: #fff;
}
a.next {
	padding: 0 20px 0 10px;
	background: url(/images/arrow_next.gif) no-repeat center right;
	float: right;
	height: 16px;
}
a.prev {
	padding: 0 10px 0 20px;
	background: url(/images/arrow_prev.gif) no-repeat center left;
	float: left;
	height: 16px;
}
p.indent {
	margin: 0px 30px 0px 20px;
	line-height: 1.5em;
}

.img_right {
	float: right;
	padding: 5px 0 5px 10px;
}
.img_left {
	float: left;
	padding: 5px 10px 5px 0;
}
.pdf {
	border: 0;
	padding: 0;
	height: 20px;
}
.pdf img {
	border: 0;
}
