/* SITE COLORS
Dark Mauve	#474c6f
Deep Blue	#162a83
Mauve-Grey	#70748f
Zinc Grey	#9a9c9f
*/

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

h1 {	color: #162a83;}
h2 {	color: #9a9c9f;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

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;
}

a {color: #162a83;}
a:hover {color: #666666;}

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

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


/* LEFT MENU NAVIGATION */
div#leftcol #navigation {
	margin-top:28px;
}
#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:-4px;
}

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

#navigation a {
	border-top: 0px;
	border-bottom: 1px solid #999;
	color:#162a83;
	padding: 4px 0px 4px 6px;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #70748f;
	color: #FFFFFF;
	text-decoration:none;
}

#navigation a.current {
	background-color:#162a83;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#navigation, #topnav {	
	color:#666666;		
}


/* TOP NAVIGATION */
#topnav a {color:#70748f;text-decoration:none;}
#topnav a:hover {color:#162a83;text-decoration:none;}

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

#topnav a.current {
	color:#162a83;
	font-weight:bold;	
}


/* RELATED PRODUCTS */

#related_customevents {text-align: center;}

#related_products {text-align: center;}

/* SPEAKERS */

div.sleft {
	background-color:#eee;
	font-size:100%;
	font-weight:bold;
	margin:0.6em;
	padding: 7px;
	width:600px;			
}
div.sleft p {
	font-size:100%;
	font-weight:normal;
}

div.sleft img {
	border:1px solid #162a83;
}

/* SPONSORS */
.sleft_center_text {
	height:108px;	
}

/* PROGRAMME */
#programhtml1 table {
	background-color:#EFEFEF;
	border-collapse:collapse;
	margin:0.4em;
	width:90%;
}
#programhtml1 th {
	color: #fff;
	background-color: #162a83;
	border:1px solid #162a83;
	padding:2px 3px;
	margin:0px;
	text-align:left;
}

#programhtml1 td {
	border:1px solid #162a83;
	vertical-align: top;
	padding:2px 3px;
	margin:0px;
}
#programhtml1 th p,
#programhtml1 td p {
	line-height:1.4em;
	padding:0px;
	margin:0px;
}
#programhtml1 th h5,
#programhtml1 td h5 {
	color:#fff;
	background-color: #162a83;
	line-height:1.4em;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}
/* GREY BOXES */
#indexhtml1 table,
#whoshouldattendhtml1 table,
#programhtml2 table {
	background-color:#eee;
	border:1px solid #666666;
	border-collapse:collapse;
	width:90%;
}
#indexhtml1 table p,
#whoshouldattendhtml1 table p,
#programhtml2 table p {
	color: #333;
	font-weight:normal;
	margin:0.7em 0.9em;
}




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

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

.red {
	color:#FF0000;
}


.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:#162a83;
	text-decoration:none;				
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}