/*
*------------------------------------------
Name: Ebenezer Baptist Chapel
Designer: Suzanne Norman
E-mail: suzanne@kydos-studios.com
Date: 06 September 2008
------------------------------------------
*/

/* General layout */
/* -------------------------------------------------------------------*/

body {
font-family: Arial, Helvetica, sans-serif;
background: url(images/bluegreybar.jpg) repeat-x #4a5b71;
color: #919191;
padding: 10px 0 0 0;
}

#container {
width: 850px;
position: absolute;
left: 50%;
margin-left: -425px;
background: #4a5b71;
}

#header {
background: url(images/header12.jpg) no-repeat #ffffff;
height: 200px;
}

#navbar {
text-align: center;
color: #4a5b71;
padding: 20px 0 15px 0;
font-weight: bold;
background: #D6D6D6;
border-top: 1px solid #333333;
}

#mainbody {
text-align: justify;
padding: 30px 35px 60px 45px;
border-top: 3px solid #4a5b71;
line-height: 130%;
background: #ffffff
}

#map {
float: right;
margin: 5px 0 5px 30px;
}

#footer {
text-align: center;
line-height: 50%;
font-size: small;
border-top: 2px solid #4a5b71;
padding: 10px 0 10px 0;
background: #D6D6D6;
color: #4a5b71;
margin-bottom: 10px;
}

#column1 {
float: left;
width: 240px;
}

#column2 {
width: 240px;
float: left;

}

#column3 {

height: 100%;
margin: 0 0 0 480px;
}


/* Lists */
/* -------------------------------------------------------------------*/

#navbar ul {
display: inline;
}

#navbar li {
display: inline;

}

#navbar li:hover {
color: #919191;
}

#mainbody ul {
margin: 0 0 20px 0;
}

/* Text */
/* -------------------------------------------------------------------*/

p {
padding: 7px 0 8px 0;
}

h1 {
font-weight: bold;
margin: 0 0 5px 0;
}

h2 {
font-size: large;
margin: 5px 0 10px 0;
color: #787878;
}

h3 {
font-weight: bold;
padding: 5px 0 5px 0;
}

p.small {
font-size: small;
font-style: italic;
margin: -5px 0 0 0;
}

.quote {
font-style: italic;
font-size: small;
padding: 0 15px 5px 15px;
}

.italics {
font-style: italic;
}

address {
font-weight: bold;
}

/* Links */
/* -------------------------------------------------------------------*/

a {
text-decoration: none;
color: #4a5b71;
}

#navbar a {
padding: 0 6px 0 3px;
border-right: 1px solid #4a5b71;
}

#navbar a:hover {
color: #919191;
}

#mainbody a, #footer a {
border-bottom: 1px dotted #919191;
color: #919191;
}
