

/* LEFT SIDE */
#middle #content h1 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #414a51;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px 5px;
    text-transform: uppercase;
}

#right {
    width: 780px;
    margin: 6px 0 0;
}

.leftSide {
    width: 460px;
    float: left;
}

#right #holder {
    height: 140px;
}

#right #holder h2 {
    font-size: 18px;
    color: #535d65;
    text-transform: uppercase;
    margin: 0;
}

#right #holder img {
    border: 2px solid #555f67;
    float: left;
    margin: 0 10px 0;
}

#right #holder p {
    margin: -2px 0 0;
}

#right p {
    font-size: 11px;
    color: #414a51;
    line-height: 1.2em;
    margin: 12px 0 0 10px;
}

#left {
    width: 160px;
    margin: 6px 0 0;
}

#left ul {
    list-style: none;
}

#left ul li {
    margin: 0px 0px 4px 0;
    color: #00aeef;
    font-size: 10px;
    font-weight:bold;
    /*text-transform:uppercase;*/
}

#left ul li a:hover {
    color: #00aeef;
}

#left ul li a.current {
    color: #0097cf;
}

#left ul li a.current:hover {
    color: #fff;
}

#left ul li a {
    width: 160px;
    display: block;
    height: 12px;
    color:
}


#content a {
    color: #414a51;
    text-decoration: none;
    font-size: 10px;
}

#content a:hover {
    color: #00aeef;
    text-decoration: none;
}

blockquote {
    font-size: 14px;
    margin: 15px 0 0 135px;
    color: #414a51;
    font-style: italic;
    font-weight: bold;
    width: 320px;
    letter-spacing: .3px;
    line-height: 1.2em;
}

.block {
    margin: 0px 0 0 135px;
    color: #414a51;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .3px;
    line-height: 1.2em;
}

blockquote:before { content: open-quote; font-weight: bold; margin: 0; font-family: Georgia; font-size: 20px; }
blockquote:after { content: close-quote; font-weight: bold; font-family: Georgia; font-size: 20px; }

.middleBorder {
    height: 310px;
    float: left;
    width: 49px;
    /*border-right: 1px solid #d2d2d2;*/
}

.contact {
    float: left;
    width: 239px;
    padding: 0px 0px 0px 30px;
}
form {
    font-size: 10px;
    color: #535d65;
    margin: 15px 0 0;
}

form label {
    margin: 0 0 3px;
}


form .input {
    font-size: 11px;
    width: 220px;
    background: #DFDFDF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*background: url('../images/team/input.png');*/
    border: 0;
    padding: 4px;
    margin: 0 0 8px 0;
    color: #535d65;
}

form .submit {
    float: right;
    width: 53px;
    height: 17px;
    background: url('../images/contact/send.png');
    border: 0;
}

form input[TYPE="submit"]:hover {
    cursor: pointer;
}

form select {
    width: 140px;
    height: 17px;
    border: 0;
    padding: 0;
    margin: 0;
}

form textarea {
    width: 220px;
    color: #535d65;
    background: #DFDFDF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    height: 111px;
    /*background: url('../images/team/textarea.png');*/
    padding: 5px;
    border: 0;
}

form span {
    float: left;
    color: #535d65;
    font-size: 18px;
    font-weight: bold;
}
