/* -------------------------------------------------------------------- */
/* This stylesheet contains styles for the five values panels only
/* -------------------------------------------------------------------- */

div.compassion {
	background-image:url(../../values/_img/compassion.jpg);
	background-repeat:no-repeat;
	height:196px;
	width:450px;
	margin-bottom:20px;
}

div.hospitality {
	background-image:url(../../values/_img/hospitality.jpg);
	background-repeat:no-repeat;
	height:196px;
	width:450px;
	margin-bottom:20px;
}

div.justice {
	background-image:url(../../values/_img/justice.jpg);
	background-repeat:no-repeat;
	height:196px;
	width:450px;
	margin-bottom:20px;
}

div.respect {
	background-image:url(../../values/_img/respect.jpg);
	background-repeat:no-repeat;
	height:196px;
	width:450px;
	margin-bottom:20px;
}

div.dimension {
	background-image:url(../../values/_img/spiritual_dimension.jpg);
	background-repeat:no-repeat;
	height:270px;
	width:450px;
	margin-bottom:20px;
}

div.values {
	padding-left:190px;
	padding-top:5px;
	padding-right:20px;
}

/* Override #content p, h1 and h2 */
#content div.values p, h1, h2 {margin-right:0px;}

#content div.values p {
	font-size:11px;
	font-style:italic;
}

 