											/* -------- CSS RESETS ------- */

html, body, div,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, code, hr, img,
form, fieldset, legend, label, textarea, 
span, em, strong, sub, sup,
table, tbody, td, tfoot, th, thead, tr, tt,
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

code, pre {
    white-space: pre;
}
 
del {
    text-decoration: line-through;     
}
 
dfn {
    font-style: italic;
    font-weight: bold;
}
 
em {
    font-style: italic;
}

fieldset {
    border: 0;
    display: inline;
}

body {
    background: #FFF;
    color: #000;
    font: 85%/1.5 arial, verdana, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font: bold 1em/1.5 georgia, garamond, "times new roman", times, serif;
}

a {
	text-decoration: none;
	outline: 0; /* removes dotted border in FF */
}

table {
	border: none;
}

form :focus {
	outline: 0; /* removes Safari's blue border */
} 

input, label {
	vertical-align: middle;
}

label {
	cursor: pointer;
}










	
											/* -------- HEAD SECTION STYLES ------- */




#header_outer {
	height: 95px;
	border-top: 5px solid #383d44;
	background: #0a79f0 url() scroll repeat-x 0 0;
}

#header {
	margin: 0 auto;
	width: 862px; 
	height: 95px;
	position: relative;
}

h1 {
	font-size: 1.5em;
	color: white;
	overflow: hidden;
	height: 28px;
	width: 480px;
	position: relative;
        top: 50px;
        left: 0px;
}

h1 a {
	color: white;
}

h1 a, h1 a:hover {
	width: 480px;
	height: 28px;
}

h1 span {
	background: transparent url(/z_images/assets/logo.gif) scroll no-repeat 0 0;
	display: block;
	height: 28px;
	width: 480px;
	position: absolute;
	left: 0;
	top: 0;
}

#header h2.skip {
        position: absolute;
        left: -9999px;
}

ul#header_nav {
	height: 23px;
	background: #383d44 url(/z_images/assets/nav-cnr-left.png) scroll no-repeat 0 100%;
	padding: 5px 0 0 5px;
	list-style: none none outside;
	position: absolute;
	right: 0;
        top: 0;
}

#header_nav li {
	float: left;
	line-height: 1;
	height: 23px;
}

#header_nav li.header_nav_last {
	background: url(/z_images/assets/nav-cnr-right.png) scroll no-repeat 100% 100%;
	padding-right: 5px;
}

#header_nav a {
	color: #dddddd;
	display: block;
	padding: 0 10px;
	border-right: 1px solid #cccccc;
}

#header_nav a:hover {
	color: #ffffff;
	text-decoration: underline;
	display: block;
	padding: 0 10px;
	border-right: 1px solid #cccccc;
}

#header_nav li.header_nav_last a, #header_nav li.header_nav_last a:hover {
	border-right: none;
}


                                        /* target header nav styles */

.home #home a, .cart #cart a, .sitemap #map a, .members #members a {
	text-decoration: underline;
        color: #ffffff;
}



											/* -------- MENU SECTION STYLES ------- */



#menu_outer {
	background: #F2F0E7 url(/z_images/assets/menu-gradient.gif) scroll repeat-x 0 0;
	position: relative;
	z-index: 20;
}

ul#menu {
	margin: 0 auto;
	height: 40px;
	width: 862px;
}

ul#menu, ul#menu ul {
	list-style: none none outside;
}

#menu li {
	width: 123px;
	font-family: Georgia, "Times New Roman", Times ,serif;
	float: left;
	position: relative; /* FOR DROPDOWN */
}

/* following rule makes menu tab stay highlighted while hovering on sub links */

#menu li:hover {
	background: #d1cfcc none scroll no-repeat 50% 100%;
}


#menu li ul {
	display: none;
}

#menu li:hover ul {
	position: absolute;
	width: 300px;
	background-color: #F2F0E7;
	border: 1px solid #d1cfcc;
	display: block;
}

#menu li#about:hover ul {
	position: absolute;
	width: 245px;
	background-color: #F2F0E7;
	border: 1px solid #d1cfcc;
	display: block;
}

#menu li ul li {
	width: 100%;
}

#menu li.menu_last {
	border-right: 1px solid #d1cfcc;
}

/* following rule targets page menu tabs */

