h1 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#home_news {
	float: left;
	display: inline;
	width: 409px;
	margin: 30px 26px 0 0;
}

#home_general {
	float: left;
	width: 409px;
	margin: 0 0 0 0;
}

/* news column */

#home_news h2 {
	background: #2a3b54;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 21px;
	vertical-align: middle;
}

#home_news div {
	margin: 0 10px 10px 10px;
	padding-top: 20px;
}

#home_news div p.date {
	font-size: 10px;
	line-height: 1;
	margin: 0;
	color: #697587;
	text-transform: uppercase;
}

#home_news .news_reports h3 {
	background: transparent url(../chrome/homepage/news/thumb-D95900.png) 0 2px no-repeat;
}
#home_news .news_news h3 {
	background: transparent url(../chrome/homepage/news/thumb-293352.png) 0 2px no-repeat;
}
#home_news .news_dev h3 {
	background: transparent url(../chrome/homepage/news/thumb-00B38F.png) 0 2px no-repeat;
}
#home_news .news_tidbit h3 {
	background: transparent url(../chrome/homepage/news/thumb-8599AB.png) 0 2px no-repeat;
}

#home_news .news_orange h3 {
	background: transparent url(../chrome/homepage/news/orange.png) 0 2px no-repeat;
}

#home_news .news_green h3 {
	background: transparent url(../chrome/homepage/news/green.png) 0 2px no-repeat;
}

#home_news .news_gold h3 {
	background: transparent url(../chrome/homepage/news/gold.png) 0 2px no-repeat;
}

#home_news .news_red h3 {
	background: transparent url(../chrome/homepage/news/red.png) 0 2px no-repeat;
}

#home_news .news_purple h3 {
	background: transparent url(../chrome/homepage/news/purple.png) 0 2px no-repeat;
}

#home_news div h3 {
	padding-left: 40px;
	min-height: 31px;
	line-height: 1.2;
	margin: 4px 0 0 0;
	font-size: 16px;
}

* html #home_news div h3 {
	height: 31px;
}

#home_news div h3 img {
	position: relative;
	left: 5px;
	vertical-align: middle;
}

#home_news div h3 a:link,
#home_news div h3 a:visited {
	text-decoration: none;
}

#home_news a:hover,
#home_news a:active,
#home_news a:focus {
	text-decoration: none;
}

#home_news div p {
	color: #666;
	line-height: 1.4;
	margin: 10px 0 0 0;
}

/* about block */

#about_jiscmu {
	margin: 30px 0 20px 0;
	background: #e7e8ec url(../chrome/homepage/about_bg.png) 0 0 repeat-x;
	border: 1px solid #d6d7dd;
	padding-bottom: 14px;
	width: 407px;
	overflow: auto;
}

#about_jiscmu h2 {
	margin: 12px 0 0 10px;
	height: 35px;
	background: transparent url(../chrome/homepage/jiscmu_sm.png) 0 0 no-repeat;
	text-indent: -9999px;
}

* html #about_jiscmu h2 {
	height: auto;
	line-height: 35px;
}

#about_jiscmu p {
	margin: 14px 18px 0 58px;
	line-height: 1.4;
}

#about_jiscmu p a:link,
#about_jiscmu p a:visited {
	color: #333;
}

#about_jiscmu p a:hover,
#about_jiscmu p a:active,
#about_jiscmu p a:focus {
	color: #e65f23;
}

#about_jiscmu #jisc_social {
	float: left;
	display: inline;
	width: 90px;
	margin: 16px 0 0 57px;
}

#jisc_social a {
	margin-right: 8px;
}

#about_jiscmu #jisc_credits {
	float: right;
	display: inline;
	width: 180px;
	margin: 16px 19px 0 0;
	text-align: right;
}

#jisc_credits a {
	margin-left: 24px;
}

/* features block */

