/** Default Styles **/
html {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 450px;
    background: #003D3D; /* Old browsers */
    background: -moz-linear-gradient(top, #003D3D 20%, #ffffff 100%) no-repeat; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #003D3D), color-stop(100%,#ffffff)) no-repeat; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #003D3D 20%,#ffffff 100%) no-repeat; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #003D3D 20%,#ffffff 100%) no-repeat; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #003D3D 20%,#ffffff 100%) no-repeat; /* IE10+ */
    background: linear-gradient(to bottom, #003D3D 20%,#ffffff 100%) no-repeat; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003D3D', endColorstr='#ffffff',GradientType=0 ) no-repeat; /* IE6-9 */
}

body {
    font-family: Arai, Tahoma;
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin: 0 auto 0 auto;
    padding: 0;
}

.wrapper {
    width: 960px;
    margin: 0 auto 0 auto;
}

.bold{
    font-weight: bolder;
}

/*** Global Image Styles ***/
img {
    border: none;
    padding: 5px;
}

.img {
    border: none;
}

    .img:hover {
        border: none;
    }

/*** Global Links ***/
a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: #FFD300;
    }

/*** Header ***/
#header {
    height: 180px;
    /*min-width: 900px;*/
    position: relative;
    /* margin-left: -10px; */
}

#imgLogo {
    padding: 0;
    margin: 0;
}

#howDo {
    /* background-color: #4c5f32; No backgroud color */
    width: 230px;
    height: 36px;
    color: white;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 710px;
}

.howDoDrop {
    width: 250px;
    position: absolute;
    top: 135px;
    left: 685px;
}

#socialImages {
    position: absolute;
    top: 60px;
    left: 741px;
}

    #socialImages img {
        padding: 0;
        margin: 0;
    }

/*** Main Content ***/
#centerContent {
    /*position: relative;*/
    width: 900px;
    background-color: white;
    /*border: groove;
    border-top: none;
    border-width: 1px;
    border-color: #FDD300;*/
    min-height: 70px;
    height: auto;
    padding: 10px;
    margin: 0 auto 0 auto;
    overflow: auto;
    box-shadow:0 1px 5px 1px #FFD300;
}

    #centerContent a {
        color: #660000;
    }

        #centerContent a:hover {
            color: #FFD300
        }

    #centerContent ul {
        list-style: disc;
        margin: 0;
        /*padding: 0;*/
    }

    #centerContent li {
        display: list-item;
        /*color: #133b8d;*/
    }

#columnHeader {
    width: 500px;
    height: 50px;
    text-align: left;
}

.centerContent-wrap {
    padding: 0 15px 0 15px;
} 

/*** Double Column MasterPage Layout ***/
#leftContent {
    width: 485px;
    float: left;
    min-height: 70px;
    height: auto;
    margin-right: 30px;
}

#rightContent {
    width: 285px;
    float: left;
    min-height: 70px;
    height: auto;
}

    /*#rightContent img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }*/

.double-column-content  {
    padding: 0 15px 0 15px;
}

/*** 3Column MasterPage Layout ***/
#contentLeft {
    width: 150px;
    min-height: 70px;
    height: auto;
    float: left;
    padding: 0;
    border: 0;
}

    #contentLeft h2 {
        text-align: center;
    }

#contentCenter {
    width: 455px;
    min-height: 70px;
    height: auto;
    float: left;
    padding: 0 8px 0 8px;
}

    #contentCenter h2 {
        text-align: center;
    }

#contentRight {
    width: 200px;
    min-height: 70px;
    height: auto;
    float: left;
    padding: 0 0 0 8px;
    border: 0;
}

    #contentRight h2 {
        text-align: center;
    }

#contentLeftHome {
    width: 200px; /* prev 250 */
    float: left;
    margin-right: 5px;
    border: 0;
    text-align: center;
}

#contentCenterHome {
    width: 460px; /* prev 455px */
    float: left;
    /*margin-right: 5px;*/
    margin: 0;
    padding: 0 5px 0 5px;
}

#contentRightHome {
    width: 200px; /*prev 250*/
    padding: 0 5px;
    margin: 0 5px; /*added*/
    float: left;
    border: 0;
    text-align: center;
}

/*** Sidebar MasterPage Layout ***/
#sidebarMainContent {
    float: left;
    width: 590px;
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
}

    #sidebarMainContent hr {
        width: 610px;
    }

#sidebarContent {
    float: right;
    width: 255px;
    /*min-height: 70px;*/
    height: auto;
    border: 0;
    color: black;
    text-align: center;
    padding-right: 15px;
}

.sideNavigation {
    background-color: #B4C6C6;
    padding: 10px 0;
}	

    #sidebarContent img a {
        border: none !important;
        border-bottom: none;
    }

        #sidebarContent img a:hover {
            border: none !important;
            border-bottom: none;
        }

    #sidebarContent a {
        text-decoration: none;
        color: white;
    }

/*#sidebarContent a:hover {
            background-color: #0d4b1d;
            color: white;
            /*padding-right: 150px;
        }*/

.buttonLink {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 270px;
}

    .buttonLink p {
        margin: 0;
    }

    .buttonLink a {
        color: white;
        display: block;
        width: 100%;
        padding: 2px 0 2px 0;
        text-decoration: none;
        font-weight: bold;
        border-top: 1px solid #B4C6C6;
        border-bottom: 1px solid #B4C6C6;
        background-color: #206C6C;
    }

        .buttonLink a:hover {
            background-color: #2c5cbe;
        }
