.header
{
	height:355px;
}
.service_header_image
{
	background-image:url('/images/Banner-Services.jpg');
	position:relative;
}

.services_title
{
	font-size:4em;
	color:#FFFFFF;
	font-weight:bold; 
	position:absolute;
	bottom:20px;
	left:20px;
	text-shadow: 2px 2px #333333;
}
.services_left
{
	float:left;
	width:80%;
}
.services_right
{
	float:right;
	width:20%;
	padding-left:1%;
}
.service_item
{
	font-weight:bold;
	margin-top:12px;
}
.servo_image
{
	width:100%;
}

#moog_image_container
{
	width:20%;
	float:left;
}
#moog_image
{
	width:100%;
}
#moog_description
{
	width:77%;
	margin-left:3%;
	float:left;
}


.table {
  
  border-collapse: collapse;
  border-spacing: 0;
  width: 95%;
  table-layout: fixed;
  
}

.table td, .table th {
  border: 1px solid #A6A6A6;
  padding: 5px;
  

}


.table th {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f2f2f2;
  text-align: left;
  color: black;
}
.table_list
{
	padding-left:14px;
}
