/* Typography */
body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.2em;
    color: #333333;
}

a {
    color: #00AEEF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#main h1 {
    padding-left: 10px;
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 1.2em;
    color: #000000;
}

.contact #main h1 {
    margin-bottom: 0.6em;
}

#main p,
#left p,
#main img {
    padding-left: 10px;
    margin-bottom: 1.2em;
}

.practice #main p,
.about #main p {
    line-height: 1.5em !important;
    margin-bottom: 1.5em;
}

.contact #main img {
    padding: 0;
    margin: 0 0 0 10px;
}

.contact #main p {
    font-size: 19px;
    line-height: 1.4em !important;
    margin-bottom: 1.5em;
}

#main p.small,
#left p.small {
    margin-top: 1em;
    margin-bottom: 1.4em;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #7E7E7e;
}

.contact #main p.small {
    margin-top: 0px;
    font-size: 14px;
    color: #333333;
}

#main ul,
#left ul {
    padding-left: 32px;
    margin-bottom: 1.2em;
}

#main li,
#left li {
    list-style-type: disc;
    text-transform: uppercase;
}

#footer p {
    font-size: 12px;
    font-style: italic;
}


/* Main menu */
#menu {
    margin-left: 290px;
    font-family: arial;
    font-size: 15px;
}

#menu li {
    display: inline-block;
    list-style-type: none;
    padding: 0 0 0 8px;
    height: 54px;
    width: 204px;
    border-left: dotted 1px #B5B5B5;
}

#menu li a,
#menu li span {
    display: inline-block;
    padding: 32px 15px 8px 10px;
    text-decoration: none;
    color: #666666;
}

#menu li a:hover,
#menu li.selected span {
    color: #FFFFFF;
    background-color: #9FBB20;
}


/* Layout */
body {
    text-align: center;
}

body .container {
    width: 1020px;
    text-align: left;
    margin: 0px auto;
}

body.about {
/*    margin-left: -16px; */
}

#main {
    float: left;
    width: 730px;
    margin-top: 125px;
}

#left {
    float: left;
    width: 290px;
}

#footer {
    clear: both;
    padding-top: 42px;
    margin: 0 0 0 290px;
}

.clearfix {
    clear: both;
}

/* Left area */
#left img#logo {
    margin: 37px 0 0 40px;
}

#left img#large {
    margin: 90px 0 0 9px;
}

#left .carousel .divider {
    clear: both;
    margin: 0 0 22px 22px !important;
    border-bottom: solid 2px black !important;
    width: 155px !important;
}

#left .carousel .navigation {
    margin: 0 0 14px 0px;
}

/* Main area */
#main img {
    margin: 3px 0 2.2em 0;
}

#main .divider {
    clear: both;
    margin: 0;
    border-bottom: solid 2px black;
    width: 618px;
}

#main strong {
    color: #333333;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: normal;
}

#main .carousel .divider {
    margin: 0 0 22px 38px !important;
    border-bottom: solid 2px black !important;
    width: 155px !important;
}

#main .carousel .navigation {
    margin: 0 0 15px 2px;
}


/* Footer area */
#footer {
    color: #000000;
}

#footer .light {
    color: #717171;
}

#footer .left {
    float: left;
    width: 200px;
}

#footer .right {
    float: left;
    margin-left: 300px;
    width: 200px;
}

#footer p {
    padding-left: 10px;
    margin-bottom: 0.9em;
    line-height: 1.5em;
}


/* carousel */
.carousel {
    text-align: center;
}

.carousel .navigation a.prev,
.carousel .navigation a.next {
    display: inline-block;
    width: 22px;
    height: 21px;
}

.carousel .navigation a.prev {
    background: url(../images/arrow_left_blue.gif) no-repeat;
}

.carousel .navigation a.prev.disabled {
    background: url(../images/arrow_left_black.gif) no-repeat;
}

.carousel .navigation a.next {
    background: url(../images/arrow_right_blue.gif) no-repeat;
}

.carousel .navigation a.next.disabled {
    background: url(../images/arrow_right_black.gif) no-repeat;
}

.carousel ul {
    margin: 0 !important;
    padding: 0 !important;
}

.carousel ul li {
    list-style-type: none !important;
    font-size: 1.35em;
    line-height: 1.4em;
}