/*#sidebarContent a:hover > img {
            border: none;
            background: none;
        }

        #sidebarContent a img:hover {
            border: none !important;
            text-decoration: none;
            background: none;
            margin-left: auto;
            margin-right: auto;
        }*/

/*.contains-image {
    border: none !important;
    background: none;
}*/
.contains-image a:hover {
    border: none !important;
    background: none;
}

/*** Footer ***/
#footer {
    height: 50px;
    width: 960px;
    text-align: center;
    margin: 15px 0 25px 0;
}

.footerFont {
    font-family: 'Arial, Tahoma';
    font-size: 12px;
    color: #601407;
}

/********** SlideShow *************/
#homeSlideShow {
    width: 455px; /*prev 455*/
    height: 300px;
    text-align: center;
}

#slideshow {
    width: 450px;
    height: 240px;
}

.slideControl {
    width: 455px;
    height: 50px;
    text-align: center;
    align-content: center;
}

.ImageSelector {
    margin: 2px;
}

/***** Navigation & Navigation Menu *****/
#navigation {
    height: 40px;
    /*width: 800px;*/
    /*min-width: 1000px;*/
    /*text-align: center;*/
    /*padding: 0 13%;*/
    /*margin: 0 auto;*/
    /*display: inline-block;*/
    position: relative;
    z-index: 99;
    background-color: #FFD300;
}

    #menu {
        margin: 0;
        margin-left:  -14px;
        border: 0;
        /*height: 40px;
        width: 77%;
        width: 1045px
        position: absolute;*/
    }

        #menu ul{
            visibility: hidden;
            height: 30px;
            width: 100px;
            position: absolute;
            margin: 0;
            padding: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        #menu li{
            width: 98px;
            height: 31px;
            float: left;
            text-align: center;
            list-style: none;
            font: normal bold 12px Arial, Tahoma;
            padding: 0;
            margin: 9px 3px 0 0;
            background-color: #660000;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }

        #menu a{
            padding: 9px 0 7px 0;
            text-decoration: none;
            color: #FDFD96;
            display: block;
            /*border-top-right-radius: 10px;
            border-top-left-radius: 10px;*/
        }
        
            #menu li:hover > a{
                background-color: #FFD300;
                color: #660000;
                padding: 8px 0 7px 0;
                border: solid 1px #660000;
                border-top-right-radius: 10px;
                border-top-left-radius: 10px;
                border-bottom: 0;
            }

                #menu li:hover ul > li:hover > a{
                    border: 0;
                    padding: 3px 10px 4px 10px;
                    border-top-right-radius: 0;
                    border-top-left-radius: 0;
                }

            #menu li:hover ul{
                visibility: visible;
            }

            #menu ul li {
                background-color: #FDFD96;
                width: 150%;
                height: 22px;
                text-align: left;
                margin: 0;
                padding: 0;
                font-size: 12px;
                border-top-right-radius: 0;
                border-top-left-radius: 0;
                box-shadow: 0 1px 5px 1px #FFD300;
            }
                #menu ul a {
                    padding: 3px 0 4px 0;
                    color: #660000;
                    display: block;
                    padding-left: 10px; 
                    padding-right: 10px;
                    text-transform: none;
                }

        #menu ul li a:hover {
            border: 0;
            color: #660000;
            padding: 3px 10px 4px 10px;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

#menu > li.highlight{
    background: #206C6C;
}

#menu li.highlight > a {
    color: white;
    padding: 8px 0 7px 0;
    border: solid 1px #660000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 0;
}

#menu ul li.highlight > a{
    padding: 3px 0 4px 0;
    display: block;
    padding-left: 10px; 
    padding-right: 10px;
    border: 0;
    background: #206C6C;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

    #menu ul li.highlight > a:hover {
        background-color: #FFD300;
    }

/*nav li ul li a {
    display: block;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    /*border-left: 1px solid #1f5065;
            border-right: 1px solid #1f5065;
            border-top: 1px solid #74a3b7;
            border-bottom: 1px solid #1f5065;*
}

    .nav li ul li a:hover {
        display: block;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
border-left: 1px solid #1f5065;
            border-right: 1px solid #1f5065;
            border-top: 1px solid #74a3b7;
            border-bottom: 1px solid #1f5065;
        }
            #navigation ul li ul li a:hover {
                background-color: #1b7e34;
                color: white;
            }
.drop {

}*/

/** Headings **/
h1 {
    font-family: Arial, Tahoma;
    font-size: 25px;
    color: #660000;
    padding-top: 0;
    margin-top: 0;
}

#contentCenterHome h1 {
    padding-top: 20px;
}

h2 {
    font-family: Arial, Tahoma;
    font-size: 20px;
    color: #660000;
}

h3 {
    font-family: Arial, Tahoma;
    font-size: 15px;
    color: #660000;
}

/** Breadcrumbs **/
#centerContent ul.breadcrumbs{
    list-style: none;
    padding: 0 0 10px 15px;
}

#centerContent ul.breadcrumbs li{
    display: inline;
    color: #133b8d;
}

/** Feed List **/
ul.feedList{
    padding: 0;
    margin: 0;
}

    ul.feedList li{
        list-style: none;
    }

/** Contact Table **/
#contact-table td{
    padding: 5px;
}

#mainContentHolder_Item2_ContactForm_3_Button1{
    width: 100px;
    margin-left: 20px;
    margin-bottom: 10px;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
 {

}

