/*** MAIN STYLES ***/
html, HTML {
	overflow: -moz-scrollbars-vertical;
	}
a:active, a:focus {
   	outline: 0;
	}
		
body {
	behavior:url(js/global.htc); 
	margin: 0;
	padding: 0;
	}
	
#outer-wrapper {
	font-family: arial, verdana, sans-serif;
	font-size: 70%;
	color: #656565;

	background-color: #FFFFFF;
	background-image:  url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	}
td {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	color: #656565;
	}

body.smallText #wrapper { font-size: 1em; }	
body.mediumText #wrapper { font-size: 1.2em; }	
body.largeText #wrapper { font-size: 1.4em; }

body.smallText #central_column { font-size: 1em; }	
body.mediumText #central_column { font-size: 1.2em; }	
body.largeText #central_column { font-size: 1.4em; }

input, select {font-family: arial, verdana, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
textarea {font-family: arial, verdana, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
a img, .link_img { border: none; }
form { border: 0; margin: 0; padding: 0; }
p { margin: 0; padding: 0 0 0.8em 0; }
@media print { 
.notforprint {display:none;}
}
@media screen {
.notforscreen {display:none;}
}
@media handheld {
.notforhandheld {display:none;}
}
.notforany {display: none;}
/*** FONT STYLES ***/
a { color: #026f9e; text-decoration: none; } 
a:hover { color: #000000; text-decoration: underline; }
hr { border: 0; margin: 8px 0px 0px 0px; padding: 6px 0px 0px 0px; width: 100%; height: 2px; border-top: 2px solid #000000; overflow: hidden; display: none; }
h1 { margin: 0; padding: 0px 0px 10px 0px; color: #026f9e; font-weight: bold; font-size: 1.6em; }
h2 { margin: 0; padding: 0px 0px 10px 0px; color: #026f9e; font-weight: bold; font-size: 1.4em; }
h3 { margin: 0; padding: 0px 0px 10px 0px; color: #026f9e; font-weight: bold; font-size: 1.2em; }
h4 { margin: 0; padding: 0px 0px 10px 0px; color: #026f9e; font-weight: bold; font-size: 1.2em; }
h5 { margin: 0; padding: 0; color: #026f9e; font-size: 1em; font-weight: normal; }
h6 { margin: 0; padding: 0; color: #FF0000; font-weight: bold; }
h1 em, h2 em, h3 em, h4 em, h5 em { font-style: normal; color: #353535; }
h1 span, h2 span, h3 span, h4 span, h5 span { color: #656565; }
.hl { color: #026f9e; }
.hl1 { color: #025c83; } 
em { } 
strong { }
strong em { font-style: normal; color: #353535; }
strong span { color: #026f9e; }
.error, .message, .mandatory { color: #FF0000; font-weight: bold; }
.error-message { display: block; color: #222222; padding: 3px 4px 4px 4px; background-color: #FFDDDD; border: 1px solid #FF0000; margin: 0px 0px 10px 0px; }
.anchor { height: 1px; overflow: hidden; display: none; }
.lge { font-size: 1.2em; }
.normal, a.normal, .normal a { font-style: normal; color: #656565; }
a:hover.normal, .normal a:hover { font-style: normal; color: #252525; }
/*** LAYOUT STYLES ***/
#wrapper {
	padding: 42px 0 0 0;
	}
.logo {
	margin: 0 0 6px 0;
	}
#header {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background-color: #EEEEEE;
	background-image:  url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	}
#header label { display: none; }
#header .logo { float: left; }
#central_column {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background-image:  url(../images/central_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	padding: 0 0 20px 0;
	}
#central_container {
	width: 560px;
	position: relative;
	float: left;
	padding: 0 0 0 10px;
	}
#content_left {
	position: relative;
	float: left;
	width: 185px;
	}
#content_right {
	position: relative;
	float: left;
	width: 188px;
	}
#home #content_right {
	position: relative;
	float: left;
	width: 230px;
	}
#content_center {
	position: relative;
	float: left;
	width: 358px;
	padding: 0 10px 20px 4px;
	}
	
body.wide #content_center {
	width: 550px;
}

#home #content_center {
	position: relative;
	float: left;
	width: 320px;
	padding: 0 10px 0px 0;
	overflow: hidden;
	}
.content {
	clear: both;
	padding: 12px 14px 14px 14px;
	}
#content_left .content {
	width: 157px;
	color: #025c83;
	}
#content_right .content {
	width: 146px;
	}
#content_center .content {
	width: 362px;
	padding: 0;
	}
#footer {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: left;
	border-top: 4px solid #e0e2e2;
	padding: 5px 5px 20px 5px;
	color: #858585;
	}
#footera {
	float: left;
	}
#footerb {
	float: right;
	}
#footer a { color: #656565; text-decoration: none; } 
#footer a.selected { color: #222;} 

#footer a:hover { color: #000000; text-decoration: underline; }
#footer em { display: none; }
/*** MISC STYLES ***/
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}
.clear_l {
	clear: left;
	}
.clear_r {
	clear: right;
	}
.clear_n {
	clear: none;
	}
.clear_content {
	clear: both;
	}
.align_l {
	text-align: left;
	}
.align_r {
	text-align: right;
	}
.align_c {
	text-align: center;
	}
.float_l {
	float: left;
	}
.float_r {
	float: right;
	}
.float_n {
	float: none;
	}
.dnd {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
.content_img_left {
	float: left;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #656565;
	margin-right: 12px;
	margin-bottom: 8px;
	}
.content_img_right {
	float: right;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #656565;
	margin-left: 12px;
	margin-bottom: 8px;
	}
.hr,
.hr1,
.hr2 {
	clear: both;
	height: 10px;
	background-image: url(../images/dotline_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 2px;
	}
.hr1 {
	height: 20px !important;
	}
.hr2 {
	height: 40px !important;
	}
.hr_shadow,
.hr_shadow1 {
	clear: both;
	background-image:  url(../images/shadow_horizontal.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 2px;
	height: 5px;
	}
.hr_shadow1 {
	clear: both;
	height: 10px;
	}
#content_center ul.list {
	margin:0; 
	padding:0;
	}
	#content_center ul.list li {
		list-style-type: none; 
		background:  url(../images/arrow_bullet.gif) transparent; 
		background-repeat:no-repeat; 
		margin:0; 
		padding: 0px 0px 0px 12px; 
		background-position: 2px 4px;
		}
/*** NAVIGATION STYLES ***/
ul#left_nav {
	float: left;
	width: 186px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	list-style: none;
	background-color: #e0e2e2;
	background-image: url(../images/left_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 2px solid #e0e2e2;
	border-bottom: 2px solid #e0e2e2;
	}
	ul#left_nav li{
		clear: both;
		float: left;
		}
		ul#left_nav li a {
			float: left;
			display: block;
			width: 162px;
			height: 22px;
			padding: 8px 10px 0px 14px;
			background-image: url(../images/left_nav_a.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			color: #656565;
			font-weight: bold;
			font-size: 1.2em;
			}
		ul#left_nav li.last a {
			float: left;
			display: block;
			width: 162px;
			height: 22px;
			padding: 8px 10px 10px 14px;
			background-image: url(../images/left_nav_a_last.gif);
			background-repeat: repeat-x;
			background-position: left bottom;
			}
		ul#left_nav li a:hover,
		ul#left_nav li a.selected {
			text-decoration: none;
			color: #025c83;
			}
		ul#left_nav li.name a {
			width: 100px;
			background-image: url(../images/testbutton.gif);
			}
ul#right_nav {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 186px;
	}
	ul#right_nav li {
		clear: both;
		float: left;
		}
		ul#right_nav li a {
			float: left;
			display: block;
			position: relative;
			background-image: url(../images/right_nav_a.gif);
			background-repeat: no-repeat;
			background-position: 0px center;
			padding-left: 14px;
			padding-right: 10px;
			color: #4f4f4f;
			padding: 14px 10px 8px 25px;
			width: 151px;
			}
		ul#right_nav li a:hover,
		ul#right_nav li a.selected {
			background-position: -200px center;
			text-decoration: none;
			color: #026f9e;
			}
