/* LAYOUT STYLES */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 10px auto;
	width: 900px;
}
.mainwrap {
	width: 900px;
}
.topbar {
	margin-top:20px;
	margin-bottom: 25px;
	border-bottom: solid 1px #a7a9ac;
	padding-bottom: 5px;
}
.logobar {
	margin-bottom: 15px;
}
.leftnav {
	width: 200px;
	margin-right: 10px;
	height: 380px;
	float: left;
	margin-bottom: 10px;
	line-height: 15px;
}
.leftnav a, .leftnav a:visited, .leftnav a:active {
	color:#000000;
}
.leftnav img {
	border: 1px solid #F0F0F0;
	margin-right: 13px;
	margin-bottom: 13px;
}
.leftnav img:hover {
	border: 1px solid #a7a9ac;
}
.navheader {
	line-height: 18px;
	color: #E87D1D;
	font-size: 10px;
}
.secondlvlnav {
	margin-left: 10px;
	line-height: 16px;
	padding-right: 10px;
}
.middlewrap {
	height: 500px;
	margin-bottom: 10px;
	border: 0px;
}
.printwrap {
	clear: right;
}
.textwrap {
	clear: right;
	width: 685px;
	float: right;
	margin-bottom: 10px;
}
.contactwrap {
	float: left;
	height: 100px;
	width: 100px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
}
.errorwrap {
	clear: right;
	width: 685px;
	float: right;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}
#stats {
	position: absolute;
	left: 0;
	top:800;
	width:804;
	height:40;
	z-index: 1;
	visibility: hidden;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-decoration:none;
	width: 900px;
	margin-bottom: 100px;
	margin-top: 25px;
	clear: both;
	border-top: 1px solid #a7a9ac;
	padding-top: 5px;
}
.copyright a, .copyright a:visited, .copyright a:active {
	color:#E87D1D;
}
/* TEXT AND LINK STYLES */

a, A:visited, A:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A:hover {
	color: #E87D1D;
	text-decoration: none;
}
.graytxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-decoration:none;
	padding-top: 5px;
}
.maintxtindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-indent: 4px;
}
.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	text-indent: 2pt;
}
.maintxtcolor {
	color: #E87D1D;
}
.maintxtspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}
.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #E87D1D;
	text-transform: uppercase;
}
.colortxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E87D1D;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
.newcolor {
	color: #3399FF;
}
/* PROJECT STYLES */

.border {
	background: #eaeaea;
	border-color:#333333;
	border-style:dashed;
	border-width:thin;
}
.image_marginbottom {
	margin-bottom: 3px;
}
.projectwrap {
	clear: right;
	width: 685px;
	float: right;
	margin-bottom: 10px;
}
.projectfooter {
	height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-decoration:none;
	font-style: italic;
	clear: both;
	float: right;
	width: 685px;
	margin-bottom: 10px;
}
.projectfooter a, .projectfooter a:visited, .projectfooter A:active {
	color:#E87D1D;
}

.projectinfo {
height: 50px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #a7a9ac;
margin-bottom: 15px;
width: 100%;
}

.projectinfo a, .projectinfo a:visited, .projectinfo A:active{
color:#E87D1D;
}


.projectnav {
	width: 180px;
	margin-right: 25px;
	height: 300px;
	line-height: 16px;
	float: left;
}
.projectimg {
	border-left: solid 1px #353535;
	float: left;
	padding-left: 20px;
}
.projectimg img {
	border: 1px solid #F0F0F0;
	margin-bottom: 10px;
}
/* OTHER STYLES */
.image_border {
	border: 1px solid #a7a9ac;
}

.projectwrapimg {
	border: 1px solid #D6D6D6;
	cursor: pointer;
}
