/********** CSS RESET **********/
* {
	margin: 0px;
	padding: 0px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body, p, div {
	color: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin-top: 10px;
	line-height: 18px;
}
body, div {
	background-color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
h6 {
	font-size: 12px;
	font-weight: none;
	display: inline;
}
.nav {
	color: #6699CC;
}
.footer {
	color: #BBBBBB;
}
a {
	color: #6699cc;
	text-decoration: underline;
}
.logo {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
}
ul {
	margin-left: 20px;
}
.table-heading {
	color: #ffffff; 
	font-size: 14px; 
	font-weight: bold;
}

.table-heading-comment {
	color: #ffffff; 
	font-size: 11px;
}

.table-heading-box {
	width: 420px; 
	margin-top: 30px;
	text-align: center;
}
.shaded_alt {
	background-color: #94afd5;
}

.shaded {
	background-color: #7ba6d3; 
}
#footer-nav ul {
	display: inline;
}

#footer-nav li {
	display: inline;
}

body {
	width: 100%;
	position: relative;	
	text-align: center;
}

#container {
	width: 800px;
	position: relative;			
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#left-side {
	float: left;
	padding-bottom: 20px;	
	background-image: url(../images/summer-bus-nav-bg.jpg);
	background-repeat: no-repeat;
	min-height: 200px;
	width: 300px;	
	padding-top: 400px;
}
#left-side.easter {
	background-image: url(../images/easter-bus-nav-bg.jpg);
}

#right-side {
	float: left;
	margin-left: 20px;
	padding-bottom: 10px;	
	width: 450px;
}

#home-container {	
	padding-bottom: 20px;	
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 550px;
}

#footer {
	clear: both;
	border-top: solid 1px #bbbbbb;
	padding-top: 10px;
}
#page_content {
	width: 450px;
	margin-top: 0px;
}
#page_related {
	width: 450px;	
}
#page_secondary_content {
	min-height: 100px;
}

.ie6 #page_secondary_content,
.ie7 #page_secondary_content,
.ie8 #page_secondary_content {
	margin-top: 20px;
}

img {
	border: none;
}
#page_content img {
	float: left;
	padding-right: 10px;
	padding-bottom: 4px;
}

/* styled tables */
table, .table_style_1, .table_style_2 {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #666666 #666666 #cccccc;
	background-color: #333333;
	width: 100%;	
	padding: 0px;	
	float: left;
	margin-bottom: 20px;
}

table th, .table_style_1 th, .table_style_2 th {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	padding: 4px 4px 10px 4px;
	text-align: left;	
	font-size: 14px;
}
table td, .table_style_1 td {
	color: black;
	background-color: #a4d9f5;
	padding: 4px;
}
table td p, .table_style_1 td p, .table_style_2 td p {
	color: black;
	padding: 0px;
	margin: 0px;
}
table tr.even-row td, .table_style_1 tr.even-row td {
	color: black;
	background-color: #d8eef8;
}
.table_style_2 td {
	color: black;
	background-color: #e5c3e6;
	padding: 4px;
}
.table_style_2 tr.even-row td {
	color: black;
	background-color: #f5edf5;
}

tr.nowra-blue td {
	background-color: #00adef !important;
}
tr.nowra-green td {
	background-color: #71be43 !important;
}
tr.nowra-orange td {
	background-color: #f7931d !important;
}
tr.nowra-pink td {
	background-color: #ec008b !important;
}
tr.nowra-yellow td {
	background-color: #ffe600 !important;
}
.table-head-comment {
	font-weight: normal;
	font-style: italic;
	font-size:smaller;
}

#container {
	margin-left: auto;
	margin-right: auto;
	
}

/* navigation dropdowns */

#main-nav {	
	width: 298px;
	background: none;	
}
#home-container #main-nav {	
	width: 290px;	
	position: absolute;
	top: 315px;
	right: 118px;
	z-index: 2147483647;
}

#nav-head-long {
	background: #ffffff url(../images/nav-down.jpg) 258px 12px no-repeat;
	color: #000000;		
	border: solid 1px white;
	padding: 8px 20px;
	width: 256px;	
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;	
}

.ie6 #nav-head-long,
.ie7 #nav-head-long,
.ie8 #nav-head-long {
	width: 298px;
}

#nav-pages{
	display: none;
	width: 298px;	
  	margin-left: 0px;
  	margin-top: 0px;
  	position: absolute;
  	z-index: 9999; 	
}


