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

/* layout styles */

body {
	background-color: #2A2C33;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #993366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	line-height: 1.6em;
	background-image: url(../images/bground.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
}

@font-face {
	font-family: 'League Gothic';
	src: url('http://www.northlight-heritage.co.uk/webfonts/League_Gothic-webfont.eot');
	src: url('http://www.northlight-heritage.co.uk/webfonts/League_Gothic-webfont.eot#iefix') format('embedded-opentype'),
		url('http://www.northlight-heritage.co.uk/webfonts/League_Gothic-webfont.woff') format('woff'),
		url('http://www.northlight-heritage.co.uk/webfonts/League_Gothic-webfont.ttf') format('truetype'),
		url('http://www.northlight-heritage.co.uk/webfonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#container {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}

#header {
	color: #FFFFFF;
	display: inline;
	font-size: 0.9em;
	clear: both;
	background-image: url(../images/trans_bg_contact.png);
	background-repeat: repeat;
	width: 100%;
}
#header_left {
	float: left;
	width: 340px;
	font-size: 1em;
}
#header_right {
	float: right;
	width: 233px;
	height: 35px;
	background-image: url(../images/bg_search.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#header_logo span {
	display: block;
	height: 90px;
	border-style: none;
	background-image: url(../images/logos/NL_logo_transbground_big.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header_logo img {
display: block;
width: 0;
}

#main_nav{
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1em;
	text-shadow: 0px 1px 1px #000000;
}
#main_nav ul{
	list-style:none;
	margin-left: 1px;
	padding-left: 1px;
}
#main_nav li{
	display:inline;
	margin-left: 0px;
}
#main_nav a{
	display:block;
	color:#993366;
	text-decoration:none;
	margin-right: 20px;
	float: left;
}
#main_nav .sel a{
	color: #669933;
}
#main_nav a:hover,#main_nav a:focus{
	color: #6699CC;
}
#main_nav .sel a:hover,#main_nav .sel a:focus{
	color: #0099CC;
}

#main_content{
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

#contact_content_wrapper {
	background-repeat: no-repeat;
	background-position: 440px 100px;
	background-image: url(../images/contact_southblock.png);
	height: 500px;
}

.contact_box {
	padding-right: 5px;
	width: 170px;
	float: left;
	padding-left: 5px;
	font-size: 80%;
	margin-right: 20px;
	margin-left: 5px;
}


#home_content_wrapper {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/index_bground.png);
	height: 500px;
	margin-top: 15px;
}

#home_content_1 {
	width: 280px;
	float: left;
	font-size: 0.9em;
	margin-left: 30px;
	margin-top: 10px;
}

#home_content_2 {
	width: 360px;
	float: left;
	font-size: 0.9em;
	margin-left: 160px;
	margin-top: 10px;
}
#home_content_3 {
	width: 250px;
	float: right;
	font-size: 0.8em;
	padding: 0px;
	color: #999;
	margin-right: 20px;
	margin-top: -20px;
}


