html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	color: #aaa;
	padding: 0;
	margin: 0;
	text-align: left;
	background: url(images/bg_strip.png) 0 0 repeat-y;
	background-color: #373636;
}
h1, h2, h3, h4 {
	color: #eee;
}

h3 {
	color: #222;
	font-size: 1.6em;
}
a { color: #ddd; }
a:hover { color: #9D99AF; }

p {
	color: #fff; font-weight: normal; font-size: 1.4em; 
	font-family: Times New Roman, Times, serif;
}

#repeat_tree_sidebar {
	background: url(images/repeating-tree.png) 0 666px repeat-y;
}
#main_holder {
	text-align: left;
	margin: 0;
	padding: 0;
	
	/*width: 2553px;*/
	min-height: 1100px;
	padding: 50px 0 0 357px;
	font-size: 12px;
	
	background: url(images/grey_bg.jpg) 0 0 no-repeat;
}
#header {

}




#content {

}
#contact h3{
	color: white;
}
#contact p{
	color: white;
}


.rightBar {
	margin: 0;
	position:relative;
	width: 750px; 
}

.portfolioLink{
	
	margin: 14px 0px;
	position: relative;
	float: left;
	height: 144px;
	width: 175px;
	
	
}

.portfolioLink.odd {
	clear: both;
}

.portfolioLink  a{
	position: absolute;
	//
}
.portfolioLink  .description{
	display: none;
}
.pic1:hover {
	border: 1px #B5C4DF solid;
	
}
.pic1 {border: 1px #aaa solid;}

.description {
	height: 142px;
	width: 350px;
	color: black;
	background: white;
	position: absolute;
	border: 1px solid #888;
	padding: 14px 14px 14px 210px;
	left: -14px;
	top: -14px;
	z-index: 5;
	opacity: 0.9;
}

.portfolioLink.even .description{
	left: -380px;
	padding: 14px 210px 14px 14px;
}

.description p, .description h4{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.description h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
}
.description p { font-size: 1em; }

.portfolioLink:hover a{
	z-index: 10; 	
}
.portfolioLink:hover .description{
	display: block;
}


#cworthy{
	left: 35px;
	top: 15px;
}
#recon {
	left: 140px;
	top: 90px;
}
#cfne{
	left: 10px;
	top: 59px;
}
#photo{
	left: 125px;
	top: 135px;
}
#mpc{
	left: 50px;
	top: 100px;
}
#fiber{
	left: 115px;
	top: 195px;
}
#stephens {
	left: 30px;
	top: 135px;
}

.formBox {
	background: url(images/contact-bg.png) 0 0 no-repeat;
	width: 550px; margin-top: 0; padding: 35px 25px 25px 45px;
	position:relative;
	left: -20px;
}
#contact {
	margin-top: 140px;
}