#search {
	clear: both;
	float: right;
	}
	#searchfield {
		border: 1px solid #999999;
		}
	#searchbutton {
		position: relative;
		top: 5px !important;
		top: 4px;
		border: 0;
		color: #000000;
		width: 16px;
		height: 16px;
		cursor: hand;
		cursor: pointer;
		/* transparent background image changing only the background colour on hover! */
		background-color: #DDDDDD;
		}
	#searchbutton:hover {
		background-color: #AAAAAA;
		}
a.link {
	width: 96%;
	background-image: url(../images/testbutton1.gif);
	background-repeat: no-repeat;
	background-position: -500px center;
	padding: 0px 6px 0px 14px;
	}
a:hover.link {
	background-position: 0px center;
	}
a.button {
	clear: both;
	float: left;
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../images/testbutton.gif);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	text-indent: -9999px;
	overflow: hidden;
	}
a:hover.button {
	background-position: 0px 0px;
	}
/*** FORM STYLES ***/
#content_center input,
#content_center select,
#content_center textarea {
width: 220px;
border: 1px solid #A5A5A5;
margin-bottom:  3px;
float:  left;
}
#content_center select {
width: 220px !important;
width: 222px;
}

#content_center div.field, #content_center div.footer {
	border-bottom:  1px solid #DDD;
	padding: 5px 0;
	float:  left;
	width: 350px;
}
#content_center div.footer {
	border:  0;
	padding-top:  10px;
	padding-bottom:  20px;
}

