﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFF;
    font-size: .9em;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666;
    border-top: 5px solid #272b33;
}

a, a:link, a:visited
{
    color: #4fc554;
    text-decoration: underline;
}

a:hover
{
    color: #4fc554;
    text-decoration: none;
}

a:active
{
    color: #4fc554;
}

p
{
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 1.6em;
}

strong
{
    font-weight: bolder;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #FFF;
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 1;
}

#header
{
    height: 70px;
    position: relative;
    margin: 0px 00px 0px 0px;
    width: 960px;
    padding: 0px;
    z-index: 30;
}

.main
{
    clear: left;
    padding: 0px;
    margin: 0px 10px 0px 10px;
    min-height: 420px;
    min-width: 940px;
}

.mainCol
{
    float: left;
    width: 940px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    min-height: 200px;
    position: relative;
    z-index: 1;
}

.leftCol
{
    float: left;
    width: 700px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    min-height: 200px;
    position: relative;
    z-index: 1;
}

.rightCol
{
    float: right;
    padding: 0px;
    margin: 2px 30px 0px 30px;
    min-height: 200px;
    position: relative;
    z-index: 1;
}

/* HEADER
----------------------------------------------------------*/
#header div.headerLogo
{
    float: right;
}

/* FOOTER
----------------------------------------------------------*/
#footer
{
    margin: 30px auto 30px auto;
    padding: 8px 0px 0px 0px;
    border-top: 1px solid #939599;
    width: 940px;
    font-size: 0.8em;
}

#footer .footerContentLeft
{
    float: left;
}

#footer .footerContentRight
{
    float: right;
    text-align: right;
}

