* {
    border: none;
}
body {
    font: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/bg.jpg) repeat top center #fff;
}
img {
    -ms-interpolation-mode: bicubic;
}
.wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    z-index: 2;
}
.wide {
    width: 92%;
    max-width: 1105px;
}
.half-wrapper {
    width: 48%;
    float: left;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.amp {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-weight: normal;
}
strong {
    font-weight: normal;
}
.reg {
    font-size: .5em;
    line-height: .5em;
}
div.map {
    margin: 15px 30px 20px 30px;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #CAB799;
    -webkit-box-shadow: 0px 0px 5px #CAB799;
    -moz-box-shadow: 0px 0px 5px #CAB799;
    border: 5px solid #F4EBDA;
}
object {
    margin: 20px 0;
    background: #fff;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
}

/* ------------------( NAVIGATION )------------------ */

#navigation {
    background: url(../images/bg-nav.jpg) repeat-x top center;
    width: 100%;
    margin: 0;
    padding: 0;
    -moz-box-shadow: 0px 1px 2px #4D3E1F;
    -webkit-box-shadow: 0px 1px 2px #4D3E1F;
    box-shadow: 0px 1px 2px #4D3E1F;
    height: 45px;
    position: fixed;
    top: 0px;
    z-index: 20;
    border-bottom: 3px solid #CAB799;
}
#navWrap {
    padding-top: 10px;
    width: 90%;
    max-width: 1100px;
    margin: 0px auto 0;
    padding: 0;
}
#nav {
    margin: 0;
    padding: 0px 0 0 0;
    font-family: 'Didact Gothic', Lucida Grande, Arial, sans-serif;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    max-width: 1100px;
}
#nav ul a {
    display: inline;
    float: left;
    padding: 0px 0px 0px;
    margin: 0px;
    height: 45px;
    width: 100%;
    font-size: 13.5px;
    line-height: 45px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #CAB799;
    font-family: 'Stoke', Times New Roman, Times, serif;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    text-shadow: 1px 1px 2px #3A372D;
    -moz-text-shadow: 1px 1px 2px #3A372D;
    -webkit-text-shadow: 1px 1px 2px #3A372D;
}
#nav li {
    float: left;
    margin: 0px 0px;
    display: inline;
    width: 10%;
}
#nav li.home, #nav li.team, #nav li.faq {
    width: 8%;
}
#nav li.visit {
    width: 8.1%;
}
#nav li.financial {
    width: 10.9%;
}
#nav li.faq {
    width: 7%;
}
#nav li.technology, #nav li.back {
    width: 13%;
}
#nav li.locations {
    width: 12%;
}
#nav ul a:active, #nav ul a:focus, body#home li.home a, body#about li.team a, body#locationspage li.locations a, body#technology li.technology a, body#services li.services a, body#faq li.faq a, body#visit li.visit a, body#financial li.financial a, body#giving li.back a, body#contact li.contact a {
    background: url(../images/nav.png) no-repeat center bottom #665638;
    color: #fff;
}
#nav ul a:hover {
    background: url(../images/nav.png) no-repeat center bottom #2D230E;
}
#nav ul .first a {
    border-left: hidden;
}
#dropdown li {
    float: left;
    position: relative;
    text-align: left;
    cursor: default;
    list-style: none;
}
#dropdown ul .first a {
    border-left: hidden;
}
#nav li .first {
    border-left: hidden;
}
#dropdown li#last {
    border-right-width: 1em;
}
#dropdown li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    font-weight: normal;
    margin-top: 30px;
    z-index: 200;
}
#dropdown li>ul {
    top: 10px;
    left: auto;
}
#dropdown li li {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    background-color: transparent;
}
#dropdown li:hover ul, li.over ul {
    display: block;
}
#dropdown li li a {
    padding: 0px 0px;
    margin: 0px;
    text-align: left;
    width: 100%;
    text-indent: 20px;
    border-bottom: 1px solid #4C5B60 !important;
    background: #627177 !important;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
#dropdown li li {
    height: 40px;
}
#dropdown li li a:hover {
    padding: 0px 0px;
    margin: 0px;
    width: 100%;
    background: #84957A !important;
}
#nav ul .first a {
    border-left: hidden;
}

/* ------------------( MAGIC LINE MENU )------------------ */


/* Example One */

#example-one {
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 960px;
}

/* ------------------( CONTACT INFO )------------------ */

#contact-info {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #D8E1E8;
}
#contact-wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

/* APPOINTMENT BUTTON BOX */

div.box {
    float: right;
    width: 310px;
    padding: 10px 0;
}

/* PHONE NUMBER */

.addresswrap {
    position: absolute;
    top: 50%;
    margin: -22.5px 0px 0px 0px;
    padding: 0px 0px 0px 22px;
    width: 30%;
    height: 45px;
    background: url(../images/bg-phone.jpg) no-repeat left center;
}
.addresswrap1 {
    left: 0px;
}
.address {
    margin: 0px 0px;
    padding: 2px 2px 2px 0px;
    text-align: center;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14.5px;
    color: #534320;
    width: 100%;
    height: 37px;
    border: 2px solid #CAB799;
    border-left: none;
    background: #fff;
}
.address .phone {
    font-size: 23px;
    line-height: 20px;
    height: 30px;
    margin-bottom: 5px;
    margin-top: -2px;
    font-weight: bold;
}
.container-half .address .phone, .location-whole .address .phone {
    display: block;
}
.container-half .address, .sidebar-alt .address, .location-whole .address {
    border-right: none;
    font-size: 13px;
    line-height: 1.4em;
    padding: 2px 0px;
    height: 88px;
    margin: 10px 0px;
}
.sidebar-alt .address {
    font-size: 13px;
    height: 54px;
    line-height: 1.6em;
}
.container-half .address .span, .location-whole .address .span {
    height: 80px;
}
.sidebar-alt .address .span {
    height: 46px;
}
.container-half .address a,
.address a:link,
.address a:visited,
.location-whole .address a {
    color: #534320;
    text-decoration: none;
}
.container-half .address a:hover,
.address a:hover,
.location-whole .address a:hover {
    color: #1B7B99;
}
.address .span {
    height: 29px;
    padding: 4px 0px;
    background: #CAB799;
    display: block;
}
#logo+.addresswrap, .addresswrap2 {
    right: 0px;
    background: url(../images/bg-phone2.jpg) no-repeat right center;
    padding: 0px 26px 0px 0px;
}
#logo+.addresswrap .address {
    border: 2px solid #CCB69E;
    border-right: none;
    padding: 2px 0px 2px 2px;
}
.address b {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: normal;
    color: #84957A;
}
.address .floatleft {
    margin: 0px 5px 0px 17px;
    padding: 8px 0 0 0;
    float: left;
}

/* ------------------( SLIDESHOW )------------------ */

