﻿/* CSS Document */
body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; /*Geneva, */
	font-size: 61%; /*62.5%;*/
	text-align: center;
	color: #000; /*333*/
	background: #FFF;
	/*border: 1px solid green;*/
}
* {margin:0;padding:0;}
h1{font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif; margin-bottom:15px;color:#9CB0D7;}
h2{font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif; margin-bottom:10px;color:#9CB0D7;}
h3{font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif; margin-bottom:5px;color:#9CB0D7;}
h4{font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif; margin-bottom:5px;color:#000000;}
p{margin-bottom:20px;}
ul,ol,dl{/*margin:5px 0 5px 15px;*/margin:0px;}
li{/*margin-left:10px;*/}
a img{ border:none; }
a { color: #990000; }
a:hover { text-decoration: none; }
a.noline { text-decoration: none; }
a.noline:hover { text-decoration: underline; }

option{padding:0px 3px;}

/*  LAYOUT ELEMENTS  */
#wrapper{
	margin:10px;
	text-align:left;
	font-size:1.3em;
	background: url(/graphics/bg.gif) repeat-y 0 0;
	width:98%;
	min-width: 900px; /*1150px*/
}
/**>#wrapper{height:auto;}*/

#navigation {
	/*margin-top: 10px;
	margin-left: 10px;*/
	position: relative;
	width: 169px;
	height: 88.5%;
	z-index: 100;
	float:left;
	/*border: 1px solid green;*/
}

#headerlogo {
	background-color: #6B88C4;
}
#headerbtn {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#Nav {
	position: relative;
	height: 100%;
	margin: 0;
	margin-top: 1px;
	background-color: #c2c2c2;
	z-index: 100;
}
#Nav ul {
	list-style-type: none;
	text-align: right;
	padding: 0px 2px;
	font-size: 0.9em;
	/*padding-right: 13px;*/
}
#Nav ul ul {
	padding-bottom: 5px;
}
#Nav ul li {
	border-bottom: 1px solid #FFF;
	background-color: #c2c2c2;
}
#Nav ul li:hover,#Nav ul li:hover li {
	background-color: #999 !important;
}
#Nav ul a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 0px;
}
#Nav ul ul li a {
	padding: 0;
	
}
#Nav ul ul.secondlevel li {
	border-bottom: none;
}
#Nav ul li.navfirst a {
	padding-top: 12px;
}
#Nav ul li.navlast {
	border-bottom: 0px none;
	padding-bottom: 12px;
}
#Nav ul li.current, #Nav ul li.current li {
	background-color: #999 !important;
}
#Nav ul li.current ul.secondlevel li.current a span {
	color: #FFF;
	text-decoration: underline;
}
#Nav ul a span {
	padding-right: 20px;
}
#Nav ul ul a span {
	padding-right: 5px;
}
#Nav ul ul a:hover span {
	text-decoration: underline;
	
}

/*#Nav ul a:hover {
	background-color: #999;
}*/

#contentwrapper {
	margin-left: 171px; /*181*/
	z-index: 10;
}
#contentwrapper #banner {
	/*border: 1px solid red;*/
}
#contentwrapper .bluebanner {
	height: 23px;
	background-color: #99ADD6;
	border-bottom: 1px solid #FFF;
}
#contentwrapper .gfxbanner {
	height: 36px;
	background: #003399 url(/graphics/header_filler.gif) no-repeat top right;
	border-bottom: 1px solid #FFF;
	/*border-left: 1px solid #FFF;*/
}
#contentwrapper .greybanner{
	background-color: #cccccc;
}

