/* layout */
#page {
  width: 756px; margin: 0 auto; position: relative; z-index: 2;
  border-right: solid 1px #cccccc; border-bottom: solid 1px #cccccc; 
  border-left: solid 1px #cccccc; overflow: hidden;
}
#banner { position: relative; width: 100%; height: 233px; overflow: hidden; }
#menu { padding-left: 3px; z-index: 3; position: relative; }
#sidebar { 
  position: relative; float: right; width: 245px; 
  padding: 6px 5px 5px 20px; zoom: 1;
}
#testimonials { width: 95%; }
#spacer { margin: 15px 5px 5px; height: 2px; font-size: 0px; }
#main { padding: 10px; position: relative; }
#footer { 
  clear: both; border-top: 1px solid #aaa; zoom: 1; padding-bottom: 4px; 
  position: relative;
}
.noscreen { display: none; }

/* backgrounds */
#page { background: #FFFFFF; }
#sidebar { background: #ECE9D8; }
#spacer { background: white; }
#footer { background: #eee; }
#menu a { background: #2b3844; }
#menu a:hover { background: #485f73; }
#menu ul ul a { background: #485f73; }
#menu ul ul a:hover { background: #2b3844 }

/* menu styles */
#menu li { border-right: 1px solid white; }
#menu li { width: 106px; }
#menu li li { width: 136px; }
#menu li#m25 { width: 108px; }
#menu li { text-align: center; }
#menu ul ul { border: none; border-top: 1px solid white; }
#menu ul ul li { border-right: none; }
#menu a { color: white; text-decoration: none; font-weight: normal; }

/* flyer summaries */
div.flyer { position: relative; }
div.flyer ul { 
  display: none; position: absolute; width: 300px; left: 80%; top: -40px;
  margin: 0px; padding: 5px; padding-left: 30px; z-index: 2;
  background: #ece9d8; border: 1px solid black;
}
div.flyer:hover > ul { display: block; }
div.flyer { behavior: url('apps/core/js/IEmenu.htc'); }

/* misc styles */
#sidebar.frontpage h1 { color: #005c27; font-size: 16px; font-weight: normal; }
#footer { font-size: 75%; text-align: center; }
#footer a { font-weight: normal; }
#map { margin-top: 8px; }
.archives { width: 300px; margin-top: 5px; margin-bottom: 5px; }
.right { text-align: right; }
.watermark { position: absolute; top: 200px; left: 130px; z-index: -1; display: none; }

/* html styles */
body { background: white; line-height: 140%; }
body, p, table { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; } 
a { text-decoration: none; color: maroon; font-weight: bold; }
a:link:hover, a:visited:hover { color: #f12600; text-decoration: underline; }
a img { text-decoration: none; }
th { color: #55627A; background-color: #DEE3ED; }
tfoot { font-weight: bold; background-color: #cdd5f8; }
li { line-height: 180%; }

/* General text and related selectors */
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
h1 { color:#C1383F; }
h2, h3, h4, h5 { color: #666666; }
h3 { padding-top: 1.25em; }
h5 { font-size: 110%; padding: .75em 0; }

/* printer styles */
@media print {
  .noprint { display: none; }
  .noscreen { display: block; }
  #sidebar { display: none; }
  #banner { display: none; }
  #menu { display: none; }
  .watermark { display: block; }
}
