/*@charset "utf-8";*/
/* CSS Document */



h3, h5, h6
{
	letter-spacing: -1px;
	font-family: Arial;
	margin: 1.2em 0 .3em;
	color: #00a65f;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em;
}
h3
{
	font-size: 126%;
}
h5
{
	font-size: 106%;
}
h6
{
	font-size: 96%;
}

.featurebox
{
	min-width: 400px;
	color: #00a65f;
	padding: 50px 20px 20px;
	margin: 0 0 1.5em;
	background-image: url('images/subcats.gif');
	background-repeat: repeat-x;
}

h3
{
	display: none;
}

.featurebox p
{
	border: none;
	margin: 0 0 1em;
	color: #343434;
}
.featurebox a
{
	font-weight: bold;
	color: #343434;
}
.featurebox a:hover
{
	font-weight: bold;
	color: #343434;
	text-decoration: underline;
}

.sub_category:visited
{
	font-weight: bold;
	color: #343434;
}


.intranet_header2
{
	background-image: url(images/intranetHeader.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	width: 100%;
	height: 30px;
	background-position: left;
	
}
.intranet_header_text2
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 2px;
	margin-left: 5px;
	line-height: 28px;
	padding-left: 10px;
}
.banner
{
	margin: 15px;
}


/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active
{
	background: transparent url( "images/LA_sprites.gif" ) no-repeat 5px -500px;
	padding-left: 21px;
}
a.morelink:hover
{
	background: transparent url( "images/LA_sprites.gif" ) 5px -400px;
}
.morelink span
{
	position: absolute;
	left: -9999px;
	width: 900px;
}
