/* Body
----------------------------------------------- */
body{
	background: #ef4136 url(../imgs/bg-body.gif) center top no-repeat;
	font-family: Arial, Verdana, sans-serif;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	width: 821px;
	margin: 48px auto 0 auto;
	height: 815px;

}

#middle{
	position: relative;
	width: 821px;
	float: left;
	border-top: solid 2px #302642;
	border-bottom: solid 2px #302642;
	margin-bottom: 34px;
	min-height: 328px;
	background-color: #e0dfe3;
	background-position: top left;
	background-repeat: repeat-y;
}

* html #middle{
	height: 260px;
}

.nonproject{
	background-image: url(../imgs/bg-middle.gif);
}

.project{
	background-image: url(../imgs/bg-project.gif);
}

#images{
	float: left;
	width: 112px;
}

#content{
	float: left;
	width: 541px;
	background-color: #e0dfe3;
	padding-bottom: 1em;
}

#listing{
	float: left;
	width: 181px;
}

#details{
	float: left;
	width: 472px;
	padding-bottom: 40px;
}

#img-container{
	float: left;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 12px;
}

#footer{
	margin-top: 31px;
}

#breadcrumbs{
	position: absolute;
	right: 4px;
	bottom: 5px;
	width: 500px;
	text-align: right;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#header h1{
	width: 821px;
	height: 98px;
	background: url(../imgs/bg-h1.gif) top left no-repeat;
}

#header h1 span{
	margin-left: -999em;
}

#content h1{
	color: #ef4136;
	margin-top: 14px;
	margin-bottom: 6px;
	margin-left: 20px;
	font-size: 16px;
	letter-spacing: 1px;
}

#content h1 span{
	text-transform: uppercase;
}

#content h2{
	color: #222;
	margin-right: 27px;
	margin-bottom: 1em;
	margin-left: 37px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: bold;
}

#content p{
	color: #222;
	margin-right: 27px;
	margin-bottom: 1em;
	margin-left: 37px;
	line-height: 1.5em;
	font-size: 13px;
	/* font-weight: bold; */
}

#listing h1{
	color: #5f5f60;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#listing p{
	font-size: 11px;
	margin: 0 14px 20px 14px;
}

#listing p span{
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#details h1{
	clear: both;
	text-transform: uppercase;
	color: #302642;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 2px;
	margin-left: 8px;
}

#details h2{
	color: #302642;
	letter-spacing: 1px;
	font-size: 11px;
	margin-bottom: 12px;
	margin-left: 8px;
}

#details p{
	color: #302642;
	font-size: 11px;
	line-height: 1.5em;
	margin-right: 64px;
	margin-bottom: 22px;
	margin-left: 8px;
}

#footer p{
	text-align: center;
	color: #a2a2a2;
	font-size: 10px;
	font-variant: small-caps;
}



/* Lists
----------------------------------------------- */
#images ul{
	margin-top: 14px;
	margin-left: 8px;
}

#images li{
	list-style-type: none;
	margin-bottom: 22px;
}

#nav{
	float: left;
	width: 168px;
}

#img-container ul{
	float: right;
	width: 158px;
}

#img-container li{
	float: left;
	list-style-type: none;
	margin-left: 4px;
}

#content ul{
	margin-bottom: 1em;
	margin-left: 37px;
}

#content li{
	color: #222;
	margin-bottom: .5em;
	margin-left: 37px;
	line-height: 1.5em;
	font-size: 13px;
}

#breadcrumbs ul{
	float: right;
}

#breadcrumbs li{
	float: left;
	font-size: 11px;
	margin-right: 8px;
	margin-left: 12px;
}

#breadcrumbs li.first{
	list-style-type: none;
}



/* Links
----------------------------------------------- */
#header h1 a{
	display: block;
	width: 821px;
	height: 98px;
}

#listing a{
	color: #302642;
	text-decoration: none;
}

#listing a:hover,
#listing a.selected{
	color: #ef4136;
}

#breadcrumbs li a{
}

#breadcrumbs li a:hover{
}



/* Images
----------------------------------------------- */
img{
	border: none;
}

#images li img{
	border: solid 1px #302642;
}

#img-container img{
	border: solid 1px #302642;
}

#img-container #placeholder{
	float: left;
}



/* Forms
----------------------------------------------- */



/* Tables
----------------------------------------------- */
