@charset "utf-8";
/* CSS Document */


body {

	background-color:#6f6f6f;
}

#container {
	position: relative;
	width: 613px;
	height: auto;
	left: 50%;
	margin-left:-306px;
	top: 0px;
	padding: 0px;
	border: 0px;
}

#header {

	width:613px;
	padding:0;
	margin:0;
	border:0;
	
}

#content {

	background:url(images/back.gif) bottom no-repeat #FFFFFF;
	width:613px;
	height:auto;
	padding-bottom:80px;
}


.contentheader {

	position:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	margin-top: 20px;
	margin-left: 20px;
	
	}
	
.content {

	position:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	margin: 10px 86px 0px 20px;
	color:#000000;
	}
	
.bullets {

	position:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	margin: 10px 86px 0px 40px;
	color:#000000;
	}
	
.legal {

	position:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:400;
	text-align:center;
	margin: 40px 86px 0px 20px;
	color:#000000;
	}
	
.blogtitle {

	position:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	margin: 10px 86px 0px 20px;
	color:#5831e8;
	}
	
.blogcontent {

	position:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	margin: 10px 86px 0px 20px;
	color:#000000;
	}

.flash {
	
	position: relative;
	width: 410px;
	height: auto;
	left: 50%;
	margin-left:-205px;
	margin-top:40px;
}
	
/*NAV CSS*/
.home { background:url(images/home_over.gif) bottom left no-repeat; }
.solutions { background:url(images/solutions_over.gif) bottom left no-repeat; }
.press { background:url(images/press_over.gif) bottom left no-repeat; }
.contact { background:url(images/contact_over.gif) bottom left no-repeat; }
.exec { background:url(images/exec_over.gif) bottom left no-repeat; }
.coaching { background:url(images/coaching_over.gif) bottom left no-repeat; }
.assessment { background:url(images/assessment_over.gif) bottom left no-repeat; }
.talent { background:url(images/talent_over.gif) bottom left no-repeat; }

#nav {

	background-image:url(images/navbar.gif);
	width:612px;
	height:28px;
	}
	
	
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin-left: 16px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	text-align: center;
	text-decoration: none}
	
#sddm li a:hover img {
	visibility:hidden;
	
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		font: 11px arial}

	#sddm div a:hover img {	
	visibility:hidden;
	}


