/* @group base & type */

  * {
    margin: 0;
    position: static !important;
    float: none !important;
    text-indent: 0px;
  }
  
  div {
    height: auto !important;
    width: auto;
  }

  body {
    line-height: 1.5;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    color: #000;
    background: none;
    font-size: .8em;
  }
  
  .arabic { 
	  direction: rtl !important; 
	  text-align: right !important;
	}

  h1, h2, h3 {
    font-family: "Hoefler Text", "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
    font-weight: normal;
    padding-top: 1em;
    border-top: 1px solid #ccc;
    clear: both;
    color: #26587b;
  }

/* @end */

/* @group standard markup */

  h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;    
  }

  h1, h2, h3, h4, h5, h6, ul, ol, li, p, blockquote, dl, dd, dt {
    margin-bottom: .5em !important;
  }

  hr {
    background: #ccc;
    color: #ccc;
    width: 100%;
    height: 2px;
    margin: 2em 0;
    padding: 0;
    border: none;
  }

  img {
    float: right !important;
    clear: right;
    margin: 1.5em 1.5em 1.5em 0;
  }

  a img {
    border: none;
  }
  
  ul, li {
    width: auto;
    list-style: disc;
  }

  a:link, a:visited {
    text-indent: 0 !important;
    background: transparent;
    font-weight: normal;  
    text-decoration: none;  
    color: #26587b;
    border-bottom: 2px solid #909d9f;
  }

  div#content-main a:link:after, div#content-main a:visited:after {
    content:" (" attr(href) ") ";
    font-size: 90%;
  }

  blockquote {
    margin: 1.5em;
    padding: 1em;
    font-style: italic;
    font-size: .9em;
  }

/* @end  */


/* @group site-specific styles */

  .noprint, .hide, #translate {
    display: none !important
  }

  #logo img {
    display: block;
	float: none !important;
  }

	#navskip,
	#navPrimary,
	#navAudience,
	#navResources,
	#headerSearch,
	#content-footer,
	.widget_secondary_nav,
	#footer,
	#footer-sub,
	#content-aside,
	#navResources,
	#navResources-inner,
	.meta,
	#navResources-toggle
	{
		display: none;
	}
	
	div#directions-container h2 a {
		display: none;
	}

/* @end */

