@charset "UTF-8";
/* CSS Document */

* {
	border:0;
	padding:0;
	margin:0;
	outline:0;
}

div.formtip {
    color:red;
    display:none;
    padding-left:15px;
    padding-top:1em;
    clear:both;
    float:none;
}

html, body, #slide {
	height: 100%;
}
html {
	overflow:auto;
	background-color:#6b6b6b;
}
body {
	font-family: Arial;
	font-size:12px;
	color: #000;
	overflow: hidden;
}
.members-only {
	color:#6c6c6c;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-weight:inherit;
	font-size:inherit;
	color:inherit;
	line-height:inherit;
	display:inherit;
	float:inherit;
}
h2 {
	font-weight:bold;
	font-size:16px;
}
h3 {
	font-weight:normal;
	font-size:16px;
}
h4 {
	font-weight:normal;
	font-size:12px;
}
h4 a:link {
text-decoration:underline;
}
/* jazz */

.clear {
	float:none;
	clear:both;
}
img#slide {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	padding:0px;
}
div#background-image {
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:absolute;
	overflow:hidden;
	z-index:0;
}
div#container {
	width:auto;
	height:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:fixed;
	z-index:1;
}
div.mover {
	width:343px;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:transparent;
	position:absolute;
	cursor:move;
	z-index:60;
}
div#sponsors {
	width:320px;
	height:39px;
	background-image:url(/assets/sponsors.png);
	background-repeat:no-repeat;
	position:absolute;
	bottom:10px;
	right:10px;
}

div#sponsors span {
	height:39px;
	position:absolute;
	top:0px;
	z-index:1;
}
div#sponsors span#aust-gov {
	width:66px;
	left:0px;
}
div#sponsors span#afc {
	width:63px;
	left:180px;
	cursor:pointer;
}
div#sponsors span#fto {
	width:48px;
	left:249px;
	cursor:pointer;	
}
div#sponsors span#film-vic {
	width:85px;
	left:171px;
	cursor:pointer;	
}
div#sponsors span#vic-place-tobe {
	width:55px;
	left:256px;
}

/* / jazz */


/* --------------------------------------------------------------- Panel colours */
/* 343-white */
div.top-343-white {
	width:100%;
	height:35px;
	background-image:url(/assets/top-343-white.png);
	background-repeat:no-repeat;
	position:relative;
}
div.middle-343-white {
	width:100%;
	height:auto;
	background-image:url(/assets/middle-343-white.png);
	background-repeat:repeat-y;
	padding:7px 0px 2px 0px;
	margin:0;
}
div.bottom-343-white {
	width:100%;
	height:9px;
	background-image:url(/assets/bottom-343-white.png);
	background-repeat:no-repeat;
}
/* / 343-white */

/* 343-yellow */
div.top-343-yellow {
	width:100%;
	height:44px;
	background-image:url(/assets/top-343-yellow.png);
	background-repeat:no-repeat;
	position:relative;
	display:inline;
	float:left;
}
div.middle-343-yellow {
	width:100%;
	height:auto;
	background-image:url(/assets/middle-343-yellow.png);
	background-repeat:repeat-y;
	padding:7px 0px 2px 0px;
	display:inline;
	float:left;
}
div.bottom-343-yellow {
	width:100%;
	height:7px;
	background-image:url(/assets/bottom-343-yellow.png);
	background-repeat:no-repeat;
	display:inline;
	float:left;
}
/* / 343-yellow */

/* 343-purple */
div.top-343-purple {
	width:100%;
	height:43px;
	background-image:url(/assets/top-343-purple.png);
	background-repeat:no-repeat;
	position:relative;
}
div.middle-343-purple {
	width:100%;
	height:auto;
	background-image:url(/assets/middle-343-purple.png);
	background-repeat:repeat-y;
	padding:10px 0px 2px 0px;
}
div.bottom-343-purple {
	width:100%;
	height:7px;
	background-image:url(/assets/bottom-343-purple.png);
	background-repeat:no-repeat;
}
/* / 343-purple */

/* 343-blue */
div.top-343-blue {
	width:100%;
	height:35px;
	background-image:url(/assets/top-343-blue.png);
	background-repeat:no-repeat;
	position:relative;
}
div.middle-343-blue {
	width:100%;
	height:auto;
	background-image:url(/assets/middle-343-blue.png);
	background-repeat:repeat-y;
	padding:7px 0px 6px 0px;
}
div.bottom-343-blue {
	width:100%;
	height:7px;
	background-image:url(/assets/bottom-343-blue.png);
	background-repeat:no-repeat;
}
/* / 343-blue */