#bannerwrap {
    background: url(../images/banner-bg.jpg) repeat;
    width: 100%;
    padding: 20px 0px;
    border-top: 3px solid #493A1B;
    border-bottom: 3px solid #493A1B;
    box-shadow: inset 0px 0px 5px #2D230E;
    -moz-box-shadow: inset 0px 0px 5px #2D230E;
    -webkit-box-shadow: inset 0px 0px 5px #2D230E;
}
#banner {
    float: none;
    margin: 0px auto 0px;
    padding: 0;
    height: 280px;
    overflow: hidden;
    max-width: 1100px;
    width: 90%;
    position: relative;
    border-radius: 10px;
    border: 3px solid #847156;
}
#banner img {
    height: 280px;
}
#home #banner {
    height: 380px;
    border: none;
    max-width: 1110px;
}
#slideshow-wrap {
    width: 54%;
    position: relative;
    float: right;
}
#slideshow {
    width: 100% !important;
    margin: 0;
    padding: 0;
    height: auto;
    float: right;
}
.slideimage img {
    width: 100%;
    height: auto;
    border-top: 3px solid #CAB799;
    border-bottom: 3px solid #CAB799;
    margin: 0px 0px 10px;
}
#menu3 .slideimage img {
    width: 98%;
}
#menu3 .slideimage img {
    margin: 10px 0px 5px 0px;
}
.imgcontainer {
    width: 48%;
}
#slideshow .float-left {
    padding: 0;
    float: left;
    margin: 0px;
}
.wrapper .no-margin {
    margin-top: 0px;
    margin-bottom: 5px;
}
#prev, #next {
    position: absolute;
    top: 130px;
    background: url(../images/btn-prev.png) no-repeat left top;
    width: 4.608294930876%;
    /*30/651*/
    height: 50px;
    z-index: 10;
}
#prev {
    left: 2px;
}
#prev:hover {
    background: url(../images/btn-prev2.png) no-repeat left top;
}
#next {
    background: url(../images/btn-next.png) no-repeat right top;
    right: 4px;
}
#next:hover {
    background: url(../images/btn-next2.png) no-repeat right top;
}
#slideshow img {
    height: 300px;
}

/* OFFICE SLIDESHOW */

.float {
    position: absolute;
    width: 100%;
    /*280px/590px*/
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
.floatright {
    float: right;
    margin-right: 20px;
}

/* ----------( FEATURE 1 )---------- */

.feature1, .feature2, .feature3, .feature4, .feature5 {
    float: left;
    display: block;
    width: 98% !important;
    height: 300px !important;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    background: url(../images/slideshow/slideshow1.jpg) no-repeat top left;
    border: 2px solid #534320;
    box-shadow: 0px 0px 0px 3px #CAB799, 0px 0px 5px 3px #534320;
    -moz-box-shadow: 0px 0px 0px 3px #CAB799, 0px 0px 5px 3px #534320;
    -webkit-box-shadow: 0px 0px 0px 3px #CAB799, 0px 0px 5px 3px #534320;
    border-radius: 10px;
    margin-top: 9px;
}
.feature2 {
    background: url(../images/slideshow/slideshow2.jpg) no-repeat top left;
}
.feature3 {
    background: url(../images/slideshow/slideshow3.jpg) no-repeat top left;
}
.feature4 {
    background: url(../images/slideshow/slideshow4.jpg) no-repeat top left;
}
.feature5 {
    background: url(../images/slideshow/slideshow5.jpg) no-repeat top left;
}
.copy-wrap {
    position: absolute;
    right: 20px;
    top: 15px;
}
.copy-box {
    margin: 9px 0px 0 10px;
    width: 38% !important;
    /* 300px/590px*/
    height: 270px;
    background: #E0D7C6;
    border-radius: 10px;
    padding: 15px;
    float: left;
    border: 2px solid #534320;
    box-shadow: 0px 0px 0px 3px #E0D7C6, 0px 0px 5px 3px #534320;
    -moz-box-shadow: 0px 0px 0px 3px #E0D7C6, 0px 0px 5px 3px #534320;
    -webkit-box-shadow: 0px 0px 0px 3px #E0D7C6, 0px 0px 5px 3px #534320;
}
.copy-box h2 {
    margin: 0px 0 10px 0;
    padding: 0;
    color: #534320;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 1.25em;
    font-weight: bold;
    font-weight: normal;
    border-bottom: none;
    letter-spacing: 0px;
}
.copy-box p {
    margin: 0;
    padding: 0px;
    font-family: Geneva, Verdana, sans-serif;
    font-style: normal;
    font-size: 0.95em;
    line-height: 2em;
    color: #33332A;
}
.main-point {
    float: left;
    width: 30%;
    margin-left: 4.2%;
    margin-top: 30px;
    height: 220px;
    background: #534320;
    border: 2px solid #CAB799;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #534320;
    -moz-box-shadow: 0px 0px 3px #534320;
    -webkit-box-shadow: 0px 0px 3px #534320;
}
.main-point img {
    width: 20%;
    height: auto;
    float: left;
    margin: 0px 10px 0px 20px;
}
#locationspage .main-point {
    height: 180px;
    background: #A89477;
}
.wrapper .main-point p {
    font-family: Geneva, Verdana, sans-serif;
    color: #AD9879;
    margin: 0 20px 20px;
}
#locationspage .wrapper .main-point h2 {
    color: #F7EDDE;
}
#locationspage .wrapper .main-point p {
    color: #E0CFB5;
    margin: 0 20px 20px;
}
.main-point:first-child {
    margin-left: 0px;
}

/* ------------------( CIRCLES )------------------ */

