/* BEGIN: Body */
div#body { width: 819px; }
.appearingList { display: none; }

	/* BEGIN: Tags */
	ul#tags {
		padding: 25px 8px 15px 8px;
		margin: 0;
		font-size: 180%;
		font-family: Arial, Helvetica, sans-serif;
		list-style: none;
		text-transform: uppercase;
		line-height: 1.3em;
	}
	
	ul#tags li {
		display: inline;
		margin-right: 20px;
	}
	ul#tags li a {
		white-space: nowrap;
		color: #00a69c;
	}
	
	ul#tags li a:hover,
	ul#tags li.active a { color: white; }
	/* END: Tags */
	
	/* BEGIN: Project */
	div#project {
		float: left;
		width: 800px;
		margin: 0 8px;
		padding: 26px 0 4px 0;
		border-top: 1px #404040 solid;
		background: transparent url(../images/work/project/container_top.gif) no-repeat left 16px;
	}
	
	div#project div.container {
		float: left;
		width: 780px;
		padding: 0 10px 22px 10px;
		background: transparent url(../images/work/project/container_bottom.gif) no-repeat left bottom;
	}
	
	div#project div.container div.container {
		padding: 0;
		background: transparent url(../images/work/project/line_double.gif) repeat-y 293px top;
	}
	
	a.close {
		float: right;
		width: 13px;
		height: 23px;
		background-image: url(../images/work/project/close.gif);
	}
	
	div.left {
		width: 305px;
		padding-right: 8px;
	}
	
		/* BEGIN: Content */
		div#content {
			width: 293px;
			padding: 45px 10px 20px 0;
			background: black url(../images/work/project/line_horizontal.gif) no-repeat right bottom;
		}
		
		div#content h3 {
			margin: 10px 0;
			font-size: 200%;
			color: #00a69c;
			line-height: 1em;
		}
		
		div#content p.label {
			overflow: hidden;
			width: 150px;
			height: 8px;
			text-indent: -999em;
			text-transform: uppercase;
			font-weight: normal;
			background: transparent url(../images/work/project/featured_investment.gif) no-repeat left top;
		}
		
		div#content p.view a {
			font-size: 120%;
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
		}
		
		div#content p.view a:hover { color: white; }
		/* END: Content */
	
		/* BEGIN: Credits */
		div#credits h4 {
			display: inline;
			line-height: 2em;
			font-size: 100%;
			color: #00a69c;
		}
		
		div#credits h4.credits {
			display: block;
			overflow: hidden;
			width: 58px;
			height: 8px;
			text-indent: -999em;
			background: transparent url(../images/work/project/credits.gif) no-repeat left top;
		}
		/* END: Credits */
	
		/* BEGIN: Images */
		ul#images {
			clear: both;
			float: right;
			padding-left: 0;
			margin: 0;
			list-style: none;
		}
		
		ul#images li { padding: 10px 0; }
		ul#images li.last { padding-bottom: 0; }
		/* END: Images */
	
	/* END: Project */
	
	/* BEGIN: Projects */
	ul#projects {
		float: left;
		width: 819px;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	ul#projects li {
		float: left;
		position: relative;
		padding: 21px 7px 3px 8px;
		background: transparent url(../images/work/container_top.gif) no-repeat 8px 11px;
	}
	
	ul#projects li.first {
		clear: left;
		padding-right: 6px;
	}
	
	ul#projects li div.container {
		float: left;
		width: 237px;
		height: 299px;
		padding: 0 10px 10px 10px;
		background: transparent url(../images/work/container_bottom.gif) no-repeat left bottom;
	}
	
	ul#projects li p.label {
		overflow: hidden;
		width: 150px;
		height: 8px;
		text-indent: -999em;
		text-transform: uppercase;
		font-weight: normal;
		background: transparent url(../images/work/featured_investment.gif) no-repeat left top;
	}
	
	ul#projects li h3 {
		font-size: 145%;
		color: #00a69c;
		text-transform: none;
	}
	
	p.expand a {
		position: absolute;
		bottom: 15px;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
	}
	/* END: Projects */

/* END: Body */