#footer a:link, #footer a:visited
{
    color: #666;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer a:active
{
}

#footer .divider
{
    color: #939599;
    margin: 0px 3px;
    font-size: 1.2em;
}

#footer img.w3cImage
{
    height: 14px;
    vertical-align: middle;
}

/* Secondary Page Layouts
----------------------------------------------------------*/

.subRightCol
{
    width: 220px;
    float: right;
    padding: 0px;
    margin: 0px;
    min-height: 200px;
    position: relative;
    z-index: 1;
}

.iFrameCSS
{
    width: 940px;
    min-height: 400px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #272b33;
}

h1 a:link, h1 a:hover, h1 a:visited
{
    color: #272b33;
}

h2
{
    font-size: 1.4em;
    font-weight: 200;
    color: #272b33;
    margin-bottom: 5px;
}

h3
{
    font-size: 1.3em;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    text-align: center;
    color: #272b33;
}

h4
{
    font-size: 1.1em;
    color: #272b33;
}

h5
{
    font-size: 1.2em;
    color: #272b33;
}

 h6
 {
    font-size: 1em;
    color: #272b33;
 }

/* Full size column layout elements 
----------------------------------------------------------*/

.mainCol h1, .bannerImageContainer h1
{
    margin: 20px 0px 0px 0px;
    padding: 12px 0px 10px 10px;
    background: url(../Images/headerBreak_px.png) repeat-x;
}

.mainColText
{
    padding: 5px 0px 0px 0px;
    border-bottom: 1px solid #272b33;
}

.mainColTextLast
{
    padding: 5px 0px 0px 0px;
}

/* .leftCol Headings 
----------------------------------------------------------*/

.leftCol h1 
{
    margin: 20px 0px 0px 0px;
    padding: 12px 0px 10px 10px;
    background: url(../Images/headerBreak_px.png) repeat-x;
}

.leftCol h2
{
}

.leftCol h3
{
    margin: 10px;
    text-align: center;
}

.leftCol h4
{
}

/* .subRightCol Headings 
----------------------------------------------------------*/

.subRightCol h1
{
    margin: 20px 0px 0px 0px;
    padding: 12px 0px 7px 10px;
    background: url(../Images/headerBreak_px.png) repeat-x;
}

.subRightCol h2
{
    color: #FFF;
    background: url(../Images/newsSplitRight.jpg) no-repeat;
    font-size: 1.2em;
    padding: 0px 0px 0px 3px;
}

.subRightCol h3
{
}

.subRightCol h4
{
}

/* GENERAL CONTENT
----------------------------------------------------------*/

.main li
{
    list-style-type: square;
    margin: 5px 5px 5px 20px;
}

.rightColContentSection
{
    border-left: 1px solid #4FC544;
    border-bottom: 1px solid #4FC544;
}

.rightColContentSectionFooter
{
    min-height: 15px;
    background: url(../Images/newsBreak_Bottom.png) no-repeat bottom;
}

a.featuredLink
{
    font-size: 1.3em;
    font-weight: bold;
}

.subRightCol p
{
    margin: 5px 5px 15px 5px;
    line-height: 1.3em;
}

.firstPara
{
    padding: 20px 0px 0px 0px;
}

/* HOME PAGE
----------------------------------------------------------*/

.whereImage
{
    margin: 7px 0px 0px 0px;
}

.mainLinkImage
{
    float: left;
    width: 160px;
    height: 120px;
    margin: 20px 0px 0px 20px;
}

.firstMainLinkImage
{
    width: 160px;
    height: 120px;
    margin: 20px 0px 0px 0px;
}

#slideshow
{
    margin: 34px 0px 0px 0px;
    width: 700px;
    height: 350px;
    overflow: hidden;
}

#slideshow img
{
    width: 700px;
    height: 350px;
}

/* PODCAST PAGE   
----------------------------------------------------------*/
.podcastMain
{
    width: 940px;
    height: 140px;
    border-top: 2px solid #4fc554;
}

.podcastMainFirst
{
    margin: 20px 0px 0px 0px;
}

.podcastDescriptionImage
{
    float: left;
    margin: 35px 50px 35px 50px;
    height: 69px;
    width: 214px
}

.podcastDescription
{
    float: left;
    margin: 20px 0px;
    width: 200px;
    color: #272b33;
    font-weight: 600;
    text-align: center;
}

.podcastDescriptionTitle
{
    border-left: 1px solid #939599;
    border-right: 1px solid #939599;
}

.podcastInformation
{
    float: left;
    margin: 0px 0px 10px 0px;
    width: 600px;
    text-align: left;
}
.podcastAudioLink
{
    margin: 100px 0px 20px 865px;
    width: 75px;
    height: 1.2em;
    text-align: center;
}

.podcastScriptureLink
{
    float: left;
    margin: 10px 0px 20px 0px;
    width: 75px;
    text-align: center;
}

.podcastAudioLink a:link, .podcastScriptureLink a:link, .podcastAudioLink a:visited, .podcastScriptureLink a:visited
{
    color: #4fc554;
    text-decoration: none;
}

.podcastAudioLink a:hover, .podcastScriptureLink a:hover
{
    text-decoration: underline;
}

/* Womens PAGE   
----------------------------------------------------------*/
.tableLayoutFull
{
    width: 940px;
    min-height: 200px;
}

.tableLayoutLeft
{
    width: 700px;
    min-height: 50px;
    margin: 0px 0px 20px 0px;
}

.tableRow
{
    width: 940px;
    min-height: 1.2em;
}

.tableCell
{
    width: 100px;
    height: 1.2em;
    float: left;
    text-align: left;
    margin-top: 2px;
    padding: 0px;
}

.tableCellMedium
{
    width: 170px;
}
.tableCellLarge
{
    width: 300px;
}

.tableCellLast
{
    clear: right;
}

.tableCellFillAffirm
{
    width: 190px;
}

/* CONTACT PAGE   
----------------------------------------------------------*/
.staffProfile
{
    width: 700px;
    min-height: 200px;
    margin: 5px 10px;
}

/* WHAT'S ON PAGE   
----------------------------------------------------------*/
.whatsOn
{
    width: 700px;
    min-height: 200px;
}

.newsItem
{
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 20px;
    border-top: 1px solid #1e1e1e;
}

.newsItemFirst
{
    margin: 20px 0px 0px 0px;
}

.whatsOnRight
{

}

.whatsOnRight h2
{
    margin: 20px 0px 0px 0px;
}

/* IMAGE LAYOUT ELEMENTS   
----------------------------------------------------------*/
img.floatLeft
{
    float: left;
    margin: 20px 30px 20px 0px;
}

img.floatLeftLast
{
    float: none;
}

img.floatRight
{
    float: right;
    margin: 20px 0px 20px 30px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.bold
{
    font-weight: bold;
}

.nopad
{
    padding: 0;
}

.nomargin
{
    margin: 0;
}
