/* 
    Document   : featuredprojects.css
    Created on : May 12, 2009, 5:10:07 PM
    Author     : andrewh
    Description: Featured Projects bucket on home page under Flash banner
*/

div.featured_projects_container {
	position:relative;
    left:0;
	display:block;
	width:480px;
    padding-bottom:20px;
    float:left;
}

div.featured_projects_container a { cursor:pointer; }

div.featured_projects_container div.project_profile_container {
	position:relative;
	width:480px;
	display:block;
	margin-bottom:16px;
}

div.featured_projects_container div.project_profile_container img {
	position:absolute;
}

div.featured_projects_container div.project_profile_container strong {
	position:relative;
	left:135px;
	width:340px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin:5px 0 6px;
}

div.featured_projects_container div.project_profile_container p {
	position:relative;
	left:135px;
	width:340px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000000;
	margin:0 0 6px;
}

div.featured_projects_container div.project_profile_container a.show_all {
	position:relative;
	left:135px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

div.featured_projects_container div.content_header {
    margin-bottom:10px;
}

div.featured_projects_container div.content_header div.title {
    position:relative;
    top:-3px;
}

div.featured_projects_container a.view_all {
    color:#cc0000;
    text-decoration:none;
    display:block;
    text-align:right;
}

div.featured_projects_container a.view_all:hover {
    text-decoration:underline;
}