div.content .circles {
    background: none;
    padding: 0px;
    border: 0px;
    margin: 0px 30px 30px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
div.content .circles li {
    display: block;
    float: left;
    width: 14.2628%;
    height: auto;
    margin-left: 2.8846%;
    margin-top: 20px;
    padding: 0px;
    border: 0px;
    position: relative;
}
div.content .circles li span {
    display: none;
}
div.content .circles li a:hover span {
    display: block;
    position: absolute;
    top: 0px;
    text-align: center;
    color: #CAB284;
    width: 100%;
    height: 67%;
    background: #fff;
    padding-top: 33%;
    background: url(../images/icons/empty.jpg) no-repeat top center;
    background-size: 100%;
    font-size: 17px;
    font-family: 'Podkova', Times New Roman, Times, serif;
    cursor: pointer;
}
div.content .circles li:first-child {
    margin-left: 0px;
}
div.content .circles li img {
    width: 100%;
    height: auto;
}

/* ------------------( END CONTACT INFO )------------------ */


/* CONTAINER */

#container, .container-half, .location-whole {
    background-color: #FDFDFD;
    width: 100%;
    max-width: 1200px;
    float: right;
    padding: 0;
    text-align: left;
    border: 2px solid #C3AF8A;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 30px 0px 0px 0px;
    -moz-box-shadow: 0px 2px 4px #534425;
    -webkit-box-shadow: 0px 2px 4px #534425;
    box-shadow: 0px 2px 4px #534425;
    z-index: 3;
}
.location-whole {
    width: 100%;
    float: none;
    padding-bottom: 20px;
}
.container-half {
    width: 48%;
    float: left;
    padding-bottom: 20px;
}
.container-half:first-child {
    float: right;
}
#content-wrap {
    width: 67.7125%;
    /* 651px/960px */
    float: left;
    padding: 0 0 15px 0;
    border-right: 1px solid #DDCFBA;
}
div.content {
    width: 100%;
    /* 651px/960px */
    clear: left;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px solid #DDCFBA;
}
div.content-alt {
    width: 100%;
    /* 651px/960px */
    margin: 0;
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px dotted #E6D59C;
}
div.content-bottom {
    width: 100%;
    /* 651px/960px */
    margin: 0;
    padding: 20px 0;
    text-align: left;
    border-top: 1px solid #fff;
}
div.content-focus {
    background-color: #899B9F;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 5px solid #D7E4E8;
    width: 90.5484%;
    float: left;
    margin: 0px 0px 0px 30px;
    padding: 2px;
    text-align: left;
}
.border-wrap {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid #6E685C;
    height: auto;
    padding: 3px;
}
.wrapper div.content-focus>p {
    padding: 20px;
    background: #D7E4E8;
    color: #627177;
    font-family: "Volkhov", "Times New Roman", Times, serif;
    font-size: 1.15em;
    line-height: 1.45em;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-style: italic;
    margin: 0px;
}
.wrapper div.content-focus>h1+p {
    padding: 0 20px;
    margin: 20px 0 0 0;
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #7A5239;
}
.wrapper h1, #bannerwrap h1 {
    margin: 25px 0px 10px 0px;
    padding: 0 30px;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 1.8em/*35px/16px*/
    ;
    line-height: 1.3em;
    color: #7A664B;
    letter-spacing: 0px;
    font-weight: normal;
}
.connect-bar .wrapper h1 {
    text-align: center;
    color: #DDCBAA;
    padding-bottom: 8px;
    border-bottom: 2px solid #DDCBAA;
    text-shadow: 1px 1px 3px #000;
    -moz-text-shadow: 1px 1px 3px #000;
    -webkit-text-shadow: 1px 1px 3px #000;
    border-color: #AA9474;
}
.connect-bar .wrapper p {
    color: #9E896B;
    text-align: center;
}
#bannerwrap h1 {
    margin: 0px 0px 15px 0px;
    color: #534320;
    font-size: 1.7em;
    text-align: center;
}
.wrapper h1+p {
    margin-bottom: 15px;
}
.wrapper .content>h1:first-child, .wrapper .content-alt>h1:first-child {
    margin-top: 0px;
}
.wrapper h2 {
    margin: 20px 0 10px 0;
    padding: 3px 30px 0px 30px;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: normal;
    color: #AF9B7C;
    border-bottom: 2px solid #DDCFBA;
}
.wrapper #menu3 h2 {
    padding: 0px;
    font-size: 1.2em;
    margin-bottom: 0px;
}
.wrapper .main-point h2 {
    font-size: 1.3em;
    text-shadow: 1px 1px 3px #000;
    -moz-text-shadow: 1px 1px 3px #000;
    -webkit-text-shadow: 1px 1px 3px #000;
    padding: 10px 20px 5px;
    text-align: center;
    color: #E0CFB5;
}
#office .wrapper .clear+h2, .wrapper h2:first-child {
    margin-top: 0px;
}
.wrapper h1+h2 {
    margin-top: 10px;
}
body#team .wrapper h2 {
    margin: 10px 0 10px 0;
    font-family: Lucida Grande, arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
}
.wrapper h2 em {
    font-size: 0.8em;
    font-weight: normal;
    color: #77654B;
}
.wrapper h3 {
    margin: 15px 0;
    padding: 20px;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-style: italic;
    color: #F47E2E;
    text-align: center;
    border-top: 1px solid #CAB799;
    border-bottom: 1px solid #CAB799;
}
body#ortho .wrapper h3 {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.wrapper .amenities+p {
    margin-top: 5px;
}
.wrapper p {
    margin: 0px 30px 20px 30px;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    font-style: normal;
    line-height: 1.5em;
    color: #33332A;
}
.wrapper p+img, .wrapper h1+img {
    margin: 10px 0;
    padding: 0;
}
.wrapper p+object {
    margin: 20px 0 0 0;
}

/* ------------------( TEAM/STAFF PHOTOS )------------------ */

.wrapper .team {
    float: left;
    width: 265px;
    margin: 20px 10px 0 30px;
    background: #fff;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
}
.wrapper .team-alt {
    float: right;
    width: 265px;
    margin: 20px 30px 0 0;
    background: #fff;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
}
.wrapper .team p, .wrapper .team-alt p {
    margin: 10px 0 0 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #7A5239;
    text-align: center;
}
.wrapper .team p em, .wrapper .team-alt p em {
    margin: 10px 0 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-weight: normal;
    color: #D0AB3C;
    text-align: center;
}

/* ------------------( UNORDERED LIST )------------------ */

div.content li em {
    color: #A89477;
    font-size: 15px;
}
div.content ul strong {
    font-weight: normal;
}
div.content ul {
    background: url(../images/bg.jpg) repeat scroll center top;
    margin: 20px 30px 15px 30px;
    padding: 10px 15px 15px;
    list-style-type: none;
    border: 3px solid #534320;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 0 5px #E5DCCB;
    -moz-box-shadow: 0 0 0 5px #E5DCCB;
    -webkit-box-shadow: 0 0 0 5px #E5DCCB;
    overflow: hidden;
}
#visit div.content ul {
    background: none;
    margin: 20px 30px 15px 30px;
    padding: 0px;
    list-style-type: none;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    overflow: hidden;
}
#visit div.content ul ul {
    margin: 20px 0px 15px;
}
div.content ul.no-background {
    background: #F3F7C8;
}
div.content ul#menu3 {
    padding-top: 0px;
}
#visit div.content ul#menu3 {
    margin-bottom: 20px;
}
div.content ul ul {
    background: none;
    margin: 5px 0px 0px;
    padding: 5px;
    list-style-type: none;
    border: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
div.content ul p {
    margin: 0px 0px 10px;
}
div.content li, #menu3 li a {
    background: url(../images/bullet.png) no-repeat scroll left 60px transparent;
    list-style: none;
    display: block;
    margin-top: -50px;
    padding: 56px 0 6px 23px;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #7F6A4D;
    border-bottom: 1px dotted #794E39;
    margin-left: 10px;
}
#menu3 li a {
    background: none;
}
#menu3 li ul a {
    display: inline;
    font-size: 14px;
    color: #6CADE2;
    font-family: "lucida grande", Helvetica, sans-serif;
}
#menu3 li strong {
    font-weight: normal;
}
#menu3 li a {
    background: none;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
.social_network {
    width: 510px;
    margin: 15px auto 30px;
    padding: 0px;
    display: block;
    text-align: center;
    height: 60px;
}
.social_network li {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    list-style: none;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
}
.social_network li:first-child {
    margin-left: 0px;
}
.social_network a {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/social-network.png) no-repeat top left;
}
.social_network li.google-tempe a {
    background-position: -60px 0px;
}
.social_network li.google-chandler a {
    background-position: -120px 0px;
}
.social_network li.bing-tempe a {
    background-position: -180px 0px;
}
.social_network li.bing-chandler a {
    background-position: -240px 0px;
}
.social_network li.yelp-tempe a {
    background-position: -300px 0px;
}
.social_network li.yelp-chandler a {
    background-position: -360px 0px;
}
.social_network a:hover {
    background-image: url(../images/social-network-roll.png);
}

/* ------------------( QUOTES/TESTIMONIALS )------------------ */

#reviews {
    width: 100%;
    margin: 0;
    padding: 0;
}
blockquote {
    display: block;
    width: 610px;
    margin: 10px 0 20px 0;
    padding: 20px;
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    font-style: italic;
    background: #E5F5F9 url(../images/quote.png) no-repeat top left;
    color: #0B546E;
    border-top: 1px solid #D3E7ED;
    border-bottom: 1px solid #D3E7ED;
}
blockquote .source {
    float: right;
    padding: 10px 0;
    font-family: 'Didact Gothic', Lucida Grande, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #939C4C;
}

/* ------------------( CALL TO ACTION )------------------ */

