.mentor-wrapper {
	width: 590px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border: 0px solid;
}

#home_mentors{
	width: 590px; 
	height: 336px;
	background: url(http://www.awesomeinc.org/wp-content/themes/Awesome-Inc/images/mentor-background.jpg) no-repeat;
	border: 0px solid;
	}

div.mpop
{
	display:block;
	width:202px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	font-size:0.8em;
	z-index:-100;
	position:absolute;
	margin-left:4px;
	
	
}

div.mpop div.mentor_wrap
{
	
	
	background: url(http://www.awesomeinc.org/wp-content/themes/Awesome-Inc/images/mentorpopuptop.png) no-repeat;
	padding:15px;
	padding-left:20px;
}

div.mpop img.popup_bottom
{
	border:none;
	display:block;
}

div.mpop div.mentor
{
	font: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight:bold;
	font-size:1.2em;
}


.mentorpopupline{
background: url(http://www.awesomeinc.org/wp-content/themes/Awesome-Inc/images/mentorpopup-line.png) no-repeat;	
margin: 8px 0;
width: 140px;
height: 1px;
	}



#home_mentors .wrapper 					{ background: url(images/layout/mentors_back_top.jpg) center top no-repeat; }
#home_mentors h2 						{ text-indent: -9999px; overflow: hidden; }
#home_mentors .view_all 				{ float: left; margin: ; }
#home_mentors ul 						{ list-style: none; clear: right;  width: 590px; position: absolute; left: -22px;  top: 30px;  }
#home_mentors li 						{ display: inline; float: left;}
#home_mentors ul li img.mentor_image 	{ border: 0px solid #000; margin: 7px;}



.mentorIndividual 	{ display: block; border: 1px solid #7c7b76; margin: 2em 0; }


.viewallmentors{
	position: absolute;
	border: 0px solid;
bottom: -340px; right: 20px;
font-size: 1px;
	}
	
.viewallmentors a{
	display: block;
	width: 120px;
	height: 60px;
	text-decoration:none;
	}




/* ---------------------------------------------------------------------------------------------------------------
 Clearfix
------------------------------------------------------------------------------------------------------------------ */

/* Clearing floats without extra markup [ http://www.positioniseverything.net/easyclearing.html ] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix			{display: inline-block;}
* html .clearfix	{height: 1%;}
.clearfix 			{display: block;}

/* Regular clearing apply to column that should drop below previous ones. */
.clear 				{ clear:both; }
