/* 
Homepage Specific CSS

Site: Drive Clean Across Texas
URL: www.drivecleanacrosstexas.com
Version: 0.5 (04-2009)
Author: Texas Transportation Institute
*/

@media print {

.printhide { display: none }

}

@media screen {

.screenhide { display: none }

}

/*----- Globals
------------------------------------------------------------*/
body {
	font: 12pt Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
}

#container {
	width: auto;
}

/*----- Header Elements
------------------------------------------------------------*/
#header {
	height: 71px;
	width: auto;
	position: static;
	/*display: none;*/
}

/*----- Navigation Elements
------------------------------------------------------------*/
#navigation {
	display: none;
}

/*----- Content Elements
------------------------------------------------------------*/
#content {
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
	font-size: 12pt;
	color:#000000;
	line-height:normal/*1.35em*/;
}

#content h3 {
	margin: 12pt 0;
}

#content div#counter {
	display:none;	
}

/*----- Bottom banner area Elements
------------------------------------------------------------*/
#bottom-banner{
	display: none;
}

/*----- Footer
------------------------------------------------------------*/
#footer {
	margin: 20px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	width: auto;
	clear: both;
}

#footer .copyright {
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-top: 1px solid #333333;
	font-size: .95em;
	width: auto;
	color: #333333;
}

/*----- Miscellaneous
------------------------------------------------------------*/