div.cta {
    margin: 20px 30px 0px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid #4E3F20;
    background: #CAB799;
    position: relative;
    padding: 2px;
}
#home .cta {
    margin-top: 0px;
}
.wrapper div.cta h2 {
    margin: 0px;
    padding: 15px 240px 15px 15px;
    background: url(../images/bg-bottom.jpg) repeat;
    color: #115C7C;
    border-bottom: none;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: normal;
    color: #DDCFBA;
    display: block;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 1.1em;
    line-height: 1.45em;
    text-shadow: 2px 2px 3px black;
    -moz-text-shadow: 2px 2px 3px black;
    -webkit-text-shadow: 2px 2px 3px black;
}
#home .wrapper div.cta h2 {
    padding: 15px 180px 15px 15px;
}
.wrapper div.cta p {
    margin: 0;
    padding: 10px;
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #7A5239;
}

/* REQUEST AN APPOINTMENT */

div.appbtn-alt {
    float: right;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -22.5px;
}
div.dark {
    right: 210px;
}
div.appbtn-alt a {
    display: block;
    padding: 10px 10px;
    font-size: .8em;
    color: #E6EFF4;
    margin: 2px 0px 0px;
    text-decoration: none;
    text-align: center;
    background: #9E896B url(../images/glass-btn.png) repeat-x 0 50%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    font-family: 'Stoke', Times New Roman, Times, serif;
    border: 2px solid #7F6949;
    box-shadow: 0px 0px 3px #4E5B60;
    -webkit-box-shadow: 0px 0px 3px #2D230E;
    -moz-box-shadow: 0px 0px 3px #2D230E;
    text-shadow: 1px 1px 1px #2D230E;
    -moz-text-shadow: 1px 1px 1px #4E5B60;
    -webkit-text-shadow: 1px 1px 1px #4E5B60;
}
div.appbtn-alt a:hover, div.appbtn-alt a:focus {
    background-color: #F47E2E;
    color: #fff;
    text-decoration: none;
    border: 2px solid #F9B181;
}
div.dark a {
    background-color: #87A078;
    text-shadow: 1px 1px 2px #54634A;
    -moz-text-shadow: 1px 1px 2px #54634A;
    -webkit-text-shadow: 1px 1px 2px #54634A;
    border: 2px solid #6A7A60;
    box-shadow: 0px 5px 0px #54634A;
    -webkit-box-shadow: 0px 5px 0px #54634A;
    -moz-box-shadow: 0px 5px 0px #54634A;
}
div.dark a:hover {
    background-color: #FC7820;
    border: 2px solid #F9B181;
    margin-top: 3px;
    box-shadow: 0px 2px 0px #5B4A33;
    -webkit-box-shadow: 0px 2px 0px #5B4A33;
    -moz-box-shadow: 0px 2px 0px #5B4A33;
    color: #fff;
    text-decoration: none;
}

/* ----------( ACCORDIAN CONTENT )---------- */

.links a:link, .links a:visited {
    font-family: "mostra-nuova-alt-d", Times New Roman, Times, serif;
    color: #C0CE99;
    font-size: 1.6em;
    line-height: 1em;
    margin: 25px 0px 0px 30px;
    text-decoration: none;
    display: block;
}
.links a:hover {
    color: #816C64;
    text-decoration: underline;
}

/* ----------( SIDE WRAPPER )---------- */

#sidewrapper {
    width: 27.083%;
    /* 300px/960px */
    float: right;
    padding: 0;
    text-align: left;
    padding: 20px 30px 20px 10px;
}
body#team #sidewrapper h2, #sidewrapper h2 {
    margin: 15px 10px 5px !important;
    padding: 0 0 2px 0;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #F0E7D6;
    text-align: center;
    border-bottom: 2px solid #AA9474;
    text-shadow: 1px 1px 3px #000;
    -moz-text-shadow: 1px 1px 3px #000;
    -webkit-text-shadow: 1px 1px 3px #000;
}
#sidewrapper .sidebar h2 {
    color: #534320;
    text-shadow: 1px 1px 3px #CAB799;
    -moz-text-shadow: 1px 1px 3px #CAB799;
    -webkit-text-shadow: 1px 1px 3px #CAB799;
}
#sidewrapper .hours h2 {
    margin: 5px 10px 5px;
    color: #DBCAB1;
    font-size: 1.1em;
    text-shadow: 1px 1px 3px #000;
    -moz-text-shadow: 1px 1px 3px #000;
    -webkit-text-shadow: 1px 1px 3px #000;
}
.sidebar-alt .logo-cont {
    margin: 15px 15px 15px;
}
.sidebar-alt .outside-cont {
    border-bottom: 3px solid #534320;
    border-top: 3px solid #534320;
}
.sidebar-alt img {
    width: 100%;
    height: auto;
}
#sidewrapper p {
    margin: 5px 10px 5px;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #485A5E;
}
#sidewrapper .floatlft {
    float: left;
    padding-bottom: 0px;
    padding-right: 10px;
}

/* ------------------( LOGO )------------------ */

#logo-container {
    width: 100%;
    background: #fff;
    height: auto;
    min-height: 114px;
    padding-top: 45px;
}
#logowrap {
    margin: 0px auto;
    max-width: 1100px;
    width: 90%;
    position: relative;
    padding-top: 0px;
    height: 100%;
}
#logo {
    display: block;
    width: 28%;
    height: auto;
    margin: 0px auto;
    padding: 16px 0px;
}
#logo img {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

/* ---------------( SIDE BAR )--------------- */

#sbwrap {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
    position: relative;
}
#sbwrap a img {
    margin-top: 20px;
    width: 100%;
    height: auto;
}
div.sidebar {
    width: 100%/*260px/260px*/
    ;
    margin: 10px 0;
}
div.sidebar {
    background-repeat: repeat-y;
    width: 100%/*210px/260px*/
    ;
    overflow: hidden;
    padding: 0px 0px 0px;
}
.container-half .sidebar ul,
.location-whole .sidebar ul {
    margin: 10px 30px;
}
div.sidebar ul {
    margin: 0;
    list-style-type: none;
}
.sidebar-alt .hours ul, .container-half .hours ul,
.location-whole .hours ul {
    padding: 10px;
    background: url(../images/bg.jpg) repeat;
    border-radius: 10px;
    box-shadow: inset 0px 0px 3px #4E3F20;
    -moz-box-shadow: inset 0px 0px 3px #4E3F20;
    -webkit-box-shadow: inset 0px 0px 3px #4E3F20;
    margin: 10px 10px;
}
.sidebar-alt {
    background: #A89477;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #CAB799;
    box-shadow: 0px 0px 0px 2px #A89477;
    -moz-box-shadow: 0px 0px 0px 2px #A89477;
    -webkit-box-shadow: 0px 0px 0px 2px #A89477;
    margin: 30px 0px 0px;
    padding-bottom: 20px;
}
div.sidebar-connect {
    background: #E7EF9B;
    width: 88.46153846153846%/*230px/260px*/
    ;
    overflow: hidden;
    margin: 10px 0 20px 0;
    padding: 15px;
    border: 1px solid #D3E7ED;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.sidebar li {
    list-style: none;
    display: block;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #4A3B1C;
    border-bottom: 1px solid #CAB799;
}
div.sidebar li em {
    float: right;
    width: 50%;
    padding-left: 10px;
    text-indent: 0;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #937E5E;
    border-left: 1px solid #CAB799;
}

/* ---------------( LINKED LIST )--------------- */

ul.lst li a {
    list-style: none;
    display: block;
    padding: 4px 0 3px 17px;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #A89477;
    overflow: hidden;
    text-decoration: none;
    padding-left: 17px;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    background: url(../images/bullet.png) no-repeat left center;
}
ul.lst a:hover {
    text-decoration: none;
    background-color: #EFE6D5;
    color: #534320;
}

