/* reset style sheet */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end reset */

html {
	font: 125% 'georgia';
	color: #262626;
}
body {
	font-size: 50%;
}

a {
	color: #262626;
}
div#SP_content {
	position: relative;
	width: 940px; 
	height: 514px;
	padding:0 0 0 10px;
}
div#SP_content div.SP_module {
	width: 180px;
	height: 166px;
	text-align: center;
	float: left;
	margin: 0 8px 8px 0;
	position: relative;
	font-style: italic;
}

div#SP_content div.SP_module.SP_large {
	width: 274px;
}

div.SP_image, 
div.SP_video {
	position: absolute; 
	z-index: 1;
}

div#SP_content .SP_info {
	position: relative;
	font-size: 1.333em;
	line-height: 1.313em;
	display : table-cell;
	vertical-align: middle;
	width: 140px;
	height: 166px;
	opacity: 0;
	padding: 0 20px;
}

div#SP_content .SP_module.SP_large .SP_info {
	font-size: 1.666em;
	line-height: 1.3em;
	width: 234px;
	height: 166px;
}
div#SP_content .SP_module.SP_mega {
	width: 932px;
	height: 514px;
}
div#SP_content .SP_module.SP_mega .SP_info {
	opacity: 1;
}

div#SP_content .SP_module .SP_info a {
	text-decoration: underline;
	margin-top: -12px;
	display: block;
	/* opacity: 0; */
	z-index: 2;
	position:relative;
}

/* news items */
div#SP_content .SP_module.SP_news.SP_small {
	padding: 1px;
	background: #026728;
	height: 164px;
	width: 178px;
}
div#SP_content .SP_module.SP_news.SP_small .SP_info {
	background: #fff !important;
	height: 164px !important;
	width: 176px !important;
}
div#SP_content .SP_module.SP_news .SP_image {
	right: 0;
}
div#SP_content .SP_module.SP_news .SP_info {
	display: table-cell;
	visibility: visible !important;
	opacity: 1;
	background: transparent;
	width: 135px;
	font-size: 1.6em;
	z-index: 2;
}
div#SP_content .SP_module.SP_news .SP_info a {
	opacity: 1;
	position: relative;
	visibility: visible;
	z-index: 3000;
}
div#SP_content .SP_module.SP_news .SP_info p {
	margin: 5px 0 0;
	font-size: 0.75em;
	line-height: 1.25em;
	position: relative;
	z-index: 100;
}
div#SP_content .SP_module.SP_news.SP_large .SP_info {
	font-size: 1.667em;
}
div#SP_content .SP_module.SP_news.SP_large .SP_info h2 {
	line-height: 1.3em !important;
}
div#SP_content .SP_module.SP_news.SP_large .SP_info p {
	font-size: 0.6em;
	margin: 7px 0 0;
}

/* non JS fallback CSS */
div#SP_content div.SP_module:hover .SP_image {
	opacity: 0.15;
}
div#SP_content div.SP_logo:hover .SP_image {
	opacity: 1;
}
div#SP_content div.SP_module.SP_news:hover .SP_image, 
div#SP_content div.SP_module.logo:hover .SP_image, 
body.js div#SP_content div.SP_module.SP_news:hover .SP_info, 
body.js div#SP_content div.SP_module.logo:hover .SP_info {
	opacity: 1;
}
body.js div#SP_content div.SP_module:hover .SP_info {
	opacity: 0;
}

div#SP_content div.SP_module:hover .SP_info, 
body.js div#SP_content .SP_module.SP_mega:hover .SP_info, 
body.js div#SP_content div.SP_module:hover .SP_image {
	opacity: 1;
}