#features_container {
	position: relative;
	width: 409px;
	background: #687386;
	color: #fff;
	overflow: hidden;
}

#features_container a {
	color: #fff;
}

#features_container a:hover,
#features_container a:active,
#features_container a:focus {
	color: #e65f23;
	text-decoration: underline;
}

#features_wrapper {
	position: relative;
	width: 2045px;
	overflow: hidden;
}

.feature_block {
	float: left;
	width: 409px;
}

.feature_mast {
	position: relative;
	height: 216px;
}

#features_container .feature_mast img {
	position: absolute;
	width: 409px;
	top: 0;
	left: 0;
	z-index: 1;
}

#features_container .feature_mast h2 {
	position: absolute;
	width: 389px;
	padding: 10px;
	bottom: 0;
	margin: 0;
	font-size: 20px;
	background: transparent url(../chrome/homepage/feature_title_bg.png) 0 0 repeat;
	z-index: 100;
	font-weight: bold;
}

* html #features_container .feature_mast h2 {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB283852, endColorstr=#BB283852);
}

#features_container .feature_mast h2 a:link,
#features_container .feature_mast h2 a:visited {
	color: #fff;
	text-decoration: none;
}

#features_container .feature_mast h2 a:hover,
#features_container .feature_mast h2 a:active,
#features_container .feature_mast h2 a:focus {
	color: #fff;
	text-decoration: underline;
}

#features_container .feature_block p {
	margin: 12px 10px;
}

#features_container .feature_block p.feature_more {
	float: left;
	display: inline;
	width: 45%;
	margin-top: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#features_container .feature_block p.feature_more a:link,
#features_container .feature_block p.feature_more a:visited {
	color: #fff;
	text-decoration: none;
}

#features_container .feature_block p.feature_more a:hover,
#features_container .feature_block p.feature_more a:active,
#features_container .feature_block p.feature_more a:focus {
	color: #fff;
	text-decoration: underline;
}

#features_container .feature_block p.feature_photocredit {
	float: right;
	display: inline;
	width: 45%;
	margin-top: 0;
	text-align: right;
	color: #b4bac3;
	font-size: 10px;
}

#features_container {
	padding-bottom: 24px;
}

#features_container #features_nav {
	position: absolute;
	width: 389px;
	bottom: 0;
	margin: 0;
	padding: 12px 10px;	
}

#features_container #features_nav a {
	display: block;
	float: left;
	width: 14px;
	text-align: center;
	margin-right: 3px;
	line-height: 14px;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
}

#features_container #features_nav a:link,
#features_container #features_nav a:visited {
	color: #fff;
	text-decoration: none;
	background: #7c89a0;
	border: 1px solid #b4b9c3;
}

#features_container #features_nav a:hover,
#features_container #features_nav a:active,
#features_container #features_nav a:focus {
	color: #fff;
	text-decoration: none;
	background: #2a3b54;
	border: 1px solid #fff;
}

#features_container #features_nav a.current {
	background: #687386;
	border: 1px solid #fff;
}

#features_container #features_nav #featurenav_more a {
	float: right;
	width: auto;
	text-align: right;
	border: 0;
	line-height: 16px;
	background: transparent;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin-right: 0;
}

#features_container #features_nav #featurenav_more a:hover,
#features_container #features_nav #featurenav_more a:active,
#features_container #features_nav #featurenav_more a:focus {
	text-decoration: underline;
}

/* tags */

#home_general #home_tags {
	margin: 20px 10px;
	text-indent: 55px;
	line-height: 3em;
	vertical-align: baseline;
	background: transparent url(../chrome/tags.png) 0 0.9em no-repeat;
}

#home_tags span {
	margin-right: 6px;
}

#home_tags a:link,
#home_tags a:visited {
	color: #697587;
	text-decoration: none;	
}

#home_tags a:hover,
#home_tags a:active,
#home_tags a:focus {
	color: #e65f23;
	text-decoration: underline;
}