/********************************** PROJECT PAGE STYLES*/
/*Sets positioning for project location*/
#blueBar li.ProjectLocation {
	text-transform:none;
     margin-top: 0px;
	 _margin-top:-5px;
}
/*Sets positioning and custom font size for project awards*/
#blueBar li.ProjectAward {
font-size:10px;	
margin-top: 5px;
        font-style: italic;
        line-height: 12px;
	/*[if IE 6]*/
	_margin-bottom:-2px;
	/*[endif]*/
}
/*Sets hover state for project awards*/
#blueBar li.ProjectAward a:hover {
	color: #A0CF67;
}
/*Sets positioning and custom font size for main project copy*/
#blueBar li.ProjectCopy {
	font-size:11px;
	 margin-top: 10px;
	 /*[if IE 6]*/
	 _margin-top:5px;
}
/*Sets positioning and custom font size for client, size and completion*/
#blueBar li.ProjectClient, #blueBar li.ProjectSize, #blueBar li.ProjectCompletion {
	font-size:11px;
	margin-top:10px;
		/*[if IE 6]*/
	_margin-top:5px;
	_margin-bottom:-2px;
	/*[endif]*/
}
/*Sets positioning and custom font size for green information*/
#blueBar li.ProjectGreen {
	color: #A0CF67;
	font-size:12px;
	margin-top:5px;
}
/*Sets positioning for quote*/
#blueBar li.ProjectQuote {
	display:block;
	margin-top:5px;
	/*[if IE 6]*/
	_margin-top:-5px;
}
#onBoards {
	position:absolute;
	left:500px;
	top:500px;
	list-style:none;
	text-decoration:none;
}

