body {
    background: #d7d7d7 url(/img/bgshadow.png) center repeat-y;
    font-family: dejavu sans, bitstream vera sans, helvetica, sans-serif;
    line-height: 1.3em;
    text-align: center;
}

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

h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}

h3, h4, h5, h6 {
    margin-top: 0.5em;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

a {
    color: blue;
}

dt {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

input {
	outline: none;
}

.clear-all {
	clear: both;
}

#body a {
	color: #7D9EBC;
	font-weight: bold;
	text-decoration: none;
}

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

#content dd, #content p, #content ul {
    margin-bottom: 1em;
}

#shell {
    margin: 0 auto;
    text-align: left;
    width: 901px;
}

/* Header */
#header {
    background: #fcc831 url(/img/bgheader.png) bottom repeat-x;
    border: solid white;
    border-width: 3px 0 1px 0;
    color: #00378d;
	height: 75px;
    padding-bottom: 2px;
    overflow: hidden;
}

.logo {
    text-indent: -1000000px;
}

#flhosplogo {
    background: url(/img/flhosplogo.png) no-repeat;
    float: left;
    height: 43px;
    margin: 1em 1em 0 0.5em;
    width: 142px;
}

#chiclogo {
    background: url(/img/chiclogo.png) no-repeat;
    border-left: 3px solid white;
    float: right;
    font-size: 1px;
    height: 75px;
    width: 80px;
}

#header h1 {
	font-family: Cochin;
    float: left;
    margin: 1em 1em 0 1em;
}

#sub-header {
    background: #10385c;
    border-bottom: 3px solid white;
    height: 166px;
	text-align: center;
}

/* Navigation */
#main-nav {
    background: #567795;
    border-bottom: 3px solid white;
	height: 33px;
    margin-bottom: 1em;
	overflow: hidden;
}

.board #main-nav {
	background: #1E65A8;
}

#main-nav li a {
    border: solid #567795;
    border-width: 3px 0;
    color: white;
	font-size: 0.8em;
	font-weight: bold;
    text-decoration: none;
    padding: 0.25em 2em;
}

.board #main-nav li a {
	border-color: #1E65A8;
}

#main-nav li a:hover,
#main-nav li.active a {
    border: solid #9999cc;
    border-width: 3px 0;
}

#main-nav li.user {
    float: right;
}

.nav {
    overflow: hidden;
}

.nav li {
    display: inline;
}

.nav li a {
    display: block;
    float: left;
    padding: 0 0.5em 0.5em 0;
}

/* Body */
#body {
    padding: 0 0.5em 1em 0.5em;
    min-height: 500px;
}

#content li {
    list-style-type: disc;
    margin-left: 2em;
}

#content h2 {
    color: #10385c;
}

#content {
    font-size: 0.9em;
	word-wrap: break-word;
}

#content.wide {
	width: 885px;
}

/* Footer */
#footer {
    background: #8aadcc;
    color: white;
    font-size: 0.75em;
    padding: 1em;
    text-align: center;
}

#footer a {
    color: white;
}

/* Sidebar */
#sidebar {
	font-size: 0.75em;
	float: left;
	margin-right: 10px;
	width: 220px;
}

#sidebar h3 {
	background: #52728f url(/img/arrow-1.png) 10px 11px no-repeat;
	color: white;
	font-size: 0.8em;
	margin: 0;
	padding: 5px 5px 5px 25px;
	text-transform: uppercase;
}

.board #sidebar h3 {
	background-color: #1E65A8;
}

#sidebar h3.sidebar-contact {
	background: #8aadcc url(/img/arrow-2.png) 10px 11px no-repeat;
}

.sidebar-block {
	border: 1px solid #d7d7d7;
	border-width: 0 1px 1px 1px;
	margin-bottom: 2em;
	padding: 5px;
}

.sidebar-block p {
	margin-bottom: 0.5em;
}

.recent-updates li {
	font-weight: bold;
}


