#project             { margin: 0; padding: 150px 15% 30px 35%; position: relative; width: 50%; min-height: 160px; font-family: arial;  }
#project > img       { margin: 150px 0 0 35%; position: absolute; left: -250px; top: 0; width: 240px; height: auto; }
#project > #title    { position: relative; left: 0; top: 0; font-size: 22px; line-height: 26px; color: #218A25 ; }          /*#4175A7*/
#project > #summary  {
	text-align: justify;
	position: relative;
	left: 0;
	top: 0;
	margin-top: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #1F3850;
}

#projectItems                         {
	margin: 0;
	position: relative;
	padding-top: 10px;
	left: 50px;
	top: 0px;
	width: 670px;
	min-height: 100px;
	font-family: arial;
}

#projectItems >.item                  { margin-top: 10px; position: relative; width: 655px; min-height: 34px; font-weight: lighter; }

#projectItems > .item > .head         {
	margin: 10px 0 10px 0;
	min-height: 24px;
	font-size: 18px;
	line-height: 24px;
	color: #319A35;
	background: url('../img/expanded.png') no-repeat;
	text-indent: 30px;
	cursor: pointer;
}

#projectItems > .item .body                    { margin-top: 5px; min-height: 18px; font-size: 14px; line-height: 18px; color: #1F3850; }
#projectItems > .item .body > .title           { text-align: justify; background-image: none; margin-left: 0px; width: 648px; font-weight: bold; }

#projectItems > .item .body > .bullet          { margin-top: 5px; background-image: url('../img/bullet.png'); background-repeat: no-repeat; }
#projectItems > .item .body > .bullet > .title { text-align: justify; background-image: none; margin-left: 22px; width: 648px; font-weight: normal; }
#projectItems > .item .body > .bullet > .text  { text-align: justify; background-image: none; margin-left: 22px; width: 626px; height: auto; font-style: italic; }
#projectItems > .item .body > .bullet > .limitedText  { text-align: justify; vertical-align: top; position: relative; display: compact; background-image: none; margin-left: 22px; width: 626px; height: auto; font-style: italic; }
#projectItems > .item .body > .bullet > img    { position:; display: compact; }

#projectItems > .item .body > .field           { margin-top: 5px; background-image: none; background-repeat: no-repeat;  }
#projectItems > .item .body > .field.title     { background-image: none; margin-left: 0px; width: 170px; font-weight: normal;  }
#projectItems > .item .body > .field.input     { background-image: none; margin-left: 22px; width: 626px;  }
