/* CSS for The Green Nut - In The News */



/* ===========================================
         NEWS CHANNEL
==============================================*/

#news #container-boxContent {
	background: url(../images/news/splash-news.jpg) 0 298px no-repeat;
	}

#bu-pressRoom {
	float: left;
	margin: 56px auto auto 20px;
	}


/* ===========================================
         PRESS ROOM
==============================================*/

#pressRoom .boxContent {
	padding: 24px 15px 17px;
	}

#pressRoom h3 {
	margin-bottom: 18px;
	}

#pressRoom .module {
	margin-bottom: 6px;
	padding-bottom: 4px;
	background-color: #f9f4ea;
	border-bottom: 1px solid #d6d2a9;
	}

#pressRoom h4 {
	margin-bottom: 14px;
	padding: 6px 18px 4px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	background-color: #5a471c;
	}

#pressRoom ul,
#pressRoom p {
	margin-bottom: 1em;
	margin-left: 18px;
	}

#pressRoom ul {
	padding-left: 1.3em;
	list-style: disc;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#pressRoom li {
	margin-bottom: 0.4em;
	}

#pressRoom p {
	font-size: 1.2em;
	line-height: 1.3em;
	}

#pressRoom a {
	margin-left: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	color: #9fac1f;
	text-decoration: none;
	}
	
#pressRoom a:hover {
	text-decoration: underline;
	}

#pressRoom .divider {
	margin-left: 0.5em;
	color: #9fac1f;
	}


/* ===========================================
         CONTACT INFO
==============================================*/

#contactInfo {
	margin-top: 24px;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#contactInfo p {
	margin-bottom: 1.5em;
	}

#contactInfo .divider {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #9fac1f;
	}

#contactInfo li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #9fac1f;
	}

#contactInfo a {
	font-weight: bold;
	color: #9fac1f;
	text-decoration: none;
	}
	
#contactInfo a:hover {
	text-decoration: underline;
	}




