@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; 
	padding: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #004b46;
	margin-bottom: 24px;
	text-transform: none;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #004b46;	
	
}

.clear {
	clear: both;
}

#pop-up_wrapper {
	width:945px; 
	margin: 0;
	padding: 0px;
}

.logo_box {
	background-image: url(../assets/pop-up_overlay/logo_box.jpg);
	background-repeat: no-repeat;
	width: 193px;
	height: 156px;
	position: absolute;
	margin: 15px 0px 0px 20px;
}

.case_study_logo {
	padding: 8px 0px 0px 10px;
}

.case_study_image {
	float: left;
	padding: 100px 20px 0px 20px;
}

.pop-up_BG_repeat {
	background-image: url(../assets/pop-up_overlay/BG_square_repeat.jpg);
	background-repeat: repeat-y;
}

.pop-up_bottom_BG {
	background-image: url(../assets/pop-up_overlay/BG_square_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 1px;
}

.pop-up_content_wrapper {
	padding-bottom: 30px;
	float: left;
	
}
	.pop-up_content_wrapper p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		color: #313131;
		width: 415px;
		padding: 0px;
		margin: 4px 0px 8px 0px;
	}
	
.close_button {
	position: absolute;
	margin: 10px 0px 0px 705px;
}
	.close_button img {
		border: none;
	}

















