body {
    color: #660033;
    font-size: 13px;
    height: auto;
}

a {
    color: #cc3366;
}

    a:hover {
        color: #660033;
    }

p {
    text-align: justify;
}

.container_12 {
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

#header {
    border-top: 5px solid #660033;
    width: 940px;
    margin: 0 10px;
}

/* LOGO */

#logo {
    height: 100px;
    padding: 15px 0 20px 20px;
}


/* INFO */

#info {
    height: 70px;
    width: 240px;
    padding: 45px 30px 20px 30px;
    text-align: center;
}

    #info img {
        float: left;
    }

    #info #phone {
        font-size: 30px;
        line-height: 40px;
        height: 40px;
    }

        #info #phone a {
            text-decoration: none;
            color: #660033;
        }

            #info #phone a:hover {
                color: #cc3366;
            }

    #info #email {
        font-size: 20px;
        line-height: 30px;
        height: 30px;
    }


        #info #email a {
            text-decoration: none;
            color: #660033;
        }

            #info #email a:hover {
                color: #cc3366;
            }

/*MAIN MENU */

#main_menu {
    height: 30px;
    border-top: 2px solid #660033;
    border-bottom: 2px solid #660033;
    margin-bottom: 3px;
}

    #main_menu .menu-top {
        list-style-type: none;
    }

        #main_menu .menu-top li {
            display: inline;
        }

        #main_menu .menu-top a {
            color: #cc3366;
            text-decoration: none;
            text-transform: uppercase;
            line-height: 30px;
            height: 30px;
            padding-top: 3px;
        }

            #main_menu .menu-top a:hover, #main_menu .menu-current a {
                color: #660033;
                border-top: 5px solid #660033;
            }


/* BANNER */

#banner {
    margin-bottom: 3px;
}

#header_img {
    width: 940px;
    height: 70px;
}

/* MAIN COPY */

.home #side_panel {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

#main_copy, #side_panel, .side_img {
    margin-top: 3px;
    border-top: 5px solid #cc3366;
    padding-top: 3px;
}

#main_copy {
    padding-left: 15px;
}

    #main_copy li {
        margin-bottom: 10px;
    }

.wide #main_copy {
    padding-left: 15px;
    padding-right: 130px;
}

#breadcrumbs {
    padding-top: 10px;
    float: right;
}

/* SIDE PANEL */

#side_panel {
    margin-bottom: 8px;
}

/* QUOTE */

.home #quote_container {
    display: none;
}

#quote_container {
    width: 300px;
    padding: 0;
    margin: 0;
    background-color: #ccc;
}

#quote_outer {
    background-image: url(../img/quote_open.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 15px 0 15px 36px;
    margin: 0;
}

#quote_inner {
    background-image: url(../img/quote_close.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0 30px 0 0;
    margin: 0;
}

#quote {
    color: #660033;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

    #quote p {
        margin: 0;
        padding: 0;
        text-align: left;
    }

.quoteby {
    font-weight: normal;
    font-size: 13px;
}

.noquote #quote_container {
    display: none;
}

/* BODY QUOTE */


#body_quote_container {
    width: 400px;
    padding: 0;
    margin: 0 0 8px 60px;
    background-color: #FFFFFF;
}

#body_quote_outer {
    background-image: url(../img/quote_open.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 15px 0 15px 36px;
    margin: 0;
}

#body_quote_inner {
    background-image: url(../img/quote_close.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0 20px 0 0;
    margin: 0;
}

#body_quote {
    color: #660033;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

    #body_quote p {
        margin: 0;
        padding: 0;
        text-align: left;
    }

.quoteby {
    font-weight: normal;
    font-size: 13px;
}

.noquote #quote_container {
    display: none;
}


/* CONTACT PAGE FORM */

.form_submit {
    background: url(../img/submit_button01.png) no-repeat;
    cursor: pointer;
    border: none;
    width: 78px;
    height: 14px;
    margin-left: 164px;
    background-color: #FFFFFF;
    padding: 10px 0px;
}


/* FOOTER */

#footer {
    background-color: #cc3366;
    color: #FFFFFF;
    padding-top: 15px;
    font-size: 11px;
    line-height: 15px;
}

.footer_menus {
    padding-left: 10px;
    margin-bottom: 20px;
    overflow: auto;
}

#menu_1, #menu_2, #menu_info {
    float: left;
}

.footer_menu {
    list-style-type: none;
    padding-left: 10px;
    margin: 0 30px 0 0;
}

    .footer_menu li {
        margin-left: 0px;
    }

    .footer_menu a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .footer_menu a:hover {
            text-decoration: underline;
        }


#menu_info .footer_menu .menu-last {
    background-image: url(../img/linked_in.png);
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
    line-height: 12px;
    margin-top: 2px;
}


.tiny_icon {
    width: 12px;
    height: 12px;
    float: left;
    padding: 1px 2px 0 0;
}

#contact_form {
    float: right;
    margin-right: 20px;
    display: none;
}

    #contact_form h5 {
        margin-bottom: 20px;
    }

    #contact_form td {
        padding-right: 8px;
    }

    #contact_form label {
        font-size: 14px;
    }

    #contact_form input {
        width: 130px;
    }

    #contact_form .btn_submit {
        width: 78px;
        height: 14px;
        float: right;
    }

.btn_submit2 {
    width: 78px;
    height: 14px;
    margin-left: 156px;
    background-color: #FFFFFF;
    padding: 6px 8px;
}

#contact_form input.submit_btn {
    background: url(../img/submit_button.png) no-repeat;
    cursor: pointer;
    width: 78px;
    height: 14px;
    border: none;
    float: right;
}

#callback-errors {
    margin: 15px 0 0 0;
}

#credits p {
    padding: 10px 20px;
    height: 15px;
}

#credits a {
    color: #FFFFFF;
    text-decoration: none;
}

    #credits a:hover {
        color: #FFFFFF;
    }


/* GENERAL STYLES */

.fll {
    float: left;
}

.flr {
    float: right;
}

.bold {
    font-weight: bold;
}

.dark {
    color: #660033;
}

.light {
    color: #cc3366;
}

.white {
    color: #FFFFFF;
}

.nobullets li {
    list-style-type: none;
    margin-left: 0;
}


.link_arrows {
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
}
