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

html {
    color: white;
    background: #284d8c url(/images/cache/images-util-corners-09e5d2ccfba5943f7c3149fb505ebb80.png) repeat-x;
}

body {
    width: 900px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: normal;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    color: #db8e1a;
}

h1 { font-size: 150%; margin: 0; padding: 0 0 0.833333333333em 0; }
h2 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h3 { font-size: 115%; margin: 0 0 1.08695652174em 0; font-weight: bold; }
h4 { font-size: 105%; margin: 0 0 1.19047619048em 0; font-weight: bold; }
h5 { font-size: 100%; margin: 0 0 1.25em 0; font-weight: bold; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; font-weight: bold; }

a, #content strong {
    color: #0099eb;
}

a:hover {
    color: black;
}

legend {
    color: black;
}

#container {
    color: #284d8c;
    text-align: left;
    background-color: white;
    width: 860px;
    padding: 0 20px;
    background: #0099eb url(/images/cache/images-util-corners-920f3b3e68b1397b23b79b198c014fcd.png) repeat-y scroll center top;
    display: inline;
    float: left;
}

#header {
    height: 229px;
    padding: 14px;
}

#slideshow {
    position: absolute;
    top: 0;
    left: 253px;
}

#headElements {
    position: relative;
    z-index: 10;
    width: 288px;
    padding: 0 10px 0 130px;
    font-style: italic;
    font-size: 125%;
    text-align: right;
}

#logo {
    position: relative;
    z-index: 3;
    display: block;
    width: 428px;
    height: 134px;
}

#main {
    display: inline;
    float: left;
    width: 860px;
    padding-top: 293px;
    margin-top: -257px;
    background: transparent url(/images/theme-floridagulfent/header-overlay.png) no-repeat;
    border-bottom: 25px solid #0099eb;
    position: relative;
    z-index: 2;
}

#content {
    display: inline;
    float: left;
    background: transparent url(/images/cache/images-util-corners-45f64549b8deee049d9da06179bfaa5d.png) repeat-x scroll left bottom;
    width: 694px;
    padding: 0 20px 15px 146px;
    margin-left: -126px;
    font-size: 85%;
    min-height: 270px;
}

/* Menu styles */
.menu {
    position: relative;
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 126px;
    font-size: 90%;
    line-height: 1.8;
}

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

.menu a {
    color: #284d8c;
    text-decoration: none;
    padding: 0 0 0 14px;
    display: block;
    width: 112px;
    background: transparent url(/images/cache/images-util-corners-00d91d0ac519c9fcf1e522a9422546d4.png) no-repeat scroll left bottom;
}

.menu a:hover, .menu .hover {
    color: black;
}

.menu ul {
    position: relative;
    list-style: none;
    margin: 0 0 0 -20px;
    padding: 0;
    background-color: white;
    border: 1px solid #0099eb;
    line-height: 1.25;
    width: 180px;
    display: none;
}

.menu ul li {
    position: relative;
}

.menu ul a {
    padding: 0 10px;
    width: 160px;
    background: none;
    border-bottom: 1px dotted #9dd8f7;
}

.menu ul .hover, .menu ul a:hover {
    background-color: #fefbbd;
}

.menu ul ul {
    margin-left: 90%;
    width: 220px;
}

.menu ul ul a {
    width: 200px;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 70%;
    zoom: 1; /* hasLayout */
    background: transparent url(/images/cache/images-util-corners-62819cdb7a1b199bf8f1ab45824c50d0.png) no-repeat scroll center top;
    position: relative;
    z-index: 6;
    top: -35px;
    padding-top: 21px;
}

#footElements {
    border-top: 14px solid #0099eb;
}

#footElements:first-line {
    font-size: 160%;
    line-height: 2.7;
}

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

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

#footTextlinks a {
    padding: 0 10px;
}

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

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.15;
    top: -10%;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: #f29509;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}


