
/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#page-content {
		margin: 0px;
		text-align: justify;
	}

	#page-content h1,
	#page-content h2.h1-style {
		width: 100%;
		margin-top: 18px;
		padding-right: 25px;
		background: url(/_design/project-of-the-month/h1-bullet.jpg) no-repeat scroll right 2px;
		font-size: 18px;
		display: block;
	}

	#page-content h2 {
		background: url(/_design/project-of-the-month/strong-arrow.jpg) no-repeat scroll 98% center;
		padding-right: 30px;
		line-height: 40px;
	}

	.section-header {
		background-image: url(/_design/project-of-the-month/project-of-the-month-header.jpg);
	}

	#page-content img {
		margin: 4px 12px 6px 0px;
		border: 2px solid #6f9f90;
		clear: left;
		float: left;
	}

	#page-content blockquote {
		margin: 30px 30px 15px 40px;
		padding: 25px 20px 15px 30px;
		color: #568476;
		background: url(/_design/project-of-the-month/bg-quotes-wide.jpg) no-repeat scroll right top;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		line-height: 18px;
	}

	#page-content blockquote strong,
	#page-content blockquote em {
		line-height: 36px;
		font-style: normal;
	}
	
	/* end sections */
	
}

@media print {


}
