@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#424242;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 


#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	background-image:url(images/header.jpg);
} 

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
} 


#footer {
	padding: 0 10px 0 20px;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	height: 35px;
} 
#container  #footer  a  {
	color: #FFFFFF;
	text-decoration:none;
}
#container #footer a:hover {
    color:#CCCCCC;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
}


#container #navigation {
	background-color: #FFFFFF;
	width: 760px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #46699E;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
}


#container #navigation  a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	padding-top: 0.2em;
	padding-right: 10px;
	padding-bottom: 0.3em;
	padding-left: 0px;
	margin-right: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	height: 25px;
}


#container #navigation ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
	list-style-type: none;
}
#container #navigation li {
	background-image: url(images/tab_left.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 25px;
}
#container  #navigation #current {
	background-image: url(images/tab_left_active.gif);
}
#container #navigation #current a   {
	color: #E9E6DD;
	background-image: url(images/tab_right_active.gif);
}
p {
	font-family: Calibri, verdana, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
}
h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 10px 0;
	color: #666666;
}
h2 {
	color: #666666;
	clear: both;
	margin-left: 5px;
}



h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
img {
	border: 0;
}

img.SpringTide
{float:left;
padding: 10px;
}

p.Springp{
font-size:1.4em;}
p.Springsm{
font-size:75%;
text-align:center;}

h3.SpringTide{
text-align:center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0;
	margin: 0px;
}



/*CODING ESPECIALLY FOR THE ABOUT PAGE*/

#mainContent .officers     {
	border: 0;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #5E7154;
	margin-left: 80px;
}
#mainContent .officers tr    {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #AAB8CE;
}
#container #mainContent #churchDetails .links {
	text-align: center;
	clear: both;
}

#mainContent .officers img   {
	padding: 6px;

}
#container #mainContent .officersbg {
	background-color: #FFFFFF;
}
/* END OF +++++++++CODING ESPECIALLY FOR THE ABOUT PAGE ++++++++*/


/*CODING ESPECIALLY FOR THE CHURCHES PAGE*/

#container #mainContent #churchDetails2 {
	width: 100%;
	border-collapse: collapse;
	font-size: 87.5%;
}
#container #mainContent #churchDetails2 .pic {
	width: 130px;
	background-color: #E9E9E9;
	color: #476A9F;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
}
#container #mainContent #churchDetails2 .pic a {

}


#container #mainContent #churchDetails2 img {
	padding: 5px;
}
#container  #mainContent  #churchDetails2  td {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 90%;
}
#container #mainContent #churchDetails2 th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #5E8DD3;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
/*++++++++++END OF CODING ESPECIALLY FOR THE CHURCHES PAGE++++++++++*/


/*CODING ESPECIALLY FOR THE EVENTS PAGE*/

