/*
tan = #E8E5D1;
gold = F3D8A9
brown = 422712
ttgreen = beeb0b
annot orange = #EF9B3F;
dvdmote green = 62BE2F
annot lite blue = 8B9DB5
annot navy = 2C4A66
*/

.review_app
{
	color: white;
	font-size: 18pt;
	background-color: #AFACA0;
	margin-top: 15px;
	padding: 0px 0px 0px 10px;
}

.review_box
{
	margin: auto;
	width: 750px;
	padding-bottom: 10px;
}

.review_img
{
	float: left;
	padding: 0px 30px 10px 10px;
	background-color: white;
	height: 100px;
}

.mini_icon
{
	float: right;
	padding: 0px 0px 0px 10px;
	background-color: white;
}

.quote
{
	font-weight: bold;
	color: #B97000;
}

.review_quote { font-style: italic; }

a.review
{
	text-decoration: none;
	font-size: 15pt;
	color: #51270B;
	outline: none;
}

a.review:hover
{
	text-decoration: underline;
	color: #422712;
	outline: none;
}

.review_head
{
	border-bottom: 2px solid #F3D8A9;
	margin: 10px;
	padding-bottom: 3px;
}

/*education partner*/

.eduReview_box
{
	
	width: 650px;
	padding-bottom: 10px;
}

.eduReview_img
{
	float: left;
	padding: 0px 15px 10px 0px;
	background-color: white;
	height: 100px;
}

.eduReview_head
{
	border-bottom: 2px solid #db0000;
	margin: 10px;
	padding-bottom: 3px;
}