/*
	Asbestos Network
	Home Page Stylesheet
	Created:		4/26/07
	Last Updated:	9/10/09
*/

#section1 ul,
#section2 ul,
#section3 ul,
#section4 ul,
#section5 ul,
#section6 ul,
#section7 ul {
	display:none;
}
/* ----- Features ----- */
#features {
	background-color: #DDD9CA;
	border-bottom:1px solid #000;
	font-size:1.2em;
}
#features h4 {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	position:relative;
}
#features div {clear:both; }
#features p {line-height: 1.5;}
#feature1 img {float:left; height: 8.4em; width: 6.4em;}
#feature2 img {float:right; height: 9.1em; width: 6.4em;}
#feature3 img {float:left; height: 10.3em; width: 6.4em;}
#feature2 p {
	padding: 0 1em;
	width: 13em;
}
#feature1 img, #feature3 img {margin-right: .8em;}
#feature1 span, #feature3 span {padding: .3em .3em .3em 0;}
#feature1, #feature2, #feature3 {
	border-top:1px solid #000;
	font-size: 80%;
	font-weight: bold;
	width:100%;
}
#features h4 .tl,
#features h4 .tr {
	background-image: url(../images/corners_white_8px.gif);
	height:8px;
	position:absolute;
	top:-2px;
	width:8px;
}
#features h4 .tl {background-position:bottom right; left:-2px;}
#features h4 .tr {background-position:0 8px; right:-2px;}

/* ------------- Newly Posted ---- */
#newly-posted {font-weight:bold; margin: 0; padding: 0 0 2em 0;}
#newly-posted h4 {
	background-color: #B0A886;
	color: #fff;
	font-size: 1.1em;
	height: 1.9em;
	margin: 0;
	padding: 0.5em 0 0 0.8em;
}
#newly-posted ul {margin: 0; padding:0;}
#newly-posted li {
	display: block;
	font-size: 1em;
	line-height:1.4;
	list-style-type:none;
	margin: 0px;
	padding: .6em 0.7em 1em 1.1em;
}
#newly-posted li li {padding:0; margin-bottom: 1.5em;}
#newly-posted p { /*news blurb*/
	font-weight:normal;
	margin:2px 0 0 0;
	padding:0;
}
#newly-posted p a {
	border:0;
	clear:both;
	display:block;
	margin-top:.6em;
	text-align:center;
}