* {	margin:0; padding:0;}
img { border: 0; display: block; }
.floatL {float:left; padding:5px 5px 5px 0;}
.floatR {float:right;padding:5px 0 5px 5px;}
.clear { display:block; clear:both;	font-size:0; }
.padding10 {padding:10px;}
.vAlignM {vertical-align: middle;}
.vAlignBL {vertical-align: baseline;}
.vAlignTB {vertical-align: text-top;}
.vAlignT {vertical-align: top;}
.textCenter {text-align:center;}
a {text-decoration:none;}
.padding5 {
	padding:5px;
}
.marginT15 {
	margin:15px 0 0 0;
	clear:both;
}
/** Structure **/
html {
	width:100%;	
}
#home {
	background: url('images/homeBg.gif') repeat-x 0 0;
}
#contentTemplate {
	background: url('images/contentBg.gif') repeat-x 0 0;
}

#body {
	/*width:802*/
	width:980px;
	margin:auto;
	font-size:.7em;
	line-height:1.35em;
	min-height:500px;
	color:#666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#home #header div {
	float:left;
	height:274px;
}
#contentTemplate #header {
	height:120px;
	overflow:hidden;
}
#contentTemplate #header div {
	float:left;
	height:120px;
}
.memberImage {
	width:158px;
	height:28px;
	display:block;
	margin: 80px 0 0 380px;
	text-indent:-4000px;
	overflow:hidden;
	background:url('images/members.gif') no-repeat 100% 90%;
}
#homeContent #left{
	width:255px;
	padding: 16px 0;
	float:left;
	color:#7CB027;
	text-align:right;
}
#homeContent #left #latestNews {
	width:220px;
	background: url('images/latest-news-home.gif') no-repeat 0 0;
	padding:30px 0 0 0;
	margin:0px 0 0 0 ;
	text-align:left;
	display:block;
	border:0px solid #00f;
	
}
#homeContent #left #latestNews div {
	background: url('images/latest-news-bg.gif') no-repeat 0 98%;
	padding:0px 0 5px 0;
}
#homeContent #left #latestNews p {
	margin:15px 10px;
	color:#666;
}
#homeContent #left #latestNews a {
	font-weight:normal;
}

#homeContent #left #latestNews div.moreNews {
	text-align:right;
	background:none;
}

#homeContent #left #latestNews div.moreNews img{
	float:right;
	margin-right:10px;
}
#homeContent #main{
	width:558px;
	padding: 30px 0 0 30px; 
	float:left;
}

#right{
	width:135px;
	float:right;
	padding:20px 0 0 0;
}
#content {
	padding: 30px 0 0 5px;
}
#content  #main {
	/*width: 655px;*/
	width: 833px;
	float:left;
}
#content #left {
	width:255px;
	padding: 8px 0 16px;
	float:left;
	text-align: center;
}
#content #mainFullWidth {	
	padding:0 5px 0 0; 
}
#content #mainWithLeftColumn {
	padding:0 5px 0 22px;
	width: 536px;
	float: left;
}
#content .sponsorship-video {
	cursor:url(/css/cursors/zoom.cur), pointer;
	overflow: auto;
	display: block;
	width: 257px;
	height: 163px;
}
#content a.sponsorship-video-link {
	color: #7dac10;
	font-size: 12px;
	margin-top: 10px;
	display: block;
	
}
#content a:hover.sponsorship-video-link {

}


#footer {
	padding-left: 142px;
}
#footer .footer-links {
	position: relative;
	float: left;
}
#footer .seperator {
	padding: 0px 20px;
}
#footer a {
	color:#999;
}

p { margin:  3px 0 10px 0; }

/** NAV **/

#nav {
	display:block;
	clear:both;
	height:58px;
	width:980px;
	overflow:hidden;
	z-index:1000;
	border-right:1px solid #fff;
}

#nav, #nav ul { /* all lists IE 7 FIX */	
	list-style: none;
	line-height: 1px;
	z-index:1000;
}

