/** body **/

  a:visited{
    color:#003665;  
  }
  
  a:link{
    color:#0065bd;
  }
  
  a:hover{
    color:#002780;
  }
    
  a:active{
    color:#333;
  }
  
  body
  {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Verdana, Arial, sans-serif;
  }

  #page
  {
    width:100%;
    background:#fff;
  }

/** header **/
  #header
  {
    height:84px;
    background:#0065bd;
		border:3px solid white;
		border-right:none;
		border-left:none;
		position:fixed;
		width:100%;
		min-width:762px;
		z-index:12;
		top:0px;
  }

	#site-name{
		float:left;
		padding:0 0 0 20px;
		display:block;
		position:relative;
		line-height:83px;
	}
	
	#site-name a{
		color:white;
		font-size:2.5em;
		font-weight:bold;
		text-decoration:none;
		text-shadow: 0 1px 0 #AFC7DB, -1px -1px 0 #000000;
		letter-spacing:1px;
		font-family:'Trebuchet MS';
	}
	
  #logo /* Wrapper for logo */
  {
    padding: 0;
    width:auto;
    height:auto;
    float:right;
    position:relative;
  }
	
	#logo-area{
		width:230px;
		height:86px;
		float:right;
		position:relative;
	}


/** main (container for everything else) **/
  #main
  {
  }

  #main #content-area .meta{
    font-size:.75em;
  }

	#buffer{
		position:relative;
		height:140px;
		width:100%;
	}
	
  #main-inner
  {
		margin:0 0 0 195px;
  }
  
  .block-region{
    position:relative;
  }
  
/** navbar **/

  .block-nice_menus{
    margin-bottom:0 !important;
    float:left;
  }
  
  .block-nice_menus h2{
    position:absolute;
  }

  #nice-menu-1, #nice-menu-2{
		margin-top:0px;
  }
	
	#nice-menu-2 li{
		background:#CCC;
	}
	
	#nice-menu-2 li a{
		color:#666;
		text-shadow: 0 1px 1px #fff;
	}
	
  #navbar{
    background:#527B26;
    height:30px;
		position:fixed;
		margin:90px 0 0 0;
		width:100%;
		top:0px;
    min-width:1000px;
		z-index:5;
  }
  
  #navbar-inner a{
    color:white;
    font-size:1.1em;
		text-shadow: 0px -1px 1px #002c52;
  }
  
  #navbar-inner .block-nice_menus .content
  {
    color:white;
  }
  
  #navbar-inner .block-nice_menus .content a{
    text-decoration: none;
    padding:8px 10px 7px;
  }
  
  #navbar-inner .block-nice_menus .content a:hover{
    text-decoration:underline;
  }
  
  #navbar-inner .block-nice_menus .content ul li:hover{
    background: #BACAA8;
  }
  
  #navbar-inner ul li.active-trail li.active-trail:hover {
    background: #BACAA8;
  }
  
  #navbar-inner .block-nice_menus .content ul li.active, #navbar ul li.active-trail {
    background:#BACAA8;
    display:block;
  }
  
  #navbar-inner .block-nice_menus .content a.active, #navbar .active-trail a{
    color:#527B26;
		text-shadow: 0px -1px 1px #fff;
  }

  #navbar-inner .block-nice_menus .content ul{
    padding:0;
  }
  
  #navbar-inner .block-nice_menus .content ul li{
    float:left;
    list-style:none;
    height:30px;
    margin:0 2px;
  }

  #navbar-inner
  {
		position:relative;
		z-index:10;
  }

  #navbar-inner .block-nice_menus .content ul.links /* List of links */
  {
    margin: 0;
    padding: 0;
    min-width:650px;
  }
  
  #navbar-inner .block-region{
    position:absolute;
    width:100%;
  }

  #navbar-inner .menuparent li, #navbar ul li.active-trail ul li{

    display:block;
    line-height:1.25em;
  }
  
  #navbar-inner .menuparent .active li a, #navbar ul li.active-trail ul li a, #navbar ul li ul li a{
    padding:0 !important;
    font-size:.8em;
  }
  
  #navbar-inner .menuparent li{
    padding:0 9px;
    background:#B0CFE7;
    height:auto !important;
  }
  
  #navbar-inner .menuparent ul li ul li{
    padding:3px 9px 0 0 !important;
    margin:0 !important;
    background:none;
  }
  
  #navbar-inner .menuparent ul li ul li a{
    color:#002780;
  }
  
  #navbar-inner .menuparent ul li ul li:hover{
    background:none !important;
  }
  
  #navbar-inner .menuparent ul li.last{
    padding-right: 35px;
  }
  
  #navbar-inner .menuparent ul li{
    padding-bottom: 30px;
    background:none !important;
  }

  ul.nice-menu li{
    position:static;
  }
  
  #content-header{
    padding:3px 20px;
  }

  #search-box /* Wrapper for the search form */
  {
    float:right;
    padding: 3px 0;
    margin-right:15px;
    height:24px;
  }

  #search-box .form-submit{
    width:50px;
    height:20px;
    padding:2px;
    background:#eee;
    top:2px;
    position:relative;
  }

  #edit-search-theme-form-1{
    width:115px;
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #secondary /* Secondary links */
  {
    margin:0 auto;
  }
  
  #secondary ul
  {
    margin:.5em;
    position:relative;
    font-size:.9em;
  }
  
  #secondary ul li, #menu-header-menu ul li
  {
    border-left:1px solid white;
  }
  
  #secondary ul li.first, #menu-header-menu ul li.first{
    border-left:none;
  }
  
  #secondary a, #menu-header-menu a{
    text-decoration:none;
    color:white;
  }
  
  #secondary a:hover, #menu-header-menu a:hover{
    text-decoration:underline;
  }
  
  #menu-header-menu h2{
    margin:0;
  }
  
  #menu-header-menu li{
    float:left;
    list-style:none;
    padding:0 10px;
    height:12px;
    line-height:12px;
    position:relative;
    z-index:10;
  }
  
  #menu-header-menu{
    margin:0 !important;
    width:100%;
    height:20px;
  }
  
  #menu-header-menu .content{
    float:right;
    margin:.5em 0 0 0;
    padding:0;
    font-size:.9em;
  }
  
  #menu-header-menu ul{
    margin:0 !important;
  }
  
  .block-search{
    float:right;
    width:200px;
    margin:-10px 0 0 0;
    position:relative;
    z-index:10;
    margin:0;
  }
  
  #search-block-form{
    float:right;
    margin:0 5px;
  }
  
  #edit-search-block-form-1-wrapper input{
    width: 100px;
  }
  
  #edit-search-block-form-1-wrapper label{
    display:none;
    visibility:hidden;
    color:white;
    font-weight:normal;
    font-size:.8em;
  }
  
