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

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

#venue_name{
	font-weight:bold;
	font-size:12px;
	color: #ee6102;
	text-decoration:none;
	cursor: pointer;
	margin-left: 14px;
}

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

#venue_address{
	font-style: italic;
	color: #333333;
}


#venue_phone{
	font-style: italic;
	color: #333333;
	margin-left: 10px;
}

#venue_fax{
	font-style: italic;
	color: #333333;
	margin-left: 21px;
}

#venue_td{
	padding-bottom: 10px;
	width: 243px;
	padding-left:0px;
	vertical-align: top;
}

#accom_td{
	padding-bottom: 10px;
	width: 203px;
	padding-left:40px;
	background-image: url(../images/accom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#overview_td{
	padding-bottom: 10px;
	width: 4863px;
}

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

.on_toggler #venue_suburb{
	display:none;
}

.off_toggler #venue_suburb{
	display:inherit;
}


.on_toggler{
	background-image: url(../images/down.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.off_toggler{
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.toggler{
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#state_title{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	color: #000066;
	padding:0;
	margin:0;
}

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