/* 343-green */
div.top-343-green {
	width:100%;
	height:41px;
	background-image:url(/assets/top-343-green.png);
	background-repeat:no-repeat;
	position:relative;
}
div.middle-343-green {
	width:100%;
	height:auto;
	background-image:url(/assets/middle-343-green.png);
	background-repeat:repeat-y;
	padding:10px 0px 6px 0px;
}
div.bottom-343-green {
	width:100%;
	height:7px;
	background-image:url(/assets/bottom-343-green.png);
	background-repeat:no-repeat;
}
/* / 343-green */
/* -------------------------------------------------------------- / Panel colours */

/* -------------------------------------------------------------- Panels */
/* content panel + Generic */
div#content-panel {
	width:320px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:50;
	overflow:auto;
}
div.top-content-panel {
	width:100%;
	height:48px;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(/assets/top-content-panel.png);
	background-repeat:no-repeat;
}

div#content-panel div.top-content-panel h2 {
	margin:18px 0px 0px 14px;
}
div.middle-content-panel {
	width:100%;
	height:auto;
	position:absolute;
	padding:0px 0px 10px 0px;
	top:48px;
	right:0px;
	background-image:url(/assets/middle-content-panel.png);
	background-repeat:repeat;
}
div#content-panel div.middle-content-panel h3 {
	padding:18px 30px 0px 15px;
	float:none;
	clear:both;
	display:block;
}
div.middle-content-panel p {
	padding:18px 30px 0px 15px;
	float:none;
	clear:both;
	display:block;
}
div.middle-content-panel h4 {
	padding:18px 30px 0px 15px;
	float:none;
	clear:both;
	display:block;
}
div.middle-content-panel ul {
	margin:18px 30px 0px 28px;
	list-style-type:disc;
	list-style-position:outside;
}
div.middle-content-panel ul li {
	margin:0px 0px 15px 0px;
}
div.middle-content-panel span.images {
	margin:0px 0px -8px 0px;
	padding:10px 0px 0px 5px;
	display:inline;
	width: 280px;
	float: left;
}
div.middle-content-panel span.images img {
	display:inline;
	margin:0px 0px 0px 10px;
	padding:0;
	float:left;
}

/* content panel confirmation*/
div#content-panel-confirmation {
	width:343px;
	height:82px;
	position:absolute;
	top:166px;
	left:200px;
}
div#content-panel-confirmation div.top-343-yellow h2 {
	margin:18px 0px 0px 14px;
}
div#content-panel-confirmation div.middle-343-yellow p {
	padding:10px 15px 7px 15px;
	float:none;
	clear:both;
	display:block;
}
div#content-panel-confirmation div.middle-343-yellow {
	padding:0px;
}


/* events styles */

div.middle-content-panel ul.event {
	list-style:none;
	list-style-position:outside;
	font-size:12px;
	width:270px;
	padding:0;
	margin:18px 30px 0px 15px;
	float:left;
	display:inline;
}
div.middle-content-panel ul.event li {
	float:left;
	display:inline;
	font-weight:bold;
	padding:0px 3px 0px 0px;
	margin:0px 0px 0px 0px;
}
div.middle-content-panel ul.event li.date {
	float:left;
	display:inline;
	font-weight:normal;
	padding:0px 3px 0px 0px;
	margin:0px 0px 0px 0px;
}
/* / events styles */

/* contact */

