﻿
#main {
    padding: 0 0 20px;
    height: 680px;
    color: #000;
    font-family: Verdana, Arial;
}

h2.title {
    color: #332B2C;
    font-size: 25px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}

.contactLeft {
    width: 465px;
    float: left;
}

    .contactLeft h3 {
        padding-top: 10px;
    }

    .contactLeft input[type="text"], .contactLeft input[type="password"], .contactLeft input[type="email"] {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #BDBFC4;
        color: #666666;
        display: block;
        max-width: 100%;
        outline: medium none;
        padding: 7px;
        width: 300px;
        margin-top: 5px;
    }

    .contactLeft input[type="file"] {
        margin-top: 5px;
    }

    .contactLeft select {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #BDBFC4;
        color: #666666;
        display: block;
        max-width: 100%;
        outline: medium none;
        padding: 7px;
        width: 310px;
        margin-top: 5px;
    }

    .contactLeft textarea {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #BDBFC4;
        color: #666666;
        display: block;
        max-width: 100%;
        outline: medium none;
        padding: 7px;
        width: 300px;
        height: 90px;
        margin-top: 5px;
    }

    .contactLeft select.validations {
        border: 1px solid #FF0000;
        background-color: #FFEEEE;
    }

    .contactLeft input.input-validation-error[type="text"], .contactLeft textarea.input-validation-error, input.input-validation-error[type="file"] {
        border: 1px solid #FF0000;
        background-color: #FFEEEE;
    }

.contactRight {
    float: right;
    width: 404px;
    position: relative;
}

    .contactRight .addres {
        height: 55px;
    }

    .contactRight div {
        padding: 8px 0 15px;
        height: auto;
        position: relative;
    }

        .contactRight div.sec {
            height: 430px;
            padding: 0;
            border: 1px solid #1887CC;
        }

    .contactRight h3 {
        font-size: 14px;
    }

    .contactRight div.sec p {
        padding: 0;
    }

    .contactRight div img, .contactRight div p {
        float: left;
    }

    .contactRight div p {
        padding: 0 0 0 15px;
    }

    .contactRight div.sec p center small a {
        font-size: 12px;
    }

#submit {
    background: #1887CC;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin-right: 148px;
    margin-top: 5px;
    font-size: 16px;
}

    #submit:hover {
        background: #5EB7EC;
    }

iframe {
    border: 1px solid #BDBFC4;
}

#curriculum {
    display: none;
}

#mapCanvas {
    border: 0;
    width: 500px;
    height: 350px;
    margin: 0 auto;
}

#accordion div .map {
    height: 407px;
}

#accordion div {
    padding: 0;
}
