/*
Theme Name: NBConsult
Theme URI: http://www.nickbellconsulting.com.au
Description: Nick Bell Consulting Theme
Version: 1
Author: Rachael Bentley
*/


html,body{
height:100%
}

body{
	font-family: Arial, sans-serif;
	font-size:14px;	
	margin:0 auto; padding:0;
	background-color:#2BC100; 
	color:  #000000;/*#a5a6a6;*/
	height:100%;
	width:100%;
}
*{
	margin:0;
	padding:0;
}

/* links */
a,a:link {
	color:#000000; /*#a7a6a6; */
	text-decoration:none;
}
a:visited{
	color:#a7a6a6; 
	text-decoration:none;
}
a:hover{
	color:#0E4100; /*#6c7074;*/
	text-decoration:none;
}
a img{
	border:none
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, sans-serif;
font-weight: normal;
color: #65696E;
}

/* lists and paragraphs */
p, ul, ol{
	font-size:14px;
	line-height:22px;
	margin-bottom:14px;
	list-style-type:square;
	color:#000000;/*#a5a6a6;*/
}
ul, ol{
	margin:10px 10px 35px 40px;
}
ol{
	margin:10px 0 35px 30px;
}

ul ul {
	margin:6px 6px 6px 40px;
}
#header-strip {
	background-color: #2BC100; 
	height: 12px;
	width:100%;
}

#header-container {
	width:960px;
	height:150px;
	margin:0px auto;
}
#header {
	width:960px;
	height:104px;
	float:left;
}

#headerImage{
	padding-top:1em;
	float:left;
}


#pageHeader {
	width:100%;
	height:86px;
	background-color:#F2F2F2; /*#ebebeb;*/
	float:left;

}

#pageTitle{
	width:960px;
	margin:0px auto;
}
.title {
	height:86px;
	width:auto;
	float:left;
	margin:23px 0px 0px 18px;
	font: 23px 'Open Sans', sans-serif;
	font-weight: bold;
	color: #65696E;
}

.title-divider{
	width:1px;
	height:40px;
	margin-top:20px;
	margin-left:10px;
	background-image:url(img/divider.png);
	background-repeat:repeat-y;
	float:left;
}

.notification{
	float:right;
	width:510px;
	height:45px;
	margin-top:20px;
}

.notification-image{
	width:32px;
	height:32px;
	background-image:url(img/calendar32.png);
	background-repeat:no-repeat;
	float:left;
	visibility:hidden;
}
.notification-message{
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}

/* Content
------------------------------------------------------*/
#content{
	width:960px;
	height:550px;
	margin:0px auto;	
	overflow:auto;
	padding-bottom: 60px;
}
#content-left{
	width:450px;
	margin-right:50px;
	float:left;
}
#content-right{
	width:450px;
	float:left;
}
#content-fullwidth{
	width:960px;
	float:left;
}
.maincontent{
	margin:49px 0px 60px 0px;
	float:left;
}

#container{
	background-color:#ffffff;
}

#main-container{
background-color:#ffffff; /*:#2BC100; */
}


/* Footer
------------------------------------------------------*/
#bottom-container {
position:relative;
bottom:0;
	width:100%;
	height:auto;   /* Height of the footer */
	/*background: url('img/barbg.gif') repeat-x;*/
	background-color: #2BC100;
	margin-top:-40px;
}

#footer-content{
	width:960px;
	height:30px;
	background-image:url(img/footer-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px auto;
}

/* Mainmenu Styling */
#menubar{
	width:auto;
	height:140px;
	margin-top:90px;
	float:right;
	vertical-align:bottom;
  	margin-right: 10px;
  	font-family: 'Open Sans', sans-serif;
  	font-size:10px;
}
.navigation{
	width:auto;
	float:right;
	list-style-type:none;
}
.navigation ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
  float: right;
}
.navigation li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:left;
	z-index:100; 
	position:relative;
}
.navigation li a{
	font-size:16px;
	text-decoration:none;
	color:#65696e; 
	display:block;
	margin:0px;
	padding:0px 44px 10px 0px;
	float:left;
	z-index:100;	
}

#menu {
	vertical-align:bottom;
}

#menubar .navigation li.last a {
	padding-right:0;
}
.navigation li.current a, .navigation li a:hover, .navigation li.current li a:hover{
	text-decoration:none;
	color: #0E4100; /*#989494;	*/
}
.navigation li.current a,
.navigation li.current_page_item a,
.current-menu-item.last a {
	text-decoration:none;
	color:#0E4100; /*989494;*/
}
.navigation li li{
	margin:0 0 0px 0px;
	padding:0px;
	position:relative;
	z-index:100;	
}
.navigation ul{
	display:none;
	position:absolute;
	top:25px;
	left:-17px;
	width:150px;
	z-index:100;	
	background-color:#fff;
	border-top:none;
	border-bottom:2px solid #ebebeb;
	border-left:2px solid #ebebeb;
	border-right:2px solid #ebebeb;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.navigation li ul a{
	width:150px;
	float:left;
	padding:0px 25px 8px 15px;
	font-size:13px;
	color:#0E4100;
	line-height:24px;
	z-index:100;
	text-decoration:none;
}
.navigation ul ul {
	display:none;
	position:absolute;
	top:0;
	left:150px;
	width:150px;
	z-index:100;	
	background-color:#fff;
	border-top:none;
	border-bottom:2px solid #ebebeb;
	border-left:2px solid #ebebeb;
	border-right:2px solid #ebebeb;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;  
}

/* Contact Page */
.phone {
	background: url(img/old_phone.png) no-repeat;
	height:32px;
	width:32px;
}

.mail {
	background: url(img/mail.png) no-repeat;
	height:32px;
	width:32px;
}

.email {
	background: url(img/email.png) no-repeat;
	height:32px;
	width:32px;
}

input[type="button"], input[type="submit"] {
	color:#ffffff;
	background-color:#2BC100;
	font-weight:bold;
	height:25px;
	width:110px;
}