* { outline: none; }

body {
  margin: 0;
  padding: 0;
  background: url(/images/bg.jpg) #222;
}

#main-container { 
  width: 760px; 
  margin: 0 auto 4em auto;
  padding: 0 15px 15px 15px;
  background: url(/images/main-bg.jpg) #333 top repeat-x;  
}
#header{
  position: relative;
} 
h1#fullname{
  margin:0;
  padding: .5em 0;
  font-size: 1.0em;
  text-transform: uppercase;
  color: white;
}
#slideShow{
  width:465px;
  height:194px;
  background: url(/images/header-summer.gif) no-repeat;
}

#logo {
  width: 181px;
  height: 91px;
  margin: 0 auto;
  background:transparent url(/images/logo.png) no-repeat scroll top right;
}
  #logo {
    _background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');
  }

#logo-container {
  text-align: center;
  width: 250px;
  float: right;
  position: absolute;
  top: 30px;
  right: 15px;
}

#tag {
 color: #f8eaca; 
  font-style: italic;
  margin-top: 25px;
  font-size: .9em;
}

#features {
  height: 222px;
  font-size: 1em;
  width: 712px;
  background: url(/images/features_bg.png) repeat-x;
  margin: 0px 24px;
  
}

#news {
 background: url(/images/news_bg.png) repeat-x bottom;
  min-height:385px;
  height:auto !important;
  height:385px;
  padding: 0px 15px 15px 15px;

}

.blocks {
 height: 200px; 
  border: solid 0px #dad2d2;
  padding: 0px 12px 10px 12px;
}

.blocks h2 {
  margin: 0px 0px 22px 0px;
}

#news h2 {
 margin: 0px 0px 20px 0px; 
}

ul.rss-items {
  list-style-type:none;
  margin: 0px;
  padding: 0px;
}

.rss-item {
  margin-bottom: 15px;
}

.features-column {
 width: 217px;
  float: left;
  margin-left: 17px;
}

#body-area{
  background: white;
  border-bottom: 55px solid #178195;
}
#content-area{
  padding:2em;
  background: url(/images/body-bg.gif) bottom left no-repeat;
  min-height:400px;
  _height:400px;

}
#content-area #content{
  width: 100%;
}
div#content-area.has-nav #content{
  width:440px; 
  
}
div#content-area #content{
  float:left; 
}

#footer{
  text-align: right;
  padding: 0.5em;
  color: #555;
}
  #footer a:link, #footer a:visited{
    text-decoration: none;
    font-size:0.9em;
    color: #777;
  }
  #footer a:hover{
    text-decoration: underline;
    color: white;
}
  

/* Level 1 Navigation */

ul.level-1{
  list-style-type:none;    
  padding:0;
  margin:0;
  height:26px;
  
}
ul.level-1 li{
  float:right;
  list-style-type:none;
  font-size: 1.2em;
  font-weight:normal;
  background-color: #6d6752;
  padding: 5px 5px 0px 5px;
  height: 30px;
}
ul.level-1 li a{
  text-decoration:none;
  color:#f9efd5;
  padding:2px;  
  display:block;
}

ul.level-1 li a:link, ul.level-one li a:visited{
  color:#f9efd5;
}
ul.level-1 li a:hover, ul.level-1 li.active a{
  border-bottom: 4px solid #178195;
}

ul.level-1 li.active a:link, ul.level-1 li.active a:visited{
  color:#f9efd5;
}

ul.level-1 li.begining-cap, ul.level-1 li.end-cap{
  height: 30px;
  width:20px;
}

ul.level-1 li.begining-cap{
  background-image: url(/images/begining-cap.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
ul.level-1 li.end-cap{
  background-image: url(/images/end-cap.gif);
  background-position: top right;
  background-repeat: no-repeat;
}


/* Sub Navigation */

div#content-area #sub-nav{
  display: none;
}

div#content-area.has-nav #sub-nav{
  display: inline;
  float: right;
  margin: 0 0 2em 2em;
  padding: 1em;
  background-color: #cdedfc;
  border-bottom: 3px solid #b2cfdf;
  background: #CDEDFC url(/images/nav-bg.jpg) top repeat-x;
}
  #sub-nav span{
    display: block;
    font-weight: bold;
    padding: 0.4em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  
  ul.level-2 {
    width: 220px;
    margin: 0;
    padding: 0;
    font-size:1.2em;
    list-style-type:none;
  }
  
    ul.level-2 li {
      margin:0;
      padding: 0;
      list-style-type:none;
      margin-bottom: 0.2em;
      
    }
    ul.level-2 li.sub {
      padding-bottom: 1em;
      
    }
    ul.level-2 a {
      padding: 0.2em;
      background-color: transparent;
      border-bottom: 1px solid #fff;
      color:#178195;
      text-decoration:none;
      display: block;
    }
    ul.level-2 a:hover {
      color: white;
      background-color:#178195;
      font-weight: normal;
    }
    ul.level-2 li.active a {
      color: white;
      background-color:#178195;
      font-weight: bold;
      text-decoration:none;
    }
    
  /* Catch all for level-3 and deeper. */
  ul.level-2 ul{
    padding: 0;
    padding-left: 1em;
    margin: 0;
    list-style-type: square;
  }
  ul.level-2 ul li{
    list-style-type: square;
    padding: 0;
    margin: 0;
    margin-left: 1em;
  }
  ul.level-2 ul li.sub{
    list-style-type: none;
  }

  ul.level-2 ul li a{
    padding: 0.2em;
    border: none;
    font-size: 0.8em;
    background-color: transparent;
  }
  ul.level-2 ul li a:hover{
    border: none;
    color: #178195;
    font-weight: normal;
    background-color: #fff;
  }
  ul.level-2 ul li.active a{
    border: none;
    color: #178195;
    font-weight: bold;
    background-color: #fff;
  }


#sitemap li.sub{
  list-style-type: none;
}

