* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#D4D4D4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

a:link, a:active, a:visited {
	color:#016C64;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#header {
	width:910px;
	padding:20px;
	margin:0 auto;
	background-color:#fff;
	height:259px;
}

#logo {
	float:left;
	width:200px;
}

#banner {
	float:right;
	width:692px;
}

#container {
	clear:both;
	min-height:465px;
  	height:auto !important;
  	height:465px;
	width:910px;
	padding:20px;
	margin:0 auto;
	background-color:#fff;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:auto;
}

#title {

	float:left;
	width:66px;

	margin-right:20px;
}

#content {
	float:left;
	width:509px;
	margin-right:20px;
	padding-right:40px;
}

#column {
	color:#656464;
	float:left;
	width:255px;
}

#content h1 {
	font-size:16px;
	font-weight:bold;
	clear:both;
}

#content h2, #column h2 {
	font-size:14px;
	font-weight:bold;
	clear:both;
}


#content p, #content h1, #content h2, #content ul, #content ol,
#column p, #column h2 {
	margin-bottom:12px;
}

#content ul, #content ol {
	margin-left:30px;
}

#information {
	clear:both;
}

.flash {
	text-align:center;
	margin-bottom:12px;
}

#footer {
	font-size:11px;
	clear:both;
	width:255px;
	padding:20px;
	padding-top:0;
	padding-left:675px;
	margin:0 auto;
	background-color:#fff;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	line-height:15px;
}

/*panels*/

#corporate-panel {
	float:left;
}

#community-panel {
	float:right;	
}

.panel {
	width:236px;
	min-height:190px;
	padding:5px;
	background-color:#E8E8E8;
	margin-bottom:18px;
}

.panel strong {
	font-size:16px;
}

#content .panel ul {
	margin-left:15px;
	font-size:11px;
	margin-bottom:0px;
}

/*panels end*/

/*links*/

.links li {
	list-style-type:none;
	border-bottom:1px dotted #ababab;
	margin-bottom:15px;
	height:72px;
	clear:both;
}

.links li ul li {
	list-style-type:none;
	border-bottom:none;
	margin-bottom:0;
	height:auto;
	clear:none;

	width:150px;
	font-size:11px;
	line-height:normal;
	color:#000;
}

.links a:link, .links a:visited, .links a:active, .links a:hover {
	font-weight:bold;
}

#column .links p {
	margin-bottom:4px;
}

.links li ul li#enterprise-days,
.links li ul li#corporate-days,
.links li ul li#unemployed-days,
.links li ul li#youths,
.links li ul li#next-level,
.links li ul li#enterprise,
.links li ul li#meetteam {
	width:79px;
	margin-right:10px;
	float:left;
}

#enterprise-days a:link, #enterprise-days a:visited, #enterprise-days a:active {
	width:79px;
	height:57px;
	display:block;
	text-indent: -9999px;
	background-image:url(../images/links/enterprise-days.jpg);
	background-repeat:no-repeat;
} 

#enterprise-days a:hover {
	background-image:url(../images/links/enterprise-days-over.jpg);
} 

#corporate-days a:link, #corporate-days a:visited, #corporate-days a:active {
	width:79px;
	height:57px;
	display:block;
	text-indent: -9999px;
	background-image:url(../images/links/corporate-days.jpg);
	background-repeat:no-repeat;
} 

#corporate-days a:hover {
	background-image:url(../images/links/corporate-days-over.jpg);
} 

#unemployed-days a:link, #unemployed-days a:visited, #unemployed-days a:active {
	width:79px;
	height:57px;
	display:block;
	text-indent: -9999px;
	background-image:url(../images/links/unemployed-days.jpg);
	background-repeat:no-repeat;
} 

#unemployed-days a:hover {
	background-image:url(../images/links/unemployed-days-over.jpg);
} 

#youths a:link, #youths a:visited, #youths a:active {
	width:79px;
	height:57px;
	display:block;
	text-indent: -9999px;
	background-image:url(../images/links/youths.jpg);
	background-repeat:no-repeat;
} 

#youths a:hover {
	background-image:url(../images/links/youths-over.jpg);
} 

