body {
    font-family: arial, helvetica, sans-serif;
    color: #333;
    background-color: #fff;
    font-size: 75%;
    *font-size: 88%;
}    
/* this is for sites that have a designed background to keep it from pushing up under the adminbar */
#body {    
    background: #fff;
}
    
    
/* LAYOUT */
.navigationTopFlyout .threeColumn #mainColumn {
    float: left;
    width: 273px;
    padding: 0 30px 0 0;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #585857;
}
.navigationTopFlyout .threeColumn #contentContainer #subColumn {
    float: left;
    width: 273px;
    padding: 0 18px 0 24px;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #585857;
}
.navigationTopFlyout .threeColumn #contentContainer #extraColumn {
    float: left;
    width: 300px;
    padding: 0px 0px 0 20px;
}
            
/* two column layout */
.navigationTopFlyout .twoColumn #mainColumn {
    float: left;
    width: 670px;
    min-height: 0px;
    padding: 0 44px 0 0;
    font-family: arial, sans-serif;
}

#mainColumn .colA {
    width: 43%;
    float: left;
    background: #f28c00;
    padding: 2% 4% 4%;
    border-radius: 8px;
}

#mainColumn .colB {
    width: 45%;
    float: right;
}

.navigationTopFlyout .twoColumn #mainColumn .sub {
    float: left;
    width: 670px;
    min-height: 0px;
    margin-right: 0;
    font-family: arial, sans-serif;
    margin-bottom: 20px;
}  

.navigationTopFlyout .twoColumn #mainColumn .sub h1.title {
    padding: 20px 0 0 20px;
}

.navigationTopFlyout .twoColumn #mainColumn .sub.greenBg {
    background: #6cf182;
}

.navigationTopFlyout .twoColumn #mainColumn .sub.greyBg {
    background: #ccc;
}

.navigationTopFlyout .twoColumn #mainColumn .sub p, .navigationTopFlyout .twoColumn #mainColumn .sub img {
    padding: 0 20px 20px;
}
       
.navigationTopFlyout .twoColumn #contentContainer #subColumn {
    float: right;
    width: 180px;
    min-height: 300px;
    font-family: arial, sans-serif;
    border-left: 1px dotted black;
    padding: 20px;
}

.navigationTopFlyout .inside.twoColumn #contentContainer #mainColumn {
    width: 690px;
    padding: 20px 30px 0 0;
}

.navigationTopFlyout .inside.twoColumn #contentContainer #subColumn {
    background: #fff;
    width: 190px;
    padding-right: 0;
}

.mainNav .suppress
{display: none !important;}
                

/* skip to content hidden button, for minor accessibility reasons */
#skipTo {
    display: none;
}


/* putting everything in a container to keep html code down */    
#pageContainer {
    width: 940px;
    margin: 0 auto;
    min-height: 320px;
    height: auto !important;
    height: 320px;
    padding: 30px 0 0;
}


/* HEADER */
#header {
    background: transparent url(images/headerbg.jpg) no-repeat center left;
    height: 110px;
    width: 940px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
    

    
    
    /* site logo */
    #header h1#logo {
        font-size: 2.2em;
        font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
        margin: 0;
        font-weight: bold;
        padding: 15px 0px 0px 20px;
        float: left;
    }
        #header h1#logo a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
        }


.headerRight {
    float: right;
    color: #fff;
    padding: 15px 18px 0 0;
}

.headerRight img {
    margin-left: 10px;
}

