@charset "UTF-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	behavior: url("csshover3.htc"); }/*WinIE behavior call */

.style #container {
	width: 1010px;  
	background: #FFFFFF; 
	border: 1px none #666;
	text-align: left; 
	font-size: 0.82em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}
h2 {
	font-size: 1.1em;
	color: #06C;
}
h3 {
	font-size: 1.1em;
	color: #900;
}
h1 {
	font-size: 1.2em;
	color: #333;
}
h4 {
	font-size: 1em;
	color: #039;
}

.style #container #main a {	
	text-decoration: none;
	color: #09F;
	font-size: 0.95em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
} 
.style #container #main a:hover {	
	color:#900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}
.oracle a: {
	text-decoration:none;
	border-bottom:none;
}
.style #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 10px;
	background-image: url(images/cityscape.jpg);
	height: 182px;
	overflow: hidden
} 
.style #container #header #headerbar {
	margin-top: 7px;
	margin-left: 4px;
}
.style #container #header #headerbar a {
	text-decoration: none;
	color: #000;
	
}
.style #container #header #headerbar a:hover {
	color:#900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}
.style #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}


#main {
	padding-top: 0.5em;
	margin-top: 1em;
		
}
.fltlft#container>div#main {
	margin-top: 2em; /* IE child of div Margin hack*/

}
.style #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; 
	
	color: #000;
	background-color: #FFF;
	border: 1px solid #0098FD;
	margin-left: 5px; /*see IE margin child of div hack below*/
	padding-top: -1em;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	overflow:hidden;
}

#main>div#sidebar1 {
	margin-left: 10px; /* IE child of div Margin hack*/
}

.style #sidebar2 {
	float: right; 
	width: 23%;
	color: #000;
	background-color: #FFF;
	border: 1px solid #0098FD;
	
	padding-top: -1em;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.style #sidebar1 h3, .style #sidebar2 h3, .style #sidebar1 h2, .style #sidebar2 h2 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	margin-top: 0.1em;
	margin-bottom: 0;
}
.style #sidebar1 p, .style #sidebar2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.style #container #main #mainContent h1 {
	margin-top: 0;
}

/*in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.style #mainContent {
	
	margin-right: 24.25%;
	margin-bottom: 0;
	margin-left: 24%;
	
	border-right: dotted #CCC 1px;
	border-left: dotted #CCC 1px;
	padding-top: 0.5em;
	padding-left: 10px;
	padding-right: 5px;
}
.style #mainContentForum {
	padding-top: -1em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	
	
}


.style #footer {
	margin-top: 1.5em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
} 
.style #footer p {
	font-size: 90%;
	color:#666;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.style #container #footer a {
	text-decoration: none;
	color: #09F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
} 
.style #container #footer a:hover {	
	color:#900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}
/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

.style #container #navbar {
	float: left;
	width: 1000px;
	border-bottom: solid #666 2px;
	border-top: solid #FFF 1px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px; /*see IE margin child of div hack below*/
		
}
.fltlft#container>div#navbar {
	margin-left: 10px; /* IE child of div Margin hack*/
}
.style #container #navbar ul.level1 li {
	padding-left: 0.6em;
	background-image: url(images/navtab.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.style #container #navbar .level1 a {
	background-image: url(images/navtab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#000;
}

.style #container #navbar .level1 .submenu .level2 li {
	background-image:none;
}

.style #container #navbar .level1 .submenu .level2 a {
	background-image:none;
}

.style #container #navbar ul {
	margin: 0;
	padding: 0;
	background: #CCC;
}

.style #container #navbar li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 8.2em;
	border-bottom: 1px solid #FFF;
	
}
.style #container #navbar .level1 .submenu .level2 li:hover {
	background: #69c;
	width: 8em;
	
}


.style #container #navbar li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 8.2em;
}
.style #container #navbar>ul a {
	width: auto;
}

.style #container #navbar ul ul {
	position: absolute;
	width: 8.2em;
	display: none;
	
}
.style #container>div#navbar ul ul {	/*Yet another IE child of Div Hack*/
	padding-right: 0.4em;
}
.style #container #navbar ul.level1 li.submenu:hover ul.level2 {
	display: block;
	margin-left: -0.5em;
	
}
.style #container #navbar .level1 .submenu .level2 li a {
	display: block;
	text-decoration: none;
	width: 8.2em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-left: -0.5em;

}
.style #container #navbar ul.level1 li.submenu:hover ul.level2 a {
	display:block;
	
}
.style #container #navbar li a:hover {
	color:#FFF
}
.style #container #main #mainContentright {
	margin-left: 24%;
	margin-top: -1em;
	padding-left: 10px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	overflow: hidden;
	
}
.style #container #main>div#mainContentright {
	margin-top: -0.5em;
}