.rollover .out
{
	display:inline;
	visibility:visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rollover .over
{
	display:none;
	visibility:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rollover:hover .out
{
	display:none;
	visibility:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rollover:hover .over
{
	display:inline;
	visibility:visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#search_results {
	color: #333;
	background-color: #666;
}

#portfolio_print {
	display: none;
}


div.footer {
	z-index:2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 10px;
	background-image: url(../images/icons/trans_bg.png);
	background-repeat: repeat;
	width: 100%;
}
div.footer div.inner {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 240px;
}

.footercol2_text {
	color: #FFFFFF;
	text-align: left;
	line-height: 1.2em;
	font-size: 0.7em;
	padding-left: 5px;
}

.footer a:link, a:visited, a:hover, a:active {
	color: #CCC;
}

img.footer_textalign {
	border-right-style: none;
	padding-right: 5px;
	margin-right: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
	
.yatfooter_col {
	margin-top: 10px;
	clear: both;
	float: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.yatfooter_style {
	text-align: left;
	list-style-type: none;
	font-size: 0.6em;
	line-height: 1.3em;
	width: 860px;
	color: #CCC;
	margin-top: 0px;
	padding-top: 5px;
}

.footer_links {
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	width: 170px;
	display: block;
}
.footer_address_office {
	float:left;
	margin-left: 30px;
	padding-left: 10px;
	width: 150px;
	margin-top: 10px;
}

.footer_address_lab {
	float:left;
	margin-left: 30px;
	padding-left: 10px;
	width: 220px;
	margin-top: 10px;
}

div.footer br { clear:both }

.access_list {
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../images/icons/list_icon.png);
}

.contact_links {
	text-align: left;
	line-height: 1.2em;
	font-size: 0.7em;
	list-style-type: none;
	margin-right: 20px;
	width: 65px;
	float: left;
	padding-left: 0px;
}

.contact_icon {
	padding-right: 5px;
	vertical-align: bottom;
}

.download_list {
	text-align: left;
	list-style-position: inside;
	list-style-image: url(../images/icons/download_icon.png);
}

a.credit { display:block; text-indent:-9999px; background:url(http://www.northlight-heritage.co.uk/images/footer_ejs_logo.gif); width:180px; height:67px; position:absolute; bottom:70px; right:0 }


.clear {clear:both;}
.hide {display: none;}


/* top navigation styles */

.topnav a {
}

.topnav a:link, #topnav a:visited
{
	color: #fff;
	text-decoration: none;
}

.topnav a:hover
{
	color: #66CCFF;
	text-decoration: none;
}

/* search bar styles */

#searchform input.txt{
	display:inline;
	vertical-align:middle
}
#searchform input.btn{
	margin:0;
	vertical-align:middle;
}

#searchform{
	clear:both;
	float:none;
	margin-right:2px;
	text-align: left;
	margin-left: 28px;
	margin-top: 2px;
}
#searchform input.txt{
	width:180px;
}

/* text and header styles */

h1 {
	font-size: 2.4em;
	text-align: left;
	font-weight: lighter;
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px #000000;
}


h2 {
	font-size: 1.4em;
	color: #6699CC;
	text-align: left;
	font-weight: lighter;
	text-shadow: 0px 1px 1px #000000;
}
h3 {
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: left;
	font-weight: lighter;
	line-height: 1em;
	text-shadow: 0px 1px 1px #000000;
}

h3.contact {
	line-height: 1.2em;
	font-size: 1.2em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color: #CCCCCC;
	font-size: 0.8em;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663;
}

.home_text {
	font-size: 0.9em;
	text-align: left;
	font-weight: lighter;
}
p a:hover { border-bottom:1px solid #f90 }


.list_style1 {
	font-size: 0.9em;
	list-style-image: url(../images/icons/list_icon_tiny.png);
}

p {
	font-size: 100%;
	color: #E8E8E8;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000000;
}


.noscript {
	color: #FFC;
	font-size: 1.2em;
}
.contact_text {
	padding-left: 10px;
	text-align: left;
	width: 460px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.job_header {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/* link styles */

a:link {
	color: #99CCFF;
	text-decoration: none;
}



a:visited {
	color: #9999FF;
	text-decoration: none;
}



a:active {
	color: #993366;
	text-decoration: none;
}



a:hover {
	color: #CC3366;
	text-decoration: none;
}

	

a:focus {
	text-decoration: none;
	color: #FF9933;
}

.hidden
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.nodisplay {
	display: none;
}
/* image styles */

.img {
	margin: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.left {
	text-align: left;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.right {
	text-align: right;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 40px;
}

.tablecaption {
	text-align: left;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

table {
	border: 1px solid #999999;
	text-align: left;
	font-size: 0.8em;
	text-indent: 5px;
	color: #FFFFFF;
	padding: 2px;
	width: 400px;
}

td, th {
	border: 1px solid #999;
}
/* social networking navigation styles */

.social_nav {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	display: block;
	width: 220px;
	float: right;
	padding-left: 10px;
}

    #head-soc ul li {
	list-style :none;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
    #head-soc ul li a {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 32px;
	width: 32px;
	border: 0;
	display: block;
	background-image: url(../images/icons/social_media_icons/social-media.png);
	background-repeat: no-repeat;
}

    #head-soc li#fb a {background-position: -0px 0px;}
    #head-soc li#fb a:hover {background-position: -0px -32px;}

    #head-soc li#twit a {background-position: -32px 0px;}
    #head-soc li#twit a:hover {background-position: -32px -32px;}
	
	#head-soc li#li a {background-position: -64px 0px;}
	#head-soc li#li a:hover {background-position: -64px -32px;}

    #head-soc li#fl a {background-position: -96px 0px;}
    #head-soc li#fl a:hover {background-position: -96px -32px;}

/*	FOR FUTURE USE
    #head-soc li#gplus a {background-position: -0px 0px;}
    #head-soc li#gplus a:hover {background-position: -0px -32px;}

    #head-soc li#li a {background-position: -32px 0px;}
    #head-soc li#li a:hover {background-position: -32px -32px;}

    #head-soc li#youtube a {background-position: -64px 0px;}
    #head-soc li#youtube a:hover {background-position: -64px -32px;}
*/