
body{	
  margin: 0;
  padding: 0;
  background-color: #FFF;	
  font-family: Verdana;
  font-size: 9pt;
  color: #636363;
}

A:link, A:visited{
  font-family: Verdana;
  font-size: 9pt;
  outline: none;
  text-decoration: underline;
  color: #002ED7;
}

A:hover{
  text-decoration: none;
}

p{
  margin: 0;
  padding: 10px 0 0;
  line-height: 25px;	
}

ul{
  margin: 20px 0 10px;
  padding: 0 0 0 20px;
  line-height: 25px;	
}

ul li{
  padding-bottom: 5px;
}

form{
  margin: 0;
  padding: 0;
}

hr{
  border-bottom: 1px solid #DEDEDE;
  border-left: 0;
  border-right: 0;
  border-top: 0;		
}

.wp{
  width: auto;	
  max-width: 1130px;
  _width: 1130px;  
  padding: 0 35px;			
}

.wp-inner{
  width: auto;	
  max-width: 1050px;
  _width: 1050px;
  text-align: center;	  		
}

.ma{
  margin: 0 auto;	
}

.header{
  width: 100%;	
  height: auto;	
  min-height: 78px;
  _height: 78px;	
  background: url(../images/header.png) repeat-x;								
}

.header-home{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;	
}

.wp-content{
  position: relative;
  z-index: 1;		
}

.logo{
  float: left;
  padding: 10px 0 0 60px;	
}

.logo A:link, .logo A:visited{
  display: block;	
  width: auto;
  max-width: 180px;
  _width: 180px;	
}

.logo img{
  width: 100%;	
}

.since{
  float: right;
  padding: 20px 50px 0 40px;	  		
}

.top-menu{
  float: right;
  padding-top: 17px;
}

.tm-main{
  float: right;
  margin: 5px 20px 0 0;
  position: relative;
  z-index: 10;			
}

.tm-link:link, .tm-link:visited{
  display: block;
  height: 20px;
  padding: 5px;			 
  text-decoration: none;  
  font-size: 10pt;	
}

.tm-item A.tm-link:link, .tm-item A.tm-link:visited{
  color: #2C2C2C;		
}

.tm-item A.tm-link:hover, .tm-itemS A.tm-link:link, .tm-itemS A.tm-link:visited{
  color: #002ED7;		
}

.drop-menu{
  display: none;	
  position: absolute;  
  top: 25px;
  left: -11px;	
  background: url(../images/blank.gif);
  padding-top: 19px;
}

.drop-menu-inner{
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;		
}

.drop-menu A:link, .drop-menu A:visited{
  display: block;
  width: 150px;	
  padding: 5px 10px;
  color: #555;
  font-size: 10pt;	
  text-decoration: none;	
}

.drop-menu A:hover{
  color: #3C55DD;		
}

.pull-wp{
  display: none;	
  float: right;
  padding: 12px 20px 0 0;					
}

A#pull:link, A#pull:visited{  
  display: block;	
  width: 20px;
  height: 20px;
  background: url(../images/pull.png) center center no-repeat #00A8FF;	
  padding: 10px;				
}

.pull-menu{
  display: none;	
  width: 100%;	
  position: absolute;
  right: 0;
  top: 66px;	
  z-index: 10;				
}

.pull-menu A:link, .pull-menu A:visited{
  display: block;
  text-align: right;	
  padding: 10px 15px 10px 5px;
  background: rgba(48,48,48,0.9);
  border-bottom: 1px solid #C3C3C3;	
  text-decoration: none;
  color: #FFF;
  font-size: 10pt;						
}

.pull-menu A:hover{
  background: rgba(0,0,0,0.7);	
}

.home-services{
  width: 100%;	
  padding-bottom: 60px;	
  position: relative;
  z-index: 2;				
}

.hs-item{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 400px;
  padding: 10px;		
  background-color: #FFF;
  margin: 10px 10px 0;	
  -webkit-box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.3);									
}

