/* Home View*/
#home {}
#home div.col1 {
	margin:20px 0 0 20px;
	width:440px;
	float:left;
}
#home div.col2 {
	margin:20px 0 0 20px;
	width:480px;
	float:left;
}
	#home h4 {
		color:#333;
		margin:0 0 15px 0;
		font-weight:normal;
	}
		#home h4 span {
			color:#aaa;
		}


	/* Options */
	div.option {
		margin:10px 0;
	}
	
	
/* Divider */
div.divide {
	width:100%;
	height:2px;
	border-bottom:1px dotted #b7b7b7;
	margin:15px 0 0px 0;
}


/* Featured */
#featuredProviders div.provider {
	padding:0 0 15px 0;
}
#featuredProviders div.provider p {
	line-height:17px;
}
#featuredProviders div.provider span {
	color:#969092;
}
#featuredProviders a {
	color:#90a32d;
}


/* Recently Posted */
h4.op {
	position:relative;
}
h4.op div.options {
	position:absolute;
	top:5px;
	left:150px;
}
h4.op a.active {
	cursor:default;
	color:#333;
	font-weight:bold;
}
h4.op a.not-active {
	color:#90a32d;
	font-weight:normal;
	cursor:pointer;
}
#recentlyPosted {
	margin-top:-3px;
}
#recentlyPosted a {
	color:#90a32d;
}
#recentlyPosted ul li {
	list-style-type:none;
	padding-bottom:7px;
}
	#recentlyPosted ul li p {
		padding:2px 0 2px 0;
	}
		#recentlyPosted ul li p a {
			font-weight:bold;
		}
		#recentlyPosted ul li p span {
			color:#969092;
			font-size:11px;
			line-height:18px;
		}
			#recentlyPosted ul li p span a {
				color:#004358; 
				font-weight:normal;
			}