#next-level a:link, #next-level a:visited, #next-level a:active {
	width:79px;
	height:57px;
	display:block;
	text-indent: -9999px;
	/*background-image:url(../images/links/next-level.jpg);*/
	background-image:url(../images/links/24-thumb.gif);
	background-repeat:no-repeat;
} 

#next-level a:hover {
	/*background-image:url(../images/links/next-level-over.jpg);*/
	background-image:url(../images/links/24-thumb.gif);
} 

#enterprise a:link, #enterprise a:visited, #enterprise a:active {
	width:79px;
	height:57px;
	display:block;
	text-indent: -9999px;
	background-image:url(../images/links/enterprise.jpg);
	background-repeat:no-repeat;
} 

#enterprise a:hover {
	background-image:url(../images/links/enterprise-over.jpg);
} 

#meetteam a:link, #meetteam a:visited, #meetteam a:active {
	width:79px;
	height:57px;
	display:block;
	text-indent: -9999px;
	background-image:url(../images/links/team.jpg);
	background-repeat:no-repeat;
} 

#meetteam a:hover {
	background-image:url(../images/links/team-over.jpg);
} 


.link-desc {
	padding-top:3px;
	float:left;
}

.links li.link-bottom {
	border-bottom:none;
}

/*links end*/

/*menu*/

.menu li {
	list-style-type:none;
	float:left;
	text-align:center;
	margin-right:1px;
	margin-top:12px;
}

.menu li#contact {
	margin-right:0px;
}

.menu a:link, .menu a:visited, .menu a:active {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	height:23px;
	line-height:23px;
	color:#fff;
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	
	width:98px;
	background-image:url(../images/tabs/tab.gif);
}

.menu a:hover {
	text-decoration:underline;
}

.menu #home a:link, .menu #home a:visited, .menu #home a:active, .menu #home a:hover  {
	/*width:52px;
	background-image:url(../images/tabs/home.gif);*/
}

.menu #about a:link, .menu #about a:visited, .menu #about a:active, .menu #about a:hover {
	/*width:52px;
	background-image:url(../images/tabs/about.gif);*/
}

.menu #corporate a:link, .menu #corporate a:visited, .menu #corporate a:active, .menu #corporate a:hover {
	/*width:77px;
	background-image:url(../images/tabs/corporate.gif);*/
}

.menu #personal-assessment a:link, .menu #personal-assessment a:visited, .menu #personal-assessment a:active, .menu #personal-assessment a:hover {
	/*width:148px;
	background-image:url(../images/tabs/personal-assessment.gif);*/
}

.menu #unemployed a:link, .menu #unemployed a:visited, .menu #unemployed a:active, .menu #unemployed a:hover {
	/*width:94px;
	background-image:url(../images/tabs/unemployed.gif);*/
}

.menu #young-people a:link, .menu #young-people a:visited, .menu #young-people a:active, .menu #young-people a:hover {
	/*width:103px;
	background-image:url(../images/tabs/young-people.gif);*/
}

.menu #testimonials a:link, .menu #testimonials a:visited, .menu #testimonials a:active, .menu #testimonials a:hover {
	/*width:95px;
	background-image:url(../images/tabs/testimonials.gif);*/
}

.menu #contact a:link, .menu #contact a:visited, .menu #contact a:active, .menu #contact a:hover {
	/*width:64px;
	background-image:url(../images/tabs/contact.gif);*/
}

.menu #community a:link, .menu #community a:visited, .menu #community a:active, .menu #community a:hover {
	/*width:87px;
	background-image:url(../images/tabs/community.gif);*/
}

.menu #team a:link, .menu #team a:visited, .menu #team a:active, .menu #team a:hover {
	/*width:110px;
	background-image:url(../images/tabs/team.gif);*/
}

/*menu end*/

/*
table {
	border-collapse:collapse;
	width:509px;
}
*/

table {
	border-collapse:collapse;
	margin-bottom:6px;
}

table td, table th {
	vertical-align:top;
	text-align:left;
	padding-bottom:6px;
	padding-right:6px;
}

table th {
	font-weight:bold;
}

/*team*/

#content #team ul {
	margin-left:0;
}

#team ul li {
	list-style-type:none;
	clear:both;
}

#team ul li img {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	width:110px;
	height:150px;
}

/*team end*/