/*this is for the horizontal naviation along the top-IMPORTANT the vertical navigation is in the aside css*/
#navigation {
	height: 50px;
	width: 765px;
	left: 8px;
	list-style-type: none;
	background-image: url(images/navigation-background-2.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
}
#nav_hom {
	background-color: #b0b8d1;
	height:25px;
	width: 100px;
	margin-left:10px;
}
#nav_assessment {
	background-color: #d81e22;
	height:25px;
	width: 100px;
	margin-left:10px;
}

#nav_consulting {
	background-color: #841717;
	height:25px;
	width: 150px;
	margin-left:5px;
}
#nav_counseling {
	background-color: #662971;
	height:25px;
	width: 150px;
	margin-left:5px;
}
#nav_contact {
	background-color: #13480e;
	height:25px;
	width: 100px;
	margin-left:5px;
}
#navigation li {
	display:inline;
	float:left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
	padding-left: 15px;
}
#navigation li a {
	float:left;
	color:#ffffff;
	text-decoration:none;
	line-height: 2.2;
		}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	color: #cccccc;
}

/*this is for the navigation along the bottom in the footer*/#wrapper #footer ul {
	display: inline;
	list-style-type: none;
}
#wrapper #footer ul li {
	float: left;
	font-size:12px;
	padding-left: 15px;
	line-height:2.0;
}
#wrapper #footer ul li a{
	text-decoration:none;
	color: #27459B;
}
#section-text a {
	color: #27459B;
	text-decoration: none;
}
#section-heading a {
	color: #27459B;
	text-decoration: none;
}
#section ul li a {
	color: #27459B;
	text-decoration: none;
}
