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

html {
    background-color: white;
}

body {
    width: 798px;
    margin: 0 auto;
    text-align: left;
    background: transparent url(/images/theme-floridacommunity/bg-main.gif) repeat-y scroll left top;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
}

h1 {
    font-variant: small-caps;
    text-align: center;
    line-height: 100%;
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

h2 {
    color: #841639;
    text-transform: uppercase;
    font-family: "Times New Roman", "Times New", "Times Roman", "Times", serif;
    border-top: 1px solid black;
}

h1 { font-size: 210%; margin: 0; padding: 0 0 0.595238095238em 0; }
h2 { font-size: 140%; margin: 0 0 0.297619047619em 0; }
h3 { font-size: 110%; margin: 0 0 0.378787878788em 0; }
h4 { font-size: 100%; margin: 0 0 0.416666666667em 0; }
h5 { font-size:  95%; margin: 0 0 0.438596491228em 0; }
h6 { font-size:  90%; margin: 0 0 0.462962962963em 0; }

a {
    color: blue;
}

legend {
    color: black;
}

#header {
    margin: 0 16px;
    background-color: white;
    padding-bottom: 4px;
    display: inline; /* IE6 fix */
    float: left;
    width: 766px;
}

#header h1 {
    background-color: #841639;
    color: white;
    font-size: 95%;
    margin: 0;
    padding: 1px 15px;
    text-align: right;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    line-height: 120%;
}

#logo {
    display: inline;
    text-decoration: none;
    padding-left: 2px;
    padding-top: 4px;
    float: left;
}

#headerImages {
    border-bottom: 4px solid #841639;
    height: 144px;
    display: inline;
    float: left;
    margin-left: 4px;
    padding-top: 4px;
    width: 588px;
    overflow: hidden;
}

#headerImages div {
    float: left;
}

#content {
    width: 566px;
    padding: 10px 15px 0;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 80%;
    min-height: 300px;
}

.narrow {
    width: 456px !important;
    padding: 10px 15px 0 10px !important;
}

.sidebarIndex {
    float: left;
    width: 107px;
    margin: 0;
    padding: 10px 4px;
    list-style: none;
    left: 0;
    font-size: 85%;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

.sidebarIndex ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

.sidebarIndex li {
    padding: 4px 0 5px 10px;
}

.sidebarIndex li.first {
    padding-left: 0;
}

/* Menu styles */
#menubar {
    display: inline; /* IE6 fix */
    float: left;
    width: 170px;
    margin: 0 0 0 16px;
    font-size: 96%;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    color: white;
}

.menu {
    width: 170px;
    margin: 0;
    padding: 7px 0;
    list-style: none;
    text-align: center;
}

.menu li {
    margin: 0 14px;
    padding: 7px;
}

#menubar a {
    color: white;
}

.menu a {
    text-decoration: none;
    border: 1px solid white;
    display: block;
    font-weight: bold;
    line-height: 90%;
    padding: 3px;
}

#menubar a:hover, #menubar .hover {
    color: #cccccc;
}

.menu .active a {
    color: #cccccc;
    border-color: #cccccc;
}

#menuExtra {
    padding: 14px 21px;
    font-size: 81%;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

#menuExtra address {
    margin-bottom: 0;
    text-align: left;
}

#contactLink {
    text-align: left;
}

#nsseal {
    font-size: 80%;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    zoom: 1; /* hasLayout */
    background: transparent url(/images/theme-floridacommunity/bg-bottom.gif) no-repeat scroll left bottom;
    padding: 0 20px 20px 190px;
}

#footer a {
    text-decoration: none;
}

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

#footTextlinks {
    border-top: 4px solid #841639;
    padding-top: 1.25em;
    font-size: 90%;
}

#footTextlinks a {
    padding: 0 5px;
}

#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: #cccccc;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

