/* <-------------------- Body -------------- */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
margin: 0px auto;
padding: 0px;
background-color:#F7F8F7;
}
#table-holder {
border: 1px solid #000000;
background-color: #FFFFFF;
}

#header {
border-bottom: 1px solid #005B9A;
}
#leftSide {
width:200px;
background-color: #005B9A;
}
#sidebar, #sidebar-bottom {
padding-left: 20px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#sidebar-bottom {
padding-top: 15px;
padding-right: 10px;
padding-bottom: 20px;
}

#mainContent {
width: 610px;
padding: 5px 20px 15px 20px;
}
#pastor-welcome {
padding-top: 20px;
}

#table-footer {
width:850px;
}
#footer {
padding: 15px 0 0 5px;
}

/* <-------------------- Navigation -------------- */


#navcontainer {
width: 180px;
padding-top: 10px;
padding-left: 20px;
}
ul#navlist {
margin:0;
padding:0;

}
ul#navlist li {
list-style: none;
}
ul#navlist li a {
display: block;
width: 175px;
text-align: right;
padding: 1px 5px 1px 0px;
margin-bottom: 2px;
font-size: 13px !important;
font-weight: 400;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
background-color: #014676;
}
ul#navlist li a:active {
color: #005B9A;
background-color:#FFFFFF 
}

ul#navlist li a:hover { 
color: #005B9A;
background-color:#FFFFFF; 
}


body#home a#homeNav,
body#schedule a#scheduleNav,
body#mission a#missionNav,
body#history a#historyNav,
body#BJs a#BJsNav,
body#directions a#directionsNav,
body#contact a#contactNav
{
color: #005B9A;
background-color:#FFFFFF; 
}


/* <-------------------- Typography: General -------------- */
h1, h2 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #005B9A;
}
h1 {
font-size: 2.0em;
text-align:right;
}
h2 {
font-size: 1.8em;
}
p, li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
/*/*/line-height: 1.8em; /* */
color:#000000;
}
li {
margin-top: 0;
margin-bottom: 6px;
}

a, a:active, a:visited {
color: #0000CC;
text-decoration: underline;
}

a:hover, a:visited:hover {
text-decoration: none;
}

.highlight_color {
color: #005B9A;
}



/* <-------------------- Typography: Divs -------------- */

#contactForm_format td{
font-size: 1.3em;
/*/*/line-height: 1.3em; /* */
padding-bottom:5px;
}

#scheduleFormat td {
font-size: 1.3em;
/*/*/line-height: 1.3em; /* */
padding-top: 5px;
padding-bottom:5px;
}

#sidebar-bottom p {
font-size: 1.3em;
/*/*/line-height: 1.4em; /* */
margin-top:0;
margin-bottom:6px;
color: #FFFF99;
}

#pastor-welcome p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.3em;
/*/*/line-height: 1.8em; /* */
margin-top:0;
margin-bottom:8px;

}

#footer p {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.1em;
/*/*/line-height: 1.2em; /* */
margin-top:0;
margin-bottom:5px;
text-align:center;
}

#footer a, #footer a:active, #footer a:visited {
color: #666666;
text-decoration: underline;
}

#footer a:hover, #footer a:visited:hover {
text-decoration: none;
}


/* <-------------------- Extras -------------- */

.line {
width: 600px;
border-top: 1px solid #005B9A;
margin:0 auto;
text-align: center;
}
.top-style {
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size: 1.1em;
}
.bottom-border {
border-bottom: 1px solid #005B9A;
}

.border_form {
border: 1px solid #005B9A;
}

.cellPaddingBottom {
padding-bottom: 7px;}

.directionsCTC {
width: 280px;
padding-right: 20px;
border-right: 1px solid #005B9A;
}

.directionsBJ {
width: 280px;
padding-left: 20px;
}

