
/* layout */
#page1 { width: 784px; margin: auto; }
#page2 { margin-left: 4px; }
#banner { position: relative; }
#cms_title { position: absolute; top: 15px; right: 25px; z-index: 2; }
#sidebar { float: left; width: 165px; padding: 20px; }
#content { float: left; width: 520px; padding: 4px 25px 18px; }
#footer { clear: both; padding: 24px; }
.wide #content { float: none; width: auto; }

/* backgrounds and borders */
body { background: white url('background.jpg') top repeat-x; }
#body { background: url('page.jpg') top center no-repeat; }

/* menu */
#cms_siteMenu { line-height: 39px; background: #d22d40; }
#cms_siteMenu a { color: white; }
#cms_siteMenu a:hover { color: black; text-decoration: none; }
#cms_siteMenu ul ul { background: #d22d40; }
#cms_siteMenu li li { line-height: 1.5em; }

/* other named styles */
#cms_title a { color: darkred; }
#footer { text-align: center; }
#footer hr {  border: 0px; height: 1px; color: #c4c8d7; background-color: #c4c8d7; width: 50%;  }
#footer p { color: #777; font-size: 80%; }
#query { width: 140px; }
#sidebar ul { padding-left: 1em; }
.cms_photo { padding-top: 10px; }

/* html styles */
body, table, p {  
  font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 150%;
  color: black;
}
a { color: #2f395c; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
table { border-color: #2f395c; }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: bold; color: #2f395c; }