/*Coloured tablets for the events page
.tablet1 {
	background-repeat:repeat-y;
	background-image:url(images/bgblueMid.gif);

}
#container  #mainContent  .tablet1  p.last {
	background-image: url(images/bgblueBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 2em;
}
#mainContent  .tablet1  h2 {
	background-image: url(images/bgblueTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	color: #0066FF;
	padding: 8px 0px 5px 25px;
}
#container  #mainContent  .tablet1  p {
	padding-right: 15px;
	padding-left: 10px;
}
.tablet2{
	background-repeat:repeat-y;
	background-image:url(images/bgyellowMid.gif);

}
#container  #mainContent  .tablet2 p.last {
	background-image: url(images/bgyellowBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 2em;
}
#mainContent  .tablet2  h2 {
	background-image: url(images/bgyellowTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 8px 0px 5px 25px;
	color: #FF6600;
}
#container  #mainContent  .tablet2  p {
	padding-right: 15px;
	padding-left: 10px;
}

.tablet3{
	background-repeat:repeat-y;
	background-image:url(images/bggreenMid.gif);

}
#container  #mainContent  .tablet3 p.last {
	background-image: url(images/bggreenBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 2em;
}
#mainContent  .tablet3  h2 {
	background-image: url(images/bggreenTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 8px 0px 5px 25px;
	color: #669933;
}
#container  #mainContent  .tablet3  p {
	padding-right: 15px;
	padding-left: 10px;
}

.tablet4{
	background-repeat:repeat-y;
	background-image:url(images/bgpurpleMid.gif);

}
#container  #mainContent  .tablet4 p.last {
	background-image: url(images/bgpurpleBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 2em;
}
#mainContent  .tablet4  h2 {
	background-image: url(images/bgpurpleTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 8px 0px 5px 25px;
	color: #CC3366;
}
#container  #mainContent  .tablet4  p {
	padding-right: 15px;
	padding-left: 10px;
}

.tablet5{
	background-repeat:repeat-y;
	background-image:url(images/bgredMid.gif);

}
#container  #mainContent  .tablet5 p.last {
	background-image: url(images/bgredBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 2em;
}
#mainContent  .tablet5  h2 {
	background-image: url(images/bgredTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 8px 0px 5px 25px;
	color: #CC3333;
}
#container  #mainContent  .tablet5  p {
	padding-right: 15px;
	padding-left: 10px;
	}
	
.tablet6{
	background-repeat:repeat-y;
	background-image:url(images/bgbrownMid.gif);

}
#container  #mainContent  .tablet6 p.last {
	background-image: url(images/bgbrownBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 2em;
}
#mainContent  .tablet6  h2 {
	background-image: url(images/bgbrownTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 8px 0px 5px 25px;
	color: #993366;
}
#container  #mainContent  .tablet6  p {
	padding-right: 15px;
	padding-left: 10px;
}*/
/*++++++++++ END  Coloured tablets for the events page +++++++++END*/
.service {
	font-weight: bold;
	color: #476a9f;
}
.dateTime {
	font-weight: bolder;
	color: #666666;
}
/*++++++++END OF CODING ESPECIALLY FOR THE EVENTS PAGE++++++++++*/
#container  #mainContent  .dsChurch img {
	margin: 0 10px;

}
#container #mainContent .dsAddress {
	text-align: center;
	font-size: 90%;	
	color: #333333;
letter-spacing: .1em;
border-bottom: groove #333333 thin;
padding-bottom:3px;
}
#container  #mainContent  #churchDetails  .dsBigPic {
	float: left;
	width: 160px;
	margin-top: 10px;
	height: 110px;
}
#container  #mainContent  #churchDetails  h3 {
	font-family: Calibri, verdana, Arial, sans-serif;
	color: #333333;
	text-align: center;
	margin: 10px 0 0 0;
    letter-spacing: 0.1em;
	border-top: groove #333 thin;
}
#container #mainContent #dsActivities h3 {
	text-align: center;
	border-top: thin solid #ccc;
	letter-spacing: 0.1em;
	margin: 10px 0 0 30px;
	padding: 10px 0;
}
#container #mainContent #dsActivities table tr td{
cursor:pointer;
}

#container #mainContent #dsActivitiesWeb {
	clear: left;
}


#container #mainContent #churchDetails .provision {
	font-family: Calibri, verdana, Arial, sans-serif;
	color: #333333;
	float: left;
	line-height: 1.4em;
	padding-top: 10px;
}
#container #mainContent .dsChurch {
	cursor: pointer;
}
.move {
margin-left:300px;}.springtide11 {
	font-family: Calibri, verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #D8DEE8;
	text-align: center;
	vertical-align:top;
	background-image: url(images/waves.jpg);
	background-repeat: no-repeat;
}
.start ul {
	color: #333333;
	font-family: Calibri, verdana, Arial, sans-serif;
	font-size: 100%;
}

.mainAdvert {
	font-family: Calibri, verdana, Arial, sans-serif;
	color: #6A808E;
	text-align:center;
}

