/* CSS Document */
/* ****************************************BEGIN PRINT STYLE*********************************************/
body, p, td, li {background:transparent;}

blockquote .bluebox {background-color:#ebebeb; color:#000;}

hr {  color: #000;  font-weight: lighter; border-style: solid;}
u {  text-decoration: underline;}
b { font-weight: bold; }
i { font-style: italic; }
h1 {  font-size: 14pt; color: #000; font-weight: bold; }
h2 {   font-size: 12pt; font-weight: bold; color: #000;}
h3 {  font-size: 11pt; font-weight: bold; color: #000;}
h4 {  font-size: 10pt; font-weight: bold; color: #000;}


/* PRINT LINKS */
/*PLEASE NOTE: Internet Explorer doesnt understand the rule, there should be no ill effectsthe links will still be dark red, underlined, and boldfaced. They just wont have a URL appear after the text of the link, thats all.*/

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

   
 /* If you have a relative link ie: /index.cfm this code adds in the full url */
#content a[href^="/"]:after {
   content: " (http://www.tauc.org" attr(href) ") ";
   }
.clearfix:after { /* use to clear floats within a none floating container,  cannot be used within a nifty corner box */
    height: 0; 
    visibility: hidden;
	}

#wrapper {width:auto; margin-top:0px;}
#header {height:118px; background:transparent;}
#printLogo {display:inline-block; width: 118px; height: 108px; float:left;}
#wrapper #header .site-description {font-size:12pt;}
#innerwrapper {-moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;}
#main {overflow:visible; clear:none;}
.col2 {width:100%;}
#content {overflow:visible; padding:20px 0 0;}
 
 /* various id's that you do not want to show up on the printer friendly page */
#member-login, #header h1, #header a, #header #mainNav, .col1, #breadcrumbs, #footer .ads, #footer-utility, #copy li, #matrix {display:none;}
#copy li.first {display:block;}

#footer {color: #000000; margin-top: 30px; border-top: 1px solid #000;}
.footer-inner {overflow:visible; background:transparent;}
#copy {padding:5px 0;}
#footer .aside {margin:0; padding:5px 0;}
#siteinfo .street-address, #siteinfo .tel {border-right:1px solid #555;}
#footer .aside a {color:#000; text-decoration:none;}

#work-opportunities ul { list-style-type:none; margin-left:0; padding-left: 0; }
#work-opportunities li { margin-left:0;padding-left:0;}
#work-opportunities li h3 { clear: both;}
#work-opportunities img { border:0;}
#work-opportunities #searchname { width:300px; }
#work-opportunities select#states { width:100px; }
#work-opportunities .imitate-button a { border:1px solid #003c74; background-color:#f6f6f3; padding:3px 5px; color:#000; text-decoration:none; }
#work-opportunities #disclaimer { font-size:11px; }
