/*    
    CMS         - Light CMS    
    Author   - Neill Harmer    
    
    Style    - style-template.css
*/


body {
    font-family: arial, sans-serif;
    color: #23408e;
    font-size: 75%;        
    background: #fff;
    padding-bottom: 40px;
}        
    html>body {
        font-size: 12px;
    }


    
    
        
#pageContainer {
    position: relative;
    margin: 0 auto;
    width: 960px;
}
        
        
                
        
/* HEADER */
#header {
    height: 396px;
    border: 10px solid #23408e;
    border-width: 0 10px 11px;
    position: relative;
}
    #header #featuredImage {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
    }
    
    #header #logo {
        float: left;
        margin: 17px 0 0 20px;
    }
        
            
    /* navigation */
    #navigation {
        float: right;
        margin: 20px 20px 0 0;    
    }
        #navigation .mainNav li {
            font-size: 12px;
            display: inline;
            font-weight: bold;
        }
            #navigation .mainNav li a {
                color: #23408e;
                text-decoration: none;
                padding: 0 10px;
            }    
                #navigation .mainNav li a:hover,
                #navigation .mainNav li.selectedPage a,
                #navigation .mainNav li.selectedPageRoot a {
                    
                }    
    
    

        
        
        
        
        
/* CONTENT AREA */    
    
/* homepage */
#homePage #contentContainer {    
    clear: both;    
    background: url(images/home-content-bg-repeat.gif) 0 100% repeat-y;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}    
    #homePage #contentContainerBottom {    
        min-height: 586px;
        height: auto !important;
        height: 586px;
        background: url(images/home-content-bg.gif) 0 100% no-repeat;
    }    
    #homePage #subColumn {
        float: left;
        width: 246px;
        margin: 19px 0 0 50px;
        background: url(images/sub-column-top-home.png) 0 0 no-repeat;
    }
        #homePage #subColumnBottom {
            min-height: 500px;
            height: auto !important;
            height: 500px;
            padding-bottom: 18px;
            background: url(images/sub-column-bottom-home.png) 0 100% no-repeat;
            position: relative;
        }
            #homePage #subColumnBottom .title {
                width: 195px;
                text-align: center;
            }
            #homePage #subColumnBottom .contents {
                padding: 70px 25px 25px 25px;
            }
        
    #homePage #mainColumn {
        float: left;
        width: 595px;
        margin: 19px 0 0 6px;
        background: url(images/main-column-top-home.png) 0 0 no-repeat;
    }
        #homePage #mainColumnBottom {
            min-height: 500px;
            height: auto !important;
            height: 500px;
            padding-bottom: 16px;
            background: url(images/main-column-bottom-home.png) 0 100% no-repeat;
            position: relative;
        }                
            #homePage #mainColumnBottom .contents {
                padding: 70px 18px 25px 13px;
            }
        
    /* shared home elements */
    #homePage .title {
        position: absolute;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin: 0;
        top: 17px;
        left: 20px;
    }    
    
    
    
    
/* sec pages */
#secPage #contentContainer {    
    clear: both;    
    background: #23408e url(images/sec-content-bg.gif) no-repeat;
    padding-bottom: 20px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}    
        
    #secPage #mainColumn {
        float: left;
        width: 665px;
        margin: 15px 0 0 10px;
         background: #fff;
        border-radius: 8px;
        /*background: url(images/main-column-top-sec.png) 0 0 no-repeat;*/
    }
        #secPage #mainColumnBottom {
            min-height: 500px;
            height: auto !important;
            height: 500px;
            padding-bottom: 16px;
            /*background: url(images/main-column-bottom-sec.png) 0 100% no-repeat;*/
            position: relative;
            box-shadow:2px 4px 5px #000;
        }                
            #secPage #mainColumnBottom .contents {
                padding: 70px 50px 25px 35px;
            }    
            
    #secPage #subColumn {
        float: left;
        width: 246px;
        margin: 15px 0 0 35px;
        background: url(images/sub-column-top-sec.png) 0 0 no-repeat;
    }
        #secPage #subColumnBottom {
            min-height: 500px;
            height: auto !important;
            height: 500px;
            padding-bottom: 18px;
            background: url(images/sub-column-bottom-sec.png) 0 100% no-repeat;
            position: relative;
        }
            #secPage #subColumnBottom .title {
                width: 195px;
                text-align: center;
                left: 22px !important;
            }
            #secPage #subColumnBottom .contents {
                padding: 70px 25px 25px 25px;
                color: #fff !important;
            }
                #secPage #subColumnBottom .contents a {
                    color: #fff !important;
                }
        
    /* shared sec elements */
    #secPage .pageTitle, 
    #secPage #subColumn .title {
        position: absolute;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin: 0;
        top: 17px;
        left: 35px;
    }    
    #secPage .pageTitle_main {
       background: #23408E;
        color: #fff;
        border-radius: 8px;
    margin-top: -60px;
    padding: 5px;
   -moz-box-shadow:    0 5px 5px #000000 inset;
   -webkit-box-shadow: 0 5px 5px #000000 inset;
   box-shadow:         0 5px 5px #000000 inset;
    }
    
    
    
    
    
/* admin page */
#adminPage #contentContainer {    
    clear: both;    
    padding: 20px 0;
    width: 868px;
    margin: 0 auto;
}            
    #adminPage #mainColumn {
        float: left;
        width: 868px;
        background: url(images/admin-content-bg.gif) 0 0 no-repeat;
    }
        #adminPage #mainColumnBottom {
            min-height: 500px;
            height: auto !important;
            height: 500px;
            padding-bottom: 12px;
            background: url(images/admin-content-bg-bottom.gif) 0 100% no-repeat;
            position: relative;
        }                
            #adminPage #mainColumnBottom .contents {
                padding: 90px 50px 25px 35px;
            }    
            
    #adminPage .adminTitle {
        position: absolute;
        font-size: 34px;
        font-weight: bold;
        color: #23408e;
        margin: 0;
        top: 26px;
        left: 35px;
    }    