@charset "utf-8";

/*-- Layout --*/

/* Alignment */
/*--> classes for aligning */
.block-left { text-align: left; }
.center, .block-center { text-align: center; }
.block-right { text-align: right; }
.block-center { display: block; margin: 0 auto; }

.float-clear { clear: both }

div.homepage p.left, div.homepage p.right { width: 45.5%; padding: 1.5%; position: relative; text-align: left; }
div.homepage p.left { float: left; }
div.homepage p.right { float: right; }

/* Inline Alignment */
/*--> align multiple elements on the same line - NOTE: use on inline elements or assign width to block elements*/
.inline-left { display: block; float: left; }
.inline-center { display: block; text-align: center; }
.inline-right { display: block; float: right; }

dl.faq-list dt, dl.faq-list dd { margin: 1em 4em 0.5em auto; }

/* Page Layout */
h2 { margin-top: 20px; }
img { vertical-align: middle; }
img#page-banner { vertical-align: auto; }
div.file-delete-preview, div.file-delete-preview img { height: 100px; }
div.file-delete-preview img { display: none; margin-left: 3em; }
html, body { margin: 0; padding: 0; height: 100%; }
div#container { min-height: 99%; position: relative; }
div#page-body { padding: 9px 9px 1.4em 9px; }
img#page-banner { display: block; width: 139px; height: 56px; position: absolute; top: 9px; }
div#menu { width: 14em; position: absolute; top: 55px; left: 0; z-index: 3; padding-top: 0; padding-bottom: 25px; padding-right: 14px;  margin-top: 9px; margin-left: 9px; }
div#menu ul  { list-style-type: none; display: block; width: 100%; padding: 1.5em 5px 0 9px; margin: 0; text-align: center; }
div#menu ul li { margin-top: 0.7em; margin-bottom: 0; }
div#menu ul li a.menu-link { display: block; width: 100%; }
div#menu ul li a img { vertical-align: middle; }
div#menu ul li a:hover img { border: 0; }
div#menu ul li#menu-home { margin-top: 0.9em; padding-top: 0.3em; padding-bottom: 0.5em; }
div#menu ul li#menu-home a { margin-top: 0.5em; }
div#menu ul li.extra-link { margin-top: 0; }
div#menu ul li div#reorder-status, div#menu ul li#menu-reorder-controls { display: none; }
a.skip-to-content { display: none; }
div#heading { height: 87px; width: 100%; }
div#heading h1 { text-align: center; position: relative; height: 1.2em; min-height: 26px; top: 55px; margin: 0; line-height: 1em; padding: 4px 9px 2px; }
div#content { padding: 0.5em 20px 13px 15.5em; text-align: justify; }
p#instructions { display: none; }
div.message, div.error-message, div.confirm-message { border-width: 2px; border-style: solid; padding: 10px; }
img#upload-preview { height: 50px; vertical-align: middle; }
textarea.content-edit { width: 100%; }
.editor { padding: 0 1em 0 1em; height: auto; margin: 0 }
div#navbar { text-align: center; margin-top: 5px; margin-bottom: 50px; }
div#page-footer { position: absolute; bottom: 32px; width: 100%; height: 1.4em; }
div#footer-left, div#footer-right { position: absolute; z-index: 1; height: 1.4em; padding: 36px 35px 2px; }
div#footer-left { left: 0; }
div#footer-right { right: 0; }
div#footer-main { position: relative; text-align: center; width: 100%; height: 1.4em; top: 35px; margin-bottom: 0; padding-top: 1px; padding-bottom: 2px; }
form, form fieldset { border: none; padding: 0; margin: 0; }
label, form fieldset.left-float { margin-right: 1em; width: 11em; float: left; display: block; }
form fieldset.last-fieldset input.button, form fieldset.left-float input.button { margin-left: 0.5em; }
label { line-height: 120%; margin-bottom: 0.5em; text-align: right; }
form fieldset.left-float label { text-align: left; margin-left: 1em;}
form input.button { margin-top: 0.5em; }
form fieldset.last-fieldset { margin-left: 6em; }
form#image-delete { margin-top: 1em }
input#image-file { display: block; }
form fieldset.one-line { display: block; }
form fieldset.one-line label { margin: 0; padding: 0; width: auto; float: none; display: inline; }
input[type="text"], input[type="password"] { width: 12em; } /* for IE text and password size diff (only IE7 supports) */

form#ces-login { display: block; width: 463px; padding-top: 50px; position: relative; margin: 0 auto; }
form#ces-login fieldset { padding-top: 12px; margin: 0; }
form#ces-login fieldset legend { font-size: 16px; padding-left: 180px; }
form#ces-login fieldset ul { margin: 0; padding: 2.5em 15px 2em 15px; }
form#ces-login fieldset ul li { margin: 0.3em 0.3em; }
form#ces-login fieldset ul li label { margin: 0 10px 0 0; padding-left: 0; }
form#ces-login fieldset ul li input.button { display: block; margin-left: 12em; margin-top: 1em; }