/*	Name: NN report page
	Created: March 2015, updated 1.1.16 (background)
	Description: Basic HTML5/CSS3 layout built on a responsive framework
	Version: 1.1
	Author: Rob McKenna
	email: robmckenna@blueyonder.co.uk */

/* =====================================================
   ==                    Body style                   == 
   ===================================================== */
body {
	background-image: url('img/egg_shell.png');
	/*background: url('img/flake.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	font-family: Arial, Helvetica, "Comic Sans MS", cursive, sans-serif, georgia, "Times New Roman", Times, serif;
	font-size: 87.5%; 		/* Base font size: 14px */
	color: #004080;   /* d.blue */
	line-height: 1.3;
	width: 100%;
	clear: both; 
	margin: 0;
	padding: 0;}
	
/* =====================================================
   ==                   Header style                  == 
   ===================================================== */ 
header {
	height: 36px;
	margin: 5px 200px 0;
	background: #f00;
	background: -moz-linear-gradient(top, #f00 0%, #b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f00), color-stop(100%, #b00));
	background: -webkit-linear-gradient(top, #f00 0%, #b00 100%);
	background: -o-linear-gradient(top, #f00 0%, #b00 100%);
	background: -ms-linear-gradient(top, #f00 0%, #b00 100%);
	background: linear-gradient(to bottom, #f00 0%, #b00 100%);
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	font-family: Helvetica;
	font-size: 18px;
	line-height: 34px;
	color: white;
	text-shadow: 0 0 15px #f2fdff, 0 0 6px #f3fdff, 0 0 1px #fb2e01;}

/* =====================================================
   ==                  Footer style                   == 
   ===================================================== */
footer {
	height: 36px;
	margin: 0 200px 5px;
	background: #00f;
	background: -moz-linear-gradient(top, #00f 0%, #006 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00f), color-stop(100%, #006));
	background: -webkit-linear-gradient(top, #00f 0%, #006 100%);
	background: -o-linear-gradient(top, #00f 0%, #006 100%);
	background: -ms-linear-gradient(top, #00f 0%, #006 100%);
	background: linear-gradient(to bottom, #00f 0%, #006 100%);
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	font-family: Helvetica;
	font-size: 12px;
	text-align: left;
	line-height: 34px;
	color: white;
	text-shadow: 2px 2px 3px black;
	padding-left: 10px;}

/* =====================================================
   ==                Content Area                     == 
   ===================================================== */
.Main_content{
	padding-left: 210px;
	margin: 0 200px;
	overflow: auto;
	background-image: url('img/images.jpg');
	background-size: 100% 100%;
	border-left: 1px solid #bed3e4;
	border-right: 1px solid #bed3e4;}

/* ===================================================== */
.LH_content {
	width: 200px;
	float: left;
	margin-left: -200px;}

/* ===================================================== */
.Middle_content {
	float: left;
	margin: 0;
	padding: 0 15px;
	font-family: arial;
	font-size: 14px;}
	
.Middle_content p {
	margin: 0 20px;}
	
	
/* =====================================================
   ==                Navigation style                 == 
   ===================================================== */
a {
	outline: 0;
	text-decoration: none;}

a:link, a:visited {
	color: #c63;
	font-style: italic;
	text-decoration: none;}

a:hover {
	color: #c63; 			/* orange */
	background: #eaf2f6;    /* l.blue */
	background: -moz-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf2f6), color-stop(100%, #bed3e4));
	background: -webkit-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -o-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -ms-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: linear-gradient(to bottom, #eaf2f6 0%, #bed3e4 100%);
	-ms-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	transition: background 0.2s linear 0s, color 0.2s linear 0s;
	margin: 0 -2px;
	padding: 0 2px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;}
	
.LH_content nav ul {
	float: left;	
	margin: 20px 0 5px 0;}

.LH_content nav ul li {
	float: left;
	width: 120px;
	height: 24px;
	margin-bottom: 3px;
	list-style: none;
	font-family: arial;
	text-align: center;
	background-image: url('img/images.jpg');
	background-size: 100% 100%;
	border: 1px solid #bed3e4;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;}
	
.LH_content nav a:link, .LH_content nav a:visited {
	color: #004080;       /* d.blue */
	text-shadow: 0 1px white;
	height: 18px;
	display: block;
	padding: 3px 0 3px 0;
	text-decoration: none;
	font-style: normal;}

.LH_content nav a:hover, .LH_content nav .active a:link {
	color: #c63; 			/* orange */
	margin: 0;
	background: #eaf2f6;   /* l.blue */
	background: -moz-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf2f6), color-stop(100%, #bed3e4));
	background: -webkit-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -o-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -ms-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: linear-gradient(to bottom, #eaf2f6 0%, #bed3e4 100%);
	-moz-box-shadow: inset 0 0 2px 1px #99ccff;
	-webkit-box-shadow: inset 0 0 2px 1px #99ccff;
	box-shadow: inset 0 0 2px 1px #99ccff;}
	
a:active , .LH_content nav a:active {
	color: green;
	background: #bed3e4;   /* l.blue */
	background: -moz-linear-gradient(top, #bed3e4 0%, #eaf2f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bed3e4), color-stop(100%, #eaf2f6));
	background: -webkit-linear-gradient(top, #bed3e4 0%, #eaf2f6 100%);
	background: -o-linear-gradient(top, #bed3e4 0%, #eaf2f6 100%);
	background: -ms-linear-gradient(top, #bed3e4 0%, #eaf2f6 100%);
	background: linear-gradient(to bottom, #bed3e4 0%, #dbe6f0 100%);}
	
 /* =====================================================
   ==                   Text styles                   == 
   ===================================================== */
h2 {
	height: 34px;
	background-image: url('img/images.jpg');
	background-size: 100% 100%;
	border: 1px solid #bed3e4;   /* blue */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 8px 6px -6px #bed3e4;
	-webkit-box-shadow: 0 8px 6px -6px	#bed3e4;
	box-shadow: 0 8px 6px -6px #bed3e4;
	font-family: "helvetica";
	font-size: 18px;
	line-height: 34px;
	text-align: left;
	text-shadow: 0 1px white;
	padding-left: 10px;}
	
h3 {
	height: 26px;
	width: 150px;
	background-image: url('img/images.jpg');
	background-size: 100% 100%;
	border: 1px solid #bed3e4;   /* blue */
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 8px 6px -6px #bed3e4;
	-webkit-box-shadow: 0 8px 6px -6px #bed3e4;
	box-shadow: 0 8px 6px -6px #bed3e4;
	font-family: "helvetica";
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	text-shadow: 0 1px white;
	padding-left: 10px;
	padding-bottom: 0;
	margin-bottom: 3px}
	
p {
	padding: 0;
	margin: 0;}

table tr td {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: normal;
	text-align: top left;}

.italic_centre {
	color: #004080;   /* d.blue */
	font-family: georgia;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 1.5;}
	
.italic_left {
	font-family: georgia;
	font-style: italic;
	text-align: left;}
	
.letter {
	list-style-type: lower-latin;
	list-style-position: outside;
	padding-left: 60px;
	margin-top: 0;
	margin-right: 0;}

.lower_roman {
	list-style-type: lower-roman;
	list-style-position: outside;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;}

.none {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 40px;
	margin-top: 0;
	margin-right: 0;}

.grey {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: italic;
	color: grey;
	text-align: left;}
	
.small {
	font-family: "Comic Sans MS";
	font-size: 11px;
	font-style: italic;
	margin: 5px;}
	
.smaller {
	font-size: 3px;
	margin: 0;}
	
/* =====================================================
   ==                     Pictures                    == 
   ===================================================== */
.NN_logo {
	width: 190px;
	height: auto;
	margin: 15px 5px -65px 5px;
	padding: 10px 0 65px 0;
	background-color: white;
	background-image: radial-gradient( circle, white 60%, #bed3e4);
	-moz-box-shadow: 0 8px 6px -6px #bed3e4;
	-webkit-box-shadow: 0 8px 6px -6px #bed3e4;
	box-shadow: 0 8px 6px -6px #bed3e4;
	border: 1px solid #bed3e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}
	
.dlr1 {
	width: 450px;
	height: auto;
	float: right;
	margin: 10px 0px 10px 10px;
	-moz-box-shadow: 2px 2px 1px #a3a3a3;
	-webkit-box-shadow: 2px 2px 1px #a3a3a3;
	box-shadow: 2px 2px 1px #a3a3a3;}

.dlr2 {
	width: 450px;
	height: auto;
	float: left;
	margin: 0px 15px 10px 20px;
	-moz-box-shadow: 2px 2px 1px #a3a3a3;
	-webkit-box-shadow: 2px 2px 1px #a3a3a3;
	box-shadow: 2px 2px 1px #a3a3a3;}
	
.bs1 {
	width: 400px;
	height: auto;
	float: right;
	margin: 10px 0px 0px 15px;
	-moz-box-shadow: 2px 2px 1px #a3a3a3;
	-webkit-box-shadow: 2px 2px 1px #a3a3a3;
	box-shadow: 2px 2px 1px #a3a3a3;}
	
.NEOA {
	width: 100px;
	height: auto;
	float: right;
	margin: 30px 25px 10px 20px;}

.nh {
	width: 500px;
	height: auto;
	float: right;
	margin: 20px 0px 0px 15px;
	-moz-box-shadow: 2px 2px 1px #a3a3a3;
	-webkit-box-shadow: 2px 2px 1px #a3a3a3;
	box-shadow: 2px 2px 1px #a3a3a3;}
	
.db {
	width: 250px;
	height: auto;
	float: left;
	margin: 20px 20px 10px 0px;
	-moz-box-shadow: 2px 2px 1px #a3a3a3;
	-webkit-box-shadow: 2px 2px 1px #a3a3a3;
	box-shadow: 2px 2px 1px #a3a3a3;}
	
.db2 {
	width: 200px;
	height: auto;
	float: right;
	margin: 0px 0px 20px 20px;
	-moz-box-shadow: 2px 2px 1px #a3a3a3;
	-webkit-box-shadow: 2px 2px 1px #a3a3a3;
	box-shadow: 2px 2px 1px #a3a3a3;}
	
.db3 {
	width: 250px;
	height: auto;
	float: left;
	margin: 0px 20px;
	-moz-box-shadow: 2px 2px 1px #a3a3a3;
	-webkit-box-shadow: 2px 2px 1px #a3a3a3;
	box-shadow: 2px 2px 1px #a3a3a3;}	
	
/* =====================================================
   ==                  Media Queries                  == 
   ===================================================== */
/* for 1370px or less */
@media screen and (max-width: 1370px)
{
header {
	margin: 5px 5px 0 5px;}

.Main_content{
	margin: 0 5px;}
	
footer {
	margin: 0 5px 5px 5px;}
}