@charset "utf-8";
/* CSS Document */

H4 { /* used mainly in the right menu */
	font-size:1.7em;
	font-weight:100;
	padding:4px 3px 7px 6px;
}

H5 { /* used mainly in the right menu */
	font-size:1.3em;
	font-weight:600;
	margin:0px 20px 0px 0px;
	padding-bottom:6px;
}

DIV #content_left_side A, DIV #content_home A
{
	font-size: .90em;	
	text-decoration:none;	
}
		DIV #content_left_side A:hover, DIV #content_home A:hover
		{
			color:Silver;
					text-decoration:underline;
		}

DIV #content_right_side {
	float:left;
	width:196px;
}

	DIV #content_right_side A {
		text-decoration:none;
	}
	
	/* We need to overwrite the margins and paddings set for h1 as they are different from the one set in the central column */
	DIV #content_right_side H1 {
		padding: 0px 0 0 0 !important;
		margin: 10px 0 10px 0 !important;
	}
	
	DIV #content_right_side INPUT {
		margin:0px 0 0 0;
		padding:0px;
	}
	
	DIV #content_right_side SELECT {
		margin:10px 0 5px 0;
		padding:0px;
		/* if IE: cf ie.css */
	}
	
	.right_content {
		border-left:#939699 1px dotted;
		padding:0px 0 0px 20px;
		margin:0px 0 0px 0;
	}
	
	.select_multiple {
		width:160px;
		font-size:0.8em;
		color:#a7a9ac;
		border:none;
	}
	
	.input_submit {
		font-size:0.8em;
		color:#a7a9ac;
		margin:10px 0 20px 0px;
		padding:3px 8px 3px 8px;
		border:1px solid #a7a9ac;
	}
	
	DIV #content_right_side P {
		font-weight:500;
		color:black;
		padding-bottom:10px;
	}
	
	.right_testimonials {
		margin:0px 0 0px 0;
		padding:2px 0 8px 0;
	}
	
	.right_courselocator {
		margin:0px 0 0 0;
		padding:3px 0 20px 0 ;
	}
	
	.right_casestudies {
		margin:0px 0 0 0; 
		padding:0px 0 18px 0 ;
	}
	
	.right_btn {
		margin:5px 0px 5px -5px;
		padding:5px 0 5px 0;
		width: 174px;
		height: 149px;
		min-height:149px;
		background-repeat:no-repeat;
	}
	
	.right_btn_img {
		position:absolute;
	}
	
	.right_btn_bg {
		position:absolute; 
		filter:alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity:0.7; 
		background-color:#FFFFFF; 
		width:172px;
		margin:1px 1px 1px 1px;
	}

	.right_btn_txt {
		position:absolute; 
		width:172px;
	}
	
	.right_table_cs {
		margin:0px 0 0px 0;
		padding:0px 0 0px 0;
	}