#nav a {
	display:block;
	height:38px;
    line-height:38px;
	color: #fff;
}
#nav ul li a{
	text-align:center;
	padding: 20px 0 0 0;
	font-size:12px;
	border-left:1px solid #fff;
	font-family:"Century Gothic",Geneva, Arial;
}

#homeFlashArea1 {
	padding: 0 0 0 57px;
}

#nav a#zero		{width:70px;}
#nav a#first 	{width:90px;}
#nav a#second 	{width:149px;}
#nav a#third 	{width:161px;}
#nav a#fourth	{width:141px;}
#nav a#fifth 	{width:256px;}
#nav a#sixth 	{width:105px;}
#nav a#seventh	{width:105px;}

#memberNav a#zero {width:135px;} 
#memberNav a#first {width:135px;} 
#memberNav a#second {width:138px;} 
#memberNav a#third {width:166px;} 
#memberNav a#fourth {width:121px;}
#memberNav a#fifth 	{width:145px;}
#memberNav a#sixth 	{width:133px;}

#nav li { /* all list items */
	float: left;
	display:block;
}

#nav li:hover , #nav li.sfhover {
	position: static;
}
#nav li ul { 
	position: absolute;	
	border-top:1px solid #fff;
	margin:0 0 0 -1px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul , #nav li ul a {
	width:190px;
}
#nav li#last ul , #nav li#last ul a {
	width:150px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index:1000;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:1000;
}

#nav li#last:hover ul,  #nav li#last.sfhover ul {
	left: auto;
	z-index:1000;
	margin: 0 0 0 -44px;
}


#nav ul li:hover a, #nav ul li.sfhover a, #nav ul li a.active{
	background:url('images/navHoverBg.gif') repeat-x 0 0;
	color:#C5D800;
}

#nav ul li ul a {
	background: #666 !important;
	opacity:.8;	
	padding:0;
    color: #fff !important;
	height:27px;
	line-height:27px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	text-indent:3px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nav li ul a:hover {
	background: #888 !important;
	background-image:none;
}
/** PAGINATION **/
.pagination {
	padding:0 0 10px 0;
}
.pagination ul {
	margin:0 0 5px 0;
	padding:0;
}
#content .pagination li {
	background:none;
	padding:0 5px 0 0;
	float:left;
}
#content .pagination span {
	display:block;
	padding: 1px 25px 1px 0;
	font-weight:bold;
}
#content .pagination a {
	display:block;
	padding:1px 1px;
	text-decoration:none;
}
#content .pagination a.active {
	text-decoration:none;
	border:1px solid #7CB027;
	padding:0px 1px;
}

/** FORM **/
label {
	display:block;
	float:left;
}
fieldset {
	border:none;
}
input, textarea {	
	padding: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:1.7em;
}
option {
	padding:0 2px;
}
input.radioInput, input.checkbox {
	width:auto !important;
	border:none !important;
}

.checkoption, .radiooption {
	display:block;
	padding: 3px 0;
}
textarea {
	height:145px;
}

.submit {
	width:130px;
	margin: 0 0 0 170px;
}
#enquiryForm .inputArea {
	float:left;
	width:280px;
	padding: 0 0 8px 20px;	
}
.formErrorMessage {
	color:#444;
}

.quickForm {
	width: 120px;
	float:right;
	clear: both;
	margin: 0 0 30px 0;
	padding: 5px 0 0 0;
	background: url('images/quickFormBg.gif') no-repeat 0 100% ;
}
.quickForm p{
	padding:0 5px;
	text-align:center;
}
.quickForm select {
	width:112px;
	margin:3px auto;
	padding:0;
	clear:both;
	display:block;
	font-size:11px;
}
.quickForm input {
	width:103px;
	clear:both;
	display:block;
	margin:auto;
}
.quickForm legend {
	display:block;
}
.quickForm label {
	margin:0;
	padding:0 0 0 5px;
}

.quickForm > fieldset > legend {
	padding: 0 0 0 5px;
}
.quickForm input.loginSubmit {
	width: 72px;
	height: 22px;
	margin: 4px 0 -13px 0;
	float:right;
	position:relative;
}
.quickForm a.loginSubmit {
	clear:both;
	width: 81px;
	display:block;
	height: 22px;
	margin: 4px 0 -12px 0;
	float:right;
	position:relative;
}

