/*--------------------- Main doc styles --------------------*/
body {
	background-color: #CCC;
	font-family: Arial, Helvetica, "trebuchet MS", sans-serif;
	font-size:75%;
	margin: 0px;
}

h1 { 
	font-size: 1.6em;
	font-weight:normal;
	color:#333;
	border-bottom:solid 2px #FEAF1E;
	margin-top:0px;
}

h2 {
	font-size: 1.4em;
	font-weight:bold;
	color:#333;
	padding: 3px;
	border-bottom: 2px solid #FEC831;
}

.h2nomargin {
	margin-top: 0em;
}
	

h3 {
	font-size: 1.2em;
	font-weight:bold;
	color: #333;
}

h4 {
	font-size: 1em;
	font-weight:normal;
	color: #FEAF1E;
}

h5 {
	font-size: 0.8em;
	font-weight:normal;
	color: #FEAF1E;
}

.smalltext {
	font-size: 0.8em;
}

hr {
	color: #CECCDA;
}

a {
	color:#020D30;
	text-decoration:underline;
	font-weight:bold;
}

a:active{
	text-decoration:underline;
}

a:visited{
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#mainborder {
	width:986px;
	background-image: url('../images/template/mainborder.gif');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#main {
	width: 960px;
	border:#666 solid 1px;
	margin-left:auto;
	margin-right:auto;
}

.onehundredpercent {
	width: 100%;
}

/*--------------------- Header --------------------*/

#toprow {
	height: 75px;
	overflow:hidden;
	padding:3px 7px 3px 7px;
	background-position: center;
	background-color:#020D30;
}
#centrebanner{
	height: 75px;
	width:341px;
	float:left;
	padding:0px;
	margin:0px;
}
#rotator {
	height: 75px;
	float:left;
	padding:0px;
	margin:0px;
}
.banner{ 
	margin: 8px 4px 8px 4px;
}

/*--------------------- Top naviagation --------------------*/

#topnav {
	position: relative;
	background-color:#020D30;
	color: #000;
	overflow: hidden;
	padding-left: 3px;
	height: 27px;
}

.topnavtableft {
	background-image: url('../images/template/tab-left.gif');
	width:5px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtabmiddle {
	background-image: url('../images/template/tab-centre.gif');
	height: 28px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	background-repeat: repeat-x;
	background-color:#fff;
}

.topnavtabright {
	background-image: url('../images/template/tab-right.gif');
	width:7px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtableftactive {
	background-image: url('../images/template/activetab-left.gif');
	width:5px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

.topnavtabmiddleactive {
	background-image: url('../images/template/activetab-centre.gif');
	height: 28px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	background-repeat: repeat-x;
	background-color:#fff;
}

.topnavtabrightactive {
	background-image: url('../images/template/activetab-right.gif');
	width:7px;
	height: 28px;
	float:left;
	background-repeat: no-repeat;
}

#topnav a:link {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

#topnav a:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

#topnav a:hover {
	color: #666;
	text-decoration: underline;
}

#topnav a:active {
	color: #666;
	text-decoration:none;
}

#topsubnav {
	position: relative;
	background-color:#FEAF1E;
	color: #000;
	border-bottom: #666 solid 1px;
	height: 6px;
	overflow:hidden;
}

#centreimg {
	border-bottom: #FEAF1E solid 5px;
}

#centreimgborder {
	background-color:#020D30;
	height: 12px;
}

/*--------------------- Main Navigation --------------------*/

#leftnav {
	width: 200px;
	background-color:#FFF;
	float:left;
	color:#333;
	margin-top: 5px;
}

#leftnav a:link {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:visited {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:hover {
	color: #FEAF1E;
	font-weight:normal;
	text-decoration:none;
}

#leftnav a:active {
	color: #333;
	font-weight:normal;
	text-decoration:none;
}

#leftnav ul{
	position:relative;
	margin: 15px 0 0 15px;
	padding: 0px;
}

#leftnav li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0em;
	line-height:2em;
	list-style-image:url('../images/template/bullet_arrow.gif');
}

#leftnav li.sub{
	padding-bottom: 0em;
	line-height:2.2em;
	list-style-image:url('../images/template/bullet_arrow.gif');
	text-decoration:none;
	border-top: dashed 1px #333;
}

#leftnav li.space{
	border-top: dashed 1px #333;
}

.navbox {
	margin-bottom: 5px;
	margin-left: 0px;
}

.navbox-top {
	background-image: url('../images/template/navtop.gif');
	background-repeat: no-repeat;
	height:14px;
}

.navbox-mid {
	background-image: url('../images/template/nav.gif');
	background-repeat: repeat-y;
	padding-left:12px;
	padding-right:14px;
}

.navbox-bot {
	background-image: url('../images/template/navbottom.gif');
	background-repeat: no-repeat;
	height:22px;
}