/** content **/
  #content
  {
		width:99%;
		margin-right:1%;
  }

  #content-inner h1, #content-inner h2, #content-inner h3 
  {
    color:#002780;
    font-weight:normal;
  }
  
  #content-inner h2 a{
    font-weight:bold;
    text-decoration:none;
  }

  .welcome{
    padding:0 0 1.5em 0;
    border-bottom:2px solid #979CA1;
    margin-bottom: 2em !important;
  }
  
  .welcome h2{
    color:#979CA1;
    font-size:2em;
    margin:5px 0;
  }
  
  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
    border-bottom:2px solid #979CA1;
    margin-bottom:20px;
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
    padding:2px 20px;
    background:#B0CFE7;
    margin-bottom:5px;
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
    color:#002780;
  }

  div.tabs /* See also the tabs.css file. */
  {
		margin:0;
  }
  
  .tabs ul.primary{
    background:none;
    float:right;
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
    float:right;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 10px;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    float:right;
    padding:10px 10px 0;
  }
	
	.wide-img{
		width:100%;
		max-width:800px;
		height:auto;
	}

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** sidebar left **/
  .sidebar
  {
    margin:0 10px;
    padding:10px 0;
    font-size:.9em;
  }
  
  .sidebar h4, .sidebar ol{
    margin-top:0;
    margin-bottom:0;
  }
  
  .sidebar h4{
    padding:.4em;
  }
  
  .sidebar div{
    padding-left: .5em;
  }
  
  .sidebar ol li{
    margin:5px 0;
  }
	
	#leftbar{
		width:175px;
		height:100%;
		background:#527B26;
		position:fixed;
		margin-top:-17px;
	}
	
	#contact-us{
		padding:10px;
		background:#BACAA8;
		color:#527B26;
		font-size:.75em;
		border-top:3px solid #fff;
		border-bottom:3px solid #fff;
		margin-top:-6px;
	}
	
	#contact-us p, #contact-us h2{
		margin:.25em 0;
		text-shadow: 0px 1px 1px #fff;
	}
	
	#contact-us a{
		text-shadow:none;
	}

