/* CSS Document */

body {
	background-color: #444748;
	background-image: url(../images/bkg/bkg_all.jpg);
	  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-repeat: repeat-x;
	margin: 0px;
}

a, a:hover {
color: #F7931D;

}

.grey {
	background-color: #999B9E;
	height: 6px;
	width: 869px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	}
	
.orange {
	background-color: #F7931D;
	height: 5px;
	width: 869px;
	}
.white {
	background-color: white;
	height: 106px;
	width: 869px;
	padding-top: 10px;
	}
#navHolder {
	width: 440px;
	background-color: white;
	text-align:right;
	float: right;
	vertical-align: bottom;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space: nowrap;
	margin-right: 30px;
	}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	display: inline;
    }
#nav li{
    display:inline;
    margin:0px 0px 0px 10px;
    padding: 5px 0;
	color: #666666;
	text-decoration: none;
	font-size: 11px;

}
#nav li a{
	display:inline;
    margin:0;
    padding: 5px 0;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

#nav li a:hover{
	display:inline;
    margin:0;
    padding: 5px 0;
	color: #666666;
	font-size: 11px;
	border-top-color: #999B9E;
	border-top-style: solid;
	border-top-width: 2px;
}

.flashHolder {
	background-color: #F7931D;
	width: 869px;
	}
.content {
	background-color: white;
	width: 869px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: auto;
	position: relative;
	}
.contentHolder {
	width: 550px;
	float:left;
	padding: 0 15px;
	margin-right: 15px;
	text-align: left;
	font-size: 90%;
	color: #333333;
 	line-height: 23px;
	border-right: 1px solid #e1ddc8;

	}
.contentHolder a, .contentHolder a:hover {
	color: #F7931D;
	}
	
.contentHolderFull {
	width: 780px;
	float:left;
	padding: 0 30px;
	text-align: left;
	font-size: 90%;
	color: #333333;
 	line-height: 23px;
	}
.contentHolderFull a, .contentHolderFull a:hover {
	color: #F7931D;
	}	
	
.pageTitle {
	font-size: 140%;
	color: #F7931D;
	line-height: 18px;
	padding-bottom: 6px;
	font-weight: bold;
}
.footer {
	background-image:url(../images/bkg/bkg_ftr.gif);
	background-repeat: repeat;
	width: 839px;
	height: 70px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding: 30px 0px 0px 30px;
	border-bottom-color: #999B9E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 24px;
	}
#sidebar {
	background:#FFFFFF;
	float:right;
	width:225px;
	text-align: left;
	font-size: 90%;
	color: #333333;
	line-height: 23px;
	padding-right: 30px;
    }
.link {
	color: #F7931D;
	text-decoration: none;
	}
.link a{
	color: #F7931D;
	text-decoration: none;
	}
.link a:hover{
	color: #999B9E;
	text-decoration: underline;
	}
.subHead {
	font-size: 14px;
	color: #444748;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 6px;
}
#leftCol {
	float: left;
	display: block;
	width: 260px;
}
#centerCol {
	float: right;
	clear: right;
}
#project-image_lines, .project-images {
	margin-bottom: 10px;
}





#project-image, .project-images {
	margin-bottom: 10px;
}



#project-image {
width: 550px;
}

.project-images {
	border: 1px solid #e1ddc8;
	background-color: white;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	width: 171px;
	margin: 3px;
	padding: 5px;	
}

#project-image img, .project-images img {
	background-color: white;
	margin: 3px;
	padding: 5px;
}

#project-image img:hover, .project-images img:hover {
	background-color: #d0ccb9;
}


.logos {
	margin: 20px 0px 0px;
	

}

.logos img {
	margin: 0px 20px 0px;

}
