/*
Title: ASU Template
Copyright: (c) 2008 Arizona Board of Regents
Authors: Christopher Puleo, Kathy Marks, Nathan Gudmunson and Arizona State University
Designers: The ASU Template Design Team, led by Cindi Farmer, Natalie Goebig and Anish Adalja
Description: Site controls for basic ASU content template
*/


/* =Basic Elements
--------------------------------------------------------- */

img {
   border: none;
   }



/* =Universal
--------------------------------------------------------- */

.skip {
   display: block;
   font-size: 1px;
   height: 0;
   line-height: 1px;
   margin-top: -2px;
   text-indent: -9999px;
   display: none;
   }

#asu_container {
   margin: 0; padding: 0;
   text-align: left;
   min-width: 1000px;
   }

#asu_container li.no-border {
   border: none;
   }

.visible {
   visibility: visible;
   }

.hidden {
   visibility: hidden;
   }

/* ----{ Float Clearing }---- */

#asu_gold_hdr:after,
#asu_content:after,
#asu_body_copy:after,
.asu_body_copy .tabs ul:after,
.asu_body_copy .block-menu .content ul.asu_primary:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

