@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:top center no-repeat url(/images/main_bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
}

p, h1, h2, h3, h4, h5, h6, ul, li, ol { margin:0px; padding:0px; }

p { padding:5px 0 5px 0; }

img { border:0px; }

h1 {
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	padding:10px 0 0 0;
	color:black;
}

h2 {
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	padding:8px 0 0 0;
	color:#666666;
}

h3 {
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	padding:6px 0 0 0;
	color:black;
}

h4, h5, h6 {
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	padding:4px 0 0 0;
	color:#666666;
}

ul { margin:6px 0 6px 15px; }
ul li {
	padding:5px 0 5px 20px;
	list-style:none;
}

ol { margin:6px 0 6px 33px; }
ol li {
	padding:3px 0 3px 5px;
}

form { 
	margin:0px; 
	padding:0px; 
}

input, textarea, select { 
	margin:0px; 
	padding:0px; 
	font-size:11px;
	font-family:Arial, verdana, sans-serif;
	color:#666666;
}

img { border:0px; }

a:link { color:#FF0033; text-decoration:none; }
a:hover { color:#FF0033; text-decoration:underline; }
a:visited { color:#FF0033; text-decoration:none; }
a:visited:hover { color:#FF0033; text-decoration:underline; }

#site_container {
	width:800px;
	margin:0 auto 0 auto;
}

/* HEADER */

#header { height:100px; }
#header a#banner_logo { float:left; }

/* SEARCH */

#search_container { 
	float:right; 
	background:white;
	width:160px;
	margin:70px 10px 0 0;
}

#search_container input#search_field { 
	width:134px;
	height:17px;
	padding:3px 3px 0 3px;
	margin:0px;
	float:left;
	border:0px;
	color:#999999;
}

#search_container input#search_button { float:right; }

/* MAIN NAV */

#main_nav_container {
	height:20px;
	background:top left repeat-x url(/images/main_nav_bg.gif);
	width:800px;
}

#main_nav_container a.nav_item {
	display:block;
	padding:4px 25px 0 25px;
	height:16px;
	font-size:10px;
	color:#666666;
	float:left;
	text-decoration:none;
}

#main_nav_container a.nav_item:hover {
	background:#EDEDED;
	color:black;
}

#main_nav_container a.nav_item_on {
	display:block;
	padding:4px 26px 0 26px;
	height:16px;
	font-size:10px;
	color:#FF9900;
	float:left;
	text-decoration:none;
	background:top left repeat-x url(/images/main_nav_on_bg.gif);
}

#main_nav_container ul{margin:0;padding:0;}
#main_nav_container ul li {margin:0;padding:0;list-style-type:none;}

#main_nav_container ul.dropdown {
	position:absolute;
	display:none;
	margin-top:20px;
	width:800px;
	font-size:10px;
	z-index:1000;
	background:top left repeat url(/images/main_nav_dropdown_bg.png);
}

#main_nav_container ul.dropdown li a {
	border:none;
	display:block;
	float:none;
	height:auto;
	padding:4px 10px 4px 10px;
	margin:1px 0 0 0;
	color:#CCCCCC;
	text-decoration:none;
}

#main_nav_container ul.dropdown li a:hover {color:#FF9900;}

#main_nav_container ul li ul.dropdown li { display:block; float:left;}
#main_nav_container ul li:hover ul {display:block; float:left;}

#main_nav_container ul li.over ul {display:block;}

/* BANNER */

#banner {
	width:800px;
	height:134px;
}

/* CONTENT */

#content_container {
	width:800px;
	padding:10px 0 0 0;
	overflow:auto;
}

#left_column {
	width:162px;
	float:left;
	margin:0 10px 0 0;
}

#middle_column {
	width:436px;
	float:left;
	margin:0 10px 0 0;
	padding:12px 10px 10px 10px;
}

#right_column {
	width:162px;
	float:left;
}

.column_box {
	width:138px;
	padding:12px 12px 25px 12px;
	color:white;
	margin:0 0 10px 0;
}

.column_box h3 {
	padding:0 0 5px 0;
	margin:0px;
	color:white;
	font-size:10px;
	font-weight:bold;
}

.column_box h3 span {
	display:block;
	float:right;
	margin-top:-12px;
	font-size:11px;
}

.column_box ul { margin:0px; }
.column_box ul li {
	padding:3px 0 3px 0;
	list-style:none;
}

.column_box a {
	color:white;
	text-decoration:none;
	border-bottom:1px dotted white;
}

