/* Version:	3.1 - 8 March 2010 */
/* Notes:	naei-main.css */

/* IMPORT reset.css - resets most html entities' margins and padding to 0 */
@import url('naei-reset.css');

/* IMPORT styles.css - top level styling for all html entities, plus class derivatives and colours */
@import url('naei-styles.css');


/* ALWAYS SHOW Y-SCROLLBAR */

html
{ 
	overflow-y: scroll;
}


/* ==== GRID SYSTEM ==== */

.container {
	max-width:960px;
	margin:0px auto;	
}

/**************************************************
		Responsive Base
***************************************************/
.show-768, .show-480, .show-320 { display:none; }
@media only screen and (min-width:960px) { /* Full Screen */
	.show-768,
	.show-480,
	.show-320 { display:none; }
}
@media only screen and (min-width:768px) and (max-width:959px) { /* iPad Portait */
	.hide-768,
	.show-480,
	.show-320 { display:none; }
}
@media only screen and (min-width:480px) and (max-width:767px) { /* iPhone Landscape */
	.hide-768,
	.hide-480,
	.show-320 { display:none; }
}
@media only screen and (max-width:479px) { /* iPhone Portrait */
	.hide-768,
	.hide-480,
	.hide-320 { display:none; }
}
/**************************************************
		Grid Styles
		gutter width default: 20px;
		gutter width below 767px: 10px
***************************************************/
.grid, .grid > [class*="col-"] { -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.grid { margin-left:-10px; word-wrap:break-word; }
.grid:after { clear:both; content:''; display:table; }
.grid > [class*="col-"] { float:left; min-height:1px; padding-left:10px; }
.grid.padded { margin-left:0; padding:10px 10px 10px 0; }
.grid.no-gutters { margin-left:0; }
.grid.no-gutters > [class*="col-"] { padding:0; }
.grid.padded.no-gutters { padding-left:10px; }
.grid ~ .grid,
.new-row,
.new-row ~ [class*="col-"] { margin-top:10px; }
.col-16 { width:16.666%; }
.col-20 { width:20%; }
.col-25 { width:25%; }
.col-30 { width:30%; }
.col-33 { width:33.333%; }
.col-40 { width:40%; }
.col-50 { width:50%; }
.col-60 { width:60%; }
.col-66 { width:66.666%; }
.col-70 { width:70%; }
.col-75 { width:75%; }
.col-80 { width:80%; }
.col-83 { width:83.333%; }
.col-100 { width:100%; }
.grid > .col-right { float:right; }
.grid > .col-right + [class*="col-"] + .col-right { clear:right; margin-top:10px; }
.grid > :first-child + .col-right + [class*="col-"] { clear:left; margin-top:10px; }
@media only screen and (max-width:959px) {
	.full-768 > [class*="col-"] { width:100%; }
	.full-768 > :first-child ~ [class*="col-"] { margin-top:10px; }
	.full-768 > :first-child,
	.grid > .hide-768:first-child + [class*="col-"] { margin-top:0; }
}
@media only screen and (max-width:767px) {
	/* Reduce gutter width */
	.grid { margin-left:-10px; }
	.grid.padded { padding:10px 10px 10px 0; }
	.grid > [class*="col-"],
	.grid.padded.no-gutters { padding-left:10px; }
	.grid ~ .grid,
	.new-row,
	.new-row ~ [class*="col-"] { margin-top:10px; }
	.grid > .col-right + [class*="col-"] + .col-right,
	.grid > :first-child + .col-right + [class*="col-"] { margin-top:10px; }
	/* End reduce gutters */
	.full-768 > :first-child ~ [class*="col-"],
	.full-480 > :first-child ~ [class*="col-"] { margin-top:10px; }
	.full-768 > [class*="col-"],
	.full-480 > [class*="col-"] { width:100%; }
	.full-480 > :first-child,
	.grid > .hide-480:first-child + [class*="col-"] { margin-top:0; }
}
@media only screen and (max-width:479px) {
	.full-320 > [class*="col-"] { width:100%; }
	.full-320 > :first-child ~ [class*="col-"] { margin-top:10px; }
	.full-768 > :first-child,
	.full-320 > :first-child,
	.grid > .hide-320:first-child + [class*="col-"] { margin-top:0; }
}


/* TEMPLATE LAYOUT */

body {
	background:#fff;
	font-family: verdana, geneva,sans-serif;
	font-size: 80%;
    background:#fff url(../images/resources/background_s.gif) repeat-x top;
}


/* HEADER */

#header  {
}

#header img {
    max-width:100% !important;
    height:auto;
    display:block;
    margin-top:0px ;
}

