/* FONTS */

@font-face {
    font-family: 'HelveticaLTStdBoldCondensed';
    src: url('../fonts/helveticaltstd-boldcond-webfont.eot');
    src: url('../fonts/helveticaltstd-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-boldcond-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-boldcond-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-boldcond-webfont.svg#HelveticaLTStdBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStdCondensed';
    src: url('../fonts/helveticaltstd-cond-webfont.eot');
    src: url('../fonts/helveticaltstd-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-cond-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-cond-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-cond-webfont.svg#HelveticaLTStdCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStdCnOb';
    src: url('../fonts/helveticaltstd-condobl-webfont.eot');
    src: url('../fonts/helveticaltstd-condobl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-condobl-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-condobl-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-condobl-webfont.svg#HelveticaLTStdCnOb') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HTML */

html, body {
    font-size: 1.025em;
    font-family: "Open Sans", arial, verdana, tahoma, san-serif;
    line-height: 1.6em;
    color: #555555;
    background: #fff;
    height: 101%;
}

h1 {
    font-family: 'HelveticaLTStdBoldCondensed',arial,verdana,tahoma,san-serif;
    font-size: 2.3em;
    margin: 0 0 25px 0;
    color: #7A2929;
}

h2, h3 {
    font-family: 'HelveticaLTStdCondensed';
    font-weight: normal;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0 15px 0;
    color: #555;
}

h3 {
    font-family: "Open Sans", arial, verdana, tahoma, san-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0 0 0;
    color: #666;
}

h4 {
    font-family: "Open Sans", arial, verdana, tahoma, san-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #888;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 15px 0;
}

.ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
}

ul li {
    margin: 0 0 0 20px;
    list-style-image: url('../images/bullet.png');
}

/* WRAPPERS */

.wrapper-outer {
    width: 100%;
    border-top: 7px solid #8a3737;
}

.wrapper-inner {
    width: 900px;
    margin: 0 auto 100px auto;
    padding: 0 30px;
}

.header {
    overflow: hidden;
}

/* LOGO */

.logo {
    background: url('../images/logo.png') no-repeat 0 45px;
    height: 130px;
    width: 270px;
    text-indent: -999px;
    font-size: 0;
    line-height: 0;
    display: block;
    float: left;
}

.note {
    padding: 15px 0 15px;
    color: #8A3737;
    background: #fcf9f9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf9f9), color-stop(100%,#f7f0f0));
    background: -webkit-linear-gradient(top, #fcf9f9 0%,#f7f0f0 100%);
    background: -moz-linear-gradient(top, #fcf9f9 0%, #f7f0f0 100%);
    background: -ms-linear-gradient(top, #fcf9f9 0%,#f7f0f0 100%);
    background: -o-linear-gradient(top, #fcf9f9 0%,#f7f0f0 100%);
    background: linear-gradient(to bottom, #fcf9f9 0%,#f7f0f0 100%);
    margin: 28px 0 0;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.4em;
    float: right;
    width: 300px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.note p {
    margin: 0 0 2px 0;
}

.note a {
    text-decoration: underline;
    color: #8a3737;
}


/* NAV */

.nav {
    font-family: "Open Sans", arial, verdana, tahoma, san-serif;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
}

.nav ul {
    display: block;
    overflow: hidden;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.nav ul li {
    float: left;
    display: block;
    margin: 0;
    padding: 1px 0;
}

.nav a {
    color: #444;
    padding: 5px 10px 4px;
    margin: 0;
    display: block;
    font-size: 0.8em;
}

.nav a:hover,
.nav a.selected {
    color: #111;
    text-decoration: none;
}

.nav a:hover {
    background: #fafafa;
}

.nav a.selected {
    font-weight: bold;
    color: #7A2929;
    text-shadow: 0 0 3px #fff;
    background: #fcf9f9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf9f9), color-stop(100%,#f7f0f0));
    background: -webkit-linear-gradient(top, #fcf9f9 0%,#f7f0f0 100%);
    background: -moz-linear-gradient(top, #fcf9f9 0%, #f7f0f0 100%);
    background: -ms-linear-gradient(top, #fcf9f9 0%,#f7f0f0 100%);
    background: -o-linear-gradient(top, #fcf9f9 0%,#f7f0f0 100%);
    background: linear-gradient(to bottom, #fcf9f9 0%,#f7f0f0 100%);
}

.nav .nav-number {
    color: #8a3737;
    margin: 0 2px 0 0;
}

.nav .nav-bar {
    color: #bbb;
    font-size: 1.25em;
    margin: 0 3px 0 2px;
}

.nav span {
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 0.65em;
    line-height: 100%;
    color: #777;
}

/* CONTENT */

.content {
    overflow: hidden;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 5px 0 0 0;
}

.content a {
    color: #111;
}

.content a:hover {
    color: #620000;
}

.content-side {
    float: left;
    width: 230px;
    padding: 30px 0 50px 0;
    font-size: 0.7em;
    border-top: 2px solid #8a3737;
}

.content-main {
    float: right;
    width: 620px;
    padding: 35px 0 50px 0;
    text-align: left;
    font-size: 0.8em;
    border-top: 2px solid #8a3737;
}

/* QUOTE */

.quote {
    width: 100%;
    overflow: hidden;
}

.quote-mark {
    float: left;
    width: 31px;
    height: 30px;
    background: url('../images/quote.png') no-repeat 0 0;
}

.quote-content {
    float: left;
    width: 168px;
    padding:0 0 0 15px;
    margin: 0 0 0 15px;
    border-left: 1px dotted #cccccc;
}

.quote-text,
.quote-author {
    font-family: 'HelveticaLTStdCondensed';
}

.quote-text {
    font-size: 1.35em;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}

.quote-author {
    font-size: 0.95em;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
    color: #777;
}

.quote-position {
    font-size: 0.9em;
    font-style:italic;
    font-weight: normal;
    margin:0;
    color: #999;
}

/* STAFF */

.staff {}

.staff li {
    margin: 0 0 20px 20px;
}

.staff h3 {
    margin: 0;
    font-size: 1.1em;
}

.staff .name {
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 145%;
}

.staff .position {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.7em;
}

.staff .education {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.7em;
}

.staff .phone,
.staff .email,
.staff .mobile {
    margin: 0;
    padding: 0;
}

.staff span {
    font-weight: bold;
    display: inline-block;
    width: 20px;
    color: #8a3737;
}

/* CONTACT */

.contact {
    overflow: hidden;
    width: 100%;
}

.contact-left {
    float: left;
    width: 150px;
    padding: 2px 0 2px 0;
}

.contact-right {
    float: left;
    padding: 2px 0 2px 0;
}

.contact-right .input1 {
    font-family: arial,verdana,tahoma,san-serif;
    color: #555555;
    border: 1px solid #cccccc;
    width: 400px;
}

.contact-right .input2 {
    font-family: arial,verdana,tahoma,san-serif;
    color: #555555;
    border: 1px solid #cccccc;
    padding: 10px;
}

.contact-right .textarea1 {
    font-family: arial,verdana,tahoma,san-serif;
    color: #555555;
    border: 1px solid #cccccc;
    width: 400px;
}

/* FOOTER */

.footer {
    color: #888;
    overflow: hidden;
    width: 100%;
    font-size: 0.7em;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px 0 0 0;
}

.footer a {
    color: #666;
}

.footer a:hover {
    color: #000000;
}

.footer .copyright {
    float: left;
    width: 50%;
}

.footer ul {
    float: right;
    width: 50%;
    text-align: right;
}

.footer li {
    float: right;
    list-style: none;
    margin: 0;
}

.footer li:after {
    content: "|";
    margin: 0 5px;
}

.footer li:first-child:after {
    content: "";
    margin: 0;
}

/* LINKS */

.main {
    overflow: hidden;
    width: 100%;
}

.main-left {
    float: left;
    width: 45%;
}

.main-right {
    float: right;
    width: 45%;
    text-align: left;
}

.main a {
    color: #666;
}

.people h1 a {
    color: #8a3737;
}

.people h2 {
    padding: 0;
    margin: 0;
}

.people ul {
    margin: 0 0 15px 0;
}

.people li {
    list-style-image: none !important;
    padding: 0;
    margin: 0;
}

.people .position-details {
    font-style: italic;
    font-size: 0.9em;
}

.people .contact-details span {
    font-weight: bold;
    display: inline-block;
    width: 20px;
    color: #8a3737;
}

.error {
    border: 1px dotted #ff0000;
    padding: 10px;
    color: #F00;
}

.message {
    border: 1px dotted #009900;
}

.space {
    margin: 0 0 25px 0;
}

.contact-us {
    font-size: 1.1em;
    line-height: 1.65em;
}

.contact-us li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-us span {
    float: left;
    font-weight: bold;
    color: #8a3737;
}

.contact-us p {
    margin-left: 25px;
}

.map {
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    box-shadow: 0 0 10px 0 #ccc inset;
}

.moving-images {
    overflow: hidden;
}

.moving-images a {
    float: right;
    border: 1px solid #ccc;
    padding: 5px;
}

.moving-images a:first-child {
    float: left;
}

.moving-images img {
    width: 290px;
    margin: 0;
    display: block;
}