#nav-pages ul {
	padding: 0px;
	margin: 0px;
}
#nav-pages li {
	background-image: url(../images/nav-right.png);
	background-repeat: no-repeat;
	background-position: 264px;
	height: 20px;
	list-style-type: none;
	padding: 4px 0 0 20px;	  	
  	background-color: #534d5b;
  	border: solid 1px #534d5b;
}

#home-container #nav-pages li {	
	background-position: 265px;
}

#nav-pages li:hover {
	background-color: #000000;
}


#nav-text {
	background: none;
	margin-top: 10px;	
	color: #ffffff;
	font-size: 13px;
	width: 280px;
}
#home-container #nav-text {
	position: absolute;
	left: 40px;
	top: 450px;
	font-size: 16px;
	line-height: 20px;	
}

#nav-pages a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}

#home-container #search-location {
	width: 288px;
	position: absolute;
	top: 380px;
	right: 118px;
	height: 150px;
}

#home-container #search-location div {
	display: inline-block;
}

#home-container #search-location #search-location-header {
	font-family: arial;
	color: #ffffff;
	font-size: 20px;
	padding-top: 10px;
	line-height: 22px;
}

#home-container #search-location #search-location-header .comment {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

#home-container #search-location #search-location-image {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

#home-container #search-location #search-location-image,
#home-container #search-location #search-location-image img {
	z-index: 8;	
}



#home-container #search-location #big-map {
	background: transparent url(../images/nsw-large-map.gif) 0 0 no-repeat;
	width: 309px;
	height: 400px;
	z-index: 99999;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	display: none;
	
}

#home-container #search-location #big-map div {
	position: absolute;
	background: transparent;
	width: auto;
}

#home-container #search-location #big-map a {	
	text-decoration: none;	
	font-size: 13px;
	line-height: 16px;
}

#home-container #search-location #big-map .white a {
	color: #ffffff;
}

#home-container #search-location #big-map .black a {
	color: #000000; 
}

#home-container #search-location #big-map .white a:hover {
	color: #6699cc;
}

#home-container #search-location #big-map .black a:hover {
	color: #ffffff;
}

#home-container #search-location #big-map #thirroul {
	top: 5px;
	right: -39px;
}

#home-container #search-location #big-map #wollongong {
	top: 29px;
	right: -52px;
}

#home-container #search-location #big-map #dapto {
	top: 46px;
	right: -9px;
}

#home-container #search-location #big-map #kiama {
	top: 68px;
	right: -18px;
}

#home-container #search-location #big-map #ulladulla {
	top: 167px;
	right: 16px;
}

#home-container #search-location #big-map #batemans-bay {
	top: 225px;
	right: 41px;
}

#home-container #search-location #big-map #southern-highlands {
	right: 103px;
	top: 46px;
}

#home-container #search-location #big-map #nowra {
	top: 96px;
	right: 73px;
}

#home-container #search-location #big-map #bay-and-basin {
	top: 129px;
	right: 83px;
}

#home-container #search-location #big-map #jindabyne {
	top: 326px;
	right: 213px;
}

#home-container #search-location #big-map #bega {
    right: 88px;
    top: 341px;
}

#home-container #search-location #big-map #narooma {
    right: 148px;
    top: 304px;
}


/* lightbox fixes */

.pp_pic_holder, 
.pp_pic_holder div {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

.pp_pic_holder .ppt {
	color: #000000;
	margin: 10px 0 0 0;
}


/* jindabyne wider tables */

.table-comment {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.jindabyne-table,
.ie6.jindabyne-table,
.ie7.jindabyne-table,
.ie8 .jindabyne-table {		
	position: absolute;
	clear: both;
	width: auto;	
}

.ie6 .scrollable,
.ie7 .scrollable,
.ie8 .scrollable {
	margin-top: 336px;
}

.jindabyne-table td {	
	white-space:nowrap; 
	font-size: 10px !important;
}


/* search table */

.table_style_3 {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #666666 #666666 #cccccc;
	background-color: #333333;
	width: 100%;	
	padding: 0px;	
	float: left;
	margin-bottom: 20px;
}

.table_style_3 th {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	padding: 4px 4px 10px 4px;
	text-align: left;	
	font-size: 14px;
}
.table_style_3 td {
	color: black;
	background-color: #a4d9f5;
	padding: 4px;
}

.table_style_3 tr.even-row td {
	color: black;
	background-color: #d8eef8;
}
