
/* positioning */
#body { min-width: 920px; }
#edge { margin: 0px auto; width: 778px; padding: 75px 73px 30px 69px; }
#page { padding: 5px; }
#banner { position: relative; }
#cms_title { position: absolute; top: 30px; left: 30px; z-index: 2; }
#main { padding-bottom: 30px; overflow: hidden; zoom: 1; }
#content { float: left; width: 492px; padding: 20px; }
#sidebar { float: left; width: 216px; padding: 20px 20px 0px 0px; }
#footer { padding: 30px; text-align: center; clear: both; }
.wide #content { float: none; width: auto; }

/* backgrounds */
#body { background: #130506 url('body.jpg') repeat-x top; }
#edge { background: url('edge.jpg') no-repeat top center; }
#page { background: white; }
#main { background: url('main.gif') 0px -20px repeat-x; }

/* menu */
#cms_siteMenu { background: #a09947 url('menu.gif') no-repeat; height: 40px; margin: 5px 0px; }
#cms_siteMenu ul ul { background: #a09947; }
#cms_siteMenu li a { text-decoration: none; padding: 10px 5px; font-size: 1.1em; font-weight: bold; color: white; }
#cms_siteMenu li a:hover { color: #2C2E22; }

/* named styles */
#cms_title h1 a:hover { color: yellow; }
#cms_title h1 a, #cms_title h1 a:visited { 
  color: white; text-decoration: none; font-weight: bold;
}
#footer { font-size: 11px; color: #ddd; }
#footer a { text-decoration: none; color: #fff; }
#footer a:hover { text-decoration: underline; }

/* html styles */
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; line-height: 150%; }
h1, h2, h3 { color: #44763E; }
h1 { font-size: 2em; }
h2 { text-transform: uppercase; font-size: 1.1em; font-weight: bold; color: #867B1C; }
h3 { font-size: 1em; }
a { text-decoration: underline; color: #867B1C; }
a:hover { border: none; text-decoration: none; }
h1 a, h2 a, h3 a { border: none; text-decoration: none; color: #867B1C; }
h1 a:hover, h2 a:hover, h3 a:hover { background: none; color: #867B1C; }

