/* GENERAL SPECS */
/* set colours for light and dark colour scheme */
.light {
   background-color: #A6CCCD;
   border: 1px solid #000;
   border-left: 0px;
   border-right: 0px;
   padding: 1px 10px 1px 10px;
}

.dark {
   background-color: #333333;
   height: 5px;
   border-bottom: 1px solid #000;
   font-size: 1px;
}
/* set standard font and color */

body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: white;
   font-size: 75%;
   line-height: 16px;
   text-align: center;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.3em;
   	font-weight: normal;
   	line-height: 20px;
}
h2 {
	font-size: 1.1em;
   	font-weight: normal;
   	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
}
img {
	border: 0px;
}
hr {
  	height: 0;
	border-style: solid;
 	border-color: #E4E7EA/* #0e53cd*/;
 	border-width: 1px 0 0 0;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 760px;
   margin: 0px auto;
   text-align: left;
}
/* ---------------------------------------------------- */
#corp_strap {
	background-color: #CCC;
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid #000;
}
#drop_down {
	position: absolute;
	top: 12px;
	left: 300px;
}
/* reset IE*/
* html body #drop_down {
	top: 10px;
	left: 310px;
}
.divider1 {
	position: relative;
	left: 100px;
}
.divider2 {
	position: relative;
	left: 370px;
}
#search {
	position: absolute;
	top: 12px;
	right: 10px;
}
/* reset IE*/
* html body #search {
	top: 10px;
}
/* feed rules to IE/mac */
 /*\*//*/
#search {
	top: 12px;
	left: 600px;
}
/**/
/* ---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
}
#heading {
	width: 750px;
	border: 1px solid #CCC;
	border-left: 0px;
	border-right: 0px;
	margin: 1px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
}
#date {
	position: absolute;
	top: 60px;
	right: 10px;
}
#panoramic {
	margin: 1px 0px 1px 0px;
	border: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
}
.p_nav {	
	margin-left:2px; margin-right:3px;
	border-right:2px solid #C0C0C0; 
	padding: 1px; 
	padding-right: 4px;
	width: auto;
	float: left;
	text-align: center;
}
* HTML BODY #primary_nav {
	border-bottom: #000 1px solid;
}
#primary_nav IMG {
	marging-left: 10px;
}

#breadcrumb {
	font-size: 0.9em;
}
#breadcrumb2 {
	font-size: 0.9em;
	color:#FFFFFF;
}
/* ---------------------------------------------------- */
#outer_wrapper {
	background: #fff url(../images/template/bg_left.gif) repeat-y left;
}
#wrapper {
}
#container {
	width: 100%;
	float: left;
}
#content {
	margin-right: 0px;
	background: url(../images/template/bg_left.gif) repeat-y left;
}
/* reset IE*/
* html body #content {
	margin-top: -10px;
	padding-top: 10px;
}
/* feed rules to IE/mac */
 /*\*//*/
#content {
	position: relative;
	top: 12px;
}
/**/
#main {
	margin-left: 190px;
	text-align: left;
}

/* reset IE*/
* html body #main {
	margin-top: 10px;
}
*+html body #main {
	margin-top: 10px;
}
#main a {
   text-decoration: underline;
}
#main img {
	float: left;
	border: 1px solid #333;
	margin: 2px 0px 20px 20px;
}
.caption {
	float: right;
	clear: right;
	margin: -20px 0px 20px 20px;
	font-size: 0.9em;
	width: 150px;
}

#left {
	width: 160px;
	float: left;
	margin: 0px 0px 10px 8px;
}
/* reset IE*/
* html body #left {
	margin: 10px 0px 10px 4px;
}
/* reset IE*/
*+html body #left {
	margin: 10px 0px 10px 4px;
}

#footer {
	margin-top: 0px;
	text-align: center;
}
/* reset IE - problem with border on footer */
* html body #footer {
	position: relative;
	border-top: 1px solid #000;
}

#footer_links {
	font-size: 0.9em;
	border-bottom: 1px solid #000;
}

