﻿/*==========================================sliders=================================================*/
#slider {
    position: inherit;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: visible;
    z-index: 1
}

#slider2 {
    position: inherit;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 1
}


.items {
    display: none
}

.pagination {
    position: absolute;
    bottom: 1%;
    right: 50%;
    z-index: 2
}

    .pagination li {
        float: left;
        padding-left: 3px
    }

    .pagination a {
        display: block;
        width: 17px;
        height: 17px;
        background: url(../css/images/buttons.png) right 0 no-repeat;
        text-indent: -9999px
    }

        .pagination a:hover, .pagination .current a {
            background-position: left
        }

.banner {
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px;
    color: #a0a0a0;
    width: 350px
}

.title {
    color: whitesmoke;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: -1px;
    display: block;
    padding-bottom: 9px
}

    .title .color2 {
        color: Black;
        font-weight: bold;
        font-size: 40px;
        line-height: 1.2em;
        letter-spacing: -1px;
        display: block;
        padding-bottom: 9px
    }

    .title span {
        display: block;
        margin-top: -17px
    }

.banner .button1 {
    background: url(../css/images/readmore.png) right 0 no-repeat;
    font-size: 28px;
    padding: 0 85px;
    height: 49px;
    line-height: 46px;
    margin-top: -1px;
    letter-spacing: -2px
}

    .banner .button1:hover {
        background: url(../css/images/readmorehighlight1.jpg) right 0 no-repeat;
    }

#intro {
    padding-bottom: 10px;
    background-color: #0171BC;
    opacity: 0.8;
    margin: 0px -36px 0px -36px;
}

    #intro p {
        font-size: 21px;
        font-family: Calibri;
        font-style: italic;
        line-height: 22px;
        margin-top: 14px;
        background: url(images/quotes.gif) left center no-repeat;
        padding-bottom: 60px;
    }

        #intro p span {
            font-size: 17px;
            font-weight: bold;
            display: block;
            font-style: normal;
        }

#main {
    padding: 27px 0 27px 0;
}


.links ul {
    list-style: none;
}

    .links ul li {
        padding: 0 0 8px 13px;
        margin-bottom: 7px;
        border-bottom: 1px dotted #dcdcdc;
        background: url(images/ul-arrow.gif) left 6px no-repeat;
        color: RGB(20,15,105);
        line-height: 14px;
        font-size: 16px;
    }

        .links ul li a:hover {
            padding: 0 0 8px 13px;
            color: rgb(254,0,0);
            font-size: 16px;
        }

.button {
    height: 26px;
    width: 96px;
    line-height: 25px;
    background: url('images/readmore-small.png');
    border: 1px solid gray;
    cursor: pointer;
    padding: 0 15px;
}

    .button:hover {
        border-color: #999;
        background: url('images/readmorehighlight-small.jpg');
    }

#content {
    width: 59%;
    height: 50%;
    float: left;
    display: inline-block;
    padding: 10px 10px 12px 10px;
    margin: 0 25px 25px 0;
}

    #content h3 {
        padding-bottom: 11px;
        margin-bottom: 10px;
    }

    #content p {
        line-height: 18px;
        margin-bottom: 1px;
        color: black;
    }

#main #content .button {
    float: right;
    margin-top: 5px;
}

@media screen and (max-width: 900px) {
    #slider{ display: none;}
}