html{
	overflow-Y:auto;
	overflow-X:hidden;
	margin:0 0 0 0;
	-moz-user-select:none;
	-webkit-user-select: none;
}

::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}
::-webkit-scrollbar-track {
	background:#ffffff;
}
::-webkit-scrollbar-thumb {
	border-radius:15px;
	background-color:#c3d4e1;
}
::-webkit-scrollbar-thumb:hover {
	background:#0d79e2; 
}	

.Body{
	font-size:100%;
	overflow:hidden;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:0px;
	width:100%;
	bottom:0px;
	left:0px;
	cursor:default;
	margin:0 0 0 0;
}

.Box{
	font-size:1000%;
	top:60px; 
	width:100%; 
	bottom:20px; 
	z-index:2;
	position:absolute;
}	

.BoxMobile{
	font-size:1000%;
	top:0px; 
	width:100%; 
	z-index:2;
	left:0px; 
	height:11.11%;
	position:relative;
	border-bottom:1px solid #C3D4E1;
	color:#666666;
	overflow:hidden;
}	

.BoxHeading{
	position:absolute; 
	z-index:3; 
	text-align:center; 
	bottom:100%; 
	left:-30%; 
	right:-30%; 
	font-size:70%;
	height:100px;
	color:#C3D4E1; 
	letter-spacing:-10px;
  	font-family: 'Raleway' !important;
	-webkit-font-smoothing: antialiased;
  	font-style:  normal;
  	font-weight: 100;	
	top:0px;
}

.Clicked{
	background-color:#ffcc00;
	position:relative; 
	top:0px; 
	left:0px; 
	width:195px; 
	text-align:left; 
	cursor:pointer; 
	line-height:25px; 
	overflow:hidden; 
	font-size:120%; 
	padding-left:5px; 
	color:#294A9E;
	overflow:hidden;
	font-weight:bold;
}


/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/

/* Apply the element you want to drag/resize */
.drsElement {
 position: absolute;

}

/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
 height: 20px;
 cursor:w-resize;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {

}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {

}
.dragresize-tm {

}
.dragresize-tr {

}

.dragresize-ml {

}
.dragresize-mr {

}

.dragresize-bl {

}
.dragresize-bm {

}
.dragresize-br {

}
/*
 These are the Did you know bubbles
*/
.DidYouKnow{
	font-size:16%;
	position:absolute; 
	bottom:0px; 
	border-radius:50%; 
	-moz-border-radius:50%; 
	-webkit-border-radius:50%; 
	border:1px solid #C3D4E1; 
	text-align:center; 
	line-height:30px; 	
	color:#C3D4E1;
	font-weight:bold;
	cursor:pointer;
	background-color:#ffffff;
	background-image:url(../images/noise.png);	
}

.DidYouKnowBox{
	display:none; 
	position:absolute; 
	left:17.5%; 
	top:17.5%; 
	right:17.5%; 
	bottom:17.5%; 
	font-weight:normal; 
	color:#333333; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border:1px solid #C3D4E1; 
	text-align:left; 
	padding:5px; 
	line-height:17px; 
	background-color:#ffffff;
	overflow:auto;
	font-size:44%;
}
/*
 The background which can be opaque
*/
.OpaqueBackground{
	background-color:#ffffff; 
	position:absolute; 
	top:-10px; 
	left:-10px; 
	bottom:-10px; 
	right:-10px; 
	border-radius:10px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	opacity:1.0; 
	filter:alpha(opacity=100); 
	border:1px solid #C3D4E1; 
	z-index:-1;
	background-image:url(../images/noise.png);
}

.Play{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-image:url(../images/playbutton.png);
	background-position:4px 2px;
}

.Pause{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-image:url(../images/pausebutton.png);
	background-position:50% 50% ;
}

.NavButtons{
	position:relative;
	right:0px;
	top:0px;
	margin-right:2px;
	background-color:#FFFFFF;
	width:20px;
	height:20px;
	float:left;
	border:1px solid #c3d4e1;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	cursor:pointer;	
	
}
.NavButtonsON{
	position:relative;
	right:0px;
	top:0px;
	margin-right:2px;
	width:20px;
	height:20px;
	float:left;
	border:1px solid #c3d4e1;
	background-color:#ffcc00;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.TheProblem{
	position:absolute; 
	left:0px; 
	top:27px; 
	right:5px; 
	bottom:5px; 
	font-size:70%; 
	text-align:left; 
	line-height:20px; 
	overflow:auto;
	padding:5px;
}
.TheProblemReadMore{
	position:absolute; 
	left:0px; 
	top:27px; 
	right:5px; 
	font-size:70%; 
	text-align:left; 
	line-height:20px; 
	padding:5px;
	height:auto;
}

