
/* SHOWCASE
/* ---------------------------------------------------- */

.showcase {
	position: relative;
	background: #000 url(/assets/img/global.png) no-repeat -49px -329px;
	border: 1px solid #e5e5e5;
	float: left;
	width: 959px;
	margin: 20px 0 0 0;
	padding: 30px 0 26px 0;
	text-align: center;
}

.showcase h2 {
	background: transparent url(/assets/img/h2-home.png) no-repeat 0 0;
	display: block;
	width:502px;
	height: 33px;
	margin: 0 auto 24px auto; 
}

.showcase h2 span {
	display: none;
}

.showcase ul {
	text-align: left;
	padding-left: 40px;
	color: white;
}

.showcase div.solution {
	width: 280px;
	float: left;
	position: relative;
	z-index: 1;
}

.showcase img.building {
	position: absolute;
	right: 0;
	bottom: 0;
}

.showcase h3 {
	font-size: 1em;
	color: #CCC;
}

.showcase h3 a:link, .showcase h3 a:visited, .showcase h3 a:active {
	display: block;
	margin: 12px auto;
	background: transparent url(/assets/img/global.png) no-repeat;
	width: 192px;
	height: 35px;
}

.showcase .security h3 a:link, .showcase .security h3 a:visited, .showcase .security h3 a:active {
	background-position: -50px -700px;
}

.showcase .security h3 a:hover {
	background-position: -50px -735px;
}

.showcase .security h3 a:focus {
	background-position: -50px -770px;
}

.showcase .management h3 a:link, .showcase .management h3 a:visited, .showcase .management h3 a:active {
	background-position: -243px -700px;
}

.showcase .management h3 a:hover {
	background-position: -243px -735px;
}

.showcase .management h3 a:focus {
	background-position: -243px -770px;
}

.showcase .universities h3 a:link, .showcase .universities h3 a:visited, .showcase .universities h3 a:active {
	background-position: -436px -700px;
}

.showcase .universities h3 a:hover {
	background-position: -436px -735px;
}

.showcase .universities h3 a:focus {
	background-position: -436px -770px;
}

.showcase h3 a span {
	display: none;
}

.showcase em {
	background: url(/assets/img/hover.png) no-repeat;
	width: 160px;
	height: 36px;
	line-height: 1.125em;
	color: #666;
	position: absolute;
	top: 71px;
	left: 59px;
	text-align: center;
	padding: 20px;
	font-style: normal;
	z-index: 1;
	display: none;
}


/* CONTENT
/* ---------------------------------------------------- */

.content {
	float: left;
	width: 961px;
	margin: 20px 0 0 0;
	padding: 0;
}

body.generic .content {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-top: 18px;
	padding-bottom: 20px;
}

body .main {
	width: 564px;
	float: left;
	padding-top: 1px;
	text-align: left;
}

body .sidebar {
	width: 357px;
	float: right;
	padding-top: 59px;
	text-align: left;
}

p.channel-home {
	float: left;
	width: 240px;
	border: 1px solid #e4e4e4;
	margin-right: 20px;
	padding: 21px 20px 21px 20px;
	text-align: center;
	color: #666;
}

p.channel-home a:link, p.channel-home a:visited, p.channel-home a:active {
	background: transparent url(/assets/img/global.png) no-repeat -50px -820px;
	display: block;
	width: 240px;
	height: 30px;
	margin: 20px 0 0 0;
}

p.channel-home a:hover {
	background-position: -50px -850px;
}

p.channel-home a:focus {
	background-position: -50px -880px;
}

p.channel-home a span {
	display: none;
}

p.channel-home strong a:link, p.channel-home strong a:visited, p.channel-home strong a:active {
	font-size: 1.5em;
	text-decoration: none;
	background: none;
	margin: 0;
	color: #333;
	font-weight: normal;
}

p.channel-home strong a:hover {
	text-decoration: underline;
	color: #333;
}

p.channel-home strong a:focus {
	color: black;
}

p.channel-home br {
	display: none;
}

#partners {
	float: left;
	margin: 0;
	padding: 0;
}