#newsnb {
	color:#999;
	font-size: 0.8em;
}
#newstitle {
	color:#039;
	font-size: 0.95em;
	font-weight: bold;
}
#blogtitle {
	color:#09F;
	font-size: 1.05em;
	font-weight: bold;
}
.style #container #main #mainContent p img {
	float: left;
}
.style #container #navbar .level1 #wide {
	width: 8.7em;
	padding-left: 0.4em;
}
.style #container #main #mainContentright #eventlist {
	width: 600px;
	padding: 1px;
	margin-bottom: 15px;

}
.style #container #main #mainContentright #eventlist #eventhead {
	Height: 55px;
	background-image:url(images/eventheadbg.gif);
	padding-left: 15px;
	border:#69C solid 1px;
	font-weight:bold;
	font-size: 1em;
	
}
.style #container #main #mainContentright #eventlist #eventhead a {
	color:#900;
	border-bottom: dotted 1px #900;
}
.style #container #main #mainContentright #eventlist #eventhead a:hover {
	color:#FFF;
	border-bottom: dotted 1px #FFF;
}

.style #container #main #mainContentright #eventlist #eventfooter {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #69C;
	background-color: #303030;
	padding-left: 15px;
	color:#FFF
}
.style #container #main #mainContentright #eventlist #eventfooter a:hover {
	color:#CCC;
	border-bottom: 1px dotted #CCC;
}
	
.style #container #main #mainContentright #eventlist #eventdesc {
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 1px;
	border: 1px solid #CCC;
	padding-right: 10px;	
}
.firstParagraph {
	margin-top: -1em;

}
.style #container #main #mainContentright table th {
	color:#FFF;
	background-color: #49649B;
	padding: 3px 5px 3px 5px;
}
.style #container #main #mainContentright table td {
	background-color :#E9E9E9;
	padding: 3px 5px 3px 5px;
}
/*Code for admin tables */
.style #container #main #mainContentcommittee table th {
	color:#FFF;
	background-color: #49649B;
	padding: 3px 5px 3px 5px;
}
.style #container #main #mainContentcommittee table td {
	background-color :#E9E9E9;
	padding: 3px 5px 3px 5px;
}
#mainContentcommittee table {
	font-size: 0.84em;
}
/* Back to main site*/
div#bio img {
	float: left;
}

#mainContentright .listing {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#loginnb {
	color: #039;
	font-size: 0.8em;
}#mainContentright table {
	font-size: 0.84em;
}
#biotext {
	margin-left: 160px;
	margin-top: -1em;
	
}
#bio #biosub {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

#bio>div#biosub {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#bio #biosub img {
	margin-left: -55px;
}
#bio>div#biosub img {
	margin-left: 0;
}

#mainContentcommittee #contactform {
	float: left;
	width: 500px;
	border-right: 1px #999 dotted;
	margin-left: 0;
}

.style #mainContentcommittee>#contactform {
	float: left;
	width: 500px;
	border-right: 1px #999 dotted;
	margin-left: 0;
}
.style #mainContentcommittee #contactform fieldset {
	margin-left: 0;
	padding-left: -10px;
	width: 290px;
	border: none;
}

.style #mainContentcommittee #contactmap {
	margin-left: 510px;
		
}

#mainContentright #contactform {
	float: left;
	width: 300px;
	border-right: 1px #999 dotted;
	margin-left: -27px;
}	
.style #mainContentright>#contactform {
	float: left;
	width: 300px;
	border-right: 1px #999 dotted;
	margin-left: 0;
}		

.style #contactmap {
	margin-left: 310px;	
}


.style #contactdet {
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	margin-top: -15px;
	height: 85px;
	overflow:hidden;
}
.style #contactdet #contactnumber {
	margin-left: 120px;
}

.style #contactform fieldset {
	margin-left: 0;
	padding-left: -10px;
	width: 290px;
	border: none;
}
.style #contactform fieldset ol li {
	margin-left: 0;
	padding-left: -10px;
}

.style #contactform form #Message #message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.style #contactform form #personal #input {
	margin-top: 1px;
	margin-bottom: 5px;
}
.style #container #main #mainContentright #Iframe_forum {
	margin-left: -10px;
}


.style #container #main #mainContentright>#Iframe_forum {
	margin-left: 0px;
	
}
.style #container #main #mainContentcommittee {
	margin-left: 25px;
	margin-top: -1em;
	padding-left: 10px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	overflow: hidden;
	
}
.style #container #main #mainContentcommittee img {
	margin-left: 5px;
}
.style #container #main>#mainContentcommittee {
	margin-left: 10px;
}
.style #container #main>#mainContentcommittee img {
	margin-left: 0;
}

.style #container #main #mainContentmessageboard {
	margin-left: 25px;
	margin-top: -1em;
	padding-left: 10px;
	padding-right: 5px;
	overflow: hidden;
	
}

.style #container #main>#mainContentmessageboard {
	margin-left: 10px;
}

/* code for past events gallery */
/* ================================================================ 
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=================================================================== */

#gallery {width:725px; height:450px; position:relative; border:1px solid #ddd; background:#f8f8f8;}
#gallery ul {list-style:none; padding:5px; margin:0; width:195px; float:left; height:219px; overflow:auto;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {display:none; position:absolute; left:10px; top:385px; width:300px;font-family:verdana, arial, sans-serif; color:#06a; font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px auto 0 auto; width:320px; height:240px; border:1px solid #fff;}

#gallery ul li.off {display:none;}

#gallery ul li.click {
	border-color:#06c;
	background:#ADB6D5;
	cursor:default;
}

#gallery ul li.click i {position:absolute; left:195px; top:0; width:545px; height:355px;}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;}.style #container #main #sidebar1 img {
	margin-left: 10px;
}