#secondary-nav { /* Header navigation */
	float:right;
	padding:5px 0px;
}

#secondary-nav li {
	display:inline;
	padding-left: 6px;
	border-left: 1px solid black;
}

#secondary-nav li.bordernone {
	border-left: 0px;
} 

#secondary-nav li a {
	color:#000;
}

@media only screen and (max-width:767px) {
	#secondary-nav { /* Header navigation */
		float:none;
		padding:0;
		margin-left:0;
	}
}


#header form {
	clear:right;
	float:right;
	margin-top:5px;
	padding: 10px 10px 10px 10px;
	background:#cee1e7;
}

@media only screen and (max-width:767px) {
	#header form { /* Header navigation */
		float:none;
	}
}

#header form span.gobutton{
	margin:0px 0px 0px 9px;
	padding: 4px 0px 5px 0px;
	background-color:#74112b;
	text-align:center;
	width:41px;
	display:inline-block;
	color:white;
}

#header form .searchbutton{
	/*
	cursor:pointer;
	border:0px;
	background:#600;
	color:#fff;
	font-weight:bold;
	*/
}

.access {position: absolute; left: -900em;text-indent: -9000em;}

/* MAIN MENU - CONTAINS ALL GLOBAL NAV */

.main-nav {
	clear:both;	
	width:100%;
}

.main-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
	width: 100%;
    display: block;
	border-bottom:1px solid #ADADAD;
}

.main-nav ul li {
	margin-top:2px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	min-width: 32px;
	line-height: 32px!important;
	font-size: 14px;
	font-weight:bold;
	padding:0 5px;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: #0076CA;
	border-radius: 5px 5px 0 0;
    border-bottom:1px solid #0071C1;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.08) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.08) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.08) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.08) 51%, rgba(0, 0, 0, 0.04));
	margin-bottom:-1px;
    margin-left:-1px;
}

@media only screen and (max-width:767px) {
	.main-nav ul li:first-child { 
		/*margin-left:10px;*/
	}
}

.main-nav li a{
	color: white;
	text-decoration: none;
}

.main-nav li:hover { 
	background-color: #0076CA;
	text-decoration: underline;
}

.main-nav li.active {
	background: #fff;
	color: #0076CA;
	border-left: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
	border-right: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
}

.main-nav li.active a{
	color: #0076CA;
	text-decoration: none;
}


.nav-justified ul{ 
    width:100%;
}
.nav-justified ul li {
	width: 48%;
	padding:0 5px 0 0;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.main-nav li.active {
		border-bottom:1px solid #ADADAD;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {	
	.main-nav ul li {
		padding:0 18px;
		min-width: 96px;
	}
	.main-nav li.active {
		border-bottom: 1px solid #fff;
	}
	.nav-justified ul li {
		width: 32%;
		padding:0 5px 0 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.main-nav ul li {
		padding:0 18px;
		min-width: 136px;
	}
	.main-nav ul {
	}
	.main-nav li.active {
		border-bottom: 1px solid #fff;
	}
	.nav-justified ul li {
		width: 18%;
		padding:0 5px 0 0;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/* END HEADER */


/* CONTENT AREA */

.bg {

}

#content {
	background:#fff;
}

.content-border {
	border-left:1px solid #afc3c9;
	border-right:1px solid #afc3c9;
}

#content img{
    max-width:100% !important;
    height:auto;
    display:block;
}

#content img.valignt{
    display:inline;
}

#content .btn img{
    display:inline;
}

#crumb {
	clear:both;
	font-size: 0.9em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:6px;
	position:relative;
	text-align:left;
	color: #4d7a15;
}

#crumb ul { display: inline; padding-left: 0; margin-left: 0;  }
#crumb ul li {font-weight: bold; display: inline;}
#crumb ul li a:link,  #crumb ul li a:active, #crumb ul li a:visited { 
	padding: 0px 12px 0px 0px; 
	margin-right:2px; 
	background-image: url(../images/resources/aro-black.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 40%;
}
#crumb ul li a:hover { text-decoration: underline;}


#crumb a
{
	font-weight: normal;
}


/* COLUMNS */

#leftnav { 
	background-color:#c3e4fb;
}

#center {
}

#center-landing-img {
	margin-bottom:20px;
}

#center-2col {
}

#center-1col {
}

#rightnav {
}

#home-col1 {
}

#home-col2 {
}

#home-subcol1 {
}

#home-subcol2 {
}


/* LEFT NAVIGATION STYLING */

