
/* positioning */
html { min-height: 100%; }
#body { padding-top: 64px; }
#border { padding-bottom: 34px; }
#page { margin: 0 auto; padding: 10px; width: 780px; }
#banner { margin-bottom: 5px; position: relative; }
#cms_title { position: absolute; top: 50px; width: 100%; z-index: 2; text-align: center; }
#main { margin-top: 8px; padding: 0px 12px 0 0; overflow: hidden; }
#content { float: right; width: 538px; padding-bottom: 30px; }
#sidebar { float: left; width: 210px; padding: 6px; }
#footer { clear: both; margin-top: 5px; padding: 10px 12px; }
#legal { text-align: center; }
.wide #content { float: none; width: auto; }

/* backgrounds and borders */
#body { background: #E7E7E2 url('body.jpg') no-repeat center top; }
#border { background: url('img/container.jpg') no-repeat center bottom; } 
#page { border: 2px solid #D7D7D2; background: #FFF; }
#main { background: url('main.gif') repeat-y; border-top: 4px solid #FFF; }
#footer { background: #949490; color: #F7F7F2; }

/* menu */
#cms_siteMenu li { background: #949490; color: #FFF; }
#cms_siteMenu li a { color: #FAFAFA; text-decoration: none; padding: 12px; }
#cms_siteMenu li a:hover { background: #ddc; color: black; }
#cms_siteMenu ul ul { border-color: #555; }

/* named styles */
#cms_title a { color: #FFF; font-size: 2em; border-bottom: 1px dashed #657382; text-decoration: none; }
#cms_title a:hover { border-color: #F60; }
#content { line-height: 180%; }
#sidebar h2 { color: #5A5A43; font-size: 1.1em; line-height: 30px; }
#footer { font-weight: bold; }
#footer a { color: #F7F7F2; text-decoration: none; font-weight: bold; }
#footer a:hover { color: #FFC; }

/* html elements */
body { color: #444; font-family: 'Lucida Sans Unicode', Tahoma, sans-serif; line-height: 150%; }
a { color: #553; }
a:hover { color: #06C; }

h1,h2,h3 { padding-top: 6px; color: #553; margin-bottom: 4px; }
h1 { font: normal 1.8em; }
h2 { font: bold 1.4em; }
h3 { font: bold 1em; }

code { 
  background: #FFF; border: 1px solid #EEE; border-left: 6px solid #CCC;
  color: #666; line-height: 1.6em; margin-bottom: 12px; padding: 8px 10px;
  white-space: pre;
}

blockquote {
  background: url('quote.gif') no-repeat; display: block; font-weight: bold;
  padding-left: 28px;
}


