/* 
Site: Drive Clean Across Texas
URL: www.drivecleanacrosstexas.com
Author: Texas Transportation Institute
print style sheet
*/

/*----- 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, #navigation1, #navigation2, #navigation3, #navigation4, #navigation5 {
		display: none;
}

/*----- Column left
------------------------------------------------------------*/
#column-left {
	display: none;
}

/*----- Column right
------------------------------------------------------------*/
#content {
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
	font-size: 12pt;
	color:#000000;
	line-height:normal/*1.35em*/;
}

#sublinks {
	display: none;
}

/*----- Footer
------------------------------------------------------------*/
#footer {
	margin: 10px 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
------------------------------------------------------------*/

#calendar-img {
	width: auto;
	height: 195px;
	margin: 1em 0;
	padding: 1em 1em 0 1em;
	border: 1px solid #333;
	line-height: 1.3em;
}

#calendar-google {
  width: auto;
	padding: 1em 1em 0 1em;
	border: 1px solid #333;
	line-height: 1.3em;
}