#leftnav .home3{
	background:url(../images/resources/bullet-green-down.png) no-repeat 3px 11px;
	font-size:0.95em;
	font-weight: bold;
	color: black;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	border-bottom: 2px solid white;
}
#leftnav h3#menuactive{
	background:url(../images/resources/bullet-white-down.gif) no-repeat 3px 11px;
	background-color:#d4efda;
	color:white;
}
#leftnav p a{
	font-size:1.0em;
	font-weight: bold;
	color: black;
	margin: 0px 0px 0px 0px;
}
#leftnav .home4{
	background:url(../images/resources/bullet-green-down.png) no-repeat 3px 11px;
	font-size:0.95em;
	font-weight: bold;
	color: black;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	border-bottom: 2px solid white;
	background-color: #d4efda;
}
#leftnav h4#menuactive{
	background:url(../images/resources/bullet-green-down.png) no-repeat 3px 11px;
	background-color:#d4efda;
	color:black;
}
#leftnav h4 a{
	font-size:0.95em;
	color: black;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#leftnav ul{
	margin-top:0px;
}
#leftnav ul li {
	border-bottom: 2px solid white;
}
#leftnav li#menuactive{
	background:url(../images/resources/bullet-white.gif) no-repeat 6px 5px;
	background-color:#0055a6;
	color:#FFF;
}


/* HOME PAGE BOXES */

#home-banner {
 	margin-bottom: 10px;
	padding-bottom: 0px;
	background: url(../images/resources/home-welcome-bkg.gif) bottom right;
	color:#fff;
	font-weight:bold;
}

#home-banner img {
	padding:0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	display:block;
	float:left;
}

#home-banner h1 {
	clear:both;
	font-size:1.2em;
 	color:#fff;
 	padding:0.5em 0.5em 0.4em 0.5em ;
	line-height:1.5em;
	display:inline-block;
}

#recommended-pages {
	border-left: 1px solid #820024;	
	border-right: 1px solid #820024;	
	border-bottom: 1px solid #820024;	
	background-color: #e8e8ce;
	margin-bottom: 12px;
}

#popular-pages {
	border-left: 1px solid #909108;	
	border-right: 1px solid #909108;	
	border-bottom: 1px solid #909108;	
	background-color: #e8e8ce;
	margin-bottom: 12px;
}

div.topic-container {
	clear:both;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.topic-container img {
	border: 0;
	float:left;
}

div.topic-container p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
	width:200px;
	line-height:1.25em;
}

div.topic-container p strong {
	font-size:1.1em;
	font-weight:bold;
}

/* Created new div format to allow for "Copenhagen Calendar" or other large display space on home page. */

div.topic-container-big {
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.topic-container-big img {
	border: 0;
	float:left;
}

div.topic-container-big p {
	padding: 4px 8px 4px 8px;
	margin: 2px 0px 2px 0px;
	line-height:1.25em;
}

/* New div format ends here */

#news-splash {
	margin-bottom: 15px;
	padding:10px;
	background: #dfe5e5;
}

#news-splash #video-embed{
	margin-bottom: 18px;
}

#news-splash #video-embed-nosubhead{
	margin-bottom: 18px;
}

#news-splash ul{
	margin: 0px 0px 0px 0px;	
}
#news-splash ul li{
	margin: 0px 0px 0px 0px;	
}

#working-together {
	border: 1px solid #dee3e3;
	font-size: 0.75em;
	margin-bottom:15px;
	height: auto;
	min-height:154px;
}

#working-together img {
	border: 0;
	margin-bottom:7px;
}

#working-together a {
	color: #333;
}

div.smallbox-container {
	width:138px;
	float:left;
	display:inline;
	margin:7px;
	margin-right:0px;
}

#home-subcol2 ul{
	margin-bottom:8px;
}

/* LANDING PAGE BOXES */

div.box-container-wide {
	border:1px solid #b1b185;
	border-top-style:none;
	margin:0px 8px 9px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxtable-container {
	border:0px;
	border-top-style:none;
	min-height:140px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxtable-container table{
	/*border: 0px;*/
	margin:0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	height:300px;
}
div.boxtable-container table th{
	border: 0px;
	padding: 6px 8px 6px 10px;
	font-size: 0.95em;
	line-height: 1.4em;
    height: 18px;
}
div.boxtable-container td.nopadding{
	padding: 0px;
}
div.boxtable-container td{
	border: 0px;
	/*padding: 8px 8px 8px 8px;*/
}
div.boxtable-container table th a{
	color: white;
	font-size: 0.95em;
}
	
div.rhs-box {
	margin-right:0px;
}

div.box-container img, div.box-container-wide img {
	margin:9px;
	margin-bottom:0px;
}

div.box-container ul, div.box-container-wide ul {
	margin:0px 0px 0px 9px;
	padding:0px 0px 4px 9px;
	
	display: block;
}

div.box-container ul li, div.box-container-wide ul li {
	margin:0px 0px 4px 9px;
	padding:0px 0px 4px 9px;
	
	display: block;
}

/* RIGHT NAVIGATION STYLING */
#partner-box h2,
#rightnav h2 {
	margin: 0 0 0 0;
	font-size:0.95em;
	font-weight: bold;
	color: black;
}
#rightnav h3 {
	margin: 10px 0 0 0;
	font-size:0.95em;
	font-weight: bold;
	color: black;
}


