html {
height:100%; 
min-height:100%;
padding:0; 
margin:0; 
border:0; 
background:#fff; 
overflow: hidden; 
}

body {
   background-color: #ffffff;
   color: #000000;
   font-size: 62.5%;
   font-family: helvetica, sans-serif;
   width: 100%;
   position: relative;
   height: 100%;
  min-height: 100%;
  overflow: hidden;
}

#fullwrap {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	overflow: auto;
}

/*  TEXT GLOBALS */

p {
  color: #666666;
  font-size: 1.2em;
  line-height: 1.8em;
} 

h1 {
   color: #000000;
   font-size: 1.8em;
   font-weight: normal;
}

h2 {
   color: #000000;
   background-color: #efefef;
   font-size: 1.1em;
   font-weight: bold;
   padding: 10px 3px;
   margin-bottom: 10px;
}

h3 {
   font-size: 1.2em;
   line-height: 1.2em;
   color: #000000;
   font-weight: bold;
   margin-top: 5px;
   margin-bottom: 2px;
}

h4 {
   font-size: .9em;
   font-weight: normal;
   margin-bottom: 5px;
   line-height: 1em;
   color: #999999;
}

/* IMAGE GLOBALS */

.large_thumb {
   background: url(../images/thumb_bg_large.gif) center center no-repeat;
   padding: 8px;
}

/* HEADER */

#header {
   width: 100%;
   height: 138px;
  background: url(../images/header_repeat.gif) top left repeat-x;
}

#header_container {
   margin: 0 auto;
   width: 785px;
   position: relative;
}

#logo {
  position: absolute;
   top: 0;
    left: 0;
}

#word_cluster {
   position: absolute;
   top: 0;
   right: 0;
   background: url(../images/words.gif) top right no-repeat;
   width: 530px;
   height: 138px;
}

#word_cluster a {
   font-size: 2.4em;
   text-decoration: none;
}

#word_cluster a:hover {
   text-decoration: underline;
}

#wc_arch {
   position: absolute;
   top: 36px;
   left: 105px;
   color: #b51100;
}

#wc_pow {
   color: #deb306;
   position: absolute;
   top: 85px;
   left: 75px;
}

#wc_env {
   color: #8cc63f;
   position: absolute;
   top: 15px;
   left: 290px;
}

#wc_land {
   color: #7399c6;
   position: absolute;
   top: 55px;
   left: 260px;
}

/* TOP NAV */






#topnav {
   width: 100%;
   border-bottom: 1px solid #efefef;
 margin-bottom: 6px;
  height: 20px;
}

#topnav ul {
   margin: 10px auto;
   width: 785px;
   text-align: right;
  position: relative;

}

#topnav ul li {
   display: inline;
   margin: 5px;
   position: relative;
}


#topnav ul li a {
     font-size: 1.4em;
   color: #666666;
   text-decoration: none;
   letter-spacing: 2px;
   background: url(../images/gray_small_logo.gif) center right no-repeat;
   padding: 7px 25px 5px 0;
}


#topnav ul li a.toppy {
     font-size: 1.4em;
   color: #666666;
   text-decoration: none;
   letter-spacing: 2px;
   background: url(../images/gray_small_logo.gif) center right no-repeat;
   padding: 7px 25px 5px 0;
}



#topnav ul li a#access {
   padding: 7px 0 5px 0;
   background-image: none;
}



#topnav ul li a#access:hover {
   background-image: none;
   background-color: #efefef;
}

#topnav ul li ul {
  position: absolute;
  width: 15em;
  text-align: left;
   z-index: 500;
   left: -999em;
}

#topnav ul li ul li {
     display: block;
     width: 15em;
    margin: 0;
}

#topnav ul li ul li a {
   font-size: 1.2em;
   line-height: 1.2em;
   background-image: none;
   background-color: #bbbbbb;
   color: #666666;
display: block;
     width: 15em;
   border-bottom: 1px solid #efefef;
   padding-left: 5px;
}

#topnav ul li ul li a:hover{
    background-color: #666666;
   color: #ffffff;

}

  #topnav li:hover ul, #topnav li.sfHover ul { /* lists nested under hovered list items */
	left: 0;
      top: 5px;
    }

    #leftcol li.sfHover ul {
     left: 157px;
      top: 5px;
    }



#topnav ul:after {
   content:".";
   display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
   

/* MAIN IMAGE AREA */



#image_area {
   clear: both;
   margin: 10px auto 0 auto;
   text-align: center;

   border-bottom: 1px solid #efefef;
   padding-bottom: 10px;

}



#image_area div#accordion {
   width: 785px;
   position: relative;
   margin: 0 auto;
   padding: 2px;
   border: 1px solid #efefef;
}

#image_area_container {
  margin: 0 auto;
  height: 250px;
  position: relative;
}

#image_area div#accordion ul{
  list-style-type: none;
  overflow: hidden;
  height: 250px;    
}

#image_area div#accordion ul li{
	float: left;
        width: 157px;
        height: 250px;
        border-right: 1px solid #ffffff;
}






#image_area div#accordion img {
   padding: 0;
   border: 0;
}

#image_area_container img {
   border: 1px solid #efefef;
   padding: 3px;
}




/* LEFT COLUMN */

