@charset "utf-8";
/* CSS Document */

#header {
	width:912px;
	margin-bottom: 74px;
	*margin-bottom:0px;
}

	#logo {
		float:left;
		background: url(images/4growth-logo.png) top left no-repeat;
		height:72px;
		width:262px;
	}

	#nav {
		margin:0px;
		padding:0px;
		display:block;
		float:left;
	}
		#nav li {
			margin:0px;
			list-style:none;
			float:left;
			height: 64px;
			font-size: 11px;
			color: #6d6f67;
			padding: 22px 0 0 5px;
			display:inline;
		}
		
		
		
		
		#nav li.divider {
			padding:0px;
			margin: 26px 4px;
			height: 22px;
			width: 1px;
			background: #e4e5e7;
		}
		
		#nav li a, #nav li a:visited {
			color: #6d6f67;
			text-decoration: none;
			font-family: Helvetica, Arial, sans-serif;
			font-size:16px;
			display:block;
			line-height: 30px;
			height: 30px;
			float:left;
		}
		
		#nav li span {
			margin: 0 10px 0 -5px;
			height: 30px;
			line-height: 30px;
			float:left;
			padding-left: 10px;
			position:relative;
			text-align:center;
			cursor:pointer;
		}	
		/* Hover stuff */
		
		#nav li a:hover , #nav li.active  a{
			background: url(images/menu-hover.png) center right no-repeat;
			color: white;
		}
		
		#nav li a:hover span, #nav li.active a span {
			background: url(images/menu-hover.png) center left no-repeat;
			color:white;
			
		}
		
.header-image {
	padding-bottom: 20px;	
}