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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Life Guidance Foundation - Mission Control Centre
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WEBSITE GENERAL STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

BODY {
	background: #525659;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
	color: rgba(0,51,102,1.00);
	overflow:hidden;
	}	
	
	a { 
		text-decoration: none; 
		color: rgba(0,51,102,1);
		outline: none; 
		}	

	a:link {  
		text-decoration: none; 
		color: rgba(17,53,88,1.00);
		outline: none;  
		}

	a:active { 
		text-decoration: none; 
		color: rgba(17,53,88,1.00); 
		outline: none; 
		}	

	a:visited { 
		text-decoration: none;
		color: rgba(17,53,88,1.00);  
		outline: none;  
		}	

	a:hover { 
		text-decoration: none; 
		color: rgba(17,53,88,1.00); 
		outline: none;  
		}	

	a:focus { 
		outline: none; 
		}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WEBSITE MAIN LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	opacity: 1;
	overflow: hidden;
	background-color: #000;
	}

div.presentationFrame {
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	height: 0px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px 0px 50% 0px;
	}

div.pdfFrame {
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0 auto 0 auto;
	padding: 0px 0px 50px 0px;
	}

div#containerTopNavigation {
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 50px;
	border-bottom: solid thin rgba(250,250,250,1.00);
		background: rgba(245,224,188,1);
		background: -moz-linear-gradient(top, 
			rgba(245,224,188,1) 0%, 
			rgba(211,182,132,1) 100%);
		background: -webkit-gradient(left top, left bottom, 
			color-stop(0%, rgba(245,224,188,1)), 
			color-stop(100%, rgba(211,182,132,1)));
		background: -webkit-linear-gradient(top, 
			rgba(245,224,188,1) 0%, 
			rgba(211,182,132,1) 100%);
		background: -o-linear-gradient(top, 
			rgba(245,224,188,1) 0%, 
			rgba(211,182,132,1) 100%);
		background: -ms-linear-gradient(top, 
			rgba(245,224,188,1) 0%, 
			rgba(211,182,132,1) 100%);
		background: linear-gradient(to bottom, 
			rgba(245,224,188,1) 0%, 
			rgba(211,182,132,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e0bc', endColorstr='#d3b684', GradientType=0 );	
	color: rgba(0,51,102,1.00);	
	}
	
div#containerToolkitContent {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 10;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
	overflow: hidden;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WEBSITE CONTAINER CONTENT - TOOLKIT - HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WEBSITE CONTAINER CONTENT - TOOLKIT - BUTTONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.header {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	opacity: 1;
	font-size: 22px;
	text-align: center;
	}

.button {
		display: block;
		border: 1px solid #c8ab6c;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
				border-radius: 10px;
		-webkit-box-shadow:inset 0px -3px 2px -1px #fff5d4;
		   -moz-box-shadow:inset 0px -3px 2px -1px #fff5d4;
				box-shadow:inset 0px -3px 2px -1px #fff5d4;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top,
			rgba(255,255,255,1) 0%,
			rgba(230,204,132,1) 55%,
			rgba(132,97,62,1) 100%);
		background: -webkit-gradient(left top, left bottom,
			color-stop(0%, rgba(255,255,255,1)),
			color-stop(55%, rgba(230,204,132,1)),
			color-stop(100%, rgba(132,97,62,1)));
		background: -webkit-linear-gradient(top,
			rgba(255,255,255,1) 0%,
			rgba(230,204,132,1) 55%,
			rgba(132,97,62,1) 100%);
		background: -o-linear-gradient(top,
			rgba(255,255,255,1) 0%, 
			rgba(230,204,132,1) 55%, 
			rgba(132,97,62,1) 100%);
		background: -ms-linear-gradient(top, 
			rgba(255,255,255,1) 0%, 
			rgba(230,204,132,1) 55%, 
			rgba(132,97,62,1) 100%);
		background: linear-gradient(to bottom, 
			rgba(255,255,255,1) 0%, 
			rgba(230,204,132,1) 55%, 
			rgba(132,97,62,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#84613e', GradientType=0 );
		background-color: #e6cc84;
		cursor: pointer;
		font-family: "Cambay", Verdana, Arial, geneva, sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		text-decoration: none;
		color: rgba(0,51,102,1);
		}

	.button:hover, .button:active, .button:focus {
		border: 1px solid #dcc695;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top,
			rgba(255,255,255,1) 0%,
			rgba(244,228,159,1) 55%,
			rgba(177,139,87,1) 100%);
		background: -webkit-gradient(left top, left bottom,
			color-stop(0%, rgba(255,255,255,1)),
			color-stop(55%, rgba(244,228,159,1)),
			color-stop(100%, rgba(177,139,87,1)));
		background: -webkit-linear-gradient(top,
			rgba(255,255,255,1) 0%,
			rgba(244,228,159,1) 55%,
			rgba(177,139,87,1) 100%);
		background: -o-linear-gradient(top,
			rgba(255,255,255,1) 0%,
			rgba(244,228,159,1) 55%, 
			rgba(177,139,87,1) 100%);
		background: -ms-linear-gradient(top, 
			rgba(255,255,255,1) 0%, 
			rgba(244,228,159,1) 55%, 
			rgba(177,139,87,1) 100%);
		background: linear-gradient(to bottom, 
			rgba(255,255,255,1) 0%, 
			rgba(244,228,159,1) 55%, 
			rgba(177,139,87,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b18b57', GradientType=0 );
		background-color: #e6cc84;
		}
			.buttonBack {
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
				width: 180px;
				height: 35px;
				position: absolute;
				float: left;
				top: 0px;
				padding: 6px 0px 0px 0px;
				margin: 9px 0px 0px 15px;
				font-size: 15px;
				z-index: 999;
				}

			.buttonDownload {
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
				width: 260px;
				height: 35px;
				position: relative;
				padding: 7px 0px 0px 0px;
				margin: 0px auto 0px auto;
				font-size: 15px;
				z-index: 999;
				}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
END WEBSITE CONTAINER CONTENT - TOOLKIT - BUTTONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	

	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Life Guidance Foundation - Mission Control Centre
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */