/* 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;
}

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 {
	background: url('../rgba.php/rgba(0,0,0,0.5)');
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
	position:relative;
}

#headerwrapper{
	top:0px;
	left:0px;
	right:0px;
	height:150px;
	position: fixed;
	background:#33a04d;
	z-index:2;
}

#header {
	width: 940px;
	height: 85px;
	margin:0px auto;
	position:relative;
}
	
#logo {
	width: 400px;
	float: left;
	position:absolute;
	top:10px;
	margin-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: 0px;
	left:0px;
	right:0px;
	text-align:center;
	font-size: 40px;
	line-height: 120px;
	height: 120px;
	background: url('../rgba.php/rgba(30,30,30,0.6)');
	background-color: rgba(30,30,30,0.6);
	color:white;	
}

#contenthead {
	width: 940px;
	margin:0px 10px;
	clear: both;
	overflow: hidden;
}

.moreinfo{
	color:white;
	background-color: #666;
	padding:  15px 30px;
	border-radius: 3px;
	position: absolute;
	font-size: 20pt;
	right: 20px;
	bottom: 5%;	
}

#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: 940px;
	margin:0px 10px;
}

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

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

.background{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	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: 15%;
	text-align:right;
	color:white;
	width: 250px;
	font-size: 42pt;
	line-height: 40pt;
	text-shadow: 2px 2px 4px #000;
	padding: 20px;
}

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

.barright{
	position:fixed;
	top:145px;
	right:0px;
	bottom:0px;
	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:absolute;
	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 */