.quickForm input.searchSubmit {
	width: 76px;
	height: 22px;
	float:right;
	margin: 4px 0 -12px 0;
	position:relative;
}
.memberSearch {
	margin:20px 0 0 0;
}
.memberSearch input.searchSubmit {
	margin: 0 0 -10px 0;
}
.memberSearch legend, .memberLogin legend {
	padding: 0 0 10px 0;
}
.memberLogin {
	width:240px;
	margin:auto;
}
.memberLogin p {
	text-align:center;
}
.memberLogin input.loginSubmit {
	float:right;
	clear:both;
	display:block;
}
.memberLogin .inputRow input {
	width:150px;
}
.memberLogin .inputRow {
	margin: 0 0 2px 0;
}
.memberLogin label{
	display:block;
	width:80px;
	float:left;
}

#enquiryForm label, #enquiryForm .label{
	width:150px;
	font-weight:bold;
}
#enquiryForm input, #enquiryForm textarea {
	border:1px solid #7CB027;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#enquiryForm input{
	padding:2px;
	width:200px;	
}

#entryForm, #voterForm {
	background:#D4E3BC;
	color:#333;
}
#entryForm legend, #voterForm legend {
	display:none;
}
#entryForm label {
	width:350px;
	padding:5px;
}

#voterForm label {
	width:200px;
	padding:5px;
}

#entryForm .header {
	padding:3px 5px;
	background:#7CAB39;
	color:#000;
	clear:both;
	font-weight:bold;
	border-top:1px solid #fff;
}
#entryForm p, #voterForm p {
	padding:5px;
	border-top:1px solid #fff;
	margin:0;
	clear:both;
}
#entryForm .inputArea, #voterForm .inputArea {
	float:left;
	margin:0;
	width:400px;
	min-height:21px;
	padding:5px;
	border-left:1px solid #fff;
}
#voterForm .inputArea {
	width:430px;
}

#entryForm input {
	width:250px;
}
#entryForm .formErrorMessage, #voterForm .formErrorMessage {
	color:#cc0000;
}
#entryForm .inputRow, #voterForm .inputRow {
	clear:both;
	border-bottom:1px solid #fff;
}

#entryForm .submit, #voterForm .submit {
	width:120px;
	float:right;
	margin: 0 5px 5px 0;
	font-size:12px;
}

/** CONTENT **/

a#scholarship {
	background:url('images/planning_scholarship2.jpg') no-repeat 0 0;
	width:192px;
	height:40px;
	display:block;
	text-decoration:none !important;
	text-align:left;
	font-size:.9em;
	padding:105px 10px 75px 45px;
}
a#outdoorawards {
	background:url('images/outdoor_awards3.jpg') no-repeat 0 0;
	width:200px;
	height:166px;
	display:block;
	text-decoration:none !important;
	text-align:left;
	font-size:.9em;
	margin-bottom: 1em;
	/*padding:105px 10px 75px 45px;*/
}

#right #latestNews, #right #latestEvents {
	clear:both;
	width:120px;
	background: url('images/latest-news.gif') no-repeat 0 0;
	padding: 45px 0 0 0;
	float:right;
}

#right #latestEvents {
	background: url('images/events.gif') no-repeat 0 0;
}


h1 , h2, h3, h4, h5 { color:#7CB027; }
h1 { font-size:1.4em; margin: 0 0 15px 0; }
h1.home { font-size:1.1em; margin: 20px 0; }
h2 { font-size:1.2em; margin:15px 0 10px 0; }
h3 { font-size:1.1em; margin:15px 0 10px 0; }
h4 { font-size:1em; margin:7px 0; }
.small {
	font-size:.9em;
}
#content img {
	display:inline;
}

#content ol {
	margin:10px 10px 10px 25px;
	display:block;
}
#content ul li {
	padding:0 0 0 15px;
	background: url('images/bullet.gif') no-repeat  0 5px;
}
#content ul {
	list-style:none;
	display:block;
	margin:10px;
}
#content a, #homeContent a {
	color: #666;
	font-weight:bold;
	text-decoration:underline;
}
#content table td {
	padding:2px;
}
a.readMore {
	display:block;
	margin:3px 0 0 0;
	text-decoration:none;	
}
#latestNews a.readMore {
	/*line-height:1.75em;*/
	display:inline;
}