/* ---------------( CONNECT )--------------- */

div.twitter {
    background: url(../images/twitter.png) no-repeat center top;
    display: block;
    float: left;
    width: 230px;
    height: 40px;
    margin: 15px 0 0 0;
}
div.twitter a {
    background: url(../images/twitter.png) no-repeat center top;
    float: left;
    width: 230px;
    height: 40px;
}
div.twitter a:hover, div.twitter a:focus {
    background: url(../images/twitter2.png) no-repeat center top;
}
div.twitter a span {
    visibility: hidden;
}

/* ----------------------------------------------- */

div.facebook {
    background: none;
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    margin: 15px 0 0 0;
    text-align: center;
}
div.facebook a {
    background: none;
    float: left;
    width: 100%;
    height: 40px;
}
div.facebook a img {
    width: 100%;
    height: auto;
    max-width: 230px;
}
div.facebook a:hover, div.facebook a:focus {
    background: none;
}
div.facebook a span {
    visibility: hidden;
}
.connect-bar {
    background: url(../images/bg-bottom.jpg) repeat left center;
    margin-top: 40px;
    padding: 0;
    width: 100%;
    border-top: 6px solid #CAB799;
    border-bottom: 6px solid #CAB799;
    box-shadow: 0 0px 5px #514120;
    -moz-box-shadow: 0 0px 5px #514120;
    -webkit-box-shadow: 0 0px 5px #514120;
}

/* ENDING FOOTER AREA BACKGROUND */

#endbg {
    height: 140px;
    padding: 0;
    z-index: 0;
    position: relative;
    width: 100%;
}

/* ENDING FOOTER AREA */

#footercenter {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
    z-index: 100;
}
#end {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    height: 150px;
    z-index: 100;
}
#address-footer {
    float: left;
    width: 70%/*450px/960px*/
    ;
    margin-top: 0px;
    text-align: left;
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #AA977B;
    border-right: none;
    height: 120px;
    padding-top: 40px;
    z-index: 100;
}
#practicecafe-link {
    float: right;
    width: 30%;
    margin: 0 auto;
    text-align: right;
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 11px;
    color: #504122;
    height: 120px;
    padding-top: 80px;
    z-index: 102;
}
.typekit-badge {
    display: none !important;
    visibility: hidden;
}

/* CLEARING ELEMENT */

#footer {
    clear: both;
}
.clear {
    clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft, .floatlft_full {
    float: left;
    padding: 20px 30px 0 0px;
    margin-left: 30px;
}
.floatlft {
    width: 180px;
    padding: 0px;
    margin: 0px 25px 10px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 180px;
}
#menu3 .floatlft {
    margin: 10px 25px 10px 0px;
}
.full-width {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
#payment .full-width {
    max-width: 450px;
}
.right {
    max-width: 200px;
    float: right;
    margin: 10px 34px 0px 15px;
}
h1+.floatlft, h2+.floatlft {
    margin-left: 30px;
    margin-top: 10px;
}
.float-left {
    float: left;
    margin: 5px 10px 0px 0px;
}
.floatlft img {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border: 3px solid #534320;
    box-shadow: 0px 0px 0px 4px #CAB799;
    -moz-box-shadow: 0px 0px 0px 4px #CAB799;
    -webkit-box-shadow: 0px 0px 0px 4px #CAB799;
}
.amenities {
    width: 13.5%;
    float: left;
    margin: 5px 15px 15px 30px;
    min-width: 70px;
}
.amenities img {
    width: 100%;
    height: auto;
}
.floatlft_full {
    float: left;
    margin: 0px 30px 15px;
    width: 90%;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #CCCCCC;
    height: auto;
    padding: 10px;
}
body#ortho .floatlft_full {
    width: 80%;
    margin-top: 15px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #CCCCCC;
    height: auto;
    padding: 10px;
}
.floatlft_full img {
    width: 100%;
    height: auto;
}
.floatlft-faq {
    float: left;
    padding: 20px 15px 10px 0;
}
.floatrt {
    float: right;
    padding: 20px 0 0 15px;
}
.bazinga {
    margin: 270px 0 20px 0;
    text-align: center;
}

/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

.star {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 20px;
    color: #900;
}
#comment-form fieldset {
    margin: 0 30px 15px 30px;
    border: none;
}
#comment-form fieldset label {
    display: block;
    margin: 0 0 0px 0;
    padding: 0 0 5px 0;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-weight: normal;
    color: #534320;
    font-size: 1.1em;
}
#comment-form fieldset input, #comment-form fieldset textarea, #comment-form select {
    width: 96%;
    padding: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-style: italic;
    color: #7A664B;
    border: none;
    border: 1px solid #CAB799;
    box-shadow: 1px 1px 3px #A89477 inset;
    -webkit-box-shadow: 1px 1px 3px #A89477 inset;
    -moz-box-shadow: 1px 1px 3px #A89477 inset;
    background: url(../images/bg.jpg) repeat scroll center top #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#comment-form select {
    width: 94%;
    padding-left: 25px;
}
#comment-form fieldset input:hover, #comment-form fieldset textarea:hover {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    border: 1px solid #A89477;
    box-shadow: 1px 1px 3px #665638 inset;
    -webkit-box-shadow: 1px 1px 3px #665638 inset;
    -moz-box-shadow: 1px 1px 3px #665638 inset;
}
#comment-form fieldset textarea {
    height: 200px;
}
.message-text {
    display: block;
    padding: 10px;
    font-family: 'Didact Gothic', Lucida Grande, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #900;
}
#comment-form fieldset input:focus, #comment-form fieldset textarea:focus {
    background: #fff;
    border: 1px solid #A89477;
    outline: none;
    box-shadow: 0px 0px 8px #A89477;
    -webkit-box-shadow: 0px 0px 8px #A89477;
    -moz-box-shadow: 0px 0px 8px #A89477;
}
#comment-form .form-input-button {
    width: 60%;
    height: 55px;
    padding: 0;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    border: none;
    color: #f8f5f0;
    color: #EBF3F7;
    text-decoration: none;
    text-align: center;
    background: #534320 url(../images/glass-btn.png) repeat-x 0 50%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    text-shadow: 1px 1px 1px #1E1706;
    -moz-text-shadow: 1px 1px 1px #1E1706;
    -webkit-text-shadow: 1px 1px 1px #1E1706;
    border: 2px solid #51402B;
}
#comment-form .form-input-button:hover, #comment-form .form-input-button:focus {
    background: #F47E2E url(../images/glass-btn.png) repeat-x 0 50%;
    color: #fff;
    border: 2px solid #F9B181;
}

/* ------------( PHONE NUMBER/EMAIL ON CONTACT PAGE )------------ */

#phone-number, #fax-number {
    float: left;
    width: 44%;
    height: 50px;
    margin: 5px 0 20px 15px;
    padding-bottom: 0;
    text-align: left;
    font-family: 'Podkova', Times New Roman, Times, serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #534320;
}
#phone-number .floatlft {
    float: left;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
}
#phone-number .details, #fax-number .details {
    padding: 3px 0 0 0;
    font-family: Lucida Grande, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #7A664B;
    border-top: 1px solid #F9EDDE;
    text-decoration: none;
}

#email{
        float: left;
    width: 44%;
    height: 50px;
    margin: -7px 0 20px 15px;
    padding-bottom: 0;
    text-align: left;
    font-family: 'Podkova', Times New Roman, Times, serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #534320;
}


