/* CSS Document */
/* Title:	Principles into Practice Network - styles for Website */

/* CONTENT */
.bkgrnd {
	background: #86adcc url("/web/templates/Principles_home_files/case-studies-bkgrnd.gif") repeat-y right top;
	}
.color {
	background: #d4e5f6;
	}
.bkgrnd #content-left 
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif !important;
	}
.color #content-left {
	color: #000;
	font-family: Arial, Helvetica, sans-serif !important;
	}

.bkgrnd .fixed-main {
	color: #3F3B3C;
	font-family: Arial, Helvetica, sans-serif !important;
	}

#container-content a {
	color: #222;
}

#content-right a {
	color: #222;
}
/* new */

#page_heading{
	margin-top:.5em;
	background:#86adcc;
	padding:.5em 50px;
}

#page_heading h1{
	color:#fff;
}

#content_footer{
	margin-top:5px;
	background:#86adcc;
	padding:.5em 0;
}

/* active menu link */
#case-studies a {
	background: #86adcc url("/web/templates/Principles_home_files/link-arrow.gif") no-repeat right bottom;
	border-top:5px solid #fff;
	}