#mini-right-banner {
	margin:16px 0px;
}

div.red-box {
	background-color: #60b060;
	padding: 0px 3px 4px 6px;
	margin-bottom: 15px;
}

div.red-box ul {
	padding:8px 2px 0px 0px;
	margin-bottom:8px;
}

div.red-box hr {
	margin:0px 15px;
	color: #c2b9bb;
	background-color: #c2b9bb;
	height: 1px;
}

#partner-box {
	border: 1px solid #dee3e3;
	padding: 7px;
	text-align:center;
}

#partner-box h2 {
	margin: 0 0 0.5em;
	color:#333333;
	text-align:left;
}

#partner-box img {
	vertical-align:middle;
	margin-right:5em;
	margin-bottom:1em;
	border:none;
	display:inline-block;
}
#partner-box a {
	margin:auto auto;
}
#partner-box .last {
	margin-right:0;
}
#partner-box ul li {
	margin-bottom: 3px;
	padding: 7px;
	font-size: 0.9em;
	color: #333;
	background: #dee3e3;
	list-style-type:none;
	line-height:1.2em;
}

#partner-box ul li a {
	color:#333;
}


/* FOOTER */

#footer {
	clear:both;
	background:#c3e4fb;
	border-top-style:none;
	padding:15px;
	border-bottom: 1px solid #ADADAD;
}

#footer ul {
	font-size:0.95em;
	margin:0;
}

#footer ul li {
	display:inline;
	color:#000;
	padding-left: 6px;
	border-left:1px black solid;
}

#footer ul li.bordernone{
	border-left:0px;
    padding-left: 0px;
}

#footer ul li a {
	color:#000;
}

#help-line {
}

#help-line p {	
	text-align:left;
	font-size:0.8em;
	line-height:1.25em;
}

#help-line p strong {
	font-size:1.2em;
	font-weight:bold;
}

#help-line span {
	display:block;
	margin-top:-1.60em;
	margin-bottom:0.3em;
	margin-left:7.45em;
	font-size:1.4em;
	font-weight:bold;
}

#help-line a {
	color: black;
}

/* TOOLS */
div.clearfix {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/* New div for embedding videos or similar in web pages */ 

.object-right	{
	overflow:hidden;
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.object-left	{
	overflow:hidden;
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* embedding videos div ends here */

/* BEGIN BANNER STYLES - 07/05/10 */

#banner-crumb{
	clear:both;
	font-size: 1.05em;
	font-weight:bold;
	padding:3px 3px 6px 3px;
	position:relative;
	text-align:center;
	background-color: #d9f0f7;
	color: #000;
	line-height:normal;
	border: 1px solid #000;
}

#banner-crumb a {
	text-decoration: underline;
}

#banner-crumb-home{
	clear:both;
	font-size: 1.05em;
	font-weight:bold;
	padding:3px 3px 6px 3px;
	margin:5px 0px 15px 5px;
	position:relative;
	text-align:center;
	background-color: #d9f0f7;
	color: #000;
	line-height:normal;
	border: 1px solid #000;
}

#banner-crumb-home a {
	text-decoration: underline;
}

div.banner-centre-red {
	border:1px solid #74112b;
	background-color: #74112b;
	padding: 12px 12px 12px 8px;
	margin-bottom:6px;
	font-size: 1.1em;
	font-weight:normal;
	color: #FFFFFF;
	line-height:normal;
	text-align:center;
}



div.banner-centre-red a {
color:#fff;
text-decoration: underline;
}

.responsive-block{
overflow-x:auto;
}

.responsive-block::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 16px;
}

.responsive-block::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.bg{
  min-height: 70vh;
}

div.boxtable-container table.home-table{
	min-height:350px;
}

table.home-table td, table.home-table th {
	padding:0px;
}

td ul{
	padding:5px;
}

#content img.inline  {
    display: inline;
}

/* END BANNER STYLES - 07/05/10 */

/* Blue background colour - color: #20a6d2; */