@charset "UTF-8";
/* CSS Document */

/*---------PORTFOLIO WRAPPER-----------*/


#news_wrapper
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


#news_wrapper li
{
	list-style: none;
}


#news_content
{
	float: left;
	width: 606px;
	margin: 0 0 0 0;
}


#news_item
{
	position: relative;
	width: 606px;
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 40px;
	margin: 0 0 40px 0;
}


#news_item h2
{
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	color: #808080;
	padding-bottom: 20px;
}


#news_item h2 a
{
	text-decoration: none;
	color: #808080;
}


#news_item h2 a:hover
{
	text-decoration: none;
	color: #009ACE;
}


.news_relative
{
	position: relative;
	width: 606px;
	margin: 10px 0 0 0;
}


.news_title
{
	float: left;
	width: 100px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 140%;
	color: #808080;
	margin: 0 0 0 0;
}


.news_content
{
	position: relative;
	width: 606px;
	margin: 0 0 0 0;
}


#news_content_relative
{
	position: relative;
	width: 606px;
	margin: 0 0 0 0;
}


#news_content a
{
	text-decoration: none;
	color: #009ACE;
}


#news_content a:hover
{
	text-decoration: underline;
	color: #009ACE;
}


/*---------PORTFOLIO IMAGES-----------*/


#portfolio_img_row
{
	position: relative;
	width: 606px;
	margin: 20px 0 0 0;
}


#portfolio_img
{
	float: left;
	width: 188px;
	margin: 0 20px 0 0;
}


#portfolio_img2
{
	float: left;
	width: 188px;
	margin: 0 0 0 0;
}


#portfolio_img3
{
	float: right;
	width: 188px;
	margin: 0 0 0 0;
}