
/* 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;
    background: url(/images/wood-bg.jpg) top center;
}

body {
    text-align: left;
    width: 792px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

h1 { font-size: 160%; margin: 0; padding: 0 0 0.78125em 0; font-weight: normal; }
h2 { font-size: 140%; margin: 0 0 0.892857142857em 0; font-weight: normal; color: #8a1f0f; }
h3 { font-size: 100%; margin: 0 0 1.25em 0; }
h4 { font-size: 110%; margin: 0 0 1.13636363636em 0; }
h5 { font-size: 100%; margin: 0 0 1.25em 0; }
h6 { font-size:  90%; margin: 0 0 1.38888888889em 0; }

#header {
    margin: 0 23px;
}

#header * {
    vertical-align: top;
}

div.stripe-bg {
    background: url(/images/stripes-bg.png) repeat-y center top;
}

div.photo-bg {
    position: relative;
    background: url(/images/head-photo.jpg) no-repeat 350px 0;
}

#content {
    position: relative;
    font-size: 80%;
    float: left;
    width: 587px;
    padding: 0 22px;
}

.menupad {
    padding-left: 38px;
}

/* Menu styles */
.menu {
    position: relative;
    z-index: 100;
    list-style: none;
    font-size: 80%;
    float: left;
    margin: 0;
    padding: 0 5px 118px;
    width: 90px;
    background: url(/images/grad-red.png) repeat-x left bottom;
}

.menu, .menu ul {
    background-color: #8a1f0f;
}

.menu ul {
    list-style: none;
    position: absolute;
    top: -2000px;
    width: 120px;
    margin: 0;
    border: 3px solid  #4d0e04;
    padding: 0;
}

.menu li {
    float: left;
    width: 100%;
}

.menu a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    width: 80px;
    padding: 0.6ex 5px;
    color: white;
}

.menu ul a {
    width: 110px;
}

.menu a:hover, .menu .hover {
    background-color: #4d0e04;
}

/* Footer Styles */
#footer {
    clear: left;
    height: 105px;
    padding-top: 29px;
    font-size: 80%;
    text-align: center;
    background: url(/images/footer.png) no-repeat center top;
    color: white;
}

#footer a, #footer a:visited {
    color: white;
    text-decoration: none;
}

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

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

