body#home h3 {
	background: url(../img/banners/home.png) left top no-repeat;
}

/* @group JOURNAL LEAD */

body#home #journalLead {
	margin: 0 0 20px 0;
	float: left;
	display: inline;
	clear: both;
	width: 523px;
	position: relative;
}

body#home #journalLead h4 span {
	display: block;
	color: #969475;
}

body#home p.journalLeadLinks {
	margin: 0;
	padding: 0;
}

body#home p.journalLeadLinks a {
	background: url(../img/arrow.png) no-repeat 5px center;
	padding-left: 20px;
}

/* @end */

/* @group EXCERPT */

body#home #subscriptions {
	float: right;
	width: 337px;
	display: inline;
	clear: right;
	margin: 6.5em 0 10px 0;
	padding: 8px 0 8px 0;
	background: transparent url(../img/cornerFadeBground.png) left top no-repeat;
	border-bottom: 1px solid #eae6d8;
}

body#home #subscriptions a {
	float: left;
	display: inline;
}

body#home dl.excerpt {
	float: right;
	clear: right;
	width: 337px;
	display: inline;
	margin: 0;
	padding: 5px 0 36px 0;
	position: relative;
	background: transparent url(../img/cornerFadeBground.png) left top no-repeat;
	font-size: 1.2em;
	line-height: 1.9em;
}

body#home dl.excerpt dt {
	margin: 0 9.5em 0 10px;
	padding: 0;
	text-transform: uppercase;
}

body#home dl.excerpt dt a:link, body#home h4 a:link {
	text-decoration: none;
	color: #333300;
}

body#home dl.excerpt dt a:visited, body#home h4 a:visited {
	text-decoration: none;
	color: #ff58bc;
}

body#home dl.excerpt dt a:hover, body#home h4 a:hover {
	color: #FF5F00;
	text-decoration: none;
}

body#home dl.excerpt dt a:active, body#home h4 a:active {
	color: #fd972d;
	text-decoration: none;
}

body#home dl.excerpt dd.byline {
	clear: none;
	position: absolute;
	border: 0;
	top: 5px;
	right: 10px;
	width: auto;
}

body#home dl.excerpt dd {
	border-top: 0;
	margin: 0;
	padding: 0 12px 0 20px;
	clear: left;
	color: #969475;
}

body#home dl.excerpt dd.linkage {
	border: 0;
	clear: none;
}

body#home dl.excerpt dd.linkage a {
	background: url(../img/arrow.png) no-repeat 5px center;
	padding-left: 20px;
	display: block;
	width: 100%;
}

/* @end */

/* @group EXTENDED LINKS */

body#home dl.extendedLinks {
	background: #1e99e9 url(../img/sidebarBlueBottom.png) left bottom no-repeat;
	color: white;
	margin-bottom: 26px;
	clear: right;
	float: right;
	display: inline;
	padding: 0 0 5px 0;
}

body#home dl.extendedLinks dt.firstDt {
	background: url(../img/sidebarBlueTop.png) left top no-repeat;
	margin: 0 0 0 0;
	padding: 5px 12px 0 10px;
}

body#home dl.extendedLinks dt {
}

body#home dl.extendedLinks ul {
	color: white;
	list-style: none;
	margin: 0;
	padding: 0;
}

body#home dl.extendedLinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

body#home dl.extendedLinks li span {
	position: absolute;
	right: 2px;
	text-shadow: #1e99e9 0 0 1px;
}

body#home dl.extendedLinks a {
	background: none;
	padding-left: 20px;
}

body#home dl.extendedLinks a.browseArchive {
}

body#home dl.extendedLinks a:link {
	color: white;
	text-shadow: #1e99e9 0 0 1px;
}

body#home dl.extendedLinks a:visited {	
	color: #d2ebfb;
	text-decoration: underline;
}

body#home dl.extendedLinks a:hover {
	color: white;
	background: url(../img/arrowBlue.png) no-repeat 5px center;
	text-decoration: underline;
}

body#home dl.extendedLinks a:active {
	color: #d2ebfb;
	background: url(../img/arrowBlue.png) no-repeat 5px center;
	text-decoration: underline;
}

/* @end */