/*

#e0e0d4  Body bkgd.
#cecebd  Content bkgd.
#9e9e83  Nav bkgd.
#6c6c50  Nav over.
#6b7bb0  H1.
#6c6c50  p

*/

/* General styles */

body
{
  color: #ffffff;
  background-color: #e0e0d4;
  margin: 0;
  padding: 10px 0 20px 0;
  text-align: center;
}

#container
{
	width: 750px;
	margin: 0px auto;
	text-align: left;
	color: #6c6c50;
	background-color: #cecebd;
  background: #cecebd url("sidenav_bkgd.gif") 0 0 repeat-y;
}

#sidenav
{
  width: 154px;
  float: left;
  background-color: #9e9e83;
  padding-top: 20px;
  padding-bottom: 20px;
}

#content
{
  margin: 4px 4px 30px 174px;
}

#contentHome
{
  margin: 0px 4px 30px 154px;
}

div#rss
{
  padding: 60px 4px 0px 10px;
}

div#rss div
{
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  font-size: 12px;
}

div#rssFull
{
  padding: 20px 10px 0px 0px;
}

div#rssFull div
{
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  font-size: 14px;
}

div#rssFull span.chi_hed, div#rssFull span.chi_date, div#rssFull span.chi_fut
{
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  font-size: 14px;
}

span.chi_hed, span.chi_date, span.chi_fut
{
  font-weight: 700;
  color: #6c6c50;
  background-color: #cecebd;
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  font-size: 12px;
}

h1, h2, h3, h4, p, li, th, td, input, textarea
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1
{
  font-size: 22px;
  font-weight: 400;
  color: #6b7bb0;
}

h2
{
  font-size: 18px;
  font-weight: 400;
  border-bottom: 2px solid #6c6c50;
}

h3
{
  font-size: 14px;
  font-weight: 700;
}

#content p, #content li, #content th, #content td, #contentHome p, input
{
  font-size: 14px;
}

#content a:link
{
  color: #000000;
}

#content a:visited
{
  color: #000000;
}

#content a:hover
{
  color: #ffffff;
}

input, textarea
{
  font-size: 12px;
}

img
{
	border: 0;
}

img.floating
{
  position: relative;
  float: right;
  padding: 20px 0px 10px 10px;
}

.footnote { font-size: 10px; }

div#footer
{
	clear: both;
}

/* --------------------------------------------------------------------------------------------------- */
/* Used when the Menu adapter is NOT used. */
/* These styles are used by the Menu's skin, found in this theme's skin file. */

.Menu-Skin-Static
{
    padding:2px 10px;
}

.Menu-Skin-DynamicHover
{
    background: #165EA9 url(bg-menu-main.png) repeat-x;
}

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */
/* See WhitePaper.aspx for details. */

ul.AspNet-Menu
{
    position: relative;
}


ul.AspNet-Menu,
ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;

}

ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}

ul.AspNet-Menu ul
{
    position: absolute;
    display: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li:hover ul ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul ul
{
    display: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    display: block;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. This allows us to force the top tier of the menu to layout */
/* horizontally, whereas all subsequent tiers of the menu lay out vertically. */

.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    float: left;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    float: none;
}