
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background-color: #e3d4a2;
}

body {
    background-color: #fefeef;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    line-height: 1.25;
}

h1 { font-size: 200%; margin-top: 0; }
h2 { font-size: 150%; margin-top: 1em; }
h3 { font-size: 130%; margin-top: 1.15384615385em; }
h4 { font-size: 120%; margin-top: 1.25em; }
h5 { font-size: 110%; margin-top: 1.36363636364em; }
h6 { font-size: 100%; margin-top: 1.5em; }

a {
    color: #30919e;
}

a:hover {
    color: #4a7478;
}

ul, ol, p {
    margin-bottom: 0;
}

#header {
    background: #4a7478 url(/images/theme-drarnold/bg-slideshow.jpg) no-repeat scroll center 65px;
    text-align: left;
}

#logo {
    display: block;
    background: transparent url(/images/theme-drarnold/bg-header.png) repeat-x scroll left top;
    height: 60px;
    padding: 9px 386px 0 36px;
    margin-bottom: -4px;
    position: relative;
    z-index: 10;
    text-align: center;
}

#slideshow {
    width: 732px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    left: 7px;
}

#main {
    background: transparent url(/images/theme-drarnold/parchment.png) repeat-x scroll left top;
    padding: 30px 0 1em 0;
    margin-top: -24px;
    position: relative;
    z-index: 10;
}

#content {
    line-height: 2.0;
    clear: left;
    width: 891px;
    border: 1px solid #ccbc72;
    margin: 0 auto;
    background-color: #f4f5d2;
    text-align: left;
    padding: 18px 18px 11px 18px;
    font-size: 80%;
    min-height: 200px;
}

/* Menu styles */
.menu {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 80%;
    line-height: 27px;
    white-space: pre;
}

.menu li {
    display: inline;
}

.menu .first {
    background: transparent url(/images/theme-drarnold/leaf-left.png) no-repeat scroll left 1px;
    padding-left: 22px;
}

.menu .last {
    background: transparent url(/images/theme-drarnold/leaf-right.png) no-repeat scroll right 1px;
    padding-right: 22px;
}

.menu a {
    background: transparent url(/images/theme-drarnold/menu-sep.png) no-repeat scroll left bottom;
    padding: 1px 20px 5px;
    color: #4a7478;
    text-decoration: none;
    font-weight: bold;
    display: inline;
}

.menu .first a {
    background: none;
}

.menu a:hover, .menu .hover {
    color: #30919e;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    background: #e3d4a2 url(/images/cache/images-util-corners-71fff0a4db4f494251f3de9b673a94c5.png) repeat-x scroll left top;
    padding: 22px 0 1.25em 0;
    color: #4a7478;
}

#footer a {
    color: #4a7478;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
    color: #30919e;
}

#footTextlinks a {
    padding: 0 10px;
}

#copyright {
    margin-bottom: 0;
}

#developerNotice {
    margin-top: 0;
}

/* Homepage styles */
body.home #chunk0 {
    float: left;
    width: 683px;
}

body.home #chunk0 .cms_item {
    /* This is necessary to defeat margin-collapse which behaves differently with
     * floated items in different browsers, and is lame to begin with */
    margin-top: -1px;
    padding-top: 1px;
    clear: both;
}

body.home #chunk0 .floatRight {
    padding-left: 12px;
}

body.home #chunk1 {
    display: inline; /* IE6 double margin bug */
    float: right;
    width: 202px;
    text-align: center;
    font-size: 130%;
    line-height: 1.25;
    margin: -48px -5px 0 0;
}

body.home #chunk1 a {
    text-decoration: none;
}

body.home #chunk1 .cms_wrap_outer {
    background: transparent url(/images/cache/images-util-corners-cbe9c0de9c351b8497c4909695e7bd36.png) no-repeat scroll left top;
    width: 188px;
    height: 92px;
    padding: 7px;
    margin-top: 13px;
}

body.home #chunk1 .cms_wrap_inner {
    border: 1px solid #ccbc72;
    height: 92px;
    padding-bottom: 8px;
    display: table-cell;
    vertical-align: middle;
}

body.home #chunk1 .cms_item {
    padding: 0 20px;
}

body.home #chunk1 h2 {
    margin: 0;
    font-size: 125%;
    padding: 0 10px;
}

body.home #chunk1 p {
    margin: 8px 0 0 0;
}

