/*Print

------------------------------------------------------
Copyright Paul Stanton, www.innovativefuture.co.uk & www.wheresthefire.co.uk
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

Please feel free to use this style sheet but not the images as a
template for your own sites or as an example for
study. However, please respect my work by maintaining
this credit in the style sheet.

------------------------------------------------------

Updates

070605 17:04 ps
300506 - CSS for PHP contact form-originally incl in html 040506 but added to all css files 300506 ps
------------------------------------------------------

*/

body {
   background: white;
   font-size: 12pt;
   }
#banner, #nav_banner{
  display:none;
   }
#container {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#content h1{
  background:white;
  font-size:12pt;
  text-decoration: underline;
   }
#content h2, #content h3{
  background:white;
  font-size:12pt;
   }
#nav-section {
  display:none;
   }
#right_nav_switch, #presolinks{
  margin-left:0%;
}
#info-standards{
  display:none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 9pt;
   }

/* PHP Contact form css-originally added to html 040506 but updated to css files
300506 ps  */
	.contactaddress{
    width: 65%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contactname{
    width: 65%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contactmail{
    width: 65%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contactattn{
    width: 65%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contactmsge{
    width: 65%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