#content_center div.footer input.button {
	float:  right;
	margin-right:  10px;
}

#content_center ul.select_option_col {
	float:  left;
	padding:  5px;
	margin:  0;
}

#content_center ul.select_option_col li {
	list-style:  none;
	margin:  0;
}

#content_center div.field p.error {
	color:  #DD0000;
	clear: left;
	padding:  0;
	margin:  0 10px 0 120px;

}


#content_center label span {
	color: #DD0000;
}

#content_center div.full-width label {
display:  block;
float:  none;
width:  350px;
padding-top: 2px;
font-weight: bold;
color: #026f9e;
}

#content_center div.full-width input, #content_center div.full-width textarea {
	float:  none;
	width:  350px;
}


#content_center div.full-width select  {
	width: 341px !important;
	width: 343px;
}

#content_center div.full-width p.error {
	margin:  0 10px 0 0;

}

#content_center div.risk-capital label {
width:  280px;
}

#content_center div.risk-capital input {
	width:  60px;
	text-align:  right;
}

form.form {
	margin-top: 10px;
}
#content_center label {
clear:  left;
float:  left;
width:  120px;
padding-top: 2px;
font-weight: bold;
color: #026f9e;
}

#content_center label.check_box, #content_left label.check_box, #content_center div.full-width label.check_box,  #content_right label.check_box {
	display: inline;
	float: none;
	color: #656565;
	font-weight: normal;
}

#content_left label.check_box { font-size: 0.9em; }


 #content_center input.check_box, #content_left input.check_box, #content_right input.check_box {
	display: inline;
	float: none;
	vertical-align: top;
	background: transparent;
	width: auto !important;
	border: 0 !important;
}

#content_center div.field .check,
#content_center div.field .radio {
background: transparent;
width: auto !important;
border: 0 !important;
vertical-align: middle;
display: inline;
float: none;
}
input.button {
	float: right;
	margin-right: 2%;
width: auto !important;
border: 0 !important;
background-color: #026f9e;
color: #FFFFFF;
}

a.app_button {
	display: block;
	float: left;
		margin-right: 2%;
	width: auto !important;
	border: 0 !important;
	background-color: #026f9e;
	color: #FFFFFF;
	padding: 1px 4px;
}

a.app_button:hover {
	text-decoration: none;
	background-color: #084180;
	
}
#content_center div.text_with_check input.check_box {
	float: left;
	display: block;
}

#content_center div.text_with_check input.input {
	width: 190px;
	margin-left: 10px;
}

input.button:hover {
	cursor: pointer;
	cursor: hand;
}

input.btn_img {
width: auto !important;
background: transparent;
border: 0 !important;
}
input.btn_img1 {
width: auto !important;
background: transparent;
border: 0 !important;
float: right;
margin-right: 2%;
}
#content_right label,
#content_left label {
clear: both;
font-weight: bold;
color: #026f9e;
}
#content_right input,
#content_right select,
#content_right textarea,
#content_left input,
#content_left select,
#content_left textarea {
width: 98%;
border: 1px solid #A5A5A5;
margin-bottom: 10px;
}
/*** WEBSITE STYLES ***/




