
/* All-around {{{ */
html {
    overflow-y: scroll;
    text-align: center;
}

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

ul, form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}
/* }}} */

/* Layout {{{ */
body {
    background: url(/images/bg-main.png) #003366 center top repeat-x;
    color: white;
}

a {
    color: #6699cc;
}

#header {
    border-bottom: 1px solid white;
    padding: 20px 0 19px;
}

#logos {
    display: block;
    margin: 0 auto;
    height: 88px;
    width: 811px;
    border: 1px solid white;
}

#logo-suncoast {
    float: left;
}

#logo-adco {
    padding-top: 38px;
    float: right;
}

#main {
    background-color: #e0e2e4;
    width: 811px;
    margin: 0 auto;
    text-align: left;
    color: black;
}

#main a, #main a:visited, #main a:link {
    color: #003366;
}

#main a:active, #main a:hover {
    color: #006699;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 120px;
    font-size: 80%;
    font-weight: bold;
}

.menu li {
    display: block;
    padding: 4px 0;
}

#main .menu a {
    display: block;
    text-decoration: none;
    width: 99px;
    background: url(/images/chevron-inactive.png) transparent 6px center no-repeat;
    padding: 2px 0 2px 21px;
    color: #21318c;
}

#main .menu a:hover {
    background: url(/images/chevron-active.png) #1e3c60 6px center no-repeat;
    color: white;
}

#content {
    float: left;
    border-left: 1px solid white;
    width: 690px;
    background-color: white;
    min-height: 300px;
}

#footer {
    font-size: 80%;
    clear: left;
    margin-left: 120px;
    background-color: white;
    text-align: center;
    padding: 1em 0;
}

#footTextlinks {
    padding: 1em 0;
}
/* }}} */

/* Content {{{ */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0.2em 0;
    font-weight: bold;
}

h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

h1 {
    padding-left: 20px;
}

h1.contentopen {
    text-align: right;
    color: #21318c;
    background-color: #e0e2e4;
    padding-right: 10px;
    font-weight: normal;
}

.contentitem_default {
    margin: 0;
    padding: 0.5em 20px;
}

.contentitem_default p {
    margin: 0;
    padding: 0;
}

.icon_default {
    font-size: 90%;
    text-align: center;
}

.c_gallery {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.c_gallery td {
    padding: 5px;
}

.c_gallery .controller td {
    font-size: 10%;
    height: 1px;
    width: 8.3333%;
    padding: 0;
}

.floatLeft {
    display: inline; /* IE6 Hack */
    float: left;
    margin-right: 5px;
}

.floatRight {
    display: inline; /* IE6 Hack */
    float: right;
    margin-left: 5px;
}

.alignLeft   { text-align: left;   }
.alignCenter { text-align: center; }
.alignRight  { text-align: right;  }

table.csv {
    font-size: 90%;
    border-bottom: 1px solid black;
}

table.csv th, table.csv td {
    padding: 0 8px;
}

table.csv th {
    text-align: center;
}

table.csv thead th {
    border-bottom: 1px solid black;
}

table.csv .odd {
    background-color: #e8e8e8;
}

table.csv .even {
    background-color: #f8f8f8;
}

.error {
    color: #aa0000;
}

table.categoryIndex {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

table.categoryIndex td {
    vertical-align: bottom;
    padding: 5px;
}

table.categoryIndex a {
    text-decoration: none;
}

table.categoryIndex img {
    border: 1px solid black;
}
/* }}} */


