/**************************************/
/*             HOME		              */
/**************************************/
.box {
	width: 240px;
	height: 130px;
	display: block;	
	float: left;
	margin: 20px 0 20px 0;
	padding-left: 20px;
	border-left: 1px solid gray;
}
.first {
	border: 0px!important;
	margin-left: 15px;
}

#gray_box {
	background-color: #dddddc;	
	width: 845px;
	height: 170px;
	display: block;
	float: left;
	margin-top: 30px;
	border-top: 5px solid #ff3900;
}





#main ul{ 
	border-top:1px solid gray;
	display:inline;
	font-size:1.3em;
	margin-left:0px;
	margin-bottom:50px;
	padding-top:10px;
	width:800px;
}


#main li{ 
	margin-left:0px;
	display:block;
	float:left;
	margin-right:60px;
	padding-left:5px;
	width:220px;
	color: white;
}

#main .last { 
	margin-right:0px;
}
.linkBox {
	color: black;
	font-size: 1.8em;
	font-family: times new roman;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	text-decoration: none;
}
.box a{
	text-decoration: underline; 
	color: white!important; 
	
}

.box a:hover {
	text-decoration: none; 
	color: white!important; 
	background-color: #ff3900;
}

.blurb {
	margin: 5px 15px 15px 10px;	
}
#highlight_area {
	width: 785px;
	margin: 30px;
	float: left;
}
.left {
	float: left;
	width: 	390px;
}
#highlight_area h4 {
	font-family: Times New Roman;
	font-size: 1.8em;
	font-weight: normal;
	margin: 5px 0 5px 0;
}
#highlight_area p {
	float: left;	
	width: 385px;
	text-align: justify;
}
#caseStudy {
	font-family: Times New Roman;
	font-size: 0.8em;
	font-weight: bold;
	color: #acacac;
	text-decoration: 
} 
#home_pic {
	padding: 10px;
	border: 1px solid gray;
	float: right;
	background-color: white;
	width:350px;
	height:200px;
}
.button {
	float: left;
}
#home button:hover, #home a.button:hover{
  background-color:#ff3900;
  border:1px solid #c2e1ef;
  color: white;