div.middle-content-panel ul.contact {
	margin:18px 30px 0px 15px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	float:none;
	clear:both;
	display:block;
	height:auto;
}
div.middle-content-panel ul.contact li.type {
	float:left;
	display:inline;
	font-weight:bold;
	padding:0;
	margin:0;
	width:40px;
}
div.middle-content-panel ul.contact li {
	float:left;
	display:inline;
	font-weight:normal;
	padding:0;
	margin:0;
	width:230px;
}
div.middle-content-panel ul.about-us li {
	width:215px;
}
div.middle-content-panel label {
	font-size:12px;
	display:block;
	margin:18px 0px 0px 15px;
	float:none;
	clear:both;
}
div.middle-content-panel select.title {
	width:80px;
	display:block;
	margin:0px 0px 0px 0px;
}
div.middle-content-panel input.width-290 {
	width:270px;
	display:block;
	margin:0;
	height:18px;
	border:1px solid #999999;
	background-color:transparent;
	margin:5px 0px 0px 0px;	
}
div.middle-content-panel select.width-290 {
	width:270px;
	display:block;
	margin:0;
	clear:both;
	float:none;
	height:18px;
	border:1px solid #999999;
	background-color:transparent;
	margin:5px 0px 0px 0px;
}
div.middle-content-panel select.select-list {
	width:270px;
	display:block;
	margin:0;
	clear:both;
	float:none;
	height:162px;
	border:1px solid #999999;
	background-color:transparent;
	margin:5px 0px 0px 0px;
}
div.middle-content-panel select.select-list-small {
	width:270px;
	display:block;
	margin:0;
	clear:both;
	float:none;
	height:50px;
	border:1px solid #999999;
	background-color:transparent;
	margin:5px 0px 0px 0px;
}
div.middle-content-panel input.submit {
	width:140px;
	display:block;
	margin:0;
	height:18px;
	border:1px solid #999999;
	background-color:transparent;
	margin:15px 0px 15px 15px;
}

/* / contact */



/* resources styles */

div.middle-content-panel ul.resource {
	display:inline;
	float:left;
	list-style:none;
	list-style-position:outside;
	font-size:12px;
	width:auto;
	margin:0px 15px 15px 15px;
	padding:0;
}
div.middle-content-panel ul.resource li {
	font-weight:bold;
	margin:0;
	padding:0;
	margin:18px 0px 0px 0px;
}
div.middle-content-panel ul.resource li.date {
	font-weight:normal;
}
ul.resource li a:link, ul.resource li a:visited, ul.resource li a:active, ul.resource li a:hover {
	text-decoration:underline;
}
/* / resources styles */
div.middle-content-panel ul.dual {
	display:inline;
	float:left;
	list-style:none;
	list-style-position:outside;
	font-size:12px;
	width:auto;
	margin:10px 30px 0px 15px;
	padding:0;
}
div.middle-content-panel ul.margin-18 {
	margin-top: 18px;
}

div.middle-content-panel ul.dual li {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:170px;
}
div.middle-content-panel ul.dual li a {
	font-weight:bold;
}

div.middle-content-panel ul.dual li.first {
	font-weight:normal;
	width:80px;
}
ul.dual li a:link, ul.dual li a:visited, ul.dual li a:active, ul.dual li a:hover {
	text-decoration:underline;
}

/* / content pahel */

/* main nav */
div#main-nav {
	position:absolute;
	left:10px;
	top:10px;
	width:343px;
	height:146px;
}
div#main-nav div.middle-343-white {
	height:96px;
	padding:7px 0px 0px 0px;
	margin:0;
}
div#main-nav div.top-343-white img {
	margin:8px 0px 0px 15px;
}
div#main-nav div.middle-343-white div.menu {
	width:155px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	height:96px;
}
div#main-nav div.middle-343-white img {
	margin:0px 0px 0px 15px;
	padding:0;
	display:inline;
	float:left;
	height:16px;
}
/* / main nav */

/* sub nav */
div#sub-nav {
	position:absolute;
	left:363px;
	top:10px;
	width:343px;
	height:auto;
}
div#sub-nav div.top-343-blue img {
	margin:8px 0px 0px 15px;
}
div#sub-nav div.middle-343-blue ul {
	display:block;
	font-size:16px;
	line-height:16px;
	float:none;
	clear:both;
	width:auto;
	list-style-type:none;
	list-style-position:outside;
	margin:0px 0px 0px 15px;
}
div#sub-nav div.middle-343-blue ul li.current {
	text-decoration:underline;
}
/* / sub nav */

/* Search */
div#site-search {
	width:343px;
	height:117px;
	position:absolute;
	top:166px;
	left:10px;
	visibility: hidden;
}
div#site-search div.top-343-yellow img {
	margin:14px 0px 0px 15px;
}
div#site-search div.middle-343-yellow {
	padding:0px;
	height:66px;
}
/* / Search */

/* member loggedin */
div#member-loggedin {
	width:343px;
	height:117px;
	position:absolute;
	bottom:137px;
	left:10px;
}
div#member-loggedin div.top-343-yellow img {
	margin:14px 0px 0px 15px;
}
div#member-loggedin div.middle-343-yellow {
	padding:0px;
	height:66px;
}
div#member-loggedin div.middle-343-yellow p {
	margin:14px 0px 0px 15px;
}
/* / member loggedin */

