#main #intro {
 padding:14px 20px 0px 20px;
}
#main #intro h1 {
 display:none;
 position:absolute;
 text-indent:-55555px;
}
#main #services {
 overflow:auto;
 padding:14px 0px 0px 45px;
}
#main #services h2 {
 display:none;
 position:absolute;
 text-indent:-55555px;
}
#main #services #knowledge, #main #services #creativity, #main #services #governance {
 float:left;
 width:210px;
 height:320px;
 margin:0px 0px 0px 40px;
 padding:0px;
}
#main #services #knowledge {
 margin-left:0px;
}
#main #services * ul {
 list-style-type:disc;
 list-style-position:inside;
}

/*
#main #services #knowledge ul, #main #services #creativity ul, #main #services #governance ul {
 color:grey;
}
#main #services #knowledge:hover ul, #main #services #creativity:hover ul, #main #services #governance:hover ul {
 color:black;
}
*/


#main #services #knowledge {
 background:url("graphics/knowledge.jpg") no-repeat center bottom;
}
#main #services #creativity {
 background:url("graphics/creativity.jpg") no-repeat center bottom;
}
#main #services #governance {
 background:url("graphics/governance.jpg") no-repeat center bottom;
}

#main #services #knowledge:hover {
 background:url("graphics/knowledge-bold.jpg") no-repeat center bottom;
}
#main #services #creativity:hover {
 background:url("graphics/creativity-bold.jpg") no-repeat center bottom;
}
#main #services #governance:hover {
 background:url("graphics/governance-bold.jpg") no-repeat center bottom;
}