/* ------------( FAX NUMBER ON CONTACT PAGE )------------ */

#fax-number .floatlft {
    float: left;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
}

/* ----------( LINKS )---------- */


/* NORMAL */

a:link, a:visited {
    color: #237D93;
    text-decoration: underline;
    -webkit-transition: color .4s linear;
}
a:hover, a:active a:focus {
    color: #F37E2E;
    text-decoration: none;
    -webkit-transition: color .4s linear;
}

/* LINK2 */

a.link2:link, a.link2:visited, a.link2:active {
    color: #CCCA9E;
    text-decoration: underline;
    -webkit-transition: color .4s linear;
}
a.link2:hover, a.link2:focus {
    color: #fff;
    text-decoration: none;
}

/* accordian LINK */

a.acc-link:link, a.acc-link:visited {
    margin: 0;
    padding: 0;
    font: 100% Lucida Grande, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
    color: #565982;
    text-decoration: underline;
    outline: none;
    border-bottom: none;
    padding: 0;
    display: inline;
    -webkit-transition: color .2s linear;
}
a.acc-link:hover, a.acc-link:active {
    color: #A81933;
    text-decoration: none;
    border-bottom: none;
}

/* ----------( SHARE & BACK TO TOP STUFF )---------- */

div.bottom {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 0 0 0px;
    border-top: 1px solid #DDCFBA;
}
div.bottom-alt {
    width: 580px;
    float: left;
    margin: 20px 0 0 15px;
    padding: 10px 0 0 0;
    border-top: 1px solid #D8E1E8;
}
.share {
    width: 300px;
    height: 20px;
    float: left;
    padding: 20px 0 0 0;
    margin: 0px 0px 0px 30px;
}

/* BACK TO TOP LINK */

.toTop {
    margin: 0px 30px 0px 0;
    padding: .5em 1em;
    cursor: hand;
    cursor: pointer;
    float: right;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-size: 13px;
    line-height: 1em;
    font-style: normal;
    background: #EBE2D1;
    color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: 1px 1px 2px #937E5D;
    -moz-text-shadow: 1px 1px 2px #937E5D;
    -webkit-text-shadow: 1px 1px 2px #937E5D;
    -webkit-transition: background-color .5s linear;
    -moz-transition: background-color .5s linear;
    -o-transition: background-color .5s linear;
}
.bottom .toTop {
    margin-top: 20px;
    margin-bottom: 0px;
}
div.cta+.toTop, a+.toTop {
    margin-top: 10px;
}
#home .toTop {
    margin: 15px 30px 0px;
}
#office .toTop {
    margin: 15px 30px 0px 0;
}
.toTop:hover {
    background-color: #AF9B7C;
}

/* BACK TO TOP LINK */

.toTopAlt {
    margin-top: 20px;
    padding: .5em 1em;
    cursor: hand;
    cursor: pointer;
    float: right;
    font-family: 'Didact Gothic', Lucida Grande, Arial, sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-style: normal;
    background: #CCECED;
    color: #00804D;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.toTopAlt:hover {
    background-color: #E5F5F9;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
}

/* -------------( BUTTON )----------------- */

div.btn {
    margin: 45px 30px 0 30px;
}
div.btn a {
    display: block;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Didact Gothic', Lucida Grande, Arial, sans-serif;
    font-weight: bold;
    color: #f8f5f0;
    text-decoration: none;
    text-align: left;
    background: #949F3F url(../images/glass-btn.png) repeat-x 0 50%;
    border-top: 1px solid #B2B28D;
    border-left: 1px solid #B2B28D;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    width: 97.4%;
}
div.btn a:hover, div.btn a:focus {
    background-color: #015B7D;
    border-top: 1px solid #A07B1F;
    border-left: 1px solid #A07B1F;
    border-bottom: 1px solid #EDCD7E;
    border-right: 1px solid #EDCD7E;
    color: #fff;
    text-decoration: none;
}

/* -------------( BUTTON )----------------- */

div.btn-alt {
    margin: 20px 0 0 0;
}
div.btn-alt a {
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Didact Gothic', Lucida Grande, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #FBFBE7;
    text-decoration: none;
    text-align: center;
    background: #000 url(../images/glass-btn.png) repeat-x 0 50%;
    border: 2px solid #f2e2d2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
}
div.btn-alt a:hover, div.btn-alt a:focus {
    background-color: #86241F;
    color: #fff;
    text-decoration: none;
}

/* -------------( SIDEBAR BUTTON )----------------- */

div.sidebtn, div.sidebtn_grn {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
div.sidebtn a, div.sidebtn_grn a {
    display: block;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Didact Gothic', Lucida Grande, Arial, sans-serif;
    font-weight: bold;
    color: #f8f5f0;
    text-decoration: none;
    text-align: center;
    background: #38484F url(../images/glass-btn.png) repeat-x 0 50%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    margin: 0px 10px 10px;
}
div.sidebtn a:hover, div.sidebtn a:focus, div.sidebtn_grn a:hover, div.sidebtn a:focus {
    background-color: #65755B;
    color: #fff;
    text-decoration: none;
}
div.sidebtn_grn a {
    background-color: #94A039;
    margin: 0px 15px 10px 0px;
}
div.sidebtn_grn a:hover, div.sidebtn a:focus {
    background-color: #794F3A;
}

/* -------------( CONTACT BUTTON )----------------- */

div.btn-contact {
    float: left;
    margin: 10px 5% 0 0;
}
div.btn-contact a, ul#menu3 li ul div.btn-contactalt a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #EBF3F7;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    box-shadow: 1px 1px 3px #A89477;
    -webkit-box-shadow: 1px 1px 3px #A89477;
    -moz-box-shadow: 1px 1px 3px #A89477;
    background: #564113 url(../images/glass-btn.png) repeat-x 0 50%;
    font-family: 'Stoke', Times New Roman, Times, serif;
    text-shadow: 1px 1px 2px #351E0F;
    -moz-text-shadow: 1px 1px 2px #351E0F;
    -webkit-text-shadow: 1px 1px 2px #351E0F;
    border: 2px solid #756749;
}
div.btn-contact a:hover, div.btn-contact a:focus, ul#menu3 li ul div.btn-contactalt a:hover {
    background-color: #F47E2F;
    border: 2px solid #C9611C;
    color: #fff;
    text-decoration: none;
}

/* -------------( CONTACTALT  BUTTON )----------------- */

ul#menu3 li ul div.btn-contactalt a {
    margin: 0px 0px 15px 0px;
    float: right;
}
ul.noaccordion div.btn-contactalt a {
    margin-right: 0px !important;
}
ul#menu3 div.btn-contactalt a:hover, btn-contactalt a:focus, div.btn-contactalt a:hover, btn-contactalt a:focus {
    background-color: #816C64;
    color: #fff;
    text-decoration: none;
}

/* ------------------( CONTACT INFO )------------------ */