.courses #courses a, .enrol #enrol a, .venues #venues a, .events #events a, .feat #feat a, .about #about a, .contact #contact a {
	background-color: #d1cfcc;
}

#menu a, #menu a:hover {
	color: #333333;
	line-height: 40px;
	font-size: 1.2em;
	border-left: 1px solid #d1cfcc;
	display: block;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
	background: #d1cfcc none scroll no-repeat 50% 100%;	
}

#menu li ul a, #menu li ul a:hover {
	color: #BF3030; /* morone */
	font-family: georgia, "times new roman", times, serif;
	line-height: 1.3em;
	font-size: 1em;
	display: block;
	text-align: left;
	padding: 10px 15px 10px 15px; 
	font-weight: bold;
	border: 0;
}

/* following rule overrides the target page menu tabs above */

.courses #menu li ul a, .enrol #menu li ul a, .venues #menu li ul a, .events #menu li ul a, .feat #menu li ul a, .about #menu li ul a, .contact #menu li ul a {
	background-color: #F2F0E7;
}

#menu li ul a:hover {
	background-color: #d1cfcc;
	color: #0a79f0; /* blue */
}

#menu li ul a span, #menu li ul a:hover span {
	font-size: .8em;
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: normal;
	color: #222222;
	display: block;
	padding-top: 0.2em;
}






											/* -------- BANNER SECTION STYLES ------- */




#banner_outer {
	background: #383D44 url(/z_images/assets/ban-bg1.gif) repeat-x scroll 0 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
        border: solid #383D44;
        border-width: 1px 0;
}

#banner {
	position: relative;
	margin: 0 auto;
	padding: 23px 0px;
	width: 860px;
	background: transparent url(/z_images/home/statue.gif) scroll no-repeat 88% 100%;
}

#banner h2 {
	color: #F2EFC9;
	font-size: 1.45em;
	font-family: arial, verdana, helvetica, sans-serif;
	width: 500px;
}
						
#banner p {
	color: #ffffff;
	font-size: 1.2em;
	margin: 16px 0;
	text-align: left;
	width: 470px;
}

#banner p.discover {
	text-align: center;
	width: 320px;
	position: relative;
	height: 40px;
	overflow: hidden;
	margin: 24px 0 4px 40px;
	padding-left: 0px;
}

#banner p.discover a {
	text-align: left;
	font-size: 1.2em;
	width: 320px;
	height: 40px;
	color: #ffffff;
}	

#banner p.discover a:hover {
	text-align: left;
	font-size: 1.2em;
	width: 320px;
	height: 40px;
	color: #ffffff;
	text-decoration: underline;
}			

#banner p.discover a span {
	background: transparent url(/z_images/assets/discover.gif) scroll no-repeat 0 0;
	display: block;
	height: 40px;
	width: 320px;
	position: absolute;
	left: 0;
	top: 0; 
}

#banner p.discover a:hover span {
	background: transparent url(/z_images/assets/discover.gif) scroll no-repeat 0 -40px;
	display: block;
	height: 40px;
	width: 320px;
	position: absolute;
	left: 0;
	top: 0; 
}
										
							
											
											
											
											
											
											/* -------- NAV SECTION STYLES ------- */


#nav_outer {
	background: #383D44 url(/z_images/assets/ban-bg1.gif) repeat-x scroll 0 0;
        border: solid #383D44;
        border-width: 1px 0;
	position: relative;
	z-index: 10;
}

#nav {
	position: relative;
	margin: 0 auto;
	padding: 20px 0px;
	width: 860px;
}

#nav h2 {
	width: 200px;
	float: left;
	font-size: 2.8em;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.1;
	font-family: georgia, "times new roman", times, serif;
}


#nav ul {
	border-left: 1px solid #ffffff;
	padding: 0px 0 0px 40px;
	list-style: none none outside;
	overflow: hidden;
}

#nav li {
	float: left;
	font-family: Georgia, "Times New Roman", Times , serif;
	padding: 5px 0;
	margin: 0 4px;
}

#nav li a {
	color: #ffffff;
	line-height: 30px;
	font-size: 1.3em;
	padding: 0 12px;
	display: block;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}

#nav li a:hover {
	color: #333333;
	line-height: 30px;
	font-size: 1.3em;
	padding: 0 12px;
	display: block;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	background: #fefefe;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
}

                                               /* target page nav styles */

