.pgdrive #header #nav {
	border-bottom:4px solid #9C866D;
}

.pgdrive .boxxbig .boxmid h1 {
	color:#9C866D;
}
.pgdrive .boxbig .boxmid h1 {
	color:#9C866D;
}

.pgdrive #content #colmain {
	margin:0px;
	margin-left:190px;
}

.pgdrive .boxxbig {
	clear:right;
	border:0px dotted #FFcccc;
}

.pgdrive .boxxbig .boxtop {	
	background: #FFFFFF url("images/box_xlarge_top.gif") no-repeat top left;
	height:8px;
	font-size:0px; /* This is needed for IE fix as IE does not allow height to be less than the font-size height */
	border:0px dotted #FFcccc;
}
.pgdrive .boxxbig .boxmid {
	background: #FFFFFF url("images/box_xlarge_middle.gif") repeat-y top left;
	border:0px dotted #551111;
	padding:0px 10px;
}
.pgdrive .boxxbig .boxbottom {
	background: #FFFFFF url("images/box_xlarge_bottom.gif") no-repeat top left;
	height:16px;
	font-size:0px; /* This is needed for IE fix as IE does not allow height to be less than the font-size height */	
}
.pgdrive #stationlist {
	background-color:#d5d7d8;
	float:right;
	padding:0px;
	border:solid 0px #eecc99;
	margin-right:20px;
	text-align:left;
	width:140px;
	display:inline-block;
}

.pgdrive #stationlist .header {
	background-color:#9C866D;
	padding:3px 5px;
	font-weight:bold;
	color:#FFFFFF;
}
.pgdrive #stationlist li {
	margin:0px;
	padding:1px 5px;
	list-style:none;
	border-bottom:solid 2px #ebebec;
}
.pgdrive #stationlist ul {
	margin:0px;
	padding:0px;
}

.pgdrive #map_canvas {
	margin-top:6px;
	display:block;
	width:515px;
	height:450px;
	border:solid 1px #9C866D;
}

.pgdrive .mapbubbletitle {
	font-weight:normal;
	font-size:0.9em;
	color:#003366;
	margin-bottom:7px;
	width:330px;
}
.pgdrive .mapbubbletitle img {
	vertical-align:middle;
	margin-right:3px;
}

.pgdrive .mapbubblebody {
	color:#555555;	
}

.pgdrive .traffickey {	
	margin-left:359px;
	margin-top:6px;
	background-color:#ECEFFF;
	height:95px;
	width:140px;
	border:solid 1px #9C866D;
	position:absolute;
	z-index:999;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	padding:8px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:0.9em;
}
.pgdrive .traffickey div {	
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:26px;
	padding-bottom:4px;
	display:block;
	margin-bottom:3px;
}
.pgdrive .traffickey .inicidents {	
	background-image:url('images/icon_trafficincident.gif');	
}
.pgdrive .traffickey .severecongested {	
	background-image:url('images/icon_trafficseverecongested.gif');	
}
.pgdrive .traffickey .congested {	
	background-image:url('images/icon_trafficcongested.gif');	
}
.pgdrive .traffickey .littlecongested {	
	background-image:url('images/icon_trafficlittlecongested.gif');	
}
.pgdrive .traffickey .nocongestion {	
	background-image:url('images/icon_trafficnocongestion.gif');	
}

.pgdrive #feedresults {
	display:none;
	padding:5px 2px;
	margin-top:4px;
	border:solid 1px #998877;
	background-color:#998877;
	color:#ffffff;
	width:511px;
}

.pgdrive .feedlinks {
	padding:3px 0px;
	margin-right:12px;
	float:right;
	display:inline-block;
}

.pgdrive .feedlinks a {
	/*padding:2px;
	border:solid 1px #998877;
	background-color:#998877;
	color:#ffffff;
	margin-right:5px;*/
	margin-right:10px;
	font-size:0.9em;
	
}
.pgdrive h2 {
	color:#FFFFFF;
	background-color:#9C866D;
	font-size:12px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	margin:0px;
	line-height:0em;
	text-align: center;
}
