/* NCCMS Style */
#map_canvas,
#map_canvas a,
#map_canvas h2{
	color: #000!important;
}

a{
	color:gray;
	text-decoration:none;
}

a:hover
{
	color:black;
	text-decoration:underline;	
}

body {
	
	font-family:'Open Sans', Arial, sans-serif;
	font-size: 0.85em;
	line-height:1.5em;
	color:#000000;
	margin: 0;
	font-weight: 300;
	background-color:white;
	background:url(img/bg.png);
}

img {
	border: 0;
}

h1,h2,h3{

font-weight: 400;

	
}
	
.button_left{
	width:49%;
}

.button_right{
	width:49%;
	margin-left:2px;	
}

.fb{
	position:relative;
	float:left;	
}
.twitter{
	position:relative;
	float:left;
}

#mainbody {

	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: left;
	position:relative;
}

#background {
	background: #d6d6d6; /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #e2e2e2 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #d6d6d6 0%,#e2e2e2 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#e2e2e2 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #d6d6d6 0%,#e2e2e2 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */

	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
	position:fixed;;
	opacity: 0.5;
}

#headerwrapper{
	top:0;
	left:0;
	right:0;
	height:150px;
	position: fixed;
	background:#33a04d;
	z-index:2;
	-webkit-box-shadow:  0px 3px 6px 0px #666;
	box-shadow:  0px 3px 6px 0px #666;
}

#header {
	width: 940px;
	height: 85px;
	margin:0px auto;
	position:relative;
}
	
#logo {
	width: 400px;
	float: left;
	position:absolute;
	top:10px;
}

#logo h2{
	float:left;
	font-size: 20pt;
	color:white;
	width: 200px;	
	margin-top: 5px;
}

#logo .logomain{
	font-size: 40pt;
	width: 142px;
	line-height: 0px;	
	margin-top:24px;
}

#adres {
	float:right;
	text-align: right;
	padding-top: 0px;
	font-size: 12px;
	width:420px;
	color:white;
}


.banner {
	position:absolute;
	top: 40px;
	left:0;
	right:0;
	text-align:center;
	font-size: 30px;
	line-height: 120px;
	height: 120px;
	background-color: rgba(30,30,30,0.6);
	color:white;	
}

#contenthead {
	width: 1020px;
	margin-left: -510px;
	left:50%;
	clear: both;
	
	position:absolute;
	top:148px;
	border: 2px solid white;;
	-webkit-box-shadow:  0px 3px 6px 0px #666;
    box-shadow:  0px 3px 6px 0px #666;
}

.fadehead_item{
	width: 1020px;
	height: 350px;	
}

#menu {
	position:relative;
	margin-top: 20px;
	height:41px;
}

#menu p {
	position:absolute;
	right:0px;
	top:0px;
}
#nav,
#nav ul {
    list-style: none;
	margin:0;
	padding:0;
}
#nav {
	float:left;
	margin:0 auto;
}
#nav > li {
    float: left;
}
#nav li a {
	display: block;
    height: 40px;
    line-height: 40px;
	font-size:20pt;
    padding: 0 15px;
    text-decoration: none;
	border-right: 1px solid white;
}

#nav li:last-of-type a{
	border-right: none;	
}

#nav ul {
    position: absolute;
    display: none;
	z-index: 999;
}
#nav li:hover ul.noJS {
    display: block; 
}

/* Main menu
------------------------------------------*/
#nav, #menu {
    font-size: 14px;
    
}
#nav > li > a {
    color: #fff;
}
#nav > li:hover > a {
    color: #fff;
}
#nav > li > a.active {
}

/* Submenu
------------------------------------------*/
#nav ul {
    background: #0072b1;
}
#nav ul li a {
    color: #fff;
}
#nav ul li:hover a {
    background: #005a84;
}

#content {
	clear: both;
	width: 800px;
	padding: 20px;
	margin:450px auto 0 auto;
	position:relative;
	background: url('../rgba.php/rgba(255,255,255,0.8)');
	background: rgba(255,255,255,0.8);
	margin-bottom: 40px;
	-webkit-box-shadow:  0px 3px 3px 0px #999;
    box-shadow:  0px 3px 3px 0px #999;
}

.innercenter{
	left:-50%;
	position:relative;
}

.outercenter{
	left:50%;
	position:relative;
}

.background{
	background-color:white;
	opacity:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.barleft:hover .background{
	opacity:0.1;
}

.barright:hover .background{
	opacity:0.1;
}

.slogan {
	position:absolute;
	right: 20px;
	bottom: 10%;
	text-align:right;
	color:white;
	width: 250px;
	font-size: 42pt;
	line-height: 40pt;	
	text-shadow: 2px 2px 4px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

.barleft{
	position:absolute;
	left:0;
	top:145px;
	bottom:0;
	width:50%;
	background:url(img/counseling.jpg) center;
	background-size: cover;
	z-index:0;
	border-right: #ccc 1px solid;
	cursor:pointer;
}

.barright{
	position:absolute;
	top:145px;
	right:0;
	bottom:0;
	width: 50%;
	background:url(img/consultancy.jpg) center;
	background-size: cover;
	z-index: 0;
	border-left: #ccc 1px solid;
	cursor:pointer;
}

#footer {
	width: 100%;
	position:fixed;
	bottom: 0;
	right: 0;
	left:0;
	height: 30px;
	margin:0px 0px;
	clear: both;
}

#ncwebsites {
	width: 380px;
	float: left;
	text-align: left;
	margin-left:10px;
}

#footermenu {
	width: 380px;
	float: right;
	text-align: right;
	margin-right:10px;
}

#ncwebsites p {
	color: #214056;
	font-size: 9px;
}

#ncwebsites p a {
	color: #214056;
	font-weight: bold;
	text-decoration: underline;
}

#ncwebsites a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#footermenu p {
	color: #214056;
	font-size: 9px;
}

#footermenu p a {
	color: #214056;
	font-weight: bold;
	text-decoration: underline;
}

#footermenu a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#socialMedia {
	float: left;
	padding: 10px;
	margin-top: 14px;
}

.clear {
	clear: both;
}

/* GRID SYSTEM */
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float: left;
	margin-left: 20px;
}
.grid1 {
	width: 60px;
}
.grid2 {
	width: 140px;
}
.grid3 {
	width: 220px;
}
.grid4 {
	width: 300px;
}
.grid5 {
	width: 380px;
}
.grid6 {
	width: 460px;
}
.grid7 {
	width: 540px;
}
.grid8 {
	width: 620px;
}
.grid9 {
	width: 700px;
}
.grid10 {
	width: 780px;
}
.grid11 {
	width: 860px;
}
.first {
	margin-left: 0;
	clear: left;
}
.image {
	margin-top:20px;
}
/* END GRID SYSTEM */