.coupon {
    width: 100%;
    text-align: center;
    margin: 25px 0px 20px;
}
.coupon a {
    display: block;
    width: 250px;
    height: 207px;
    background: url(../images/new_patient.png) no-repeat center center;
    text-indent: -10001px;
    margin: 0 auto;
}
.coupon a:hover {
    background: url(../images/new_patient_roll.png) no-repeat center center;
}
.coupon-print {
    margin: 0px 30px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.coupon-print img {
    width: 90%;
    height: auto;
}

/* -------------( LEARN MORE BUTTON )----------------- */

div.btnlearn, div.btnlearn-alt {
    margin: 10px auto 0px;
    width: 80%;
    height: 45px;
    background: url(../images/button-brown.jpg) #E0D7C6 no-repeat right center;
    padding: 0px 24px 0px 0px;
    transition: all 0.16s linear 0s;
    -moz-transition: all 0.16s linear 0s;
}
div.btnlearn-alt {
    margin-top: 0px;
    background: url(../images/button-brown4.jpg) #534320 no-repeat right center;
}
#visit div.btnlearn {
    background: url(../images/button-brown3.jpg) #fff no-repeat right center;
    margin: 0px auto 10px;
}
#sbwrap div.btnlearn {
    background: url(../images/button-brown2.jpg) #A89477 no-repeat right center;
}
div.btnlearn a, div.btnlearn-alt a, #menu3 li ul div.btnlearn a {
    margin: 0px 0px;
    text-align: center;
    font-family: 'Stoke', Times New Roman, Times, serif;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 37px;
    color: #534320;
    width: 100%;
    height: 37px;
    background: #fff;
    border: 2px solid #534320;
    border-right: none;
    padding: 2px 0px 2px 2px;
    display: block;
}
#visit div.content li, #visit #menu3 li a {
    font-size: 20px;
    line-height: 27px;
    background-position: left 65px;
}
div.btnlearn-alt a {
    background: #534320;
    border: 2px solid #C9B485;
    border-right: none;
}
div.btnlearn a span, div.btnlearn-alt a span {
    line-height: 29px;
    height: 29px;
    padding: 4px 0px;
    background: #534320;
    color: #CAB799;
    display: block;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.16s linear 0s;
    -moz-transition: all 0.16s linear 0s;
    -webkit-transition: all 0.16s linear 0s;
}
div.btnlearn-alt a span {
    background: #C9B485;
    color: #534320;
}
div.btnlearn:hover, div.btnlearn-alt:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

/* REQUEST AN APPOINTMENT */

div.appbtn {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 25%/*260px/960px*/
    ;
    margin: -22px 0px 0 0;
    padding: 0;
    vertical-align: middle;
}
div.appbtn a {
    display: block;
    padding: 15px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #899B9F url(../images/glass-btn.png) repeat-x 0 50%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    width: 100%;
    float: right;
    font-family: 'Podkova', Times New Roman, Times, serif;
    border: 2px solid #5D7077;
    box-shadow: 0px 5px 0px #4E5B60;
    -webkit-box-shadow: 0px 5px 0px #4E5B60;
    -moz-box-shadow: 0px 5px 0px #4E5B60;
    text-shadow: 1px 1px 1px #4E5B60;
    -moz-text-shadow: 1px 1px 1px #4E5B60;
    -webkit-text-shadow: 1px 1px 1px #4E5B60;
}
div.appbtn a:hover, div.appbtn a:focus {
    margin-top: 3px;
    background-color: #84957A;
    color: #fff;
    text-decoration: none;
    border: 2px solid #6A7A60;
    box-shadow: 0px 2px 0px #4F5E46;
    -webkit-box-shadow: 0px 2px 0px #4F5E46;
    -moz-box-shadow: 0px 2px 0px #4F5E46;
}

/* NEW PATIENT FORMS BUTTON */

div.formsbtn {
    margin: 40px 0 0 0;
}
div.formsbtn a {
    display: block;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Didact Gothic', Lucida Grande, Arial, sans-serif;
    font-weight: bold;
    color: #FBFBE7;
    text-decoration: none;
    text-transform: uppercase;
    background: #20646B url(../images/glass-btn.png) repeat-x 0 50%;
    border: 3px solid #FBFBE7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear
}
div.formsbtn a:hover, div.formsbtn a:focus {
    background-color: #487F51;
    color: #fff;
    text-decoration: none;
}

/* WILDLIOFE QUOTES */

#quote {
    font-family: Lucida Grande, Arial, sans-serif;
    font-style: normal;
    font-size: 0.875em;
    line-height: 1.375em;
    color: #045C7C;
    margin-top: 10px;
}
.wildlife_photo img {
    width: 92.30769230769%;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 10px;
    box-shadow: 0 0 5px #CCCCCC;
    -moz-box-shadow: 0 0 5px #CCCCCC;
    -webkit-box-shadow: 0 0 5px #CCCCCC;
}
.wildlife_photo {
    margin-top: 30px;
}
sup {
    vertical-align: text-top;
    font-size: 0.6em;
}
#giving iframe {
    margin: 0px auto;
    display: block;
}

/* ------------------( AMENITIES LIST )------------------ */

ul#amenitieslist {
    background: none;
    padding: 0px;
    border: none;
}
ul#amenitieslist {
    box-shadow: none !important;
}
ul#amenitieslist li {
    width: 40%;
    float: left;
    height: 130px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid #97A58E;
    margin: 0px 15px 20px 0px;
    background: none;
    padding: 20px;
    background: #E3EDDC;
}
ul#amenitieslist li.no_margin {
    margin-right: 0px;
}
ul#amenitieslist .float {
    margin: 0px 10px 10px;
    width: auto;
}
ul#amenitieslist li p {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 0.7em;
    line-height: 1.2em;
}
ul#amenitieslist li h2 {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Volkhov", "Times New Roman", Times, serif;
    font-style: normal;
    color: #65755B;
    font-size: 0.9em;
}
ul#amenitieslist li img {
    float: left;
    margin: 0px 10px 10px 0px;
}

/* --------------( CUSTOM SELECTION )-------------- */


/* Mozilla based browsers */

::-moz-selection {
    color: #fff;
    background: #6A6A5C;
}

/* Works in Safari */

::selection {
    color: #fff;
    background: #6A6A5C;
}

/* --------------( PRELOAD )-------------- */

#preload {
    display: none;
}
* {
    margin: 0;
    padding: 0;
}

/* Clearfix */

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
*:first-child+html .group {
    zoom: 1;
}

/* IE7 */

