/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/backgrounds/background.png) repeat-x;
	color: #FFFFFF;
	font-size: 10px;
}
h1 {
	color: #969485;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 16px;
}
h2, h2 a, h2 a:visited {
	color: #EF630E;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 16px;
}
h3 {
	color: #EF630E;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 16px;
}
p {
	color: #969485;
	line-height: 16px;
	margin: 0 0 10px 0;
}
a, a:link, a:visited, a:active {
	color: #969485;
}
a:hover {
	color: #EF630E;
}
/* containers */

#all {
	width: 866px;
	margin: 0px auto;
	overflow: hidden;
}
#header {
	height: 124px;
	background: url(../images/backgrounds/menuline.png) no-repeat right 123px;
	position: relative;
}
#menu {
	position:absolute;
	left: 200px;
	top: 110px;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin: 0 40px 0 0px;
	height: 20px;
	float:left;
}
#menu a:hover, #menu a.selected {
	color: #EF630E;
	text-decoration: underline;
}

#logo {
	margin: 10px 0 0 0;
	position: absolute;
}
#content {
	height: 546px;
	position: relative;
	padding: 30px 0 0 0;
}
#leftcontent {
	position: absolute;
	width: 170px;
}
#leftcontent img {
	margin: 0 5px 0 0;
}
#leftcontent a {
	text-decoration: none;
}
#rightcontent {
	position: absolute;
	left: 200px;
	width: 683px;
}
#footer {
	color: #393831;
}
/* Classes */
.readmore {
	background: url(../images/bullet.png) no-repeat 0px 3px;
	padding: 0 0 0 14px;
	font-size: 10px;
	clear: both;
}
a.readmore {
	text-decoration: none;
}
a:hover.readmore {
	text-decoration: underline;
}
.date {
	color: #EF630E;
	font-size: 8px;
}
.imglarge {
	float: left;
}
.imglarge img {
	border: none;
}
.imgright {
	float: right;
	width: 167px;
	margin: 0 0 13px 0;
}
.projectrow {
	cursor: pointer;
}
.projectrow h1{
	font-size: 9px;
	margin: 5px 0 10px 0;
}
.projectrow h1 a{
	text-decoration: none;
}
.projectrow h1.selected{
	font-weight: bold;
	font-size: 12px;
}
.rowselected {
	
}
.projectthumb {
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: block;
	float:left;
	border: 2px #393831 solid;
	cursor: pointer;
	background: #000000;
}
.selectedproject{
	border: 2px #D35C13 solid;
}
/*projectdetail*/
.projectdetailimages {
	position: absolute;
	top: 85px;
	left: 148px;
}
.projectdetailimages .imglarge{
	margin: 2px 0 0 0;
	position: absolute;
	left: 76px;

}
.projectdetailimages .imglarge a {
	/*width: 561px;*/
	width: 440px;
	height: 292px;
	overflow: hidden;
	display: block;
}

.projectdetailthumbrow {
	position: absolute;
	left:0px;
}
.projectdetailthumbs {
	border: 2px #393831 solid;
}
.projectdetailthumbs:hover {
	border: 2px #D35C13 solid;
}


