body {
  	padding: 0px;
  	margin:0px;
  	line-height: 1.5em;
  	font-size:80%;
  	font-family: 'PT Sans';
	color:#535353;
}

h1{
	font-size:20px;
	margin:0;
	padding:0;
	line-height:normal;
	margin:0 0 20px 0;
}

.indexfield {
	width:90%; 
	padding:3%;
	border:1px solid #999;
	font-family: 'PT Sans';
	color:#535353;
	margin:0;
	font-size:105%;
}

input[type=submit]{
	background:#535353;
	border:0;
	color:#f6921e;
	font-family: 'PT Sans';
	padding:3%;
	font-weight:bold;
	cursor:pointer
}

.highlight {
	color:#f6921e
}

.highlight_green {
	color:#87ab25
}

#header {
 	color: #fff;
  	background:#535353 url(../../images/header.jpg) top repeat-x;
  	width: 100%;
  	margin: 0;
  	padding: 0;  
  	float:left;
}

#header .topsocial {
	float:right;
	padding:15px 0;
	background:url(../../images/topsocial.png);
}

#header .topsocial a{
	color:#fff;
	text-decoration:none;
}

#header .topsocial a:hover{
	color:#f6921e;
	text-decoration:none;
}

#header #content {
	max-width:1000px;
	margin: 0 auto;
	float:none;
}

.logo {
	width:303px;
	height:88px;
	float:left;
	margin:35px 0 0 0;
}

#menu{
	width:100%;
	float:left;
	margin:0;
}

#menu ul { 
  	margin: 0;
  	padding: 0;
  	float:right;
  	color: #999;
  	overflow: hidden; 
  	text-transform:uppercase;
}

#menu li {
  	display:inline-block;
}
#menu a {
  	display: block;
  	color:#999;
  	text-decoration: none;
  	padding: 10px;
}
#menu a:hover {
	color: #f6921e;
}

#menu .active{
	color: #f6921e;
}

.slider {
	width:100%;
	float:left;
	margin:20px 0 0 0;
	max-height:300px;
	overflow:hidden;
}

#content {
	max-width:1000px;
	margin: 0 auto;
	float:none;
}

.main {
	width:100%;
	margin:20px 0;
	float:left;	
}
.projectgal {
	float:left;
	margin:0;
	padding:0;
	width:100%
}

.projectgal ul {
  	width: 100%;
  	padding:0;
  	margin:0;
  	list-style:none;
}

.projectgal li {
    display: block;
    float: left;
    width: 23.5%;
    height: 150px;
    background: #ccc;
	margin:0 2% 20px 0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}

 .projectgal li:nth-child(4n) {
  	margin-right: 0;
} 

.projectgal img{
	z-index:-100;
}

.projectgal .overlay{
	z-index:10000;
	background:#eee;
	text-align:center;
	color:#fff;
	width:96%;
	padding:2% 2% 4% 2%;
	/* margin-top:101px; */
	margin-top:115px;
	background: none repeat scroll 0% 0% rgba(83, 83, 83, 0.5);
	border-top:1px solid rgba(255, 255, 255, 0.3);
}

.overlay h2 {
	margin:0;
	padding:0;
	font-size:115%;
}

.overlay em {
	font-size:85%;
}

.textblock50L{
	float:left; width:49%;
}

.textblock50R{
	float:right; width:49%;
}

.textblock75L{
	float:left; width:75%;
}

.textblock25R{
	float:right; width:23%;
}

#footer { 
	background:#999;  
	padding:20px 2%;
	margin:0;
	clear: both;
  	width: 96%;
	float:left; 
	color:#fff;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#f6921e;
	text-decoration:none;
}

#footer .left {
	width:50%;
	float: left;
  	padding: 0;
}

#footer .right{
	width:50%;
	float: right;
	text-align:right;
  	padding: 0;
}