.CompanyLogos {
	position:relative; 
	left:0px;
	height:140px;
	background-image:url(../images/CompanyLogos.png);
	background-repeat:no-repeat;
	border:1px solid #c3d4e1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	border-radius:5px; 
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	text-shadow: 1px 0px #cccccc; 
	color:#666666;
	background-color:#FFFFFF;
	margin-bottom:2px;
}

.P2Design{
	font-family:'Arial Black', Arial;
	letter-spacing:-1.5pt;
	color:#abaaaa;
	font-size:110%;
}

.Hidden{
	position:relative;
	top:0px;
	left:0px;
	display:none;
}
.Visible{
	position:relative;
	top:0px;
	left:0px;
	display:block;
}
.Highlight{
	color:#FF3366;
}
.Question{
	font-family:'Arial Black', Arial;
	font-weight:bold;
	color:#000000;
}
.Heading{
	font-family:'Arial Black', Arial;
	color:#333333;
	font-size:110%;
}
.Subheading{
	color:#294A9E; 
	position:relative;
	left:0px;
	top:10px;
	letter-spacing:-3px;
	width:100%;
	font-size:400%;
	padding-bottom:20px;
	line-height:45px;
  	font-family: 'Raleway' !important;
	-webkit-font-smoothing: antialiased;	
	word-wrap:break-word;
}
.SubheadingMobile{
	color:#294A9E; 
	position:relative;
	left:0px;
	top:10px;
	letter-spacing:-3px;
	width:100%;
	font-size:300%;
	padding-bottom:20px;
	line-height:45px;
  	font-family: 'Raleway' !important;
	-webkit-font-smoothing: antialiased;	
	word-wrap:break-word;
}
.TextBoxes{
	position:relative; 
	word-wrap:break-word;
	color:#666666;
	line-height:25px;
	left:0px;
	top:0px;
	padding-right:10px;
}
.Bubbles{
	position:relative; 
	float:right; 
	left:0px; 
	top:0px; 
	width:40%; 
	height:auto; 
	background-color:#74299e; 
	color:#ffffff; 
	border-radius:50%; 
	-moz-border-radius:50%; 
	-webkit-border-radius:50%; 
	line-height:15px; 
	font-size:90%;
	text-align:center;
	min-width:150px;
	max-width:200px;
	margin:5px;
	background-image:url(../images/noise.png);
}
.BubblesTextHolder{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:50%; 
	height:50%;
}

.BubblesText{
	position:absolute; 
	right:-85%; 
	bottom:-45%;
	height:100%;
	width:170%;
}

.CloseButton{
	position:absolute; 
	top:0px; 
	right:5px; 
	width:60px; 
	height:30px; 
	background-color:#ffffff; 
	line-height:28px; 
	text-align:center; 
	text-shadow: 1px 0px #cccccc; 
	color:#666666;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30%;
	border:1px solid #C3D4E1; 
	z-index:10;
	border-radius:5px; 
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;		
}

.Bar{
	position:absolute; 
	left:0px; 
	right:0px; 
	top:0px; 
	height:60px; 
	z-index:10; 
	background-color:#ffffff; 
	font-family: 'Raleway' !important; 
	font-size:100%; 
	border-bottom:1px solid #c3d4e1; 
	color:#294A9E; 
	font-weight:bold;
	background-image:url(../images/noise.png);
}

.WordHeading{
	text-shadow: 1px 0px #cccccc;
	font-family: 'Raleway' !important;
	font-size:120%;
}

.MobileTitleBar{
	position:absolute; 
	top:0px; 
	left:0px; 
	right:0px; 
	bottom:0px; 
	font-size:15%; 
	background-color:#ffffff; 
	cursor:pointer; 
	z-index:2; 
	text-shadow: 1px 0px #cccccc;
	font-family: 'Raleway' !important;	
	padding-left:10%;
	overflow:hidden;
}

.RedFinger{
	position:absolute; 
	top:-20px; 
	left:0px; 
	width:33px;
	height:40px;
	background-image:url(scroll/RedFinger.png);
	background-repeat:no-repeat;
}

.BigImage{
	position:absolute; 
	top:0px; 
	left:0%; 
	width:100%; 
	height:auto; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}

	/* CSS needed for animation
	---------------------------------------------------- */
.fadeIn {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

.CentralImage{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:200%; 
	height:100%; 
	text-align:right; 
	z-index:2; 
	min-width:240px; 
	background-repeat:no-repeat; 
	background-position:50% 10%; 
	overflow:hidden;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-3s {
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

.fadeIn-Delay-3s {
	-webkit-animation-delay:0.5s;
	-moz-animation-delay:0.5s;
	-o-animation-delay:0.5s;
	animation-delay:0.5s;
}

.BigBox{
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.RightClick{
	position:relative; 
	top:0px; 
	left:0px; 
	width:195px; 
	text-align:left; 
	cursor:pointer; 
	line-height:25px; 
	overflow:hidden; 
	font-size:80%; 
	padding-left:5px; 
	color:#294A9E;
	overflow:hidden;
	font-weight:bold;
}

/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }