/* PAGE STYLES */

/* PRESS RELEASES HEADER CHANGE-OUTS */

#press-releases {
	position: absolute;
	height:94px;
	width: 808px;
	background: url(images/press-releases_808x94.jpg) no-repeat left top;	
	bottom: 0px;
	left: 0px;
	z-index: 1003;
}

/* PAGE FEATURE INSERTS */

.feature1 {
	position: relative;
	width: 560px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background:#fff;	
	border: 1px solid #D4D6C9;
}





/* PAGE FEATURE ARTICLE */

#feature-article {
	position: relative;
	width: 580px;
	margin-bottom: 20px;
}

#feature-insert {
	position: relative;
	height:148px;
	width: 100px;
	background: url(images/krissy_100x148.jpg) no-repeat left top;	
	display: block;
	float: left;
	padding-right: 20px;
}





/*PRESS RELEASE ITEMS  */

.release {
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
}
.release li {
	font-family: "verdana", sans-serif;
	position: relative;
	width: 540px;
	margin-bottom: 20px;
}
.release .group {
	display: block;
	position:relative;
	width: 580px;
}
.release .icon1 {
	position: relative;
	float: left;
	width: 520px;

}
.release .icon2 {
	position: relative;
	float: left;
	width: 20px;
	margin-left: 5px;
}
.release .icon3 {
	position: relative;
	float: left;
	width: 20px;
}
.release p {
	display: block;
	padding-left: 20px;
}

.recent li a {

	color: #5172A5;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;	
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}
.recent li a:hover {
	color: #DC5B3B;
	text-decoration: none;
}

.recent li a em {
	display: block;
	color: #D54520;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-style: normal;
}

.recent .alt {
	background-color: #FFFEFA
}
