/* Globals */

* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #FBF7EE;
}

input, button, textarea, select {
    font: normal 12px "georgia", sans-serif;
    vertical-align: middle;
}

legend {
    display: none;
}

fieldset {
    border: none;
}

ul, ol {
    list-style: none;
}

ol {
    list-style-type: decimal;
}

table {
    border-collapse: collapse;
    border: 0;
}

hr {
    display: none;
}

img {
    border: none;
}

p, ol, blockquote, pre {
    padding: 0 0 1em;
}

a {
    color: #7B250D;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

div.clear {
    clear: both !important;
    visibility: hidden !important;
    margin: 0 !important;
    overflow: hidden;
    font-size: 1px;
}

/* CSS Document */

#container {
    min-height: 100%;
    position: relative;
    background: url(../img/headbg.jpg) top center repeat-x;
}

#header {
    width: 1000px;
    height: 123px;
    margin: 0 auto;
    position: relative;
}

#body {
    padding: 0 0 183px 0;
    overflow: hidden;
    background: #FBF7EE url(../img/bodybg.jpg) repeat-x top;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 183px;
    background: #E6DECC url(../img/footbg.gif) repeat-x top;
}

/* header */

.logo {
    width: 244px;
    height: 72px;
    position: absolute;
    top: 26px;
    left: 55px;
}

.topmenu {
    position: absolute;
    top: 20px;
    left: 364px;
}

ul.hmenu1 {
    overflow: hidden;
}

ul.hmenu1 li {
    margin-right: 15px;
    float: left;
}

ul.hmenu1 li a {
    font-family: Georgia, serif;
    font-size: 20px;
    color: #96491A;
}

ul.hmenu1 li a:hover {
    color: #C00;
    text-decoration: underline;
}

ul.hmenu2 {
    overflow: hidden;
}

ul.hmenu2 li {
    margin-right: 30px;
    float: left;
}

ul.hmenu2 li a {
    font-family: Georgia, serif;
    font-size: 12px;
    color: #96491A;
}

ul.hmenu2 li a:hover {
    color: #C00;
    text-decoration: underline;
}

/* main */

.main {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 30px 10px 30px;
}

#body {
    color: #6D5E4C;
    font-size: 13px;
    font-family: Georgia, serif;
}

.center {
    width: 630px;
    float: left;
    margin-right: 60px;
    line-height: 1.5em;
}

h1, h2, h3, h4 {
    font-weight: normal;
    color: #4B3F26;
}

.center h1 {
    padding: 10px 0 18px 0;
    font-size: 21px;
}

.center h2 {
    padding: 10px 0 12px 0;
    font-size: 17px;
}

.center h3 {
    padding: 10px 0 10px 0;
    font-size: 16px;
}

.center ul {
    overflow: hidden;
    margin: 5px 0 15px 15px;
}

.center ul li {
    list-style-type: disc;
    margin: 5px 0 5px 25px;
}

.center ol {
    overflow: hidden;
    margin: 5px 0 15px 15px;
}

.center ol li {
    margin: 5px 0 5px 30px;
}

.center p {
    text-indent: 1.5em;
}

.center input, textarea {
    margin: 10px 0 10px 0;
}

p.oblique {
    font-style: oblique;
}

/* crumbs */

.crumbs {
    font-size: 11px;
    color: #999;
    padding: 0 0 10px 0;
}

.crumbs a {
    font-size: 11px;
    color: #999;
    text-decoration: underline;
}

.crumbs a:hover {
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

/* gallery */

#gallery {
    overflow: hidden;
    padding-top: 15px;
}

#gallery a {
    float: left;
    display: block;
    border: 1px solid #E6DECC;
    padding: 4px;
    margin-bottom: 20px;
    margin-right: 30px;
}

#gallery a:hover {
    border: 1px solid #E6DECC;
    background-color: #E6DECC;
    padding: 4px;
}

/* sidebar */

.sidebar {
    width: 240px;
    float: left;
}

