@charset "utf-8";
@import url("reset.css");
@import url("fontface.css");

body {
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#061121;
	background:#fff url(../img/background-2000-pixels3.jpg) top center no-repeat;
}
.wrapper {width:890px; margin:0 auto;}
.hidden {visibility:hidden;}
a {color:#1B2A3C;}

/* HEADER */
header {
	margin-bottom:44px;
}
header a {color:#061121;}
#logo {
	width:146px;
	height:74px;
	background: url(../img/NL-Brand-Logo.png) top left no-repeat;
	float:left;
	padding:1em 0;
	margin-top:50px;
	margin-left:110px;
}
#logo a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

/* Navigation */
#nav {float:left; padding-top:40px;}
#nav a {display: block;	width: 7em;	color:#fff; text-decoration:none; background-color:#061121; padding:5px;}
#nav ul {padding: 0; margin: 0; list-style: none;}
#nav li {float: left; width: 7em; font-size:0.8125em; margin-right:20px;}
#nav li.current, #nav li.current a {background-color:#8E571C;}
#nav li a:hover{background-color:#8E571C; text-decoration:underline;}
#nav li ul {position: absolute; left: -999em; width:738px;}
#nav li:hover ul, #nav li.sfhover ul {left: auto; color:#061121; padding: 7px; width: 738px; z-index: 100;}
#nav ul li ul li {float:left; width:100px; height:20px; margin-right:15px;}
#nav ul li ul li a, #nav ul li.current ul li a {display: block; margin-bottom: 10px; color:#061121; border-right:1px solid #061121;border-bottom:1px solid #061121; background-color:#D5D9DE;}
#nav ul li ul li a:hover {color:#fff; background:#061121; text-decoration:none;}

#nav li.last {margin-right:0px;}
#nav li ul li a {width:100%; background:none; color:#061121;}

#textResize {
	float:right;
	font-size:0.6875em;
	margin:1em 0 1em 0;
}
#textResize .medium {font-size:1.4em;}
#textResize .large {font-size:1.6em;}

#search {
	float:right;
	clear:right;
	width:175px;
}
#search {
	float:right;
	clear:right;
	width:175px;
	background-color: #D5D9DE;
}
#search form input {
	border:none;
	background:#D5D9DE;
	width:145px;
	height:20px;
	padding:2px;
}
#search form #btnG {
	background: none;
	background: url(../img/search_submit.gif) no-repeat right;
	height: 20px;
	width: 17px;
	text-indent: -9999px;
	color: #D5D9DE;
}


#intro {
	clear:both;
	background:url(../img/weare-bck.png) top left no-repeat;
	font-size:0.8125em;
	line-height:1.5em;
	margin-bottom:1em;
	padding:1em;
	min-height:258px;
}
#intro h1 {
	width:253px;
	height:221px;
	background:url(../img/weare.png) top left no-repeat;
	float:left;
	margin-right:32px;
}
#intro p {padding-top:1em; padding-left:285px}


/* SlIDER */
#slider {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:1em 0;
}
#slider h2 {
	font-size:3em;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
	width:245px;
}
#slider img {float:right;}

/* CONTENT */
#home-content {
	background:#fff;
	padding:1em;
	color:#09172D;
	font-size:0.8125em;
	line-height:1.5em;
}
#home-content a {color:#E58010; text-decoration:none;}
#home-content a:hover {text-decoration:underline;}
.career-intro {
	border-bottom:1px dotted #09172D;
	padding:1em 0 1em 0;
	clear:both;
	min-height:114px;
}
.career-intro h3 {
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.5em;
}
.career-intro img {float:left; margin-right:1em;}


/* INSIDE PAGES */
#title-bar {
	clear:both;
	font-size:0.8125em;
	line-height:1.5em;
}
#title-bar h1 {
	width:319px;
	height:279px;
	background:url(../img/weare.png) top left no-repeat;
	float:left;
	margin-right:31px;
	margin-top:15px;
}
#title-bar img {float:right;}

#content {
	width:434px;
	background:#fff;
	float:right;
	padding:53px;
	font-size:0.875em;
	line-height:1.35em;
	color:#09172D;
}
#content h2 {
	font-size:2.15em;
	line-height:0.9em;
	font-weight:normal;
	margin-bottom:1em;
	color:#8E571C;
}
#content h3 {
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.25em;
	margin-bottom:1em;
}
#content h4 {
	font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.43em;
	margin-bottom:1em;
	margin-top:1.5em;
	text-transform:uppercase;
}
#content p {margin-bottom:1em;}
#content .weare {color:#8E571C;}
#footer {
	margin: 35px 0 0 0;
	border-top: #000 1px solid;
	text-align: right;
}
#footer a {color:#E58010; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/*********************/
/* self-clear floats */
/*********************/

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* for IE6 */
* html .group {
	height: 1%;
}
/* for IE7 */
*:first-child+html .group {
	min-height: 1px;
}