/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
body {
	width: 100% !important;
	margin: 0;
	padding: 0;
	float: none;
	background-color: #fff ;
	background-image: none;
	}

#columns .column {clear:both;float:left;width:100% !important;position:none;border-top:1px solid #ccc;}
#columns  { clear: both !important; }

.nosidebars .state {width:400px !important;position:absolute;left:220px;overflow:hidden;margin:0px;}

.onecolumn-right #pagewrapper #middle{width:100% !important;position:relative;left:0px;border-top:none;}
#pagewrapper #middle{width:100% !important;position:relative;left:0px;border-top:none;}
#pagewrapper {border:1px solid transparent !important;}

.bluebtn {border:1px solid #000;text-decoration: none;}

/* Change size of header logo */
.logo img {width:150px !important;height:auto;}

/* Footer */
.footerinner .right {width:100% !important;border-top:1px solid #ccc;padding-top:15px !important;font-size:12px;height:auto !important;}
.footerinner .right img, #footer br {display:none;}
#footer p {width:100%;margin:0 !important;}
#footer p a {margin-right:3px;}
#footer {height:auto !important;margin:0 !important;padding:0 !important;}

/* Interior pages */
.onecolumn-left #copy, .twocolumns-left #copy  {margin-left:-220px;width:98%;}
.nosidebars #copy {margin-left:0px !important;}
.not-front #middle {height:auto !important; }
#recentPostingListView {border:none;}

/* SECTION 2: Remove any elements not needed in print. 
   This would include navigation, ads, etc. */
#subheader, #utility, #navigation, #banner, .map, .opener, #copy img, .not-front #pagewrapper #right, .not-front #pagewrapper #left, .footerinner .left, .footerinner .middle, .subanner,
#copy .post-tabs, .pager, .result-actions, .screen-only
 {
	display: none !important; 
}

/* SECTION 3: Set body font face, size, and color.
   Consider using a serif font for readability. */
body {
	color: #000 !important; 
	line-height: 1.4em !important;
}

/* SECTION 4: Set heading font face, sizes, and color.
   Diffrentiate your headings from your body text.*/
h1,h2,h3,h4,h5,h6 {
	color: #000 !important;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlined, and consider appending
   the URL to the end of the link for usability. */
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}
object { display: none; }
.print-only { display: block !important; }