.prac #prac a, .intro_crs #intro_crs a, .cont_crs #cont_crs a, .tims_locs #tims_locs a, .other_crs #other_crs a, .testim #testim a,
.enrol_page #enrol_page a, .priv #priv a,
.melb #melb a, .aus #aus a, .overseas #overseas a,
.events_over #events_over a, .culture #culture a, .life #life a, .croy #croy a, .spec #spec a, .platwk #plat a,
.feat_over #feat_over a, .link #link a, .writ #writ a, .edu #edu a,
.hist #hist a, .princ #princ a, .org #org a, .faq #faq a {
	color: #333333;
	background: #fefefe;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
}







											/* -------- CONTENT SECTION STYLES ------- */
											
											
											
											
#content_outer {
	z-index: 10;
	background: #ffffff url() scroll repeat-x 0 0;
}

#content, #content1 {
	margin: 0 auto;
	padding: 20px 0px 5px;
	width: 860px;
}

#content_left {
	width: 500px;
	float: left;
	overflow: hidden;
}

#content_right {
	width: 310px;
	float: right;
	overflow: hidden;
}

.home #content_left, .home #content_right, .checkout #content_left, .checkout #content_right {
	width: 405px;
}

#content h2 {
	color: #BF3030;
	font-size: 1.5em;
	font-family: georgia, "times new roman", times, serif;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 10px;
}

#content h2#homep {
	color: #333333;
	font-size: 2em;
	font-family: arial, verdana, helvetica, sans-serif;
	padding-bottom: 15px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 15px;
}

.home #content h2 {
        color: #BF3030;
	font-size: 1.5em;
	font-family: georgia, "times new roman", times, serif;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 10px;
}

.sitemap #content p + h2 {
	margin: 25px 0 10px;
}

#content h3 {
	color: #BF3030;
	font-size: 1.4em;
	font-family: georgia, "times new roman", times, serif;
	margin: 14px 0 8px;
}

#content h2 a, #content h3 a {
        color: #BF3030;
        text-decoration: none;
}

#content h2 a:hover, #content h3 a:hover {
        color: #BF3030;
        text-decoration: none;
}

.home #features h3 a {
        color: #F2EFC9;
        text-decoration: none;
}

.home #features h3 a:hover {
        color: #F2EFC9;
        text-decoration: underline;
}

.tims_locs #content h3 {
	color: #BF3030;
	font-size: 1.4em;
	font-family: georgia, "times new roman", times, serif;
	margin: 20px 0 8px; /*top was 45*/
}

.events_over #content_left h3, .feat.link #content_left h3, .login #content_left h3 {
	color: #BF3030;
	font-size: 1.4em;
	font-family: georgia, "times new roman", times, serif;
	margin: 24px 0 8px;
        padding-top: 12px;
        border-top: 1px dotted #333333;
}

/* writings special styles */

#content div.entries h3 {
	color: #BF3030;
	font-size: 1.4em;
	font-family: georgia, "times new roman", times, serif;
	margin: 0 0 8px;
}

.writ #content h3.date_year {
        color: #222222;
        margin: 25px 0 0;
        padding-top: 14px;
        border-top: 1px dashed #333333;
}

/* croydon and special events special styles */

.croy #content h2 + h3, .spec #content h2 + h3 {
        margin-top: 15px;
}

.croy #content p + h2, .spec #content p + h2, .life #content p + h2 {
        margin-top: 25px;
}

#content div.entries {
        padding-top: 14px;
        margin-top: 18px;
        border-top: 1px dashed #333333;
        overflow: hidden;
}

#content div.entries_right {
        padding-bottom: 0;
        margin-bottom: 14px;
        border-bottom: 1px dotted #333333;
}

#content_right h3 {
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	text-align: left;
}

/* for intro-crs page */

#content div.datewrap h3 {
	color: #BF3030;
	font-size: 1.4em;
	font-family: georgia, "times new roman", times, serif;
	margin: 10px 0 10px;
} 

/* for underlined headings, as on intro course page */
#content div.h4underline h4 {
	color: #333333;
	font-size: 1em;
	font-weight: normal;
        text-decoration: underline;
	font-family: arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
}

#content h4 {
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	text-align: left;
}

#content h3 + h4 {
	margin: 14px 0 10px;
}

#content div.entries h3 + h4 {
	margin: 0px 0 10px;
}