.headerRight .headerButton {
    width: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    float: left;
    padding: 7px;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.headerRight a.headerButton:hover {
    background-color: #de0496;
}

.sunYellow { background-color: #ffcb05; }
.lightGreen { background-color: #16d95c; width: 150px !important; }
.magenta { background-color: #f705a7; }

.headerRight #loggedIn_0_0_panel {
    display: none;
}
.headerRight .logText,
.headerRight .loginElement,
.headerRight .loginElement p {
    height: 31px;
    line-height: 31px;
}
.headerRight .logInfo a,
.headerRight .loginElement a {
    display: block;
    width: 71px;
    height: 31px;
    float: right;
    margin-left: 10px;
    text-indent: -99999px;
}

.headerRight .loggedOut a {
    background: transparent url(images/logIn.jpg) no-repeat center left;
}
.headerRight .loggedIn a,
.headerRight .loginElement a {
    background: transparent url(images/logOut.jpg) no-repeat center left;
}



#topper {
    padding: 16px 0;
}

/* NAVIGATION SCHEMES */    
    
    /* TOP NAVIGATION SCHEMES */
    /* main navigation, top with flyout */
    .navigationTopFlyout #navigation {    
        background: transparent;
        padding: 0;
        float: left;
        width: 705px;
    }
    
    .navigationTopFlyout .mainNav {
        clear: both;
        padding: 0px 0;
    }
        .navigationTopFlyout .mainNav li { /* #see style-ie.css as well for changes */
            float: left;
            padding: 0 0px;
            position: relative;
        }
            .navigationTopFlyout .mainNav li a {
                color: #fff;
                background:#4d4d4d;
                display: block;
                border-right: 2px solid #fff;
                text-align: center;
                padding: 5px 9px;
                text-decoration: none;
                font-family: arial, helvetica, sans-serif;
            }
            .navigationTopFlyout .mainNav li a:hover,
            .navigationTopFlyout .mainNav li:hover a,
            .navigationTopFlyout .mainNav li a.selectedPage,
            .navigationTopFlyout .mainNav li a.selectedPageRoot {
                background :#c4007a;
            }
            
            
            /* mouseover navigation. for level 2 flyout navigation */
            .navigationTopFlyout .mainNav li:hover ul.level2,
            .navigationTopFlyout .mainNav li:focus ul.level2,
            .navigationTopFlyout .mainNav li.sfhover ul.level2 {
                display: block;
            }                
            
            .navigationTopFlyout .mainNav li ul.level2 {
                display: none;
                position: absolute;
                background: #ccc;
                width: 212px;
                color: #fff;
                padding: 0px;
                z-index: 3;
                left: 0;
                margin: 0 0 0 0px; /* #see style-ie.css as well for changes */
                font-size: 12px;
                border: none;
            }
                .navigationTopFlyout .mainNav li ul.level2 li {
                    padding: 0;
                }        
                    .navigationTopFlyout .mainNav li ul.level2 li a {
                        color: #030000;
                        padding: 5px 5px;
                        border: none;
                        font-size: 12px;
                        width: 202px;
                        text-align: left;
                        background: transparent;
                        border-bottom: 2px solid #fff;
                        
                    }                        
                        .navigationTopFlyout .mainNav li ul.level2 li a:hover {
                            color: #fff;
                            background: #4d4d4d;
                        }
                        
/* SECTION NAV */
#sectionNav {
    Padding: 0px 0px 30px 0px;
    border-top:15px solid #333;
}


#sectionNav ul,
ul.secNav {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sectionNav ul li,
ul.secNav li {
    padding: 0;
}        
#sectionNav ul li a,
ul.secNav li a {
    display: block;
    color: #030000;
    border: none;
    font-size: 12px;
    background: #ccc;
    padding: 6px;
    text-align: left;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    
}                        
#sectionNav ul li a:hover,
.secNav li a:hover {
    color: #fff;
    background: #4d4d4d;
}

#sectionNav ul li .selectedPage {
    background: #C4007A;
    color: #fff;
}

#sectionNav .navColText .contents p {
    color: #000;
}
        

/* KEY TOOLS */
#keyTools {
    margin: 25px 0;
background: #4d4d4d;
    padding: 4px 12px 4px 25px;
    color: #33b2e9;
}
#keyTools ul {
    padding: 0;
    margin: 0;
    list-style: disc;
    font-size: 12px;
}
#keyTools ul li {
    
}

#PictureLink {
    padding-top: 340px;
}

/* Bottom Sec Ads */

#bottomSecAds img {
    padding: 6px 0;
}

                        
/* SEARCH FORM */
#topper div.search {
    background: #f28c00;
    float: right;
    width: 223px;
    height: 29px;
    position: relative;
}
#topper div.search label {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    font-size: 14px;
    padding: 0 9px;
    height: 29px;
    line-height: 29px;
}    
#topper div.search .searchInput {
    border: 1px solid #838383;
    padding: 2px 4px;
    margin-right: 4px;
    width: 94px;
}    
#topper div.search .searchButton {
    margin: 0;
    padding: 0;
    background: transparent url(images/submitbtn.jpg) no-repeat center left;
    width: 40px;
    height: 29px;
    border: none;
    float: right;
    font-size: 0px;
    *position: absolute;
    *right: 0;
    *top: 0;
    cursor: pointer;
}

/* Top Section */
.topSection {
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
}

/* SECTION PAGES MAIN AND SUB COLUMNS */
#mainColumn .bottomMain {
    color: #585857;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    float: left;
    padding-top: 10px;
}
#mainColumn .mMain {
    float: left;
    width: 325px;
    margin-right: 30px;
    font-family: arial, helvetica, sans-serif;
}
#mainColumn .mSub {
    float: left;
    width: 325px;
    font-family: arial, helvetica, sans-serif;
}