#centerit {
  margin: 0 auto;
   width: 785px;
}

#leftcol h2 em {
     background: #efefef url(../images/gray_small_logo.gif) center right no-repeat;
     margin: 10px 10px 0 10px;
     padding: 5px 25px 5px 0;
}

#main_container {
overflow:auto;
position:absolute;
margin:0 auto;
padding:0;
border:0;
z-index:1;
top:170px;
bottom:50px;
left:0;
right:0;
background:#fff;


}


#leftcol {
   text-align: right;
   width: 157px;
   float: left;
   padding-bottom: 10px;
   position: relative;
}

#leftcol ul li {
     padding-right: 7px;
    position: relative;
}

#leftcol ul li a, #leftcol ul li em {
   font-size: 1.3em;
   color: #000000;
   text-decoration: none;
   display: block;
   width: 150px;
   min-height: 1.2em;
   background-color: #ffffff;
   padding: .5em 7px .5em 0;
   margin-left: 0;
}

#leftcol ul li.current {
   font-size: 1.3em;
   color: #cc0000;
   text-decoration: none;
   display: block;
   width: 150px;
   min-height: 1.2em;
   background-color: #ffffff;
   padding: .5em 7px .5em 0;
   margin-left: 0;
}


#leftcol ul li a:hover {
   background: #efefef;
}

#leftcol ul li ul {
  position: absolute;

   width: 5em;
   background: #666666;
   text-align:left;
   z-index: 500;
   left: -999em;
}

   #leftcol li:hover ul { 
	left: 157px;
      top: 0;
    }

    #leftcol li.sfHover ul {
     left: 157px;
      top: 0;
    }

#leftcol ul li ul li a{
   background-color: #666666;
   color: #ffffff;
   padding-left: 5px;
  border-bottom: 1px solid #ffffff;
}

#leftcol ul li ul li a:hover{
   color: #000000;
   background-color: #efefef;
}


/* CENTER COLUMN */

#centercol {
   float: left;
   width: 459px;
   padding: 0 5px 60px 5px;
   border-left: 1px solid #efefef;
   border-right: 1px solid #efefef;
}

#centercol h1{
    margin: 10px 0 .3em 0;
}

#twocol h1 {
    margin: 10px 0 .3em 0;
}


#twocol {
   float: left;
   width: 616px;
   padding: 0 5px 10px 5px;
   border-left: 1px solid #efefef;
}

#twocol p {
   margin-top: 8px;
}

#centercol p {
  margin-top: 8px;
}

#centercol h2 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}

#centercol h2 em {
   background: #efefef url(../images/gray_small_logo.gif) center left no-repeat;
  margin: 5px 0 0 5px;
     padding: 3px 0 3px 23px;
}



#gallery {
   margin-left: -5px;
  margin-right: -5px;
   background-color: #f7f7f7;
   padding: 10px 5px 20px 5px;
}

#gallery a {
   border: 0;
   float: left;
   margin-left: 10px;
   margin-top: 8px;
}

#gallery a img {
   background: url(../images/thumb_bg_sm.gif) center center no-repeat;
   padding: 10px;
}

#gallery:after {
   content:".";
   display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* RIGHT COLUMN */

#rightcol, #rightcol_stats {
   float: left;
   width: 157px;
   padding-bottom: 10px;
}

#rightcol p, #rightcol h3, #rightcol h4, #rightcol img, #rightcol_stats h3 {
   margin-left: 7px;
}



#rightcol h2 em, #rightcol_stats h2 em {
     background: #efefef url(../images/gray_small_logo.gif) center left no-repeat;
     margin: 5px 0 5px 5px;
     padding: 5px 0 0 23px;
}


#rightcol p {
   font-size: 1.1em;
   line-height: 1.4em;
   color: #000000;
   margin-top: 5px;
}

#rightcol_stats p {
   font-size: 1.3em;
   line-height: 1.4em;
   color: #000000;
   margin-top: 5px;
   margin-left: 15px;
}

/* FOOTER */

#footerwrapper {
  clear:both;
}

#footer{
   background: url(../images/footer_repeat.gif) bottom left repeat-x;
position: absolute;
bottom:0;
left:0;
width: 100%;
height:50px;
text-align:center;
margin:0;
padding:0;
border:0;
z-index:2;
display:block;
overflow:hidden;
}

/*
#footer {
width: 100%;
   height: 50px;
   background: url(../images/footer_repeat.gif) bottom left repeat-x;
   text-align: center;
 position: absolute;
 bottom: 0;
right: 0;
left; 0;
display:block;
z-index:2;

}
*/


#footer ul {
     padding-top: 8px;

}

#footer ul li {
   display: inline;
   margin: 0 4px;
   background: url(../images/white_small_logo.gif) center right no-repeat;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 22px;
   color: #ffffff;
   font-size: 1.1em;
   font-weight: bold;
}

#footer ul li#envirolink {
   background-image: none;
   padding-right: 0;


}

#footer ul li a {
   color: #ffffff;
   text-decoration: none;
   font-size: 1.1em;
   font-weight: bold;
}

#footer ul li a:hover {
   text-decoration: underline;
}

dd.map {
   background: url(../images/maps.gif) top left no-repeat;
   padding: 3px 0 6px 18px;
}

#vert h4 {
	cursor:pointer;
}