.life #content h4 {
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	margin: 14px 0 10px 0;
	text-align: left;
}

.venues #content h4, .venues #content h2 {
        clear: left;
}

#content p {
	color: #333333;
	font-size: 1em;
	margin: 0 0 14px;
	text-align: left;
}

#content div.date_time_note {
        padding: 14px 10px 0;
        margin: 0;
}

#content div.date_time_note p {
        margin: 0 0 0 20px;
        text-indent: -20px;
}

#content p.read {
        margin-top: 24px;
}

#content p.blurb {
        font-style: italic; 
        text-align: center; 
        margin-bottom: 15px;
}

#content p.postnav {
	color: #333333;
	font-size: 1em;
	margin: 0 0 14px;
        padding-top: 14px;
        border-top: 1px dashed #333333;
	text-align: left;
}

#content p.ie-rss-sorry {
        display: none;
}

#content p a {
	color: #0000ff;
	text-decoration: none;
}

#content p a:hover {
	color: #0000ff;
	text-decoration: underline;
}

#content_right img.right {
        border: 1px solid #cccccc;
	margin-bottom: 15px;
}

#content_right img.top {
	margin-bottom: 15px;
}

.venues #content_left img {
        float: left; 
        margin: 0 10px 30px 0;
        border: 1px solid #cccccc;
}

.events.events_over #content_left img, .feat #content_left img, .events.croy #content_left img, .events.spec #content_left img, .login #content_left img  {
        margin: 0 0 14px 0;
        border: 1px solid #cccccc;
}

.writ #content div.writ_post img {
        border: 0; 
        margin: 5px 10px 0px 0; 
        float: left;
       max-width: 500px;
}

.events.life #content_left img  {
        margin: 0 0 5px 0;
        border: 1px solid #cccccc;
}

#content ul {
	list-style: disc none outside;
	padding-left: 15px;
	margin: 10px 0 14px;
        color: #333333;
}

#content p.enrol_now {
	text-align: center;
	width: 320px;
	position: relative;
	height: 40px;
	overflow: hidden;
	margin: 24px 0 34px 80px;
	padding-left: 0px;
}

#content p.enrol_now a {
	text-align: left;
	font-size: 1.2em;
	width: 320px;
	height: 40px;
	color: #0a79f0;
}	

#content p.enrol_now a:hover {
	text-align: left;
	font-size: 1.2em;
	width: 320px;
	height: 40px;
	color: #0a79f0;
	text-decoration: underline;
}			

#content p.enrol_now a span {
	background: transparent url(/z_images/assets/enrol-now.gif) scroll no-repeat 0 0;
	display: block;
	height: 40px;
	width: 320px;
	position: absolute;
	left: 0;
	top: 0; 
}

#content p.enrol_now a:hover span {
	background: transparent url(/z_images/assets/enrol-now.gif) scroll no-repeat 0 -40px;
	display: block;
	height: 40px;
	width: 320px;
	position: absolute;
	left: 0;
	top: 0; 
}




                                                   /* content table styles */

#content div.date_time {
        clear: both;
	width: 860px;
        padding-bottom: 40px;
}

#content div.datewrap {
        float: left;
        width: 860px;
        margin-top: 15px;
        border-top: 1px dotted #333333;
}

.intro_crs #content div.date_time {
	float: left;
	width: 860px;
}

#content div.date_time h4 {
	font-size: 1.6em;
	font-family: georgia, "times new roman", times, serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2;
	border: 0;
	display: block;
	color: #ffffff;
	background-color: #BF3030; /* morone */
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius: 13px;
	padding: 0 20px;
	margin: 0;
}

#content div.date_time h4 span {
	font-size: 0.9em;
	text-transform: none;
}

#content .date_time table {
	width: 98%;
	margin: 0.5em auto 0;
	border-collapse: collapse;
	font-family: georgia, "times new roman", times, serif;
}

#content table td, #content table th {
	padding: 0.3em;
	font-size: 0.95em; 
	border-right: 1px solid #BF3030;
	border-bottom: 1px solid #BF3030;
	width: 14%;
	vertical-align: middle;
	text-align: center;
}

#content table td.end, #content table th.end {
	border-right: 0;
}

#content table th {
	font-weight: bold;
}

#content table th[scope="row"] {
	text-align: right;
	padding-right: 1em;
}


                                                   /* content dl styles */

