/* CSS Document */
/* ****************************************BEGIN PRINT STYLE*********************************************/
body, p, td, li {font-family:  "Times New Roman", Times, serif;font-size: 12pt; background-color: #fff;}

blockquote { text-align: left;}
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;}

div#printLogo {display:block; width: 118px; height: 108px }

/* 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;
   }
   
#superContainer {width: auto; margin-top:0px;}

   
 /* If you have a relative link ie: /index.cfm this code adds in the full url */
#mainContent 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;
	}

 
 /* various id's that you do not want to show up on the printer friendly page */
#header {display: none }
#footer {font-size: 11pt; color: #000000; font-family: "Times New Roman", Times, serif; margin-top: 30px; border-top: 1px solid #000}
#created {display: none }
.pageUtility {display: none }
.subSearch {display: none }
#leftCol {display: none }
#rightCol {display: none }
#utilityNav{display:none;}
#subPageHeader {display:none;}
#nav {display:none;}
#subNav {display: none; }
#subLeftCol {display: none }
#subRightCol {display: none }
#footer ul#footernav {display: 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; }