* {
padding:0;
margin:0;
background-color:transparent;
border:none;
}
html, body {
height:100%;
}
html {
min-width:768px;
width:auto !important;
width:768px;
}
body {
font-family:Georgia,sans-serif;
color:#337ab4;
font-size:62.5%;
background:#f8de53;
background: -moz-linear-gradient(top, #f6d039 0%, #f8de53 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6d039), color-stop(100%,#f8de53));
background: -webkit-linear-gradient(top, #f6d039 0%,#f8de53 100%);
background: -o-linear-gradient(top, #f6d039 0%,#f8de53 100%);
background: -ms-linear-gradient(top, #f6d039 0%,#f8de53 100%);
background: linear-gradient(top, #f6d039 0%,#f8de53 100%);
}
#container {
min-height:100%;
height:auto !important;
height:100%;
position:relative;
}
#banner {
background: #cccccc;
background: -moz-linear-gradient(left, #cccccc 0%, #e3e3e3 50%, #cccccc 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cccccc), color-stop(50%,#e3e3e3), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(left, #cccccc 0%,#e3e3e3 50%,#cccccc 100%);
background: -o-linear-gradient(left, #cccccc 0%,#e3e3e3 50%,#cccccc 100%);
background: -ms-linear-gradient(left, #cccccc 0%,#e3e3e3 50%,#cccccc 100%);
background: linear-gradient(left, #cccccc 0%,#e3e3e3 50%,#cccccc 100%);
padding:3px 0;
text-align:center;
}
a:link, a:visited {
text-decoration:underline;
color:#900;
background:transparent;
} 
a:hover {
text-decoration:underline;
color:#fff;
background-color:transparent;
}
#navcontainer {
background: #e3e3e3;
background: -moz-linear-gradient(left, #e3e3e3 0%, #e3e3e3 50%, #cccccc 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e3e3e3), color-stop(50%,#e3e3e3), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(left, #e3e3e3 0%,#e3e3e3 50%,#cccccc 100%);
background: -o-linear-gradient(left, #e3e3e3 0%,#e3e3e3 50%,#cccccc 100%);
background: -ms-linear-gradient(left, #e3e3e3 0%,#e3e3e3 50%,#cccccc 100%);
background: linear-gradient(left, #e3e3e3 0%,#e3e3e3 50%,#cccccc 100%);
overflow:auto
}
#navcontainer ul {
list-style-type:none;
margin:0 auto;
max-width:990px
}
#navcontainer ul li {
float:left;
}
#navcontainer ul li a {
padding:5px 15px;
color:#000;
font:bold 14px tahoma,verdana,geneva,arial,helvetica,sans-serif;
float:left;
text-decoration:none;
border-right:1px solid #000;
}
#navcontainer ul li a:hover {
background-color:#ff9;
}
#imagemap {
float:left;
padding:0;
position:relative;
background:url(images/imagemap.png) no-repeat 0 54px;
height:560px;
width:345px;
}
#locations a {
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
background-color:red;
font-size:12px;
height:12px;
line-height:1;
overflow:hidden;
position:absolute;
text-decoration:none;
text-indent:-9999em;
min-width:12px;

     -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out;  
  -webkit-transition: all 0.2s ease-out;  
      -ms-transition: all 0.2s ease-out;  
          transition: all 0.2s ease-out;  

}
#locations a:hover {

     -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out;  
  -webkit-transition: all 0.2s ease-out;  
      -ms-transition: all 0.2s ease-out;  
          transition: all 0.2s ease-out;
		  -moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
padding:1px 4px 4px;
text-indent:0;
}
.glouc {
top:452px;
left:173px;
}
.north {
top:446px;
left:230px;
}
.peter {
top:515px;
left:216px;
}
.plym {
top:535px;
left:87px;
}
.sutto {
top:494px;
left:251px;
}
.warri {
left:182px;
top:362px
}
#main {
margin:0 auto;
max-width:990px;
overflow:hidden;
padding:10px 10px 40px
}
#main p {
font:1.3em Verdana,Tahoma,Times,sans-serif;
margin:4px 8px 20px 2px;
text-align:justify;
line-height:1.3;
}
.boldtext {
font-weight:bold;
}
h1 {
font:24px Verdana,Tahoma,Times,sans-serif;
margin:8px 0;
color:#036;
text-decoration:underline;
}
h2 {
font:2em Verdana,Tahoma,Times,sans-serif;
margin:8px 0;
color:#036;
text-decoration:underline;
}
h3 {
font:1.5em Verdana,Tahoma,Times,sans-serif;
margin:16px 0 4px 0;
color:#036;
text-decoration:underline;
}
#footer {
height:40px;
color:#369;
background:#e3e3df;
margin-top:-40px;
text-align:center;
width:100%;
}
#footer p {
padding-top:12px;
}
.prayer {
text-decoration:underline;
font:1.8em Georgia,Arial,sans-serif;
color:#369;
}
.catch {
margin:8px;
float:right;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
#index .index,
#information .information {
text-decoration:none;
color:#369;
background: #f6d23c;
background: -moz-linear-gradient(top, #f6d23c 0%, #f7f7a3 50%, #f6d23c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6d23c), color-stop(50%,#f7f7a3), color-stop(100%,#f6d23c));
background: -webkit-linear-gradient(top, #f6d23c 0%,#f7f7a3 50%,#f6d23c 100%);
background: -o-linear-gradient(top, #f6d23c 0%,#f7f7a3 50%,#f6d23c 100%);
background: -ms-linear-gradient(top, #f6d23c 0%,#f7f7a3 50%,#f6d23c 100%);
background: linear-gradient(top, #f6d23c 0%,#f7f7a3 50%,#f6d23c 100%);
}
.centeredimage {
margin:0px auto;
display:block;
}
.meeting {
background: #cccccc;
background: -moz-linear-gradient(top, #cccccc 0%, #e3e3e3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#e3e3e3));
background: -webkit-linear-gradient(top, #cccccc 0%,#e3e3e3 100%);
background: -o-linear-gradient(top, #cccccc 0%,#e3e3e3 100%);
background: -ms-linear-gradient(top, #cccccc 0%,#e3e3e3 100%);
background: linear-gradient(top, #cccccc 0%,#e3e3e3 100%);
list-style-type:none;
width:230px;
margin:8px 10px 8px 20px;
float:right;
clear:right;
line-height:1.4em;
font:14px georgia,arial,sans-serif;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.meeting dt {
display:block;
padding:10px;
border-bottom:1px solid #f8c514;
font:bold 16px georgia,arial,sans-serif;
color:#369;
text-align:center;
}
.meeting dd {
margin:0;
padding:10px;
}
.meeting .meetingbottom {
padding:10px;
font:14px georgia,arial,sans-serif;
color:#369;
}
#main p.scripture {
font:italic bold 1.4em Garamond,Times,serif;
color:#36d;
text-align:justify;
}
#flyer {
float:right;
padding:2px;
margin:0 0 10px 10px;
color:#366;
font:1em Georgia,Tahoma,Sans-serif;
text-align:center;
}
#salt {
margin:12px;
margin-bottom:0;
float:right;
width:160px;
height:125px;
background:url(images/salt.png) no-repeat left top;
}
.clearFix {
clear:both;
font-size:0;
height:0;
overflow:hidden;
}
