/* Solvency II and Risk Management */

.clearfix: after {

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}

/* Hides from IE-mac \*/

* html .clearfix {

	height: 1%;

}/* End hide from IE-mac */


#header_link {

	display: block;
	padding: 0px;
	border: 0px;
	background-image: url(header-2011.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 200px;
	margin-bottom: 2px;
}



body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.7em;

	color: #333;

	background-color: #FFF;

}



h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color:#73982d;

	font-weight: bold;

	font-size:2em;

	margin-top:0.6em;

	text-align: left;

}



h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color:#333;

	font-size:1.4em;

	font-weight: bold;

	margin:0;
	
}



h3 {

	background: #EEE;
	
	color:#333;

	padding:5px;

	border: none;

	font-weight: bold;

	font-size:1.2em;
	

}



h4 {

	background: #FFF;
	
	color:#73982d;

	padding:0;

	font-size:1.2em;

	font-weight: bold;

	margin-top:0px;
	

}



p {

	color: #333;

	font-size: 1.1em;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 1.5em;

}



hr {
	border: none 0;
	border-top: 1px dotted #CCC;
	width: 100%;
	height: 1px; 
}



a {

	color: #73982d;

	text-decoration:underline;

}



a:hover {

	color:#333;

	border-bottom:none;

	text-decoration:none;

}



#content ul, ol, li {

	color: #333;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 1.5em;

	margin-left: 1ex;

}


#contentbox {

	background-color: #FFF;

	background-image: none;

	background-repeat: no-repeat;

	border: none;

	margin-top: 0;

	padding-top: 8px;
	
}



#container {

	background-color: #FFF;

	padding: 8px;

}



#counter_flash {

	display:none;

}



#rightcol {



}



.sponsorbar {

	background: #999;
	
	color:#FFF;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size:11px;

	border: 0;

	width: 143px;

}



#content {

	width: 650px;

}



#leftcol .sponsorbar {

}



#middlecol {

	width:670px;

	float:left;

	border-left: 1px dotted #CCC;

	border-right: 1px dotted #CCC;

}



#related_customevents {
	
	padding-right: 5px;
	
	font-size: .9em;
}



#hosted_by {

	text-align: center;

}



iframe {
	border: none;
	margin: 0;
	padding: 0 0 0 25px;
	width: 615px;
	height: 370px;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 0px solid #FFF;
	text-align: center;
}


/* NAVIGATION */



#leftcol #navigation {

	list-style: none;

	margin: 0;

	padding: 10px 0 0 0;

}



#leftcol h2, #leftcol h3, #leftcol h4 {

	margin-right: 6px;

}



#navigation ul {

	display: block;

	list-style-type: none;

	padding-left: 0;

	margin: 0px;

}



#navigation li {

	margin: 0px;

	background: #FFF;

}



ul.show_hide sub {

	background-color:#FFF;

	color:#333;

	margin-left:-10px;

}



#navigation li ul li a {

	display:block;

	margin-left:-3px;
	
	line-height: 2.5em;

}



#navigation a {
	
	background-repeat:no-repeat;

	background-color: #EEE; 

	font-size: .9em;

	color: #333; 

	text-decoration: none;

	line-height: 2.5em;

	width: 130px;

	display: block;

	padding-left: 10px;

	margin: 1px 10px 0 0;

	border-bottom: 1px dotted #CCC;

}



#navigation a:hover {

	border-bottom: none;

	background-color: #333;

	color: #FFF;
	
	text-decoration:none;

	border-bottom: 1px dotted #CCC;


}



#navigation a.current {

	background-color:#73982d;

	color:#FFF;

	text-decoration:none;

	border-bottom: 1px dotted #CCC;

}

a.show_hide {

background-image: no-repeat;

}

/* TOP NAVIGATION */



#topnav {

	display:none;

}

/* BOOK NOW */



#booknow {

	background-color:#73982d;

	color:#333;

	font-weight:bold;

	line-height:1.6em;

	font-size:1.3em;

	height:30px;

	width:143px;

	margin-top: 14px;

} 



#booknow a {

	color: #FFF;

	text-decoration:none;

}



#booknow a:hover {

	text-decoration:underline;


}

/* RELATED PRODUCTS */



#related_customevents {

	text-align: center;

}



#related_products {	
	text-align: center;
}

/* FORM */

div.row {
	background-color:#fff;
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	font-weight: bold;
	width: 35%;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 64%;
	text-align: left;
}
span.red {color:red;}

/* Validation styles */
textarea:focus, input:focus {
	border: 1px solid #900;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #999;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #CF0000;
	color : #333;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #999;
	color : #000;
}

div.validation-advice {
	margin: 0.2em 0em 0em 0em;
	padding: 0.2em;
	background-color: transparent;
	color : #CF0000;
	font-weight: bold;
}

.custom-advice {
	margin: 0.2em 0em;
	padding: 0.2em;
	background-color: transparent;
	color : #CF0000;
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
	margin-top: 2px;
}
div.actions {margin-left:0;padding:7px 0px 0px 0px;text-align:center;}

/* Blocks */

#linkshtml1 strong {
	color: #333;
}

#booknowhtml1 table {
	border-collapse: collapse;
	margin-bottom: 16px;

}

#booknowhtml1 td {
	background-color: #EEE;
	border: 1px dotted #CCC;
	padding: 4px;
}

#content ul {
	margin:1em;
	list-style-type:none;
}

#content ul li {
	background: url(li.png) 0 50% no-repeat;
	padding-left:18px;
}

/* FOOTER */

#footer {background-color:#FFF;border-top:1px solid #999;color:#333;float:left;text-align:left;width:100%;}
#footer p.footer_content_text {color: #333;font-size:11px;line-height:1.6em;margin:0;padding:0;width:80%;text-align:left;}
#footer img {border:0 none;float: left;margin: 10px 20px 10px 12px;padding:0;}
#footer a {border-bottom: 1px dotted #73982d;color:#333;text-decoration:none;}
#footer a:hover {border-bottom: 1px dotted #333;color:#111;text-decoration:none;}
.footerlinks {width: 100%;background-color:transparent;}
.footerlinks ul {margin: 0;padding: 0;float: left;}
.footerlinks ul li {display:inline;}
.footerlinks ul li a {color:#333;float: left;margin: 12px 25px 12px 12px;text-decoration: none;}
.footerlinks ul li a:visited {color:#333;text-decoration: none;}
.footerlinks ul li a:hover {color:#333;text-decoration:underline;}
.footer_logo {border:0 none;}
#footer .accredit {border-top:1px solid #999;padding:5px 0px}
#footer .accredit .indent {padding-left: 12px;padding-right: 63px;}
#footer .accredit span {float: left;line-height:25px;}
#footer span {display:block;text-align: left;}
#footer .accredit img {margin: 0px 5px 0px 0px;}

#container {overflow:visible;}
