html {
  overflow: auto; /* For browsers that can't do overflow-y */
  overflow-y: scroll; /* Controls overflow on the y-axis */
}

body {
   background-color: #000000;
   font-size: 11px;
   font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
   color:#564b47;
   padding:0px;
   margin:0px;
}

a {
   text-decoration:none;
}

/*a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}*/

h2 {
   font-size:20px;
   font-weight: normal;
   padding: 5px 10px;
   margin:0px;
}

textarea {
   overflow: auto;
}



/* ----------container to center the layout-------------- */
#container {
   width: 800px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   background-color: #333333;
}

#container #logo {

}

/* ----------top header/banner-------------- */
#banner {
   background-color: #000000;
   text-align: left;
   padding: 0px;
   margin: 0px;
}

#logo {
   margin-bottom: 8px;
}

#slideshow {
   width: 120px;
   height: 160px;
   margin: 10px;
}

#banner h1 {
   font-size: 11px;
   color: #101010;
   text-transform:uppercase;
   text-align: right;
   background-color: #66CC00;
   padding:5px 15px;
   margin:0px;
   border-bottom: 3px solid black;
   background: url(../images/taglinebackground.jpg);
}

/* -----------------content--------------------- */
#content {
   background: #333333;
   color: #FFFFFF;
   padding: 30px;
   margin-left: 150px;
   margin-right: 0px;
   position: relative;
   border-left: 1px solid #444;
   min-height:380px;
}

#content a {
   color: #CCFFFF;
   text-decoration: underline;
}

#content #left-content {
   position: absolute; 
   top: 20px;
   left: 31px;
   width: 405px;
}

#content #right-content {
  position: absolute;
  bottom: 0;
  right: 0px;
}

#content .textblock {
   margin: 15px 5px 15px 5px;
   font-size: 13px;
}

#content .highlightblock {
    background-color: #444444;
    border: 5px solid #555;
    padding: 8px;
    height: 105px;
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    vertical-align: middle;
}

.highlightblock p {
    margin-top: 30px;
    margin-left:15px;
    color: #FFFFFF;    
}

.highlightblock .smalltext {
    font-size: .7em;
    margin:15px;
    color: #333333;
    font-style: normal;
    text-align: right;
}

.highlightblock  img{
   float: right;
   margin-left: 30px;
}

/* --------------left navigation menu------------- */
#left {
   float: left;
   width: 150px;
   min-height: 400px;
   margin: 0px;
   padding: 15px 0px 0px 0px;
   background-color: #333333;
}

/* --------------Menu items------------- */
.MenuItem {
   font-size: 15px;
   text-align: left;
}
.MenuItem  a {
   display: block;
   color: #888888;
   width: 100%;
   height: 100%;
   line-height: 40px;
   padding-left: 17px;   
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
}
.MenuItem  a:hover {
   border-top: 1px solid #444;
   border-bottom: 1px solid #444;
   /*color: #66CC00;   */
   /*text-decoration: underline;*/
}

.Active{
    background-color:#444;
}
.Active a {
   color: #888;
}
.Active, .Nonactive a:hover {
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;   
}

/* -----------footer--------------------------- */
#footer {
   background-color: #000000;
   clear: both;
   margin: 0px;
   padding: 0px;
   text-align: right;
   bottom: 0px;
}

/* ------ Attribution/Credit  --------------- 
   Parts of this CSS file were derived from : miss monorom www.intensivstation.ch
   Released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  
*/