/*--------------------- Main Content Layout --------------------*/

#content{
	border-top: #FFF 3px solid;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 5px;
}

#maincontent {
	width: 740px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	overflow:hidden;
}

#rightcalltoaction {
	float:right;
}

#leftcontent {
	width: 508px;
	float: left;
	margin-right: 0px;
	padding: 5px;
	border-right: #8EA4B2 solid 1px;
	background-color:#F9F9F9;
}

#rightcontent {
	width: 208px;
	float: right;
	padding-top: 6px;
	margin: 0px 0px 0px 0px;
}

#rightcontent ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#rightcontent li {
	margin: 0 0em;
	background-image: url(../images/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	list-style-type: none;
}


/*--------------------- Home page layout --------------------*/

#welcomeimage {
	width:320px;
	float:left;
	margin-left:1px;
}

#welcometext {
	/*background-image: url('../images/welcome-background.jpg')*/
	background-repeat: repeat-x;
	height:212px;
	width:412px;
	float:right;
	padding:0px;
	font-size: 1.6em;
	font-weight:normal;
	color:#fff;
	background-color:#0C2A50;
}

#welcometextcontainer {
	padding:16px 16px 0px 16px;
	height:212px;
}

.homebutton {
	float:right;
	position:relative;
 	bottom:-15px;
 	right:15px;
}

#homeboxcontainer {
	clear:both;
	background: #fff;
	overflow: hidden;
	padding: 12px 0px 0px 0px;
	margin-top:1px;
	float:left;
	width:100%;
}

#row1 {

	margin: 0px 0px 0px 0px;
	width:740px;
	height: 190px;
}

#row2 {

	margin: 10px 0px 0px 0px;
	width:740px;
	height: 190px;
}

.homeboxes {
	float:left;
	width:227px;
	height:188px;
	margin: 0px 5px 0px 5px;
	background-image: url('../images/homebox_generic_head.jpg');
	background-repeat: no-repeat;
}

.homeboxvc {
	float:left;
	width:237px;
	height:190px;
	margin: 0px 14px 0px 0px;
	background-image: url('../images/homebox_vc_head.jpg');
	background-repeat: no-repeat;
}

.homeboxvcend {
	float:left;
	width:237px;
	height:190px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/homebox_vc_head.jpg');
	background-repeat: no-repeat;
}

.homeboxhead {
	padding: 10px 0px 0px 8px;
	text-align:left;
	height:28px;
	font-size: 1.1em;
	font-weight:bold;
	color:#333;
	margin-top:0px;
	text-decoration:none;
}

.homeboxhead a, .homeboxhead:link,
.homeboxhead a:active, .homeboxhead a:visited {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.homeboxhead a:hover {
	font-weight:bold;
	color:#666;
	text-decoration:underline;
}

.homeboxcontent {
	font-size: 1.1em;
	font-weight:normal;
	color:#333;
	text-align:left;
	font-size: 1em;
	font-weight:bold;
	padding:7px;
	background-image: url('../images/homeboxbg_bg.gif');
	height:100px;
}

.homeboximage {
	float:left;
	width:90px;
}

.homeboxtext {
	float:right;
	width:130px;
	text-align:left;
	font-size: 1em;
	font-weight:bold;
	color:#333;
	margin-top:0px;
	padding-right:4px;
}

.homeboxfoot {
	height: 34px;
}

.goabsolutebottom {
	float:right;
	position:relative;
 	bottom:-10px;
 	right:8px;
}


/*--------------------- Body styles --------------------*/

.compulsoryIndicator {
	color:#CC0000;	
}

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.centreimg {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

span.help {
  cursor: help;
  border-bottom: 1px dashed;
}

span.help:hover {
  cursor: help;
  border-bottom: 0 none;
}

.imgleftpad {
	margin-left: 10px;
	margin-bottom:5px;
}

.imgrightpad {
	margin-right: 10px;
	margin-bottom:5px;
}

.imgborder {
	border:#FEAF1E solid 1px;
}

.imgnoborder {
	border:0px;
}

.tableborder{
	border: 1px solid #CCC;
	margin-right:auto; 
	margin-left:auto;
	background-color:#E5E5E7;
	padding: 10px;
	margin-top: 20px;
}

legend { 
	font-size: 10px;
	padding: 5px;
    text-decoration:none;
	font-weight: bold;
	color: #0C2E82; 
}

.box{
	border-width : 1px;
	border-style : solid;
	border-color: #666;
	background-color: #FBFBFB;
}

.button{
	border-width : 2px;
	border-style : solid;
	border-color: #333;
	border-left-color:#999;
	border-top-color:#999;
	color: #000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	padding: 2px 0px 2px 0px;
}

.summerprog {
	border: thin solid #999999;
	background-color: #ECE9D8;
	padding: 0px 5px 0px 5px;
}

.conferencerightsplit{
		float: right;
		width: 46%;
		overflow-x: hidden;
		overflow-y: hidden;
		height: 650px;
		border-left:solid #999 1px;
		padding-left:5px;
		margin-left:5px;
}

.conference{
		width: 100%;
		overflow-x: hidden;
		overflow-y: hidden;
}

.bookingtable {
	border: thin dashed #A5A5A5;
}

/* Ticket styles */

#ticketouter{
	width:500px;
	background-color:#fff;
	padding:10px;
}
#timetable {
	border: thin solid #999;
}