.header_image {
	background-image: url(../stock/headers/home_photo.jpg);
	width: 560px;
	height: 188px;
	
	border-top: 11px solid #0397d6;
	margin: 0 0 20px 0;
	}
	
.header_image.no_image {
	 height: 53px;
	background: none;
}
	
	.header_image1 {
		background-image: url(../images/content_image_bg.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='/images/content_image_bg.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left bottom;
		width: 318px;
		height: 36px;
		padding: 152px 10px 0 232px;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 15px;
		line-height: 1.6em;
		font-family: Helvetica, Arial, sans-serif;
		text-align: right;
		}
	
	.no_image .header_image1 {
		margin-top: -134px;
	}
		
#home .header_image {
	background-image: url(../images/home_photo.jpg);
	width: 560px;
	height: 291px;
	border-top: 11px solid #0397d6;
	margin: 0 0 20px 0;
	}
	#home .header_image1 {
		background-image: url(../images/home_image_bg.png);
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='/images/home_image_bg.png', sizingMethod='fixed');
		background-repeat: no-repeat;
		background-position: left top;
		width: 318px;
		height: 88px;
		margin-top: -9px;
		padding: 213px 10px 0 232px;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 1.3em;
		line-height: 1.6em;
		font-family: Helvetica, Arial, sans-serif;
		}
		#home .header_image1 strong {
			font-size: 1.2em;
			color: #00415c;
			}
		#home .header_image1 span {
			font-size: 1.2em;
			}
.brochure_img {
	float: left;
	}
.brochure {
	float: left;
	padding: 0 0 0 10px;
	width: 110px;
	}
.brochure strong {
	color: #333333;
	font-size: 1.25em;
	line-height: 1.6em;
	}
a.download {
	clear: both;
	float: left;
	display: block;
	width: 100px;
	height: 16px;
	background-image: url(../images/a_download.gif);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	text-indent: -9999px;
	overflow: hidden;
	}
a:hover.download {
	background-position: 0px 0px;
	}
.bchre {
	background-color: #e0e2e2;
	background-color: #f0f0f0;
	padding: 10px;
	width: 168px;
	overflow: hidden;
	}
.bchre div {
	float: left;
	padding: 0 0 0 10px;
	width: 90px;
	}
.bchre div strong {
	color: #333333;
	font-size: 1.1em;
	line-height: 1.6em;
	}
	
#footer #credit-link {
	color: #AAA;
	margin-left: 70px;
}

#credit-link a {
	color: #AAA;
}

a.dld_pdf {
	clear: both;
	display: block;
	width: 80%;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 6px 6px 6px 30px;
}


div.case-study {
	width: 250px;
	float: left;
}
	
div.cs-image {
	margin-right: 15px;
	border: 1px solid #CCC;
	padding: 2px;
	width: 87px;
	text-align: center ;
	float: left;
}

div.study-dates {
	width: 140px;
}

div.client-logos {
	width: 560px;
}

div.client-logo-image {
	margin: 4px 18px 4px 0;
	border: 1px solid #CCC;
	padding: 2px;
	width: 115px;
	text-align: center ;
	float: left;
	height: 57px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

div.certificates {
	padding: 0px 0px 10px 0px;
}

div.cert-image {
	margin-bottom: 8px;
	margin-right: 15px;
	border: 1px solid #CCC;
	padding: 2px;
	width: 57px;
	text-align: center ;
	float: left;
}

h3.certificates {
	margin-top: 8px;
}

/* content styles */

#content_center ul {
	margin: 0 0 0.8em 19px;
	padding: 0;
}

#content_center li {
	padding-bottom: 0.3em;
}

#content_center h2 {
	font-size: 1.2em;
}



ul#site-tree, ul#site-tree ul {
	margin: 0;
	padding: 0;
}

ul#site-tree li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 0.3em;
	font-size: 12px;
	font-weight: bold;
}

ul#site-tree ul ul {
	margin-left: 1em;
	margin-bottom: 0.5em;
	padding-left: 10px;
}


ul#site-tree ul ul li {
	list-style: disc;
	margin-left: 0.5em;
	font-size: 11px;
	font-weight: normal;
}

ul#site-tree ul ul ul li {
		font-size: 11px;
}

ul#site-tree ul ul ul ul li  a {
	color: #666;
	font-size: 10px;
}

