/* Professional Pensions Admin Forum */

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

#header_link {
	display: block;
	padding: 0px;
	border: 1px solid #999;
	background-image:  url(header.png);
	background-repeat: no-repeat;
	width:980px;
	height:200px;
}

/* BASIC STYLING */
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;
}


a {color: #393e64;}
a:hover {color: #666666;}

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

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


/* LEFT MENU NAVIGATION  */

#navigation ul {
	display: block;
	list-style-type: none;
	padding-left: 0;
	margin-top: 28px;
}
#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;
}

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




/* TOP NAVIGATION */

div#topnav ul {display:none;}
#topnav a {color:#666666;text-decoration:none;}
#topnav a:hover {color:#393e64;text-decoration:none;}

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

#topnav a.current {
	color:#393e64;
	font-weight:bold;	
}


/* RELATED PRODUCTS */

#related_customevents {text-align: center;}

#related_products {text-align: center;}


/* CONTENT */

div#content {
	height:auto;
	margin-top:12px;
	min-height:400px;
}

/* for Internet Explorer */
/*\*/
* html div#content {
	height:400px;
}
/**/


/* 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 #393e64;
}

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


/* 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 {
	color:#666;	
}

#footer p {
	font-size:0.9em;
	text-align:center;
	margin:12px auto 1px auto;
	padding: 4px 0;
}

#footer a {						
	color:#666;
	text-decoration:none;				
}
#footer a:hover {
	color:#999;
	text-decoration:underline;
}