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

/* Basic page layout */
html {
    text-align: center;
    background: url(/images/bg-main.png) #5e0203;
}

body {
    width: 772px;
    margin: 0 auto;
    text-align: left;
    background: url(/images/shadow-top.png) transparent left top no-repeat;
    padding: 7px 0 0 0;
    color: white;
}

a, a:link, a:visited, a:active {
    color: white;
}

a:hover {
    color: #fff3d3;
}

#header {
    margin: 0 27px;
    position: relative;
    height: 134px;
    background: url(/images/bg-header.png) bottom left repeat-x;
}

.curveBox {
    display: inline; /* IE6 Hack */
    float: right;
    font-size: 70%;
    color: black;
    margin: 7px 16px 0 0;
    width: 266px;
    text-align: center;
}

.curveBox .body {
    border: 2px solid #1a89d8;
    border-width: 0px 2px;
    background-color: #fff3d3;
    height: 96px;
    overflow: hidden;
}

.curveBox .head {
    background: url(/images/curve-beige-t.png) #fff3d3 left top no-repeat;
    height: 8px;
    font-size: 10%;
}

.curveBox .foot {
    background: url(/images/curve-beige-b.png) #fff3d3 left bottom no-repeat;
    height: 8px;
    font-size: 10%;
}

.curveBox h2 {
    margin: 0;
    padding: 0;
    font-size: 200%;
    font-weight: bold;
    position: relative;
    line-height: 1.2em;
}

.curveBox h3 {
    margin: 0;
    padding: 0;
    font-size: 160%;
    font-weight: normal;
    position: relative;
    line-height: 1.2em;
}

.curveBox p {
    margin: 0;
    line-height: 1.15em;
    padding: 4px 0 0 0;
    position: relative;
}

.curveBox img {
    display: inline; /* IE6 Hack */
    float: left;
    margin: 2px -20px 0px 9px;
}

.curveBox a, .curveBox a:link, .curveBox a:visited, .curveBox a:active,
#container a, #container a:link, #container a:visited, #container a:active {
    color: #052764;
}

.curveBox a:hover,
#container a:hover {
    color: #2657ac;
}

#logo {
    display: inline; /* IE6 Hack */
    float: left;
    margin-left: 24px;
}

#container {
    display: inline; /* IE6 Hack */
    float: left;
    background: url(/images/shadow-main.png) transparent left top repeat-y;
    margin-top: -150px;
    padding: 150px 0 22px 0;
}

#content {
    display: inline; /* IE6 Hack */
    float: left;
    width: 678px;
    border-bottom: 2px solid white;
    margin: 0 27px;
    background-color: white;
    color: black;
    padding: 0 20px;
    min-height: 271px;
    font-size: 80%;
}

/* Styles for /photo/ page */
.photoPage {
    text-align: center;
    padding: 1em 0;
}

.photoPage a {
    display: block;
    margin: 0.5em auto;
    font-weight: bold;
}

.photoPage img {
    border: 1px solid black;
}

/* Menu styles */
.menu {
    position: relative;
    display: block;
    margin: 0 24px;
    padding: 0;
    border-bottom: 2px solid white;
    list-style: none;
    height: 31px;
    line-height: 31px;
    background-color: #052764;
    text-align: center;
    font-size: 80%;
    width: 724px;
}

.menu li {
    display: inline;
    float: left;
    background: url(/images/button-l.png) transparent left top no-repeat;
    width: 145px;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active {
    display: block;
    color: white;
    text-decoration: none;
    height: 31px;
    background: url(/images/button-r.png) transparent right top no-repeat;
}

.menu .first {
    background-image: url(/images/button-first.png);
    width: 144px;
}

.menu .last a, .menu .last a:link, .menu .last a:visited, .menu .last a:active {
    background-image: url(/images/button-last.png);
}

.menu li:hover, .menu li.Active, .menu li.lastActive {
    background-image: url(/images/button-l-active.png);
}
.menu a:hover, .menu .Active a, .menu li.firstActive a,
.menu .Active a:link, .menu li.firstActive a:link,
.menu .Active a:visited, .menu li.firstActive a:visited,
.menu .Active a:active, .menu li.firstActive a:active {
    background-image: url(/images/button-r-active.png);
}
.menu li.first:hover, .menu li.firstActive, .menu li.firstActive:hover {
    background-image: url(/images/button-first-active.png);
}
.menu .last a:hover, .menu .lastActive a:link, .menu .lastActive a:active, .menu .lastActive a:visited {
    background-image: url(/images/button-last-active.png);
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    background: url(/images/shadow-bottom.png) left top no-repeat;
    padding-top: 35px;
    color: white;
    width: 100%;
}

#footTextlinks {
    padding: 1em 0;
}

#footTextlinks a {
    padding: 0 10px;
    text-decoration: none;
}

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

