@charset "utf-8";
/* CSS Document */

/**
 * [File : home.css]
 *
 * Project:         Sentencing Council
 * Version:         1.0.
 * Last change:     18/03/10
 * Assigned to:     Geoff Anscombe
*/

#left-nav-home {
	float: left;
	width: 230px;
	margin: 5px 10px 0 15px;
}

.left-nav-top-image {
	height: 230px;
	background: url(http://webarchive.nationalarchives.gov.uk/+/http://www.sentencingcouncil.org.uk/images/blue/left-nav/public.png) no-repeat;
	width: 230px;
	margin-bottom: 10px;	
}

.left-nav-top-image ul {
	margin: 0px;
	padding: 163px 0px 0px;
}

.left-nav-top-image li {
	margin: 0px;
	padding: 7px 0 3px;
	display: block;
	width: 220px;
}

.left-nav-top-image a {
	color:#ffffff !important;
	font-size:1.1em;
	text-decoration:none !important;
	padding-left:25px;
	display: block;
	background: url(http://webarchive.nationalarchives.gov.uk/+/http://www.sentencingcouncil.org.uk/images/blue/left-nav/pub-off.png) no-repeat 4px 4px;
	padding-top: 2px;
}


.left-nav-top-image a:hover, .left-nav-top-image a:focus  {
	text-decoration:none !important;
	background: url(http://webarchive.nationalarchives.gov.uk/+/http://www.sentencingcouncil.org.uk/images/blue/left-nav/pub-on.png) no-repeat 4px 4px;
}	

#right-nav-home {
	float: right;
	width: 230px;
	margin: 5px 15px 0 10px;
}

.right-nav-top-image {
	height: 230px;
	background: url(http://webarchive.nationalarchives.gov.uk/+/http://www.sentencingcouncil.org.uk/images/blue/right-nav/professional.png) no-repeat;
	width: 230px;
	margin-bottom: 10px;
}

.right-nav-top-image ul {
	margin: 0px;
	padding: 163px 0px 0px;
	width: 220px;
}

.right-nav-top-image li {
	margin: 0px;
	padding: 7px 0 3px;
	display: block;
	width: 220px;
}

.right-nav-top-image a {
	color:#000000 !important;
	font-size:1.1em;
	text-decoration:none !important;
	padding-left:25px;
	display: block;
	background: url(http://webarchive.nationalarchives.gov.uk/+/http://www.sentencingcouncil.org.uk/images/blue/right-nav/pro-off.png) no-repeat 4px 4px;
	padding-top: 2px;
}

.right-nav-top-image a:hover, .right-nav-top-image a:focus  {
	background: url(http://webarchive.nationalarchives.gov.uk/+/http://www.sentencingcouncil.org.uk/images/blue/right-nav/pro-on.png) no-repeat 4px 4px;
	text-decoration:none !important;
}	

.nav-link-button {
	margin-bottom: 10px;
}

#content-home { margin: 0 240px 0 270px; } 

#content-home ul {
	margin-bottom: 20px;
} 

#content-home li {
	background: url(http://webarchive.nationalarchives.gov.uk/+/http://www.sentencingcouncil.org.uk/images/blue/icons/content-bullet.png) no-repeat left 6px;
	margin: 10px 10px 0px 30px;
} 

.news { width: 415px; 
}

.news h3 {
	border-top: 4px solid #000000;
	padding-top: 5px;
	font-size: 104%;
	margin-bottom: 0px;
	font-weight: bold !important;
}

.news-date {
	font-size: 85%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.news-links {
	margin-top: 10px;
	font-size: 90%;
}

.news-links a {
	padding: 0px 14px 0px 9px;
	background: url(http://webarchive.nationalarchives.gov.uk/+/http://www.sentencingcouncil.org.uk/images/blue/icons/content-bullet.png) no-repeat left 7px;
}


