@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #112439;
	color:#fff;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#bgOverlay {
	background-image: url(images/../bg_overlay.png);
	background-repeat: no-repeat;
	height: 405px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
	position: absolute;
}
#container {
	width: 808px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

#header {
	height: 274px;
	width: 808px;
	position: relative;
}
#middle {
	height: 100%;
	width: 808px;
	position: relative;
	vertical-align:top;
	font-size:13px;
}
#middle #links {
	margin-left:5px;
	width:150px;
	float:left;
	background-color:#fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	color:#999;
	font-size:16px;
	margin-top:10px;
}
#middle #links ul {
	padding:6px;
	margin:0px;
	list-style:none;
}
#middle #links ul li {
	text-transform:lowercase;
	border-bottom:1px solid #999;
	margin-bottom:2px;
}
#middle #links ul li a {
	color:#999;
	text-decoration:none;
}
#middle #links ul li.selected, #middle #links ul li:hover {
	color:#000;
	border-bottom:1px solid #000;
}
#middle #links ul li.selected a, #middle #links ul li:hover a {
	color:#000;
	text-decoration:none;
}

#middle #content {
	margin-left:165px;
	padding-top:10px;
}
#middle #content a {
	color:#999;
	text-decoration:none;
}
#middle #content a:hover {
	color:#fff;
}
#middle #content h1 {
	font-weight:normal;
	font-size:25px;
}
#middle #content h2 {
	font-weight:normal;
	font-size:18px;
	color:#ccc;
}
#middle #content h3 {
	font-weight:bold;
	font-size:15px;
	color:#ccc;
}
#middle #content label {
	display:block;
	color:#aaa;
}
#middle #content textarea {
	width:200px;
	height:80px;
}
#middle #content table.events-table td {
	border:1px solid #fff;
}

#middle #content table.events-table td h2 {
	font-size:15px;
	color:#fff;
}

#middle #content table.events-table td a {
	color:#000;
}

#middle #content table.events-table td a:hover {
	color:#333;
}

#event {
	padding:20px;
}

#event a {
	color:#999;
	text-decoration:none;
}
#event a:hover {
	color:#fff;
}
#event h1 {
	font-weight:normal;
	font-size:25px;
}
#event h2 {
	font-weight:normal;
	font-size:18px;
	color:#ccc;
}
#event h3 {
	font-weight:bold;
	font-size:15px;
	color:#ccc;
}


#footer {
	clear:both;
	height: 100px;
	width: 808px;
	position: relative;
	color:#999;
	text-align:center;
	font-size:10px;
	line-height:130%;
	padding:20px 0px 50px 0px;
}
#footer a { 
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
#logo {
	height: 89px;
	width: 461px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#logo:hover {
	cursor:pointer;
}
#topImage {
	height: 89px;
	width: 347px;
	float: right;
	background-image: url(images/worshipper.png);
	background-repeat: no-repeat;
}
#headerAdvert {
	height: 185px;
	width: 808px;
}

table.homeboxes td {
/* 	width:285px; */
	width:322px;
	height:221px;
	margin: 20px 0px;
	vertical-align:top;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align: center;
	vertical-align:  middle;
}

table.homeboxes td:hover {
	cursor:pointer;
}

table.homeboxes h1 {
	margin:0px 0px 5px 0px;
	text-transform:lowercase;
	font-weight:bold;
	font-size:18px;
}

table.homeboxes td.blue {
	background-image:url(../images/bluebox.png);
}

table.homeboxes td.green {
	background-image:url(../images/greenbox.png);
}

table.homeboxes td.red {
	background-image:url(../images/redbox.png);
}

table.homeboxes td.yellow {
	background-image:url(../images/yellowbox.png);
}

table.homeboxes td.blue:hover {
	background-image:url(../images/bluebox-on.png);
}

table.homeboxes td.green:hover {
	background-image:url(../images/greenbox-on.png);
}

table.homeboxes td.red:hover {
	background-image:url(../images/redbox-on.png);
}

table.homeboxes td.yellow:hover {
	background-image:url(../images/yellowbox-on.png);
}

div.centremap img.house { position:absolute; }
div.centrelist div.centreitem { display:none; }
div.centremap { float:left; margin-right:20px; }
div.centrelist { width:240px!important; float:left; }
div.centrelist div.centreitem { width:240px; }

#donate { width:106px; position:absolute; top:44px; right:-36px; z-index: 10000; }