.column_box a:hover {
	font-weight:bold;
}	

#venues { background:bottom left no-repeat url(/images/leftcol_venues_bg.gif) #e98300; }
#activities { background:bottom left no-repeat url(/images/leftcol_activities_bg.gif) #d62927; }
#environment { background:bottom left no-repeat url(/images/leftcol_environment_bg.gif) #d32a86; }

#events { 
	background:bottom left no-repeat url(/images/bg-gallery-banner.gif) #e43e56; 
	padding:10px 12px 58px 12px;
}
#events h3 {
	padding:0px;
}

#gallery { 
	background:bottom left no-repeat url(/images/rightcol_gallery_bg.gif) #d32a86; 
	color:#666666;
	padding:12px 12px 20px 12px;
}
#gallery h3 {
	color:#d32a86;
}
#gallery h3 a {
	color:#d32a86;
	text-decoration:none;
	border-bottom:1px dotted #d32a86;
}
#gallery h3 a:hover {
	color:#d32a86;
	text-decoration:none;
	border-bottom:0px;
}
#gallery a {
	color:#666666;
	text-decoration:none;
	border-bottom:1px dotted #666666;
}
#gallery a:hover {
	color:#666666;
	text-decoration:none;
	border-bottom:0px;
}

#interactive_map { 
	background:bottom left no-repeat url(/images/bg-map-banner.gif) #2a80d4; 
	color:#666666;
	padding:10px 12px 55px 12px;
}
#interactive_map h3 {
	color:#d32a86;
}
#interactive_map h3 a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
}
#interactive_map h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom:0px;
}

#breadcrumb { color:#999999; padding:0 0 16px 0; }
#breadcrumb a { color:#999999; text-decoration:none; }
#breadcrumb a:hover { color:#999999; border-bottom:1px dotted #999999; }

#content_title { padding:0 0 8px; }
#content_title h1 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	padding:0px;
	color:black;
}

#content { 
	color:#666666; 
	font-size:11px; 
	line-height:15px;
}

#content img { margin:2px 8px 8px 2px; }

#content table { color:black; }

#content a:link { color:#FF0033; border-bottom:1px dotted #FF0033; text-decoration:none; }
#content a:hover { color:#FF0033; border-bottom:0px; text-decoration:none; }
#content a:visited { color:#FF0033; border-bottom:1px dotted #FF0033; text-decoration:none; }
#content a:visited:hover { color:#FF0033; border-bottom:0px; text-decoration:none; }

h1 span {
	font-weight:normal;
	font-style:italic;
	color:#666666; 
}

/* VENUES */

.venue_details {
	padding:5px 10px 10px 10px;
	background:#e3e3e3;
	color:black;
	font-size:10px;
	margin:10px 0 10px 0;
}

.venue_details ul { margin:4px 0 4px 0; }
.venue_details ul li {
	padding:3px 0 5px 26px;
	list-style:none;
	border-bottom:1px dotted black;
}

.venue_details ul li.toilets { background:6px 6px no-repeat url(/images/key_icons/key_toilet.gif) }
.venue_details ul li.public_phones { background:6px 6px no-repeat url(/images/key_icons/key_phone.gif) }
.venue_details ul li.parking { background:6px 6px no-repeat url(/images/key_icons/key_parking.gif) }
.venue_details ul li.lookouts { background:6px 6px no-repeat url(/images/key_icons/key_lookout.gif) }
.venue_details ul li.picnic_shelters { background:6px 6px no-repeat url(/images/key_icons/key_shelter.gif) }
.venue_details ul li.playgrounds { background:6px 6px no-repeat url(/images/key_icons/key_playground.gif) }
.venue_details ul li.bus_stops { background:6px 6px no-repeat url(/images/key_icons/key_bus.gif) }
.venue_details ul li.train_stations { background:6px 6px no-repeat url(/images/key_icons/key_train.gif) }
.venue_details ul li.food_drinks { background:6px 6px no-repeat url(/images/key_icons/key_food.gif) }
.venue_details ul li.stairs { background:6px 6px no-repeat url(/images/key_icons/key_stairs.gif) }
.venue_details ul li.bbqs { background:6px 6px no-repeat url(/images/key_icons/key_bbq.gif) }

/* PERSON LISTS */

.person_list_item {
	padding:10px 0 0px 0;
	overflow:auto;
}

#content div.person_list_item img {
	margin:0px;
	float:left;
}

.person_details {
	float:right;
	width:300px;
}

.person_details h2 { padding:8px 0 4px 0; color:black; }

