﻿* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    background: #f5f3f3;
    margin: 0;
    padding: 0;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 13px;
}

#wrapper {
    width: 1005px;
    margin: 0 auto;
}

#top {
    background-image: url(../images/bg-top.png);
    width: 1005px;
    background-repeat: no-repeat;
}

#inner {
    background-image: url(../images/bg-inner.png);
    background-repeat: repeat-y;
}

#logoimg {
    margin-left: 50px;
}

#header {
    float: left;
    width: 280px;
}

#banner_box {
    float: left;
    width: 695px;
}

#Rotating1 {
    width: 695px;
}

#menubox {
    height: 38px;
    margin: 5px 0;
}

.orange {
    background-color: #FFAA25;
}

.darkorange {
    background-color: #E77E23;
}

.skyblue {
    background-color: #25AAFF;
}

.darkblue {
    background-color: #007AB9;
}

.lightblue {
    background-color: #00B9B9;
}

.green {
    background-color: #66AA3B;
}

ul.dropdown {
    list-style: none;
    margin: 0;
    float: left;
    width: auto;
    z-index: 3;
    padding: 0;
}

    ul.dropdown li {
        float: left;
        margin: 0;
        position: relative;
    }

        ul.dropdown li a {
            color: #FFFFFF;
            display: block;
            float: left;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            width: 109px;
            padding: 10px 15px;
        }

    ul.dropdown ul {
        width: 150px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        padding: 0px;
    }

        ul.dropdown ul li {
            width: 165px;
            font-weight: normal;
            background-color: #E77E23;
            color: #fff;
            border-top: 1px dotted #ffffff;
            float: left;
            list-style: none;
        }

            /* IE 6 & 7 Needs Inline Block */
            ul.dropdown ul li a {
                float: left;
                width: 150px;
                background-color: #E77E23;
                padding-left: 0px !important;
                color: White !important;
                font-size: 11px;
                font-weight: normal;
            }

#searchboxs {
    text-align: right;
    margin-right: 20px;
}

#news {
    float: right;
    margin-right: 20px;
    margin-top: 95px;
    text-align: right;
    width: 190px;
}

.newsmid {
}

#news h3 {
    color: #E77E23;
    font-size: 15px;
    margin-bottom: 10px;
}

.newsmid h4 {
}

.tLinks ul {
    list-style: none;
    width: 155px;
    float: right;
}

    .tLinks ul li {
        padding: 10px;
        border-top: 2px dotted #C0C0C0;
    }

        .tLinks ul li a {
            color: #333333;
        }

#content {
    line-height: 22px;
    padding-bottom: 20px;
    background-color: #ffffff;
    font-family: 'Varela Round', sans-serif !important;
}

    #content h1 {
        color: #3E458C;
        font-size: 16px;
        margin: 10px 0;
    }

    #content p {
        margin-bottom: 10px;
    }
#content ul{
    margin-left:20px;
}
#footer {
    padding: 8px;
    font-size: 11px;
    background-image: url(../images/footer-bg1.jpg);
    background-position: bottom;
}

#fContent {
    margin: 0 auto;
    width: 850px;
}

.img {
    width: 695px;
}

.tbl1 td {
    padding: 2px;
}
.tbl1 td input{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    padding: 2px;
    vertical-align: middle;
    width: 280px;
}
.tbl1 td select{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    padding: 2px;
    vertical-align: middle;
    width: 286px;
}
.tbl1 td textarea{
   height: 115px;
    width: 320px;
}
.btn1 {
    background-color: #d7d7d7;
    border: medium none;
    color: #000;
    width:100px !important;
}