body {
text-align: center; 
font-family: 'Lucida Grande', Verdana, sans-serif; 
background: #003399 url('../images/stripe_back.png') repeat-x;
margin: 0;
}
#banner {
width: 900px; 
text-align: center; 
margin: 1em auto 0px auto; 
height: 215px; 
background: url('../images/CMC-header-blur.jpg'); 
border-top: 3px solid #000; 
border-right: 3px solid #000; 
border-left: 3px solid #000; 
border-bottom: 0px;
}
#banner #logo {
position: relative;
float: left; 
width: 110px; 
height: 213px;
z-index: 100;
}
#banner-header {
/*position: relative; 
top: 70px; */
text-transform: uppercase; 
font-weight: bold;
z-index: 50;
}
#banner-header a {
color: #000; 
text-decoration: none;
}
#banner-subhead {
/*position: relative; 
top: 70px;  */
font-weight: normal;
z-index: 50;
font-size: 1.5em;
}
#banner-description {
  font-size: 1.0em;
}
#container {
width: 900px; 
margin: 0px auto; 
border-top: 0px; 
border-bottom: 3px solid #000; 
border-right: 3px solid #000; 
border-left: 3px solid #000; 
text-align: left; 
background: #fff;
}
#navbar {
width: 900px; 
margin: 0px auto; 
text-align: left; 
background: #FF9933 url('../images/topnav_bkg.jpg') repeat-x; 
height: 45px; 
font-size: 13px;
}
#navbar-left {
position: relative; 
top: 4px; 
padding-left: 1.0em;
}
#navbar-right {
float: right; 
position: relative; 
top: 2px; 
padding-right: 1.0em;
}
#navbar #navbar-left a:link, #navbar #navbar-left a:visited, #navbar #navbar-left a:active, #navbar #navbar-left a:hover {
color: #000;
text-decoration: none;
}
#alpha {
float: left; 
width: 150px;
padding: 10px;
}
#alpha ul {
list-style: none;
padding-left: 0px;
}

#gamma {
float: right; 
width: 175px;
}
#beta {
width: 550px; 
margin-left: 160px; 
margin-right: 160px; 
padding-left: 1.0em; 
padding-right: 1.0em; 
border: 0px
}

#hours-table {
width: 150px;
margin-top: 0.5em;
margin-bottom: 1.5em; 
margin-left: 0.5em;
margin-right:0.20em;
font-size: 13px;
border-right: 2px solid #eee;
border-bottom: 2px solid #eee;
}
.table-header {
background-color: #369;
}
.table-header td p { 
color: #fff; 
text-align: center; 
font-weight: bold; 
margin: 0; 
}
.table-even td {
background-color: #fff; 
color: #000;
}
.table-odd td {
background-color: #ccc; 
color: #000;
}
.float-right {
float: right;
}
a#newslink {
width: 150px;
float: right;
text-align: center;
font-size: 0.90em;
/* margin-right: 1.0em; */
}
#beta p {
font-size: 1.1em;
}
#facebook-tagline {
font-size:10px; 
padding-left:10px;
margin-bottom: 1.0em;
}
#site-footer {
height: 200px;
background: #003399 url('../images/stripe_back_reverse.png') repeat-x;
}
#site-footer-inner {
width: 900px;
margin: 0px auto 0px auto;
padding-top: 1.0em;
text-align: center; 
}
.site-footer-module {
float: left;
text-align: left;
width: 290px;
padding-left: 10px;
}
.site-footer-module ul {
list-style: none;
color: #fff;
padding: 0px;
margin: 0px;
}
.site-footer-module a:link, .site-footer-module a:visited {
text-decoration: none;
color: #fff;
}
.site-footer-module a:active, .site-footer-module a:hover {
text-decoration: underline;
color: #fff;
}
#copyright {
font-size: 13px;
color: #fff;
background-color: #000;
text-align: center;
}

#beta h2 {
  margin-top: 0;
  padding-top: 0;
}

.module h2 {
  font-size: 1.0em;
}
.module p {
  font-size: 0.90em !important;
}
/*
#home-page-ad2 h2 {
font-size: 1.25em;
}
#home-page-ad2 {
font-size: 0.80em;
}
*/
#aboutnav {
  padding: 5px;
  float: right;
  margin: 0 0 1.0em 1.0em;
  border:1px solid #003;
  font-size: 0.80em;
}
#aboutnav ul {
  padding-left: 0px;
  margin-left:0px;  
}
#aboutnav li {
  list-style-type: none;
  padding-left: 0px;
  margin-left:0px;
}

#staff-bio-nav li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 10px Verdana;
width: 150px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #012D58; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(http://cmc.frogtaco.com/images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.calendar {
padding:3.0em;
  display: block;
  position: relative;
  margin: 1.0em auto 1.0em auto;
}
.calendar #calendarTitle {
   font-size: larger !important;
}