#catlist {
	border: 1px solid #BF3030;
	border-bottom: none;
	width: 498px;
	margin: 20px 0;
}

#catlist dt {
	font-weight: bold;
	text-indent: -15px;
	margin: 0 0 5px 15px;
        font-size: 1.176em;
        color: #333333;
}

#catlist dl {
	border-bottom: 1px solid #BF3030;
	padding: 10px;
	overflow: hidden;
}

#catlist dd {
	margin: 0 0 0 15px;
}

#catlist p {
	padding: 0 0 8px 0;
        margin: 0;
}

#catlist p.details {
	padding: 0;
	font-style: italic;
}



/* general dl styles: members page */

#content dl.general dt {
	color: #BF3030;
	font-size: 1.4em;
        font-family:georgia,"times new roman",times,serif;
	margin: 25px 0 8px;
        font-weight: bold;
}

#content dl.general dd {
        color:#333333;
	font-family:arial,verdana,helvetica,sans-serif;
        font-size:1.2em;
        font-weight:bold;
        margin:14px 0 10px;
}

#content dl.general dd dt {
        color:#333333;
	font-family:arial,verdana,helvetica,sans-serif;
        font-size:0.833em;
        margin: 10px 0 0;
        font-weight: normal;
        padding-left: 15px;
        text-decoration: underline;
}

#content dl.general dd dd {
        color:#333333;
        font-size:0.833em;
        margin: 0;
        padding-left: 25px;
        font-weight: normal;
}



ul#prog {
        list-style: none outside none;
        margin: 0 0 18px 0;
}

#prog li {
        margin: 8px 0 0 0;
}

#prog li i {
        font-style: normal;
}

#prog strong {
       float: left;
        width: 100px;
}

div.quote, blockquote {
        padding-left: 40px;
        background: transparent url(/z_images/assets/quotes.gif) scroll no-repeat 0px 5px;
}

div.quote p span {
        display: block;
        font-style: italic;
        padding-left: 20px;
}



											/* -------- FEATURES SECTION STYLES ------- */





#features_outer {
	background: #383D44 url(/z_images/assets/feat-bg1.gif) repeat-x scroll 0 0;
        border: solid #383D44;
        border-width: 1px 0;
}

#features {
	margin: 0 auto;
	padding: 20px 0 10px;
	width: 860px;
}

#features_left {
	width: 405px;
	float: left;
}

#features_right {
	width: 405px;
	float: right;
}

div.features_box {
	padding-top: 10px;
	border-top: 1px dotted #ffffff;
	margin-top: 10px;
	overflow: hidden;
}

#features h2 + div.features_box {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}

#features h2 {
	color: #ffffff;
	font-size: 1.8em;
	font-weight: normal;
	font-family: georgia, "times new roman", times, serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}

.home #features h2 a {
        color: #ffffff;
        text-decoration: none;
}

.home #features h2 a:hover {
        color: #ffffff;
        text-decoration: underline;
}

#features h3 {
	color: #F2EFC9;
	font-size: 1.5em;
	font-weight: normal;
	font-family: georgia, "times new roman", times, serif;
}

#features h3 + a {
        display: block;
}

#features p {
	color: #cccccc;
	font-size: 1em;
	margin: 12px 0;
	text-align: left;
}

#features p a {
	color: #ffffff;
	text-decoration: none;
}

#features p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#features img {
	margin: 10px 0 0;
        display: block;
}



											/* -------- FOOTER SECTION STYLES ------- */




#footer_outer {
	background: #0a79f0 url() scroll repeat-x 0 0;
}

#footer {
	margin: 0 auto;
	padding: 15px 0px;
	width: 860px;
}

#footer p {
	color: #ffffff;
        font-size: 0.95em;
}

#footer p a {
        color: white;
}

#footer p a:hover {
        color: white;
        text-decoration: underline;
}



											/* -------- CLEARFIX STYLES ------- */




#menu_outer:after, #nav:after, #content:after, #features:after, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}														

#menu_outer, #nav, #content, #features, .clearfix {display: inline-block;}

/* Hide from IE5/Mac \*/
* html #menu_outer, * html #nav, * html #content, * html #features, * html .clearfix {height: 1%;}
#menu_outer, #nav, #content, #features, .clearfix {display:block;}
/* End hide */