.hs-item A:link, .hs-item A:visited{
  display: block;	
  position: relative;
  z-index: 1;
  height: 258px;	
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;	
  background-color: #FFF;	
  color: #FFF;
  font-size: 10pt;
  font-weight: bold;		
  text-transform: uppercase;
  text-decoration: none;				
}

.hs-item span{
  cursor: pointer;	
}

.hs-item span.hs-bg{
  display: none;		
  width: 100%;
  height: 100%;
  background-color: rgba(21, 73, 141, 0.5);			
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;			
}

.hs-item span.hs-ttl{
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;			
  display: table;	
  width: 100%;	
  background-color: rgba(0, 0, 0, 0.5);				
}

.hs-ttl-inner{
  display: block;	
  margin: 10px 20px;	
}

.hs-item A:hover span.hs-ttl{
  background-color: transparent;
  bottom: 19px;			
}

.hs-item A:hover span.hs-ttl-inner{
  border-bottom: 1px solid #F3F3F7;
  padding-bottom: 10px;		
}

.hs-item A:hover span.hs-bg{
  display: block;	
}

.associations{
  width: 100%;
  padding-top: 50px;		
}

.associations label{
  display: block;
  padding-bottom: 10px;	
  font-size: 16pt;
  color: #2E2E2E;			
}

.associations div{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 10px 25px;		
}

.footer{
  width: 100%;  
  background-color: #232323;
  margin-top: 50px;		
}

.footer-inner, .footer-m{
  width: 100%;
  padding: 30px 0 10px;
  font-size: 8pt;
  color: #C3C3BF;
  font-family: Verdana;	
}

.ft-links A:link, .ft-links A:visited{
  display: block;
  padding: 3px 5px;
  white-space: nowrap;
  color: #C3C3BF;
  text-decoration: none;
  font-size: 8pt;
  font-family: Verdana;	
}

.ft-links A:hover{
  color: #FFF;
}

.ft-block, .ft-inner{
  float: left;
}

.ft-logo{
  padding-right: 30px;	
}

.ft-block label, .ft-copyright label{
  display: block;
  padding: 0 0 20px 5px;
  font-size: 8pt;
  color: #FFF;
  text-transform: uppercase;
}

.ft-inner div{
  clear: left;
  float: left;
  padding-left: 5px;
}

.ft-sitemap label{
  padding-left: 50px;	
}

.ft-sitemap div.ft-inner{
  padding-left: 50px;	
}

.ft-copyright{
  float: right;
}

.ft-copyright div{
  padding-bottom: 5px;
}

.ft-copyright div.ft-inner{
  padding-right: 20px;	
}

.ft-copyright A:link, .ft-copyright A:visited{
  font-size: 8pt;
  color: #C3C3BF;
  text-decoration: none;
  font-family: Verdana;	
}

.ft-copyright A:hover{
  color: #FFF;
}

.footer-m{	
  display: none;	
  width: 100%;	
  padding: 10px 0 5px;					
  color: #C3C3BF;	
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 8pt;							
}

.footer-m-inner{
  padding-top: 7px;	
}

.footer-item{
  padding: 0 0 5px 10px;		
}

.footer-item A:link, .footer-item A:visited{
  color: #C3C3BF;
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 8pt;			
}

.clear{
  clear: both;	
}

.subheader{
  width: 100%;	
  padding-top: 25px;					
}

.sb-brd{
  border-bottom: 1px solid #E7E7E7;	
}

.block-ttl{	
  padding: 12px 0 0 20px;  
  font-size: 20pt;
  color: #2E2E2E;
  text-transform: uppercase;
  font-weight: normal;		
}

.content{
  padding: 30px 0 0;
  height: auto;
  min-height: 500px;
  _height: 500px;			
}

.inner-ttl{
  padding: 20px 0 10px;
  font-size: 16pt;
  color: #1C1C1C;			
}

.inner-img{
  width: auto;	
  padding: 30px 0 20px;	
}

.inner-img img{
  width: 100%;	
}

.header-txt{
  text-align: center;	
  padding-bottom: 30px;	
}