#ticket{
	background-image:url('../images/full-ticket.gif');
	height: 200px;
	width: 400px;
	padding-top: 0em;
	padding-left: 0em;
	font-family: Arial, Helvetica, "trebuchet MS", sans-serif;
	font-size:100%;
	color: #333;
}

.tickettext{
	font-family: Arial, Helvetica, "trebuchet MS", sans-serif;
	font-size:100%;
	color: #333;
	font-weight:bold;
	border: dotted 3px #FEC831;
}

.tickettitle{
	font-family: Arial, Helvetica, "trebuchet MS", sans-serif;
	font-size:120%;
	color: #333;
	font-weight:bold;
}

.strikethrough{
	text-decoration:line-through;
}

/* tooltip style */

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#5B8FB4;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ccc}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:2px solid #ccc;
	padding: 3px;
    background-color:#fff; color:#000;
	text-decoration:none;
    text-align: left}
	
.bookingtable {
	border: thin dashed #A5A5A5;
}

/* Show styles */

#leftcontentshow {
	margin:0px;
	float:left;
	padding: 10px;
}


/*--------------------- Footer --------------------*/

#footercontent {
	clear:both;
	background-color:#020D30;
	height: 24px;
	padding: 4px;
	padding-bottom: 13px;
	border-top: #7F7F7F solid 1px;
	border-top:#FEAF1E solid 5px;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFF;
	text-align:center;
}

#footercontent a:link {
	color: #FEAF1E;
	font-weight:bold;
	text-decoration:underline;
}

#footercontent a:visited {
	color: #FEAF1E;
	font-weight:bold;
	text-decoration:underline;
}

#footercontent a:hover {
	color: #FEAF1E;
	font-weight:bold;
	text-decoration:none;
}

#footercontent a:active {
	color: #FEAF1E;
	font-weight:bold;
	text-decoration:none;
}

/*--------------------- Call to action ---------------------*/

.calltoaction {
	clear:both;
	width: 744px;
	background-image: url(../images/actions/wheretonext.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
}

.calltoactionboxes {
	width: 740px;
	margin: 0px 10px 0px 10px;
	height: 126px;
	background-repeat:no-repeat;
	position:relative;
}

.calltoactionboxleft {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	position:relative;
}

.calltoactionboxmid {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	margin-left:9px;
	position:relative;
}

.calltoactionboxright {
	width: 220px;
	padding:18px 8px 8px 8px;
	float:left;
	height: 105px;
	margin-left:9px;
	position:relative;
}

.absolutebottom {
	position: absolute;
	bottom: 24px;
	right: 9px;
}
.floatimagegallery {
	padding: 5px;
	float: right;
	height: auto;
	width: 240px;
}
.event_date_book {
	color:#333;
	text-decoration:none;
}
.book-now{
	text-align:center;
	}
/* -- seminars and events table book now icon -- */

.bn-centre-{
	margin-right:15px;
}
.events-tables-hidden{
	display:none;
}
.subject-to-change{
	font-size:11px;
	}
.non-selected-background{
	background-image:url(../images/seminars-events/norm/3.jpg);
	background-repeat:no-repeat;
}
.selected-background{
	background-image:url(../images/seminars-events/selected/3.jpg);
	background-repeat:no-repeat;
}
.non-selected-background-invert{
	background-image:url(../images/seminars-events/norm/3b.jpg);
	background-repeat:no-repeat;
}
.selected-background-invert{
	background-image:url(../images/seminars-events/selected/3b.jpg);
	background-repeat:no-repeat;
}
.coloured-table-bottom-left {
	text-align:right;
	background: transparent url(../csstable/i/bg_foot_td_side_top.gif) repeat-x top left;
	font:bold 2px verdana;
	color:#333333;
}

.coloured-table-bottom-right {
	text-align:center;
	background:transparent url(../csstable/i/bg_foot_td_top.gif) repeat-x top left;
	border-right:1px solid #fff;
	color:#fff;

}
#newsnewbg{
	background-image:url(../images/news-bg.jpg); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:740px;
	}
#conferenceimages {
	margin:0px;
	padding:0px;
	height:344px;
	width:250px;
	margin-left:40px;
	margin-right:40px;
}
.confquote {
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	}
