
/* 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: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background-color: black;
}

body {
    background: black url(/images/theme-johnallandesigns/swirly-blue.jpg) repeat-x scroll center top;
    color: white;
    min-height: 412px;
}

a {
    color: #cddfe3;
}

a:hover {
    color: #9abec7;
}

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;
}

h1 { font-size: 180%; margin: 0 0 0.694444444444em 0; border-bottom: 1px solid #5a5858; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 120%; margin: 0 0 1.04166666667em 0; }
h5 { font-size: 110%; margin: 0 0 1.13636363636em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

ul, ol, p, form {
    margin-top: 0;
    margin-bottom: 1.25em;
}

#headerMain {
    background: #357d8e url(/images/cache/images-util-corners-8c1b23e2497dd6f62c270726e578adb1.png) repeat-y scroll center top;
    height: 106px;
    padding-top: 12px;
}

#logo {
}

#header p, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
    margin: 0;
    border: 0;
}

#header h2 {
    font-size: 125%;
}

#headerExtra {
    width: 773px;
    padding: 0 122px 0 133px;
    width: expression('774px');
    padding-right: expression('121px');
    height: 258px;
    margin: 0 auto;
    text-align: left;
    background: transparent url(/images/theme-johnallandesigns/header-shadow.png) no-repeat scroll center top;
    overflow: hidden;
}

#headContent {
    padding-top: 40px;
    font-size: 150%;
    line-height: 1.6;
}

#slideshow {
    float: right;
    width: 420px;
    height: 258px;
    padding: 0px;
    position: relative;
}

#content {
    width: 768px;
    margin: 0 auto;
    background: white url(/images/theme-johnallandesigns/menu-shadow.png) no-repeat scroll center top;
    color: black;
    text-align: left;
    padding: 1em 43px 1px 43px;
    min-height: 200px;
    font-size: 90%;
}

#content a {
    color: #0054a6;
}

#content a:hover {
    color: #002a53;
}

/* Menu styles */
.menu {
    width: 854px;
    height: 29px;
    line-height: 29px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background: transparent url(/images/cache/images-util-corners-e4d848b0f6cf8337c89f4acbe26ce992.png) no-repeat scroll center top;
    font-size: 110%;
}

.menu li {
    display: inline;
}

.menu a {
    color: black;
    padding: 0 20px;
    text-decoration: none;
}

.menu .first a {
    border-right: 2px solid black;
}

.menu a:hover, .menu .hover {
    color: #0054a6;
}

/* Footer Styles */
#footer {
    width: 854px;
    margin: 0 auto;
    clear: both;
    font-size: 80%;
    text-align: center;
    background: transparent url(/images/cache/images-util-corners-feeee58a66c7d17775b661ff22b6c79d.png) no-repeat scroll center top;
    padding: 20px 0;
}

#footElements {
    min-height: 1px;
}

#footer a {
    text-decoration: none;
}

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

#footTextlinks a {
    padding: 0 10px;
}

p#copyright {
    margin-bottom: 0;
}

p#developerNotice {
    margin-top: 0;
}

