/* SITE COLORS 
Purple Damson		#3d93cc
Dark Blue		#0d2a62
Dusty mid Blue-Grey	#3d93cc
*/

#header_link {
	display: block;
	padding: 0px;
	border: 0px;
	background-image:  url(header.png);
	background-repeat: no-repeat;
	width:982px;
	height:136px;
}

h1 {	color: #3d93cc;}
h2 {	color: #0d2a62;
	font-size:1.3em;
	font-weight:bold;
}

h3 {
	background-color:#59689b;
	color:#ffffff;
	padding:7px;
	font-weight:strong;
	font-size:1.1em;
}

h4 {
	background-color:#fff;
	color:#59689b;
	font-size:1.1em;
	font-weight:bold;
	margin-top:0px;
}

a {color: #3d93cc;}
a:hover {color: #59689b;}

#booknow {font-size:1.4em;}


/* 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;
	color: #3d93cc;
	padding: 4px 0px 4px 4px;
	text-decoration: none;
}
#navigation a:hover {
	background: #9BA4BF;
	color: #FFFFFF;
	text-decoration:none;
}

#navigation, #topnav {	
	color:#666666;		
}
#navigation a.current {
	background-color:#3d93cc;
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:none;
}


/* TOP NAVIGATION */
#topnav a {color:#59689b;text-decoration:none;}
#topnav a:hover {color:#3d93cc;text-decoration:none;}

/* second level nav */
#contentnav {                   
	background-color:#cedace;
}
#contentnav a {
	color:#59689b;
	text-decoration:none;  
}
#contentnav a:hover {
	color:#3d93cc;
	text-decoration:underline;
}

#topnav a.current {
	color:#3d93cc;
	font-weight:bold;	
}

/* RELATED PRODUCTS */

#related_customevents {text-align: center;}

#related_products {text-align: center;}

/* PROGRAMME */
#programhtml1 table {
	background-color:#EFF3FF;
	border-collapse:collapse;
	margin:0.4em;
	width:90%;
}
#programhtml1 th {
	color: #fff;
	background-color: #3d93cc;
	border:1px solid #3d93cc;
	padding:2px 3px;
	margin:0px;
	text-align:left;
}

#programhtml1 td {
	border:1px solid #3d93cc;
	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: #3d93cc;
	line-height:1.4em;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}
/* GREY BOXES */
#indexhtml2 table,
#whoshouldattendhtml1 table,
#programhtml2 table {
	background-color:#eee;
	border:1px solid #666666;
	border-collapse:collapse;
	width:90%;
}
#indexhtml2 table p,
#whoshouldattendhtml1 table p,
#programhtml2 table p {
	color: #333;
	font-weight:normal;
	margin:0.7em 0.9em;
}

/* 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;
}

.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;}

/* FOOTER */
#footer {				
	text-align: center;
	font-size: 0.82em;
}
#footer a {						
	color:#3d93cc;
	text-decoration:none;				
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}