/* CSS Document */

body
{
	background-color:#fff;
	padding:0;
	margin:0;
	font-size:100%;
	color:#333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#wrapper
{
	width:100%;
}

#banner {
	height:50px;
	background-color:#ccff66;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
}

#banner h1 {font-size:140%; color:#777; padding: 10px 0 0 10px; margin:0;}

#nav {

	background-color:#ccff66;
	font-weight:bold;
	border:1px solid white;
	border-left:none;
}

#nav ul
{
	clear:both;
		list-style:none;
	margin:0px 0 0px 0 ;
	padding:3px 0 2px 0;
}

#nav li{
	margin-right:-.4em;
	padding:0;
	display:inline;	
}

#nav a.contact, #nav a.weststreet, #nav a.dunstablebaptist, #nav a.langdale, #nav a.dfec {
	margin:0px;
	padding:3px 4px 2px 4px;
	color:#fff;
	background-color:#cc99ff;
	text-decoration:none;
	border:1px solid #fff;
}

#nav a:hover {
	color:#000;
}

#nav a.dfec
{
	background-color:#f75129;
}

#nav a.weststreet
{
	background-color:#5687FA;
}

#nav a.dunstablebaptist
{
	background-color:#00CA00;
}

#nav a.langdale
{
	background-color:#7E00FD;
}

#nav a.contact
{
	background-color:#f75129;
}

#image
{
	border-top:#ccff66 2px solid;
	margin:0 1px 0 1px;
	background-image:url(dfec.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:205px;
}

#title_wrapper
{
	background-color:#ccff66;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

#title
{
	width: 770px;
}


#title .icons {float:right;}

#title h1.church_name
{
	font-size:120%; padding:2px 0 3px 10px; margin:0; color:#777;
}

#title img {margin:0; padding:0; border:0;}

#title a:hover img {background-color:#fff;}


#content_wrapper
{
	background-color:#ccff66;
	margin:1px;
}

#content
{
	width: 770px;
}

#content_left
{
	width:430px;
	background-color:#fff;
	padding:0 10px;
	float:left;
}

#content_right
{
	width:315px;
/*	border:1px solid #fff; */
	float:right;
/*	background-color:#ccff66;*/
	padding:2px 0 0 2px;
}

#content_right img {margin:0px;}

p, ul {font-size:80%; text-align:justify;}

ul li {margin-bottom:5px;}

p.first {padding-top:10px; margin-top:0;}

.clearit {clear:both; line-height:0px; font-size:1px;}

#footer_wrapper
{
	font-size:80%;
	background-color:#ccff66;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	height:20px;
}

#footer
{
	width:770px;
}

#footer p {padding:2px 0 0 0;}
#footer .copy {float:left; margin:0 0 0 10px;}
#footer .designedby {float:right; margin: 0 10px 0 0;}
#footer a { text-decoration:none; color:#000;}
#footer a:hover { color:#999; }

#content a {text-decoration:none; color:#000; font-weight:bold;}
#content a:hover {color:#999;}
.left {float:left;}
.right {float:right;}

table.form td {font-size:80%;}
table td.left {text-align:left;}
table td.right {text-align:right;}

h2 {font-size:100%; color:#333;}