span.sidetitle {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #4D6750;
    display: block;
    border-bottom: 2px solid #A79D83;
    padding-bottom: 2px;
}

ul.cont {
    overflow: hidden;
    padding-top: 12px;
}

ul.cont li {
    border-bottom: 1px dashed #A79D83;
    padding-top: 13px;
    padding-bottom: 15px;
    color: #4C6650;
    font-style: italic;
}

/* navigation */

.navigation {
    font-size: 13px;
    line-height: 20px;
    margin: -10px 0 0;
    overflow: hidden;
    padding: 30px 0 20px;
    text-align: center;
    width: 100%;
}

.navigation a, .navigation span {
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #E1E1E1;
    display: inline-block;
    height: 20px;
    margin: 0 1px;
    text-align: center;
    text-decoration: none;
    width: 22px;
}

.navigation a:hover, .navigation span.current {
    background: none repeat scroll 0 0 #F0F0F0;
    border-color: #E9E9E9 #CCCCCC #CCCCCC #E9E9E9;
    border-style: solid;
    border-width: 1px;
    color: #C00;
    font-weight: bold;
    margin: -2px 0;
    padding: 1px;
}

.navigation a {
    color: #96491A;
}

.navigation span.extend {
    border: 0 none;
    margin: 0;
    padding-left: 2px;
}

/* sliderbox */

.sliderbox {
    width: 1000px;
    height: 215px;
    margin: 0 auto;
    padding-top: 53px;
    overflow: hidden;
    background: url(../img/sliderbg.png) top center no-repeat;
}


.infiniteCarousel {
    width: 910px;
    position: relative;
    margin: 0 auto;

}

.fancy {
    height: 140px;
}

.fancy img {
    width: 100%;
}

.infiniteCarousel .wrapper {
    width: 850px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    height: 140px;
    margin-left: 29px;
    position: absolute;
    top: 0;
}

.infiniteCarousel ul a img {
    border: none;
}

.infiniteCarousel .wrapper ul {
    width: 850px; /* single item * n */
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.infiniteCarousel ul li {
    display: block;
    float: left;
    padding-right: 30px;
    height: 140px;
    width: 190px;
}

.infiniteCarousel ul li a img {
    display: block;
}

.infiniteCarousel .arrow {
    display: block;
    height: 36px;
    width: 37px;
    background: url(../img/arrow.png) no-repeat 0 0;
    text-indent: -999px;
    position: absolute;
    top: 50px;
    cursor: pointer;
    outline: 0;
}

.infiniteCarousel .forward {
    background-position: 0 0;
    right: -10px;
}

.infiniteCarousel .back {
    background-position: 0 -72px;
    left: -10px;
}

.infiniteCarousel .forward:hover {
    background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
    background-position: 0 -108px;
}


/* footer */
#footer a, .fcopy a {
    color: #6D5E4C;
    font-style: italic;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#footer a:hover, .fcopy a:hover {
    color: #333;
    text-decoration: underline;
}

.f {
    width: 1000px;
    margin: 0 auto;
}

.fmenu {
    width: 300px;
    overflow: hidden;
    padding-top: 6%;
    float: left;
}

.fmenu ul {
    float: left;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 20px;
}

.fmenu ul li {
    padding-bottom: 4px;
}

.fcopy {
    float: left;
    width: 470px;
    color: #6D5E4C;
    font-style: italic;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 70px;
}

.count {
    width: 180px;
    float: right;
    padding-top: 70px;
}

.avatar {
    float: left;
    margin: 5px 20px 10px 0;
}

.wide-center {
    text-align: center;
    padding: 30px 0 30px 0;
}

/* Info styles */

.bio-center-list {
    text-align: justify;
    margin: 5px 0 15px 0 !important;
}

.bio-center-list li {
    margin: 10px 0 5px 0 !important;
}

.services-center-list {
    text-align: justify;
    margin: 5px 0 15px 20px !important;
}

/* Captcha box styles */

.captcha {
    text-indent: 0 !important;
    background: white;
    width: 150px;
    border-radius: 10px;
}