H1, H2, H3, H4 {
	font-weight:normal;
}

H1 {
	height: 0;
	margin:0;
	padding:0;
	font-size:16pt;
}

H2 {
	margin-top: 12px;
	font-size: 10pt;
	min-height: 16px;
	font-weight: bold;
}

H2 A {
	font-size: 9pt;
	color: #6D6D49;
}

H3 {
	margin-top: 12px;
	font-size: 12pt;
	font-weight: bold;
	min-height: 22px;
}

H4 {
	font-size: 10pt;
	margin-top: 5px;
	min-height: 12px;
}

A:link, A:visited {
	color: #555555;
	text-decoration: none;
}

A:hover, A:active {
	text-decoration: underline;
}

.clear {
	clear: both!important;
}

HR {
	max-height: 1px;
	background-color: #99CC99;
	border:0;
}

TABLE {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #fff;
}

TH {
	text-align: left;
	background: #EAECEE;
	color: #6F7071;
	font-size: 8pt;
}

TD {
	font-size:8pt;
}

P {
	margin-bottom:0;
	padding: 0 5px 0 5px;
}

/* Page Layout Sections */
#container {
	width: 940px;
	margin:0 auto ;	
	color: #535337;
	background-color:#fff;
}


#header {
	height:239px;
}

#header_ads {
	height:180px;
	width: 897px;
	text-align:center;
	border-bottom: 1px solid #ccc;
	padding:5px 0 0 0;
	margin: 0 auto;
}

#header_ads UL {
	margin:0 0;
	padding:0;
	list-style-type: none;
}

#header_ads LI {
	float:left;
	width:207px;
	height: 150px;
	margin:10px;
	border:1px solid #ccc;
	
}

#header_ads LI.first {
	margin-left:0;
}

#header_ads LI.last {
	margin-right:0;	
}

#main_2col {
	float:left;
	background:url(../images/bg_right_spacer.png) right bottom no-repeat;
	float:left;
	width:683px;
}

#main_2col .content {
	width:651px;
	padding: 10px 5px 0 15px;
	background-color: #fff;
	min-height: 435px;
}


.content UL {
	list-style-type: none;	
	padding-left:10px;
	margin:0;
}

.content LI {
	min-height: 10px;
	padding-left: 10px;
	background: url(../images/bullet_4point_left.gif) 0 4px no-repeat;
}

#right_2col {
	float:right;
	margin-top: 10px;
	margin-right: 5px;
	width:250px;
}

#right_2col UL {
	list-style-type:none;
	margin:0;
	padding:0;
}

#right_2col .location {
	float:left;
	width:70px;
}
#right_2col LI {
	min-height:20px;
}

#footer {
	height:180px;
	width: 897px;
	text-align:center;
	border-top: 1px solid #ccc;
	padding:5px 0 0 0;
	margin: 8px auto;
	font-weight: bold;
}




/* End Page Layout Sections */

.left {
	float:left!important;
}

.right {
	float:right!important;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.small_font {
	font-size:6.5pt;
}


#blackout {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #424242;
	/*
	-moz-opacity: .7;
	*/
	opacity: .7;
	z-index: 9;
}

#divpopup {
	position: fixed;
	top: 65%;
	left: 50%;
	margin-top: -248px; /*half of the height plus a little to the top*/
	margin-left: -330px; /*half of the width */
	visibility: hidden;
	display: none;
	border: 0;
	background-color: transparent;
	padding: 0;
	height: 436px;
	width: 670px;
	z-index: 40;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1
	}


#divpop_head{
	width:100%;
	height:26px;
	color: #FFFF67;
	text-align:center;
	z-index:-1;
	background-color: transparent;
}

#divpop_content {
	
}


#close_pop{
	position: absolute;
	top:0;
	right:0;
	text-align:right;
	cursor:pointer;
	padding-right:10px;
	padding-top: 5px;
	min-height:15px;
}

#close_pop a{
	text-decoration:none;
	color: #fff;
}

#close_pop a:hover{
	color:#FF9E01;
}


.map_img {
	position: relative;
	top:0;
	left:0;	
}

#state_label {
	position:absolute; 
	width:450px;
	text-align:center;
	background-color:yellow; 
	font-size:12pt; 
	font-weight:bold; 
	padding:5px;
	z-index:20;
}

#map_holder {
	background: url(../images/australia_map.gif) left top no-repeat;
}

.location_label {
	position:absolute;
	overflow:hidden;
}


TABLE.content_table {
	border: 0;
	border-collapse: collapse;
	margin: 5px;
}

TABLE.content_table TH{
	font-size: 8pt;
	background-color: #fff;
	border: 1px solid #ccc;
}

TABLE.content_table TD{
	font-size: 8pt;
	border: 1px solid #ccc;
}