@media screen and (max-width: 1150px) {
    #slideshow .copy-box p {
        font-size: 0.8em;
    }
    #bannerwrap h1 {
        font-size: 1.4em;
    }
    .copy-box p {
        font-size: 0.8em;
    }
    .wrapper p {
        font-size: 0.85em;
    }
    .main-point {
        height: 250px;
    }
    .wrapper .main-point h2 {
        font-size: 1.1em;
        padding: 10px 10px 2px;
    }
    .sidebar-alt .address {
        font-size: 11px;
        line-height: 1.9em;
    }
    #nav ul a {
        font-size: 12px;
    }
    div.btnlearn a span, div.btnlearn-alt a span {
        font-size: 13px;
    }
    div.sidebar li em, div.sidebar li {
        font-size: 12px;
    }
}
@media screen and (max-width: 1000px) {
    #slideshow .copy-box p {
        line-height: 1.3em;
    }
    #home #banner {
        height: 420px;
    }
    .copy-box p {
        font-size: 0.78em;
        line-height: 1.4em;
    }
}
@media screen and (max-width: 868px) {
    #logowrap, #banner, .wrapper, #navWrap {
        width: 96%;
    }
    .container-half, .location-whole {
        float: none;
        margin: 30px auto 30px;
        width: 100%;
        clear: both;
    }
    .container-half:first-child {
        float: none;
    }
    #nav ul a {
        font-size: 10px;
    }
    .address {
        font-size: 10px;
    }
    .main-point {
        margin-left: 2.7%;
        width: 31%;
        height: 240px;
    }
    .wrapper .main-point p {
        margin: 0 15px 10px;
    }
    .container-half p {
        width: 50%;
        float: left;
    }
    #coupon {
        width: 45%;
        display: block;
        float: right;
        margin-right: 30px;
    }
    div.content .circles li a:hover span {
        font-size: 12px;
        line-height: 14px;
    }
    #content-wrap, #sidewrapper, #address-footer {
        float: none;
        width: 100%;
    }
    #content-wrap {
        border: none;
    }
    #sidewrapper {
        width: 100%;
        padding: 0px;
    }
    div.sidebar {
        width: 45%;
        float: left;
        margin: 0 10px 20px 30px;
    }
    .sidebar-alt {
        margin: 10px 0px 30px 30px;
        width: 43%;
        float: left;
    }
    #sbwrap .sidebar-alt div.sidebar {
        width: 90%;
        margin: 0 10px 20px 20px;
        float: none;
    }
    #blog, #services #coupon {
        display: none;
    }
    .container-half .sidebar ul,
    .locationwhole .sidebar ul {
        margin: 10px 0px;
    }
    #banner img {
        margin-left: -100px;
    }
    #services #banner img {
        margin-left: -180px;
    }
    #office #banner img {
        margin-left: -20px;
    }
    #contact #banner img {
        margin-left: -200px;
    }
}
@media screen and (max-width: 685px) {
    .wrapper, #navWrap {
        max-width: 100%!important;
    }
    #banner {
        float: none;
    }
    .wrapper {
        border: none;
    }
    .wrapper, #navWrap {
        box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -moz-box-shadow: 0px 0px 0px;
    }
    div.appbtn a {
        width: 99%;
        padding: 15px 10px;
    }
    .floatright, #practicecafe-link {
        float: none;
    }
    #endbg {
        margin: 0px 0 0;
    }
    #address-footer {
        margin-top: 0px;
        padding: 20px;
    }
    #end {
        height: 170px;
        overflow: hidden;
        padding: 0px 0 0;
    }
    div.content .circles li {
        margin-top: 0px;
    }
    div.content .circles li a:hover span {
        display: none;
    }
    .share {
        margin-left: 30px;
    }
    div.btn-contact a {
        padding: 15px 25px;
    }
    #slideshow img {
        height: auto;
        max-height: none;
    }
    .wrapper h1 {
        font-size: 1.6em;
        line-height: 1.4em;
        margin-top: 20px;
    }
    .wrapper h2 {
        font-size: 1.1em;
    }
    #address-footer {
        font-size: 12px;
        padding-left: 0px;
    }
    .wrapper div.cta h2 {
        font-size: 1.1em;
    }
    #contact-info {
        float: right;
        width: 45%;
    }
    .wrapper div.content-focus> p {
        font-size: 1.2em;
    }
    .hidden {
        display: none;
    }
}
@media screen and (max-width: 685px) {
    #visit div.btnlearn, #visit div.btnlearn-alt {
        width: 90%;
    }
    #visit div.content li {
        padding: 56px 0 6px 15px;
        margin-left: 0px;
    }
    #visit div.content ul#menu3 {
        margin: 20px 15px 20px;
    }
    #nav li {
        width: 20%;
    }
    #nav ul a {
        font-size: 8px;
    }
    #nav li.financial {
        width: 21%;
    }
    #nav li.home, #nav li.team, #nav li.faq, #nav li.visit {
        width: 16%;
    }
    #nav li.locations {
        width: 24%;
    }
    #nav li.technology, #nav li.back {
        width: 24%;
    }
    #navigation {
        height: 100px;
        background: url(../images/bg-nav.jpg) repeat-x scroll center bottom;
    }
    #logowrap {
        margin: 0px auto;
        padding: 10px 0px;
    }
    #logo-container {
        padding-top: 100px;
    }
    .addresswrap {
        width: 90%;
        clear: both;
        position: static;
        margin: 0px auto;
    }
    #coupon {
        display: block;
        float: none;
        margin: 0px 30px 15px;
        width: 100%;
    }
    .sidebar-alt {
        float: left;
        margin: 10px 0 30px 20px;
        width: 98%;
    }
    .address span {
        text-align: center;
    }
    div.sidebar {
        width: 86%;
    }
    .wrapper p {
        font-size: 0.8em;
    }
    .floatlft, .floatlft_full {
        float: none;
        margin: 10px auto 20px !important;
    }
    .floatlft img {
        border: 3px solid #534320;
        border-radius: 92px 92px 92px 92px;
        box-shadow: 0 0 0 4px #CAB799;
        height: 180px;
        width: 180px;
    }
    #sidewrapper {
        width: 87%;
    }
    div.content-focus, div.cta {
        margin: 0px;
        width: 96%;
    }
    #home .wrapper div.cta h2 {
        padding: 15px;
        text-align: center;
    }
    #bannerwrap {
        display: none;
        visibility: hidden;
    }
    #giving iframe {
        width: 100%;
    }
    body, .wrapper, #navWrap {
        width: 100%;
    }
    #container, .container-half, .location-whole {
        border: none;
        padding-top: 20px;
    }
    div.content ul, div.content-alt ul, div.content-bottom ul {
        margin: 20px 15px 15px;
    }
    .main-point, .main-point:first-child {
        width: 90%;
        margin: 20px 5% 0px;
        height: 200px;
    }
    .container-half p {
        float: none;
        width: auto;
    }
    .social_network {
        width: 90%;
        margin: 0px auto;
        height: 160px;
    }
    .social_network li {
        margin-bottom: 15px;
    }
    div.appbtn {
        margin: 10px 0 15px;
        padding: 0;
        position: static;
        width: 100%;
    }
    div.appbtn a {
        padding: 15px 0px;
    }
    #logo {
        width: 70%;
        margin-bottom: 0px;
        padding: 10px 0;
    }
    div.sidebar-connect {
        width: 85%;
    }
    .wrapper {
        margin-top: 0px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    div.bottom {
        display: none;
    }
    body#services div.cta, body#payment div.cta {
        margin-left: 10px;
        width: 89%;
    }
    div.btn-contact a {
        padding: 10px 8px;
    }
    ul#menu3 li ul div.btn-contactalt a {
        padding: 10px 10px;
    }
    ul.menu li a {
        font-size: 1em;
    }
    .wrapper div.cta h2 {
        padding: 15px;
    }
    div.appbtn-alt {
        position: static;
        float: none;
        margin: 1px;
    }
    .wrapper h1 {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    div.content:first-child {
        padding-top: 0px;
    }
    .address {
        text-align: center;
        font-size: 0.8em;
        margin-top: 5px;
        padding-right: 0px;
    }
    .toTop {
        margin-right: 5px;
        font-size: 13px;
        padding: 0.5em .8em;
    }
    ul#menu3 li ul div.btn-contactalt a, div.btn-contactalt a {
        margin: 15px 30px 0px 0px;
        padding: 10px 10px;
    }
    #contact .float-left {
        display: none;
    }
    #comment-form fieldset input, #comment-form fieldset textarea, #comment-form select {
        width: 95%;
    }
    #comment-form .form-input-button {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    #navigation {
        position: absolute;
        top: 0;
    }
    body {
        margin: 0px 0 0 !important;
        padding: 0px !important;
    }
}

#homereviews .reviewBlock .reviewer {
	font-family: 'Stoke', Times New Roman, Times, serif;
	color: #7A664B;
}

#homereviews .reviewBlock .reviewSection p {
	    font-family: Geneva, Verdana, sans-serif;
			    color: #33332A;
}

#homereviews h2 {
	text-align: center;
}