#address {
	font-size: 0.9em;
	padding: 0px 10px 1px 10px;
	border-bottom: 1px solid #000;
}
.clearing {
	height: 0;
	clear: both;
}
/* ---------------------------------------------------- */
/* PRIMARY NAVIGATION */
/* create a nice gap between heading and nav links*/
.primary_nav ul
{
	margin:0;
	width:100%;
	padding:2px;
	list-style: none;
	border-bottom:0px solid #000000;
}
.primary_nav ul li
{
	width:auto;
	padding:2px;
	float:left;
	margin-right:3px;
	margin-left:3px;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/
#left p{
   margin: 0 0 10px 0;
}
/* create a margin around any images in the 2nd nav section*/
#left img{
   margin: 15px 0 0 0;
}
#left ul{
   /* Mac IE5.2 has trouble aligning images that have replaced bullets, so turn off lists and use background images */
   list-style: none;
   margin: 0;
   padding: 0;
}			
#left li{
   position: relative;
   /* Place the bg image (block and dots) at the left and a few pixels down from the top */
   background: url( ../images/template/link_dots_a.gif ) no-repeat 0 0px;
   margin: 0;
   /* Ensure the text doesn't overlap the bullet and create a balanced gap top and bottom */
   padding: 3px 0 3px 15px;
}
/* sub menus */
#left ul ul{
	position: relative;
	margin: 0px;
	padding: 5px 0 0 5px;
	left: -2px;
}
/* place a different bg image for sub-menu items*/
#left ul ul li{
   background: url( ../images/template/link_dots_a2.gif ) no-repeat 0 0px;
}
/* place a different bg image for sub-sub-menu items*/
#left ul ul ul li{
   background: url( ../images/template/link_dots_a3.gif ) no-repeat 0 0px;
}
/* ---------------------------------------------------- */
/* CLASSES */

/* outline box - for images in right-hand column */
.box {
   border: 1px solid #666666;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
   line-height: 16px;
}
.top {
	text-align: right;
}
.centre {
	text-align: center;
}
.atable {
	width: 99%;
}
.atable td {
	border-bottom: 1px solid #CCC;
	padding: 2px 3px 2px 3px;
}

.atable_title {
	font-weight: bold;
	background-color: #A6CCCD;
}
.ntable {
	width: 99%;
}
.ntable td {
	border: 1px solid #CCC;
	padding: 3px;
}

.ntable_title {
	font-weight: bold;
	background-color: #A6CCCD;
}
.table_border {
	border: 1px solid #333;
	border-bottom: 0px;
	border-right: 0px;
}
.table_border td{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.event {
	width: 99%; /* was 567 */
}
.event td {
	border: 1px solid #CCC;
	padding-left: 4px;
	text-align: left;
}
.event_title {
	font-weight: bold;
	background-color: #E4E7EA;
}
.aca_border {
	border: 0px dotted #CCC;
	padding: 2px;
}
.highlight {
	display: block;
	background-color: #e2eaf9;
	padding: 5px;
}
.highlight img{
	float: right;
	margin-left: 20px;
}
#video {
	float: right;
	background-color: #e2eaf9;
	width: 150px;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	width: 152px;
	font-size: 0.9em;
}
#video img{
	margin: 0px 0px 5px 0px;
}
.title {
	/*margin-top: 5px;*/
	padding: 0px;
	width: 563px;
	background-color: #828EA5;
	color: #FFFFFF;
}
.news {
	/*margin-top: 10px;*/
	padding: 3px;
	width: 563px;
	background-color: #E4E7EA;
}
.navtitle {
	margin-top: 3px;
	width: 97%;
   	padding: 2px;
	background-color: #E4E7EA;
	font-weight: bold;
}
.clink {
	margin: 5px 2px 5px 5px;
	border:0px solid #C0C0C0; 
	padding: 5px; 
	width: 172px;
	float: left;
	height: 350px;
	background-color: #E4E7EA;
	/*text-align: justify;*/
}
.cclink {
	margin: 5px 2px 5px 5px;
	border:0px solid #C0C0C0; 
	padding: 5px; 
	width: 170px;
	float: left;
	height: 350px;
	/*text-align: justify;*/
}
.clinksubs {	
	margin: -5px 0px 0px -5px;
	border:0px solid #C0C0C0;
	padding:4px; 
	width:174px;
	background-color:#828EA5;
	/*text-align:justify;*/
}
.cclinksubs {	
	margin: -5px 0px 0px -5px;
	border:0px solid #C0C0C0;
	padding:4px; 
	width:172px;
	/*text-align:justify;*/
}
div.spacer {
	padding:5px;
	height:20px
}
.inline {	
	clear:both; 
	height:0px;
}

/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
   text-decoration: none;
   line-height: 16px;
}
a:link {
   color: #0e53cd;	
}
a:visited {
   color: #0e53cd;
}
a:hover {
   color: #828EA5;
}
a:active {
   color: #0e53cd;
}
/* ---------------------------------------------------- */
/* layout for ug landing page */
.column1 {
	float: left;
	width: 45%;
}
.column2 {
	float: left;
	width: 45%;
	margin-left: 20px;
	padding: 0px 0px 20px 20px;
	border-left: 1px solid #333;
}