#contentwrapper #content {
	position: relative;
	float: left;
	width: 97%;
	padding-top: 15px;
	padding-left: 27px;
	text-align: left;
}
#contentwrapper #content ul {
	list-style-position: inside;
	margin-left: 15px;
}
#contentwrapper #content ul.relateditemslist {
	list-style-position: outside !important;
	list-style-type: none;
	margin-left: 0px !important;
	margin-top: 10px;
}
#contentwrapper #content ul.relateditemslist a {
	text-decoration: none;
}
#contentwrapper #content ul.relateditemslist a:hover span {
	text-decoration: underline;
}
.section {
	position: relative;/*margin-right: 230px;*/
}
#pagecontent {
	position:relative;
	width: 68%!important; /*715px 790*/
}
#pagecontent .section {
	float: left;
	width: 100%;
}
.righttile {
	position: relative;
	float: right;
	width: 220px;
	color: #5e5e5e;
	margin-left: 10px;
	border: 1px solid #FFF;
	border-left: 1px solid #979797;
}
.righttile .section {
	margin-right: 0px;
}
.tiletitle {
	background: #acacac url(/graphics/tilebg.gif) repeat-x bottom left;
}
.tiletitle h3 { 
	color: #000;
	font-size: 1.1em;
	padding: 3px 5px;
}
.tile {
	margin-left: 6px;
	margin-bottom: 5px;
	width: 195px;
	border: 1px solid #d1d1d1;
}
.tileimage {
	margin-left: 6px;
	width: 215px;
}
.padLayer {
	padding: 10px;
}
.padLayer p {
	margin-bottom: 0;
}
.eventtile {
	border-bottom: 1px solid #ccc;
	/*padding: 5px 10px;*/
	padding: 5px;
}
.eventtilelast {
	border-bottom: none;
}
.eventtitle {
	font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#9CB0D7;
	font-size: 1.5em;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.eventdate{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
	letter-spacing: 0.1em;
    color: #9CB0D7;
    text-decoration: none
}
.tImg {
	text-align: center;
	padding-bottom: 10px;
}
.moreLink {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.moreEvent {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.moreEvent a {
	text-decoration: none;
}
.moreEvent a:hover span {
	text-decoration: underline;
}
.moreeventLink {
	padding: 10px;
}
.moreLink a, .moreEvent a, .moreeventLink a {
	color: #5e5e5e;
	/*font-weight: bold;*/
	font-size: 0.9em;
}
.moreLink a:hover, .moreEvent a:hover, .moreeventLink a:hover {
	text-decoration: none;
}

div.pagebar { height: 16px; width: 100%; /*font-size: 1.3em;*/ padding: 5px 0; margin: 10px 0; }


ul.linklist {
	/*list-style-position: inside !important;*/
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0 !important;
}
ul.linklist a {
	text-decoration: none;
}
ul.linklist a:hover span {
	text-decoration: underline;
}

.gallerycontent {
	position:relative;
	float:left;
	width:68%;
}

#pageGallery,#photoGallery{position:relative;float:left;width:auto;margin:0;/*margin-right: 230px;*/list-style-type:none;display:inline;text-align:left; border: 1px solid #FFF; z-index:100;}
#pageGallery ul,#photoGallery ul{ position:relative;list-style-type: none; width:600px}
#pageGallery li,#photoGallery li{position:relative;float:left;text-align:center;margin:20px 5px 0;padding:5px;width:150px;}
#pageGallery div,#photoGallery div{margin-bottom:0;}
.galleryLink{float:left; width:150px}
#pageGallery li img,#photoGallery li img{border:1px solid #194276;}

#pageNumbers{text-align:center;margin-top:20px;}
#pageNumbers .previous{text-align:left;float:left;width:15%;}
#pageNumbers .next{text-align:right;float:right;width:10%;}
#pageNumbers .numbers{width:70%;margin:auto;}

/** Verve Form Styles **/

ul.VerveForm{margin:10px 0 10px 0;}
ul.VerveForm li{list-style-type:none;padding:3px;}
ul.VerveForm li label{display:block;width:9em;text-align:right;padding-right:8px;float:left;position:relative;}
ul.VerveForm li input,ul.VerveForm li textarea{width:20em;}
ul.VerveForm li input.autoSize{width:auto;}
ul.VerveForm li textarea{height:80px;}
.formmsg {
	padding-left: 122px;
}

.lnews {
	/*clear: both;*/
	clear: left;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.newsimage {
	position: relative;
	float: left;
	
	margin-right: 15px;
}
.newstext {
	position: relative;
	float: left;
	width: 70%;
	margin-bottom: 15px;
}
.newsdate {
	font-weight: bold;
	margin-bottom: 10px;
}

.eventsearch {
	padding: 10px 20px;
	border-top: 4px solid #000;
	background-color: #CCC;
	margin-bottom: 10px;
	height: 40px;
}
.eventsearch .eventyear {
	position: relative;
	float: left;
	margin-right: 5px;
}
.eventsearch .eventyear select {
	width: 125px;
}
.levents {
	padding: 5px 10px;
	border: 1px solid #999;
	border-bottom: none;
}
.eventslast {
	border-bottom: 1px solid #999 !important;
}
.levents .eventsmorebtn {
	text-align: right;
}
.levents .eventsmorebtn a {
	text-decoration: none;
}
.levents .eventsmorebtn a:hover {
	text-decoration: underline;
}
.levents .classyear {
	position: relative;
	float: right;
	margin-right: 60px;
	font-weight: bold;
}
.eventclassyear {
	position: relative;
	float: right;
	margin-right: 10px;
	font-weight: bold;
}


#pageImages{float:right;text-align:center;/*margin-left:10px;*/}

.fileimage {
	position: relative;
	float: left;
	margin-right: 10px;
}

#footer {
	color: #999999;
	text-align: left;
	margin-left: 10px;
	width: 98%;
	/*border: 1px solid blue;*/
}
#footer #copyrighttext {
	position: relative;
	float: left;
}
#footer #footerpages {
	position: relative;
	float: left;
	/*border-left: 1px solid #ccc;*/
	margin-left: 8px;
	padding-left: 60px;
}
#footer #footerpages ul {
	list-style-type: none;
}
#footer #footerpages ul li {
	position: relative;
	float: left;
	padding-right: 8px;
}

#Breadcrumbs{
  height:18px;
  padding:2px 0 2px 30px;
  overflow:hidden;
}
#Breadcrumbs ul{
  padding:0;margin:0
}
#Breadcrumbs ul li{
	color:#fff;
	font-size:1em;
	padding:0;margin:0;list-style-type:none;
	float:left;
}
#Breadcrumbs, #Breadcrumbs ul li a, #Breadcrumbs a{
	color:#fff;
	text-decoration:none;
}

#PoweredByVerve{
	float: right;
	margin-right: 10px;
	height:20px;width:125px;display:block;overflow:hidden;text-indent:-9999em;background-repeat:no-repeat;
	background-image:url(http://www.lateralsystems.com.au/poweredby/PoweredByVerveGreyWhite.gif);
}

form#searchEventForm {
	position: relative;
	float: left;
	width: 500px;
}
table#classtable {
	width: 100%;
}
table#classbusinesstable {
	width: 100%;
}

span.required { color: red; }
span.highlightblack { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#000000; }

.tileSpacer{
	font-size:0;
	height:1px;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
}/* CSS Document */

.errorMsg {
	color: #990000;
}