@charset "UTF-8";
/* CSS Document */

body {
margin: 0;
background: #FFF;
font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
font-size: 11px;
color: #333333;
text-decoration: none;
}

	a:hover {
	color: #000;
	text-decoration: underline;
	}

#container {
	width: 336px;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
	
}

	#header {
		width: 336px;
		height: 49px;
		float: left;
		background: url(../images/header.jpg) top left no-repeat;
	}
	
	
	#alerts {
		height: 179px;
		width: 334px;
		float: left;
		overflow: hidden;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
		#alerts_content {
			background: #FFF;
			height: 138px;
			width: 336px;
			margin-top: 5px;
			float: left;
		}
		
			#one {
			background: url(../images/1.jpg) center left no-repeat;
			padding-left: 25px;
			}
			
			#two {
			background: url(../images/2.jpg) center left no-repeat;
			padding-left: 25px;
			}
			
	#traffic_camera {
		float: left;
		overflow: hidden;
		width: 334px;
		height: 26px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
		#camera_content {
		text-align: center;	
		padding-top: 0px;	
		}
	
	#prices {
		float: left;
		overflow: hidden;
		width: 336px;
		height: 26px;
	}
	
	
	
	
	
/* CLASSES */	
	
	.heading {
		width: 316px;
		height: 21px;
		background: url(../images/heading_bkg.jpg) top left repeat-x #f9cd0d;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 14px;
		font-weight: bold;
		padding-left: 20px;
		padding-top: 5px;
		cursor: pointer;
	}
	
	.heading_alt {
		width: 316px;
		height: 21px;
		background: url(../images/heading_bkg-2009-10-07.jpg) top left repeat-x #f9cd0d;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 14px;
		font-weight: bold;
		padding-left: 20px;
		padding-top: 5px;
		cursor: pointer;
	}
	
	
	.hidden {
		display: none;
	}
	
	.alert_container {
	width: 300px;
	clear: both;
	margin: 5px auto;
	}
	
	.alert {
	font-size: 12px;
	}
	
		.alert a:link, .alert a:visited {
		font-size: 12px;
		color: #000;
		text-decoration: none;
		}
		
			.alert a:hover {
			color: #333;
			text-decoration: underline;
			}
	
	.alert_time {
	font-size: 10px;
	color: #666666;
	}