/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESET */

body {
    font: 100%/1.2 helvetica, verdana, arial, sans-serif;
}

#header,
#content,
#footer {
    margin: auto;
    width: 803px;
}

#header {
    margin-top: 20px;
}

#header img {
    margin-bottom: 30px;
}

#content {
    font-size: 0.8em;
}

#footer {
    border-top: 8px solid #0054a6;
    clear: both;
    font-size: 0.7em;
    margin: 2em auto;
    padding-top: 1em;
}

#logo {
    background: transparent url(img/sprite.png) no-repeat 0 0;
    display: block;
    height: 57px;
    margin-bottom: 30px;
    width: 195px;
}

/* NAVIGATION */

#navigation li,
#navigation li a {
    float: left;
}

#navigation li {
    padding-left: 4px;
}

#navigation li a {
    color: black;
    font-size: 12px;
    padding: 6px 8px 5px 4px;
    text-decoration: none;
    text-transform: uppercase;
}

#navigation li:hover,
.top_menu_active {
    background: white url(img/sprite.png) no-repeat 0 -59px;
    height: 25px;
}

#navigation li:hover a,
.top_menu_active a {
    background: white url(img/sprite.png) no-repeat 100% -59px;
    color: white !important;
}

/**/

#separator {
    border: 0;
    border-top: 8px solid #0054a6;
    clear: both;
    margin: 0;
    width: 100%;
}

/* SIDEBAR */

#sidebar,
#iso {
    float: left;
}

#sidebar {
    margin-top: 20px;
    margin-right: 30px;
}

#iso {
    background: url(img/sprite.png) no-repeat 0 -90px;
    height: 70px;
    margin-right: 1.2em;
    width: 70px;
}

.menubox-top {
    color: white;
    font-weight: bold;
    padding: 5px 0 5px 7px;
    text-transform: uppercase;
    width: 188px;
}

.menubox-top {
    background: url(img/sprite.png) no-repeat 0 -60px;
}

.menubox {
    font-size: 11px;
    margin-bottom: 20px;
    padding: 7px 0 0 0;
    width: 195px;
}

.menubox a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.menubox a:hover {
    text-decoration: underline;
}

.cert,
.info {
    background: url(img/sprite.png) no-repeat;
    float: right;
    height: 16px;
    padding-right: 5px;
    width: 16px;
}

.cert {
    background-position: 0 -180px;
}

.info {
    background-position: 0 -160px;
}

/* CONTENT */
#pageContent {
    float: right;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
    width: 578px;
}

#pageContent h1 {
    color: #0054a6;
	font-size: 16px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

#pageContent h2 {
    color: #0054a6;
	font-size: 14px;
	margin-bottom: 0.3em;
}

#pageContent p {
    margin-bottom: 0.8em;
}

#pageContent ul {
    list-style-type: disc;
	margin-bottom: 0.8em;
	margin-left: 2em;
}

.credits {
    float: right;
}

.credits a {
    color: black;
    text-decoration: none;
}

.credits a:hover {
    text-decoration: underline;
}

.quote {
    font-style: italic;
	font-weight: bold;
}

.quoteBy:before {
    content: "\2014\a0";
}

#pageContent em {
    font-weight: normal;
}

#pageContent hr {
    border: 0;
    border-top: 1px solid black;
}

#pageContent ul {
    list-style-type: disc;
}