/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    background:#fff url('images/blue-steel-opq50.png') left top repeat;    
    margin: 0;
    padding: 0;
  }

#page-inner {
	width:100%;
}

/** header **/
  #header
  {
    background:#fff url('images/steel-bg-238h.png') left top repeat;
    border-bottom: 3px solid black;
    width:100%;
    overflow:visible;
  }

  #header-inner
  {
    width:100%;
    height:238px;
  }


  #logo /* Wrapper for logo */
  {
    position:relative;
    left:10px;
    top:3px;
    float:left;
  }

  #banner /* Wrapper for banner - addition by Garrett */
  {
    position:relative;
    top:-133px;
    left:223px;
    width:708px;
  }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#header-block-menu-primary-links{
overflow: hidden;
width: 100%;
font-size: 12px; /*font of menu text*/
    position:relative;
    top:-82px;
    min-width:1010px;
    font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
    line-height:1.286em;
}


#header-block-menu-primary-links ul{
list-style-type: none;
margin: 0;
margin-left: 14px; /*offset of first tab relative to page left edge*/
padding: 0;
}

#header-block-menu-primary-links li{
float: left;
margin: 0;
padding: 0;
}

#header-block-menu-primary-links a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tabs/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 2px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

#header-block-menu-primary-links a span{
float: left;
position: relative;
display: block;
background: url(images/tabs/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 8px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-block-menu-primary-links a span {float:none;}
/* End IE5-Mac hack */


#header-block-menu-primary-links .active-trail a{
background-position: 0 -125px;
top: 0;
}

#header-block-menu-primary-links .active-trail a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

#header-block-menu-primary-links a:hover{
background-position: 0% -125px;
top: 0;
}

#header-block-menu-primary-links a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/** footer **/
  #footer
  {
    background:#fff url('images/steel-bg-238h.png') left top repeat;
    border-top: 3px solid black;
    height:60px;
    margin-top:27px;
  }

  #footer-inner
  {
  }

  #footer-message
  {
    text-align:center;
    color:#fff;
    margin-top:20px;
  }
  
  #footer-message a
  {
    color: #aecafe;
  }
  
  #footer-message a:hover
  {
    color: #84affc;
  }
  
  td {
border:1px solid #0099FF;
}
collab...ger.php (line 33)
td {
vertical-align:top;
}
