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




body {
    background-color: #eeeeee;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

wrapper {
	 width: 100%;
}

.logo {
	width:40px;
	position: relative; 
	right: 20px; 
	bottom: 62px; 
	float: right;
}

.titlebar {
	width: 100%;
	padding: 20px 20px 30px 20px;
	border-style: solid;
	border-bottom-color: #dddddd;
	border-width: 0px 0px 2px 0px;
}

.sectionbar {
	width: 100%;
	padding: 30px 0px 20px 40px;

	
}

.spacer1 {
	height: 40px;
}

.spacer2 {
	height: 20px;
}

.slphbar {
	
	padding: 20px 20px 20px 20px;
	margin: 0px 40px 30px 0px;
	
}

.thumbbar {
	background-color: #ffffff;
	padding: 30px 30px 10px 40px;
	margin: 0px 10px 20px 10px;
	
}

.thumbbox {
	float: left;
	
}

.thumbnamebar {
	padding: 0px 0px 20px 20px;
}

.pagetitle {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 200;
	font-size: 34px;
	line-height: 32px;
}

.sectiontitle {
	font-family: 'Barlow Semi Condensed', sans-serif; 
	font-weight: 500;
	font-size: 22px;
	
}

.slphtext {
	font-family: 'Arial', sans-serif;
	font-weight: 200;
	font-size: 13px;
} 

.thumbnametext {
	font-family: 'Barlow Semi Condensed', sans-serif; 
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
}


/* iframe shrinkage*/


.wrap {
    width: 140px;
    height: 246px;
    padding: 0px;
    overflow: hidden;
	margin: 0px 0px 40px 20px;

}
.frame {
    width: 700px;
    height: 1200px;
    border: 0;
    -ms-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	
	
}




/* Prevents the user from interacting with the iframe page */

.wrap:after,

.wrap::after {

  content: "";

  display: block;

  position: absolute;

  width: 100%; height: 100%;

  top: 0px; left: 0px;

}

