/* -------------------------------------------- */
/* -------------  Basic Layout  --------------- */

html, body {
	height: 100%;
	font-size: small;
	width: auto;
	}
body {
	color: #000; 
	background-color: white; 
	padding: 0;
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight:normal;
	height: 100%;
	}

/* colors for links */
a:link { color: black }
a:visited { color: black }
a:hover { color: red }
a:active { color: gray }

#page { 
	width: auto;  
	height: 100%;
	font-size: small;
	}
#header span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bolder;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}

#breadcrumb { display: none; }

#ticker { display: none; }

#content {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight:normal;
	
	}

#main {
	position: absolute;
	margin: 0px 20px 0 0px;
	width: auto;
	font-size: small;
	}
.pageTitle {
	font: large Arial, Helvetica, sans-serif ;
	font-size: medium;
}
#footer { display: none; }	

#showData { font-size: 12px; }

/* -------------------------------------------- */
/* ----------  Navigation Bar Begin  ---------- */

#nav { display: none; }


/* ------------------------------------------ */
/* --------  Page Content Styles  ---------- */
.noPrint { display: none; }

/*--Truckwash--*/
#main img { display: none; }
#main form { display: none; }
.truckwash {
	font-size: small;
	font-weight:normal;
	font-family:arial;
	clear: both;
	}
hr {
	width:600px;
	background-color:#583A00;
	}
	
#countyResources 
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight:normal;
	left: 0;
 }
/*--Truckwash End --*/

/*--countyResources--*/
#resources input
{
	font-size: 12px; 
	border: 0;
	background-color: #FFF;
	position: static;
	}
#resources td { width: 150px; }
.truckwash map {display: none;}

/* Makes the link printable */
#main a[href]:after,
#main a[href^="/"]:after {
   content: " (http://phsi.mgmt.purdue.edu/" attr(href) ") ";}