#content a.readMore:hover {
	text-decoration:underline;
}
.greenText {
	color:#7CB027;
	margin: 0 0 10px 0;
}
.oneAwards {
	background:url('images/one_awards.jpg') no-repeat 0 0;
	width:232px;
	height:76px;
	padding:90px 25px 0 0;
}
.oneAwards a {
	display:block;
	float:right;
	margin: 0 0 5px 0;
}
.toTop {
	text-align:right;
	clear:both;	
	margin: 0 0 10px 0;
	font-size:.9em;
}
hr {
	border:none;
	border-top:1px solid #ccc;
	margin: .5em  0;
	height:1px;	
	clear:both;
}
.itemBlock {
	border-top:1px solid #7CB027;	
	clear:both;
	margin: 15px 0 0 0;
}

.two-col {
	width:600px;
}
.newsTable {
	margin: 5px 0;
	width:100%;
	clear:both;
}
.newsTable th {
	font-weight:bold;
}
.newsTable td {
	padding:4px;
}
.newsTable a img {
	border:none;
}
.imageBlock {
	float:left;
	width:220px;
	padding: 0 10px 0 0;
}
.textBlock {
	float:left;
}
td.dateTD {
	font-weight:bold;
	width:90px;
}

.campaignImage {
	display:block;
	float:left;
	margin: 20px 20px 0 0;
}

#content p.searchText a {
	text-decoration:none;
	font-weight:normal;
}
#content span.searchTerm {
	font-weight:bold;
	color:#7CB027;
}
.message, .errorMessage {
	font-weight:bold;
	border:1px solid #660000;
	padding:5px;
	margin:10px 0;
}
.errorMessage {
	color:#660000;
}
/** MEMBER SEARCH **/
.member h3 {
	color:#444;
	margin: 18px 0 0 0;
}
.member h4 {
	margin:5px 0;
}
.memberOffices {
	padding: 0 0 0 30px;
}
#ausMap {
    background:url('images/AUS.gif') no-repeat 0 0 ;
    width:382px;
    height:353px;
	margin:auto;
}
#ausMap ul {
	margin:0;padding:0;
	list-style:none;   
}
#ausMap ul li {
	background:none;
	display:block;
	position:absolute;
	padding:0;margin:0;
}

#ausMap a {
    display:block;
	overflow:hidden;
    position:absolute;
	text-indent:-5000px;
}
a#WA { width:150px; height:242px; margin:27px 0 0 0;}
a#WA:hover { background: url('images/WA.gif') no-repeat 0 -1px ;}

a#NT { width:98px; height:155px; margin:0 0 0 143px;}
a#NT:hover { background: url('images/NT.gif') no-repeat -1px 0 ;}

a#QLD {width:153px; height: 198px; margin:0 0 0 229px;}
a#QLD:hover { background: url('images/QLD.gif') no-repeat  0 0;}

a#SA { width:120px; height:136px; margin:150px 0 0 144px;}
a#SA:hover { background:url('images/SA.gif') no-repeat 0 0 ;}

a#NSW { width:129px; height:96px; margin:186px 0 0 253px;}
a#NSW:hover {background:url('images/NSW.gif') no-repeat 0 0;}

a#VIC { width:84px; height:63px; margin:238px 0 0 250px;}
a#VIC:hover { background:url('images/VIC.gif') no-repeat 0 0;}

a#TAS { width:34px; height:38px; margin:309px 0 0 280px;}
a#TAS:hover { background:url('images/TAS.gif') no-repeat 0 0;}

a#ACT { width:25px;	height:25px; margin:240px 0 0 311px;}
a#ACT:hover { background:url('images/ACT.gif') no-repeat 0 0;}

.tool-tip {
	color: #000;
	width: 155px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 3000;
}