#mainColumn .bottomMain ol{
    background: #808080;
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 30px;
}
        


/* PAGE CONTENT AREA */
#contentContainer {     
    min-height: 320px;
    height: auto !important;
    height: 320px;
    margin-bottom: 30px;
    float: left;
}        
#homePage #contentContainer {

}
        
/* bread crumb trail */        
#breadCrumb {
    color: #8B1C62;
    padding: 3px 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    width: 750px;
}

#breadCrumb .bc {
    display: inline;
    padding-left: 9px;
}
#breadCrumb .bc a {
    text-decoration: none;
    color: #4D71A3;
}

#breadCrumb .bc .selectedPageParent {
    color: #4D71A3 !important;    
}
    

#breadCrumb p {
    color: #8B1C62 !important;    
}

/* featured items */


#featuredItems {
    width: 940px;
    float: left;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 0px 0 0px 0px;
    border-bottom: 1px solid #4d4d4d;
}

#textBox {
    background: url(images/possible.jpg) no-repeat;
    background-size:cover;
    min-height: 140px;
    margin-bottom: 20px;
    padding: 0px 35px 35px 35px;
    float:left;
    width: 870px;
}

#textBox tr p.this {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 9px;
}

#textBox tr p.that {
    padding: 9px;
}

#textBox td p a {
    background: #fff;
    padding: 10px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-left: -20px;
    text-shadow: none;
    
}

#textBox td p a:hover {
background :#c4007a;
color: #fff;
}

#textBox .c1 {
    float: left;
    width: 100%;
    min-height: 50px;
    
}

.featuredTitle h2 {
    margin: 30px 0px 20px 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.59);
}


#textBox p {
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.59);
}

#councilOnesb {
    background: #fff;
    width: 172px;
    float: right;
    min-height: 117px;
    height: auto !important;
    height: 117px;
    margin-bottom: 10px;
}

#councilTwosb {
    background: #fff;
    width: 172px;
    float: right;
    min-height: 117px;
    height: auto !important;
    height: 117px;
    margin-bottom: 10px;
}

#councilThreesb {
    background: #fff;
    width: 172px;
    float: right;
    min-height: 117px;
    height: auto !important;
    height: 117px;
    margin-bottom: 10px;
}

#councilFoursb {
    background: #fff;
    width: 172px;
    float: right;
    min-height: 117px;
    height: auto !important;
    height: 117px;
}

    
#featuredItemSec {   
    background: #fff;
    width: 940px;
    min-height: 170px;
    margin-bottom: 20px;
    padding: 0px 0 0px 0px;
    border-bottom: 1px solid #4d4d4d;
}

#gallery1 {
    background: #fff url(images/galleryBg1.gif) no-repeat top left;
    float:left;
    width: 940px;
    min-height: 149px;
    margin-right: 0px;
}

#SectorTextBox {
    width: 770px;
    height: 56px;
    padding: 20px 10px 0px 20px;
    float: right;
}

#SectorTextBox p {
font-size: 16px;
font-family: arial, helvetica, sans-serif;
}

#SectorPicBox {
    width: 100px;
    min-height: 56px;
    padding: 15px;
    float: left;
}


/* Bottom Councils Container */

table {
    
}

td {
    padding: 10px 20px 15px 20px;
    vertical-align: top;
}

#bottomContainer {
    margin-bottom: 10px;
}

#bottomContainer #councilOne {
    background: #fff;
    width: 220px;
    float: left;
    min-height: 155px;
    height: auto !important;
    height: 155px;
    margin-right: 19px;
}

#bottomContainer #councilTwo {
    background: #fff;
    width: 220px;
    min-height: 155px;
    height: auto !important;
    height: 155px;
    float: left;
    margin-right: 19px;
}


#bottomContainer #councilThree {
    background: #fff;
    float: left;
    width: 220px;
    min-height: 155px;
    height: auto !important;
    height: 155px;
    margin-right: 20px;
}


#bottomContainer #councilFour {
    background: #fff;
    float: left;
    width: 220px;
    min-height: 155px;
    height: auto !important;
    height: 155px;
}




/* SITE FOOTER/NAVIGATION */
#footer {
    clear: both;
    background: #d9d9d9;
    padding: 50px 25px 25px;
    font-size: 10px;
    color: #000;
    text-align: left;
    margin-top: 20px;
}    
#footer a {
    text-decoration: none;
    color: #000;
}
        