.person_details h2 span {
	font-weight:normal;
	font-style:italic;
	color:#666666; 
}

.person_list_basic_item {
	padding:5px 0 0px 0;
	overflow:auto;
}

.person_list_basic_item div.person_details {
	float:right;
	width:100%;
}

/* EVENTS */

#calendar {
	width:152px;
	padding:5px;
	color:#999999;
	margin:-10px 0 10px 0;
	background:bottom left no-repeat url(/images/rightcol_calendar_bg.gif) white;
	overflow:auto;
}

#content div#calendar table tr td a:link { color:#d32a86; border-bottom:1px dotted #d32a86; text-decoration:none; }
#content div#calendar table tr td a:hover { color:#d32a86; border-bottom:0px; text-decoration:none; }
#content div#calendar table tr td a:visited { color:#d32a86; border-bottom:1px dotted #d32a86; text-decoration:none; }
#content div#calendar table tr td a:visited:hover { color:#d32a86; border-bottom:0px; text-decoration:none; }

#calendar .month { color:black; border-bottom:1px dotted #cccccc; }
#calendar .year { color:black; border-bottom:1px dotted #cccccc; }
#calendar .underline { border-bottom:1px dotted #cccccc; }

#calendar .calendar_button {
	height:18px;
	width:18px;
	background:none;
	border:none;
	margin:0px;
	padding:0 0 2px 0;
	color:#666666;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#calendar .calendar_button_selected {
	height:18px;
	width:18px;
	background:#00af3f;
	color:white;
	border:none;
	margin:0px;
	padding:0 0 2px 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#calendar .calendar_top_row {
	height:20px;
	width:19px;
	background:#d32a86;
	color:white;
	border:none;
	margin:0px;
	padding:0px;
	font-size:10px;
}

#calendar div#search_container { 
	width:152px;
	margin:2px 0 0 0;
	padding:5px 0 0 0;
	border-top:1px dotted #cccccc;
	background:none;
	float:none;
}

#calendar div#search_container input#search_field { 
	width:126px;
	height:17px;
	padding:3px 3px 0 3px;
	margin:0px;
	float:left;
	border:0px;
	color:#999999;
}

#calendar div#search_container input#search_button { float:right; }

#content h1.date_range {
	color:#00af3f;
	font-size:12px;
	margin:0 0 10px 0;
}

.event_item_container {
	margin:0 0 8px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #cccccc;
}

.event_item_container h1 {
	font-size:12px;
	margin:0 0 4px 0;
}

/* ACTIVITIES */

#activities_table { font-size:10px; margin:15px 0 15px 0; }

#activities_table td { padding:4px 3px 5px 3px; }

#activities_table td.title_row { 
	background:#f0f0f0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	font-weight:bold;
	font-style:italic;
}

#activities_table td.content_row { 
	border-bottom:1px dotted black;
}

#activities_table a:link { color:#FF0033; border-bottom:0px; text-decoration:none; }
#activities_table a:hover { color:#FF0033; border-bottom:1px dotted #FF0033; text-decoration:none; }
#activities_table a:visited { color:#FF0033; border-bottom:0px; text-decoration:none; }
#activities_table a:visited:hover { color:#FF0033; border-bottom:1px dotted #FF0033;; text-decoration:none; }

/* NEWS */

.news_list_item {
	margin:0 0 8px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #cccccc;
}

.news_list_item h1 {
	margin:0px 0 4px 0;
}

#content h2.news_date {
	margin:0 0 6px 0;
	padding:0 0 2px 0;
}

/* GALLERY */

table#gallery_container {
	margin:0 0 15px 0;
}

td.gallery_photo {
	padding:6px 0 0 0;
	margin:0px;
}

td.gallery_photo_description {
	padding:0 10px 10px 10px;
	font-size:10px;
	border-bottom:1px dotted #cccccc;
}

td.gallery_photo_description h1 {
	margin-top:0px;
	padding-top:0px;
}

/* FOOTER */

#footer {
	height:34px;
	width:618px;
	padding:30px 0 20px 182px;
	margin:0px 0 30px 0;
}

#nsw_gov_logo {
	float:right;
	display:block;
}

a.footer_link {
	float:left;
	display:block;
	padding:3px 12px 0 12px;
	height:16px;
	margin:8px 0 0 0;
	border-left:1px solid #cccccc;
	color:#666666;
	text-decoration:none;
}

a.footer_link:hover {
	color:#666666;
	text-decoration:underline;
}
	



