/* SITE COLORS

Dark blue	#00438A
Mid blue	#00539b
Cerulean	#009bd3
*/

#header_link {
	display: block;
	padding: 0px;
	border: 0px;
	background-image:  url(header.png);
	background-repeat: no-repeat;
	width:982px;
	height:149px;
}

#contentbox {
	margin-top:-1px;
	border: 1px solid #999999;
	border-top: none;
}


h1 {	color: #00438A;}
h2 {	color: #00539b;
	font-size:1.3em;
	font-weight:bold;
}

h3 {
	background-color:#00539b;
	color:#ffffff;
	padding:7px;
	font-weight:strong;
	font-size:1.1em;
}

h4 {
	background-color:#fff;
	color:#707070;
	font-size:1.1em;
	font-weight:bold;
	margin-top:0px;
}

iframe {border:none;}
iframe {border:0px solid #fff;}

a {color: #00438A;}

a:hover {color: #666666;}

#booknow {
	font-size:1.4em;
	background-color:#959A9F;
}


/* LEFT MENU NAVIGATION */
#navigation ul {
	display: block;
	list-style-type: none;
	padding-left: 0;
	margin: 1px 0px;
}
#navigation li {
	margin: 0px;
}
ul.show_hide sub {
	color:#fff;
	margin-left:-3px;
}

#navigation li ul li a {
	display:block;
	margin-left:-3px;
}

#navigation a {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	padding: 4px 0px 4px 4px;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #779ABF;
	color: #FFFFFF;
	text-decoration:none;
}

#navigation, #topnav {	
	color:#666666;		
}
#navigation a.current {
	background-color:#00438A;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* TOP NAVIGATION */
div#topnav ul {}
#topnav a {color:#666666;text-decoration:none;}
#topnav a:hover {color:#00438A;text-decoration:none;}

/* second level nav */
#contentnav {                   
	background-color:#cedace;
}
#contentnav a {
	color:#666666;
	text-decoration:none;  
}
#contentnav a:hover {
	color:#00438A;
	text-decoration:underline;
}

#topnav a.current {
	color:#00438A;
	font-weight:bold;	
}

/* RELATED PRODUCTS */

#related_customevents {text-align: center;}

#related_products {text-align: center;}

/* SPEAKERS */

.sleft {
	background-color:#eee;
	font-size:100%;
	font-weight:bold;
	margin:0.6em;
	padding: 7px;
	width:600px;			
}
.sleft p {
	font-size:100%;
	font-weight:normal;
}
div.sleft img {
	margin:0em 0.9em 0.2em 0.1em;
	border:1px solid #00438A;
}

/* PROGRAMME */				
div#programmehtml1 table {
	background-color:#F0EFED;
	border-collapse:collapse;
	margin:0.4em 0.9em;
	width:96%;
	font:normal 1.0em Arial, Helvetica, sans-serif;	
}

div#programmehtml1 table th,div#programmehtml1 table td {
	padding:5px;
	border-top:1px solid #999999;
	text-align:left;
	vertical-align:top;
}
div#programmehtml1 table th p,
div#programmehtml1 table td p {margin:0em;padding:0px;}
div#programmehtml1 table td em {color:#08488F;font-style:normal;}

div#programmehtml1 table th {color:#2375BF; font-weight:bold;}
div#programmehtml1 table th em {color:#08488F;font-style:normal;font-weight:normal}

/* GREY BOXES */
#indexhtml1 table,
#whoshouldattendhtml1 table,
#programmehtml2 table {
	background-color:#eee;
	border:1px solid #666666;
	border-collapse:collapse;
	width:90%;
}
#indexhtml1 table p,
#whoshouldattendhtml1 table p,
#programmehtml2 table p {
	color: #0F4365;
	font-weight:normal;
	margin:0.7em 0.9em;
}

/* REGISTRATION FORM */
div#formcontainer {
	font-size:.9em;
	padding:0 0.4em;
}
div#formcontainer form div.clear {
	border-top:1px dotted #999;
	padding:7px 0;
	vertical-align:top;
}
div#formcontainer form label {
	width:168px;
	float:left;
	padding:0 5px 0 0;
	font-weight:bold;
	font-size:1em;
	text-align:left;
}
.required {
	color:#d10f00;
}

/* FORM BUTTONGROUP */
div.buttongroup {
	float:left;
	border:0px;
	padding:0px;
}
div#formcontainer div.buttongroup div {
	width:400px;
	font-size:0.92em;
}
div#formcontainer div.buttongroup input {
	margin-right:5px;
}
div#formcontainer h2 {
	background-color:#9F778D;
	color:#fff;
	margin:5px 0;
	padding:7px
}
div#formcontainer p {
	margin:10px 0 5px 0;
}


/* TELL A COLLEAGUE FORM */
div.row {
	clear: both;
	background-color:#fff;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 35%;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 64%;
	text-align: left;
}

.submit {
	clear:both; 
	margin:8px 0px 0px 237px; 
}

.red {
	color:#FF0000;
}

.logo {
	margin:10px auto;
	text-align:center;
}

.splogo {
	margin-right:20px;
	vertical-align:middle;
}

.spinfo {
	float:left;
	width:150px;
	text-align:center;
	margin-bottom:20px;
}

.clear {clear:both;}

/* The Aslett Clearing Method start */	
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear {display: inline-block;}   
/* Holly Hack Targets IE Win only \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End Holly Hack */
/* The Aslett Clearing Method end */

/* FOOTER */
#footer {				
	text-align: center;
	font-size: 0.82em;
}
#footer a {						
	color:#00438A;
	text-decoration:none;				
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}