/*
 * Same as #landing, #audience, #documentWrapper, #events if you want to integrate
 * with style.css
 */
#networking {
	background: url(../images/bg-content-toplevel.png) no-repeat left top;
	padding: 13px 17px;
	margin: 0 222px 3em 0;
	min-height: 650px;
}

#networking .intro {
	border-bottom: 0px solid #DBDBDB;
	padding: 0 0 0.6em;
	/* 	margin: 1.6em 0;
	height: 6.4em; */
	margin-bottom:20px;
}


#networking .intro .opener { font-weight: bold; margin-bottom: 0.6em; }
#networking .intro img { float: left; margin: 0 1.2em 0 1.2em; }

#networking .left {
	float: left;
	width: 338px;
	padding-right: 14px;
	border-right: 1px solid #DBDBDB;
}

#networking .right {
	margin-left: 352px;
	border-left: 1px solid #DBDBDB;
	padding-left: 15px;
}

#networking .left ul, #networking .right ul {
	border: 1px solid #DBDBDB;
	padding: 1em 1em 1em 1em;
	margin-bottom: 2em;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
}

#networking .right .inYourRegion { position: relative; }
#networking .right .inYourRegion ul {
	padding: 11px 1em 0 115px;
	min-height: 159px;
}

#networking .right .inYourRegion ul li {
	margin-bottom: 0.9em;
	padding-bottom: 1em;
}
#networking .right .inYourRegion ul li:last-child { border-bottom: none; }

#networking .right .inYourRegion img {
	position: absolute;
	left: -13px; bottom: 0;
}

#networking ul li {
	padding: 0 0 0.6em 11px;
	margin-bottom: 0.6em;
	background: url(../images/arrow-mini-green-right.png) no-repeat 0 0.5em;
	border-bottom: 1px solid #E4E4E4;
}

#networking ul li .date { color: #555; }

#networking ul li.more {
	border: none;
	background: none;
	padding: 0.4em 0 0; margin: 0;
	text-align: right;
}

#networking ul li.more a {
	color: #469C23;
	text-decoration: none;
	display: inline-block;
	background: url(../images/mycollege-arrow-more-grey.png) no-repeat 0 0.2em;
	padding-left: 19px;
}
#networking ul li.more a:hover { text-decoration: underline; }

#networking h2 {
	font: normal 1.75em Tahoma, Arial, Verdana, sans-serif;
	color: #469C23;
	margin: 0 0 0.25em;
}

/* Recent questions */
#networking .right .recentQuestions {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	margin-bottom: 0;
	padding-top: 16px;
}

#networking .right .recentQuestions li { padding-left: 0; background: none; }

#networking .askYourPeers {
	text-align: center;
	position: relative;
	margin: 11px 0 -8px -2px; padding: 0;
}

/* National college discussions */
#networking .nationalCollegeDiscussions li img {
	float: left;
}

#networking .left .nationalCollegeDiscussions li {
	background: none;
	padding-left: 0;
}

#networking .nationalCollegeDiscussions li div { min-height: 63px; margin-left: 107px; }
#networking .nationalCollegeDiscussions li div a {
	display: block;
	background: url(../images/arrow-mini-green-right.png) no-repeat 0 0.5em;
	padding-left: 11px;
}

/* #networking #memberpromo a {
	text-decoration:underline;
	color:#0372A7;
	display: inline-block;
	background: url(../images/arrow-mini-green-right.png) no-repeat 0 6px;
	margin-left: 89px;
	padding-left:10px;
	padding-bottom:10px;
} */

#networking p {
margin-bottom: 1em;

}

