﻿#hero{
	background: #2a7bad;  /*Old Color #3670a4*/
	width:100%; 
	min-width:960px;
	min-height:350px;
}
#hero ul li {
	font-size: 14px;
	margin: 5px 0 10px 30px;
}

#hero .white {
	-webkit-text-shadow: 0 2px 2px rgba(0,0,0,.4);
	-moz-text-shadow: 0 2px 2px rgba(0,0,0,.4);
	text-shadow: 0px 2px 2px rgba(0,0,0,.4);
}
.tech_bar {
    position:relative;
	top:0px;
	left:0px;
	width: 600px;  /*Different than home.css*/
    background-color: rgba(0,0,50,0); /*Different than home.css*/
	margin-left:-30px;
}

#tech_container {
    width: 600px; /*Different than home.css*/
    margin: 0 auto;

}

