/**************************************************************

**************************************************************/

#venue_td{
	width: 233px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height:30px;
	display: inline-block;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#venue_td:hover{
	background-color: #CDD3D8;
}

#venue_name{
	font-weight:bold;
	font-size:12px;
	color: #ee6102;
	text-decoration:none;
	cursor: pointer;
	z-index:1;
}

#venue_suburb{
	font-style: italic;
	color: #333333;
	z-index:1;
}



#map_td{
	padding-bottom: 10px;
	width: 243px;
	vertical-align: top;
}

#small_instructions{
	color: #F16102;
	margin-bottom: 10px;
}
/************************************************************/

#venue_td a{
	text-decoration:none;
}

#mapnotice{
	display: inline-block;
	width:730px;
	float:left;
}

div#stateblock{
	display:inline-block;
	width: 760px;
}

h3{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-right:20px;	
}
