@charset "utf-8";

/* 
		Author: Peter Manis
*/

.grey_border {
	overflow:hidden;
	/* background:url(../images/bkgrd-lightgreystrip_header_942.gif) repeat-y left top; */
	border-left:#666 solid 1px;
	border-bottom:#666 solid 1px;
}
.red_border {
	overflow:hidden;
	background:url(../images/bkgrd-lightredstrip_header_942.gif) repeat-y left top;
	border-left:#cc0033 solid 1px;
	border-bottom:#cc0033 solid 1px;
}
body div#content_row .graystripe {
	width:940px;
	padding:0;
	background: #666 url(../images/bkgrd-graystripe_header_942.gif) repeat-y left top;
	padding: .3em 0 .3em 0 !important;
}
body div#content_row .redstripe {
	width:940px;
	padding:0;
	background: #cc0033 url(../images/bkgrd-redstrip_header_942.gif) repeat-y left top;
	padding: .3em 0 .3em 0 !important;
}
body div#content_row h3.graystripe a {
	text-decoration: none;
	display: block !important;
	margin-left: .25em;
	padding-left: 1em;
	color:#fff;
	background: url(../images/arrow_white_right.gif) no-repeat 0.125em .333em;
}
body div#content_row h3.redstripe a {
	text-decoration: none;
	display: block !important;
	margin-left: .25em;
	padding-left: 1em;
	color:#fff;
	background: url(../images/arrow_white_right.gif) no-repeat 0.125em .333em;
}
body div#content_row div#project_images_container {
	width:900px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
}
body div#content_row .project_image {
	width:288px;
	height:150px;
	border: 1px solid #000;
	margin-left:6px;
}

body div#content_row h2 {
	margin-top:20px;
	margin-bottom:10px;
}
body div#content_row p {
	margin-top:10px;
	margin-left:10px;
}