.gallery{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 0 8px 15px 0;		
}

.gallery A:link, .gallery A:visited{
  display: block;
  width: auto;
  max-width: 365px;
  _width: 365px;	
  height: 225px;
  overflow: hidden;		
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #323232;	
  font-size: 11pt;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;									
}

.gallery img{
  height: 100%;	
}

.gallery span{
  display: block;
  cursor: pointer;	
}

.gallery span.gallery-ttl{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;	
  width: 100%;
  height: 73px;
  overflow: hidden;				
  background: url(../images/project-thumb.png) repeat-x;									
}

.gallery span.gallery-ttl span{
  padding: 45px 0 0 20px;	
}

.gallery span.gallery-bg{
  display: none;		
  width: 100%;
  height: 100%;
  background-color: rgba(21, 73, 141, 0.5);			
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;			
}

.gallery A:hover{
  color: #FFF;	
}

.gallery A:hover span.gallery-bg{
  display: block;	
}

.gallery A:hover span.gallery-ttl{
  background: none;	
}

.no-image{
  height: 225px;
  background-color: #FFF;		
}

.data-files{
  width: 100%;
  padding: 10px 0;
}

.data-files A:link, .data-files A:visited{
  float: left;
  display: block;
  height: 21px;
  padding: 8px 50px 4px 45px;
  color: #000;
  font-size: 10pt;
  margin: 10px 50px 0 0;
}

.data-files-p A:link, .data-files-p A:visited{
  margin-top: 20px;
}

.data-doc:link, .data-doc:visited{
  background: url(../images/icons/doc-icon.gif) no-repeat;
}

.data-xls:link, .data-xls:visited{
  background: url(../images/icons/xls-icon.gif) no-repeat;
}

.data-ppt:link, .data-ppt:visited{
  background: url(../images/icons/ppt-icon.gif) no-repeat;
}

.data-pdf:link, .data-pdf:visited{
  background: url(../images/icons/pdf-icon.gif) no-repeat;
}

.wrapper{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;				
}

.fade{
  width: 100%;
  height: 100%;
  background: url(../images/fade.png);	
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;						
}

.container{
  position: relative;
  z-index: 2;		
}

.service-header{
  padding: 30px 0 20px;		
}

.service-header div{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
  padding: 0 50px;	
}

.service-header A:link, .service-header A:visited{
  text-decoration: none;
  color: #6B6968;
  font-size: 19pt;			
}

.service-header A:hover, .service-header A.active:link, .service-header A.active:visited{
  text-decoration: underline;		
}

.service-block{
  float: left;
  width: 45%;
  padding-right: 5%;			
}

.service-block-full{
  width: 100%;			
}

.service-block-inner{
  padding-top: 50px;	
}

.service-ttl{
  padding-bottom: 10px;
  font-size: 14pt;		
}

.form-loading {
  display: none;
  width: 41px;
}

.form-loading img {
  max-width: 100%;
}

@media screen and (max-width: 1280px) {	
	.hs-item{
		width: 370px;
	} 
}

@media screen and (max-width: 1170px) {	
	.footer-inner{
		display: none;
	}
	.footer-m{
		display: block;
	} 
	.wp{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 990px) {	
	.since{
		display: none;
	}	
}

@media screen and (max-width: 780px) {	
	.pull-wp {
		display: block;
	}
	.top-menu{
		display: none;
	}
	.logo{
		padding-left: 20px;
	}	
}

@media screen and (max-width: 580px) {	
	.service-block{
		width: 100%;
		padding-right: 0;
	}	
}

@media screen and (max-width: 450px) {
	.hs-item{
		width: 88%;
		margin-right: 0;
		margin-left: 0;
	}	
	.footer-m-logo{
		display: none;
	}
	.associations div{
		padding-left: 15px;
		padding-right: 15px;
	}	
	.block-ttl{
		clear: right;
	}
	.gallery A:link, .gallery A:visited{
		height: auto;
	}
	.gallery img{
		height: auto;
		width: 100%;
	}
}








