body
{
  background: #252525 url(/images/bg.gif) repeat-x top;
  font-family: Arial, Verdana, Helvetica;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

#sitemenu
 {
   border: 1px solid white;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   min-width: 400px;
 }

.sitemenu_item
{
  float: left;
  text-align: center;
  width: 100px;
  background-color: black;
}

.sitemenu_item a { color: #eee; text-decoration: none; width: 100px; display: block; }
.sitemenu_item a:link { background-color: #000; color: #eee; text-decoration: none; width: 100px; display: block; }
.sitemenu_item a:visited { background-color: #000; color: #eee; text-decoration: none; width: 100px; display: block; }
.sitemenu_item a:active { background-color: #000; color: #eee; text-decoration: none; width: 100px; display: block; }
.sitemenu_item a:hover { background-color: #eee; color: #000; text-decoration: none;  display: inline-block; width: 100px; display: block; }
.sitemenu_item :hover { background-color: #eee; color: #000; text-decoration: none;  width: 100px; display: block; }

div.keynote
{
 width: 500px;
 height: 100px;
 font-size: 18pt;
 color: #a7a7a7;
 padding-left: 40px;
 padding-top: 10px;
 /* border: 1px solid white; */
}

div.keynote a { text-decoration: underline; color: #a7a7a7; }

div.centered { text-align: center; padding-left: 20px; padding-right: 20px; }

#big_picture
{
 width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#big_picture br { line-height: 18px; }

#header_image { float: left; padding-top: 10px; }
#header_text { float: right; margin-bottom: -10px; padding-top: 30px; text-align: right; }

#body_wrapper
{
  min-width: 300px;
  max-width: 700px;
  min-height: 200px; height: 98%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;

  /* Crap for IE. */
  width: expression(document.body.clientWidth > 700 ? "700px": "auto" );

  /* border: 1px solid red; */
}

#page_body {
  min-width: 300px;
  max-width: 700px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;

  /* Crap for IE. */
  width: expression(document.body.clientWidth > 700 ? "700px": "auto" );
}

#footer-bad
{
  position: absolute;
  bottom: 25px;
  max-width: 700px;
  width: expression(document.body.clientWidth > 700 ? "700px": "auto" );
 }

#footer
{
  position: absolute;
  bottom: 25px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
  max-width: 700px;
  width: expression(document.body.clientWidth > 700 ? "700px": "auto" );
   min-width: 400px;
}
#copyright { float: left; font-size: 12px; }
#contact_info { float: right; font-size: 12px; text-align: right; display: inline-block; }

#map_and_address { text-align: right; width: 500px; }
#map_and_address img { float: left; }

#login_form
{
  width: 310px;
  height: 180px;
  padding-left: 30px;
  padding-top: 20px;
  background-color: #999;
  color: black;
  border: 3px solid white;
}

#login_form input { border: 1px solid black; }

.profile
{
  width: 300px;
  min-height: 120px;
  background-color: #aaa;
  border: 2px solid white;
  color: black;
}

.profile .name,.title
{
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  background-color: #eee;
  padding-left: 5px;
}
.profile .name { font-size: 14px; padding-top: 5px; }
.profile .title { font-size: 12px; padding-bottom: 5px; }
.profile .blurb { text-align: right; font-size: 10px; padding: 11px; }
.profile .blurb .fixed { font-family: courier, fixed; }
.profile img { border: 0px; }

#grouped { text-align: left; padding: 10px; border: 1px solid #888; color: #d0d0d0; }
#grouped .title { font-size: 16px; padding: 4px; color: #000; display: block; background-color: #909090; }
#grouped ul { float: right; text-align: left; width: 250px;; }
#grouped img { float: left; padding-top: 14px; text-align: left; }
#grouped .short_desc { padding-top: 6px; padding-left: 80px; font-size: 16px; color: #fff; }

.box .header
{
  border: 1px solid #2BB3FF;
  background: #2BB3FF;
  color: #555555;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0px;
}

.box .header div
{
  background: url('/images/tab_background.png');
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 3px 10px 3px 10px;
}

.box .body
{
  padding: 10px;
  border: 1px solid #eee;
  border-top: none;
}

#input_hour {}
#input_hour label
{
   display: block;
   float: left;
   background-color: green;
   width: 100px;
   text-align: right;
   padding-right: 4px;
}