/** sidebar-right **/
	#adminwrapper{
		width:100%;
		min-width:762px;
		height:auto;
		position:fixed;
		margin:120px 0 0 0;
	}

	#adminbg{
		position:relative;
		float:right;
		width:207px;
		height:0px;
		border-color: #527B26 transparent transparent transparent;
		border-style: solid;
		border-width: 21px 21px 0 21px;
		z-index:1;
		top:-3px;
	}

	#adminpanel{
		left:258px;
		position:relative;
		float:right;
		width:207px;
		height:auto;
		padding:0 30px 0 0;
		z-index:10;
	}

	.toggle{
		color:#fff;
		width:206px;
		font-size:10px;
		text-align:right;
		padding:0 1px 0 0;
		cursor:pointer;
	}
	
  #sidebar-right
  {
		position:absolute;
		width:207px;
  }

	#sidebar-right-inner{
		-moz-box-shadow: 0 1px 8px #888;
		-webkit-box-shadow: 0 1px 8px #888;
    border:1px solid #527B26;
		background:white;
	}

  #sidebar-right h2{
    font-size:1.2em;
    margin:0;
    padding:5px 0 0 10px;
  }
  
  #sidebar-right-inner .block .content
  {
    color:#002780;
    overflow:hidden;
		font-size:.8em;
  }
  
  #sidebar-right-inner .block ul
  {
    padding:0 1.5em;
    margin:0;
  }
  
  #sidebar-right-inner .block p
  {
    padding:0 10px;
  }
  
  #sidebar-right-inner .block ul .active-trail ul
  {
    padding:0 0 0 1em;
    margin:0;
  }

/** footer **/
  #footer
  {
    padding:0;
    border-top:2px solid #002780;
		margin:20px 20px 0 195px;
  }

  #footer-inner
  {
    color:#002780;
  }

  #footer-inner a
  {
    color:#002780;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
    color:#000;
    text-align:left;
    font-size:.75em;
    width:100%;
    float:left;
  }
	
	#copyright{
		float:left;
		width:50%;
	}
	
  #hosted{
    float:left;
		width:50%;
		text-align:right;
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  div.block.with-block-editing div.edit{
	opacity:.8;
  }
  
  div.block.with-block-editing div.edit a{
	color:#000 !important;
  }


/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }
  
  table{
    border-style:none;
    border-collapse:collapse !important;
  }

  td{
    padding:5px;
  }

  th{
    background:#527B26;
    color:white !important;
    font-weight:bold;
    padding:2px 5px !important;
    border-bottom:2px solid white !important;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    background:#E5EBDF;
    border:none;
  }

  tr.odd
  {
    background:#BACAA8;
    border:none;
  }

/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  
  /*******************************************************************
   * Search Box styles                                       *
   *******************************************************************/
  #res
  {
    background:#f5f5f5;
    width:130px;
    padding:10px 10px;
    color:#000;
    font-size:.8em;
    border:1px solid #979CA1;
    border-top:none;
    -moz-box-shadow:1px 4px 6px #555;
    -webkit-box-shadow:1px 4px 6px #555;
    box-shadow:1px 4px 6px #555;
  }
  
  #res li{
    padding:1px 2px;
  }
  
  #res li a{
    color:#000;
		text-shadow:none !important;
  }
  
  #res li:hover a{
    color:#fff;
  }
  
  #search_field
  {
    position:relative;
    float:left;
    z-index:14;
  }
  
  #searchpage
  {
    position:relative;
    left:200px;
  }
  
  .searchresult li 
  {
    list-style-type: none; 
    cursor: pointer;
  }
  
  .searchresult li:hover, .searchresult li:hover a
  {
    background-color: #002780;
    color:#fff;
  }
  
  #component{
    width:215px;
    float:right;
  }
  
  .search_button
  {
    height:23px;
    width:50px;
    color:#0065bd;
    font-size: 10px;
    padding: 5px;
    float:left;
    background:#eee;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom:1px solid #555;
    border-right:1px solid #555;
    margin-top:1px;
  }
  
  .search_button:hover{
    color:#979CA1;
  }
  
  .search_button:active{
    color:#002780;
    border-top:1px solid #555;
    border-left:1px solid #555;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
  }
  
  #searchkey
  {
    background-color:#fff; 
    padding: 0 5px;
    margin-right:9px;
    float:left;
    width:136px;
    height:19px;
  }
  
  #sh1, #sh2{
    color:#002780;
  }
	
	.system-status-report th{
		background:none;
		color:black !important;
		padding: 6px 0px 6px 30px !important;
		border-bottom: none !important;
	}