/* member login */
div#member-login {
	width:343px;
	height:117px;
	position:absolute;
	bottom:171px;
	left:10px;
}
div#member-login div.top-343-yellow img {
	margin:14px 0px 0px 15px;
}
div#member-login div.middle-343-yellow {
	padding:0px;
	height:66px;
}
div#member-login div.middle-343-yellow h3 {
	margin:15px 15px 0px 15px;
}
/* / member login */

/* newsletter */
div#newsletter, div#newsletter-confirmation {
	width:343px;
	height:117px;
	position:absolute;
	bottom:44px;
	left:10px;
}
div#newsletter div.top-343-yellow img, div#newsletter-confirmation div.top-343-yellow img {
	margin:14px 0px 0px 15px;
}
div#newsletter div.middle-343-yellow, div#newsletter-confirmation div.middle-343-yellow {
	padding:0px;
	margin:0;
	height:66px;
}
div#newsletter-confirmation div.middle-343-yellow p {
	margin:15px 15px 0px 15px;
}
/* / newsletter */

p.name {
	position:absolute;
	bottom:10px;
	left:19px;
	line-height:24px;
	color:#FFFFFF;
	font-size:18px;
}




/* detail */
div.detail {
	width:343px;
	height:auto;
	position:absolute;
	top:10px;
	right:338px;
	visibility: hidden;
}
div.detail div.top-343-green img {
	margin:10px 0px 0px 15px;
}
div.detail div.middle-343-green img, div.detail div.middle-343-green h3 {
	margin:0px 15px 0px 15px;
}
div.detail div.middle-343-green p {
	margin:20px 15px 0px 15px;
}
/* / detail */

/* image */
div.image {
	width:343px;
	height:auto;
	position:absolute;
	top:10px;
	right:338px;
	visibility: hidden;
}
div.image div.top-343-purple img {
	margin:11px 0px 0px 15px;
}
div.image div.middle-343-purple p {
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}
div.image div.middle-343-purple img, div.image div.middle-343-purple p {
	margin:0px 0px 0px 15px;
}
/* / image */

/* video */
div.video {
	width:343px;
	height:auto;
	position:absolute;
	top:10px;
	right:338px;
	visibility: hidden;
}
div.video div.top-343-purple img {
	margin:11px 0px 0px 15px;
}
div.video div.middle-343-purple p {
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}
div.video div.middle-343-purple img, div.video div.middle-343-purple p {
	margin:0px 0px 0px 15px;
}
/* / video */

/* possibly used in all */
div.close-btn {
	width:18px;
	height:18px;
	position:absolute;
	top:8px;
	right:9px;
	background-image:url(/assets/btn-close.png);
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
	display:inherit;
	z-index:100;
}
input.button-solo {
	width:92px;
	padding:0;
	position:relative;
	margin:9px 0px 0px 241px;
	border:1px solid #999999;
	line-height:17px;
}
input.button-25 {
	width:92px;
	padding:0;
	position:relative;
	margin:9px 0px 0px 24px;
	border:1px solid #999999;
	line-height:17px;
	display:inline;
	float:left;
}
input.width-200 {
	width:200px;
	height:18px;
	display:block;
	margin:9px 0px 0px 15px;
	border:1px solid #999999;
	background-color:transparent;
	float:left;
	display:inline;
}
input.width-316 {
	width:316px;
	height:18px;
	display:block;
	margin:9px 0px 0px 15px;
	border:1px solid #999999;
	background-color:transparent;
}
div.footer {
	width:300px;
	height:auto;
	position:relative;
	bottom:0px;
	left:0px;
	margin:10px 10px 10px 0px;
}
div.middle-content-panel select {
	width:270px;
	margin:18px 0px 0px 15px;
	border:1px solid #999999;
	line-height:17px;
}
div.middle-content-panel textarea {
	width:270px;
	margin:18px 0px 0px 15px;
	border:1px solid #999999;
	line-height:17px;
	height:195px;
	background-color:transparent;
}
div.middle-content-panel input.button-solo {
	width:90px;
	padding:0;
	position:relative;
	margin:9px 0px 0px 195px;
	border:1px solid #999999;
	line-height:17px;
}

/* / possibly used in all */


/* -------------------------------------------------------------- / Panels */