.tool-title {
	font-size: 11px;
	padding: 5px 5px 3px 5px;
	background: #7CAF26;
	border-bottom:1px solid #87C917;
}

.tool-text {
	font-size: 11px;
	padding:5px;
	background: #A8D066;
}
#campaignDetail div, #campaignDetail img {
	display:block;
	float:left;
}
#campaignDetail img {
	margin:15px 15px 0 0;
}
#campaignDetail div {
	width:500px;
}
#oneAwards {
	background:#D4E3BC;
	color:#444;
	width:100%;
	clear:both;
	border-collapse:collapse;
}
#oneAwards th {
	border:1px solid #fff;
	padding:3px;
	color:#fff;
	background:#7CAB39;
}
#oneAwards th.altHeader {
	background:#CFCC0D;
}
#oneAwards td {
	border:1px solid #fff;
	padding:3px;
}
#oneAwards td.altCol {
	background:#E8E7AC;
}
#content ul#oneAwardNav {
	list-style:none;
	margin:10px 0; padding:0 0 15px 0;
}
#content ul#oneAwardNav li {
	width:320px;
	display:block;
	background:none;
	float:left;
	padding:0;
	margin:0;
}
#content ul#oneAwardNav li a {
	display:block;
	
}
/*** POPUP **/
#JsWindow {
	width:800px;
	position:absolute;
	top:7%;
	margin:auto;
	z-index:1000;
	border:1px solid black;
	background:#fff;
}

body > #JsWindow {
	position:fixed;
	top:7%;
}

#JsWindowBar a.close {
	background: #fff url('images/popup-X.gif') no-repeat 0 0;
	width:26px;
	height:26px;
	display:block;
	float:right;
}
#screenOverlay {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:.2;
}

body > #screenOverlay {
}
#imgPopup {
	position: absolute;
	margin:auto;
	top:120px;
	text-align:center;	
	border: 1px solid #7CAB39;
	background: #FFF;
	color:#000;
	padding: 8px;
}

#imgPopup img {
	display:block;
}
#imgPopup .imageDescription {
	background: #E2ECF2;	
	padding:3px 0;
	color:inherit;
	margin:0 0 3px 0;	
}

#imgPopup iframe {
	border:none;
}

body > #imgPopup {
	position:fixed;	
}

#imgPopup img {
	margin-bottom: 0;
}

/** FEEDBACK **/
.feedBack {
	background-image: url('images/spinner.gif') !important;
	background-position:50% 50% !important;
	background-repeat : no-repeat !important;
}


/* Video pages */
div#main div.downloads{
    width: 180px;
    padding-top: 15px;
    padding-left: 13px;
    float: left;
}
div#main div.downloads ul{
    list-style: none;
    margin-top: 34px;
    padding-left: 5px;
}
div#main div.downloads p{
    display: block;
    margin-top: 20px;
}
div#main div.downloads ul li{
    list-style-type: decimal;
    background: none;
    padding: 0;
    margin-bottom: 6px;
}
div#main div.downloads a.pdf-link{
    background: url(/css/images/pdf-icon.gif) no-repeat;
    width: 92px;
    height: 95px;
    display: block;
    text-indent: -5000px;
    outline: none;
}
div#main div.videos{
    width: 620px;
    float: left;
    padding-left: 20px;
    padding-top: 23px;
}
div#main div.videos ul{
    list-style: none;
    overflow: auto;
    zoom: 1;
    margin-left: 0;
    margin-top: 23px;
}
div#main div.videos ul li{
    list-style: none;
    background: #fff;
    float: left;
    padding: 3px 7px 7px 7px;
    border: 1px solid #C2C2C2;
    margin-right: 19px;
    margin-top: 8px;
    width: 112px;
    height: 135px;
    position: relative;
}
div#main div.videos ul li.active{
    background: #EBFFCC;
}
div#main div.videos ul li a{
    margin-top: 5px;
    display: block;
}
div#main div.videos ul li a img{
    display: block;
    border: 1px solid #eee;
}
div#main div.videos ul li div.play-button{
    width: 19px;
    height: 19px;
    position: absolute;
    top: 35px;
    left: 52px;
}
