@charset "UTF-8";
/* CSS Document */

/* #Typography
================================================== */

@font-face {
 font-family: 'Franklin Gothic Medium';
 src: url('fonts/Franklin Gothic Medium.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
/* #Typography End
================================================== */

body{
	padding:0;
	margin:0;
	/*font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	width:100%;
	line-height:23px;
	font-weight:normal;
	font-size:15px;
	height:100%;
}

*body, body{
	height:!00%;
}
img {
	padding:0;
	margin:0;
}
h1 {
	padding:0;
	margin:0;
}
h3 {
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	font-size:14px;
	color:#000;
	margin:0;
	padding:0;
	font-weight:normal;
}
p {
	padding:0;
	margin:0;
	margin-bottom: 10px;
}

a {
	color:#e76c1b;
	font-family:"Georgia Italic", Georgia, "Arial Italic";
	font-style:italic;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
#wrapper {
	min-width:1140px;
	height:100%;
	overflow:hidden;
	position:relative;
	display:block;
}
#header {
	width:100%;
	height:86px;
	background:url('img/header_bg.png') repeat-x;
	z-index:1000;
	position:absolute;
	top:0;
	left:0;
}
.headerContent {
	width:1140px;
	height:86px;
	margin:auto;
	position:relative;
}
.logo {
	width:226px;
	height:16px;
	float:left;
	margin-top:30px;
	margin-left: 44px;
	z-index:10;
	background:url('img/hassco_logo.jpg') no-repeat;
}
.logo a {
	width: 226px;
	height: 16px;
	color: transparent;
	opacity: 0;
	filter:alpha(opacity=0);
	display: block;
}
/* #nav Styles
	================================================== */
	/* Nav */
	#navDiv {
	top: 28px;
	left:10px;
	float:right;
	margin: 0 auto;
	list-style:none;
	font-size:14px;
	position:relative;
	font-size:14px;
	z-index:150;
}
#navDiv li {
	float:left;
	padding: 0 15px 0 15px;
	position:relative;
}
#navDiv a {
	color: #fff;
	font-size:14px;
	text-decoration:none;
	display:block;
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	font-style:normal;
}
#navDiv a:hover {
	text-decoration:underline;
}
#projects, #caseStudy, #ourPeople, #projectProfiles, #contactUs {
	border-left: solid 1px #FFF;
	text-align:center;
}
/* Dropdown CSS */
	#navDiv ul {
	background-color:#00031a;
	background:rgba(255, 255, 255, 0); /*makes bg transparent */
	margin: 0;
	padding: 0;
	list-style: none;
}
#navDiv ul li {
	display: block;
	position: relative;
	float: left;
}
#navDiv li ul {
	display: none;
}
#navDiv ul li a {
	display: block;
	white-space: nowrap;
}
#navDiv ul li a:hover {
	background-color: #01031a;
}
#navDiv li:hover ul {
	display: block;
	position: absolute;
	left:0px;
	padding: 18px 0 0 0;
	min-width:100%;
}
#navDiv li:hover li {
	float: none;
	font-size: 14px;
	width:100%;
	text-align:left;
}
#navDiv li:hover a {
	background-color:#01031a;
}
#navDiv li:hover li a:hover {
	color: #F99858;
}
#navDiv a:hover {
	color: #F99858;
}
#projectProfiles ul, #projects ul {
	left:0;
}
#projectProfiles ul li a, #projects ul li a {
	padding:5px 0 10px 16px;
}
#nav li.selected a {
	color:#F99858;
	text-decoration:underline;
}
#navDiv .nav-addon{
  position: absolute;
  margin-left: -243px;
	font-size: 19px;
  color: white;
  font-weight: 100;
  font-family: arial;
	margin-top: -3px;	
}
#navDiv .nav-addon p a,
#navDiv .nav-addon a{
	float:none;
	display:inline-block;
	font-size: 18px;
  color: white;
  font-weight: 100;
  font-family: arial;
  padding-left: 5px;
  padding-right: 5px;
	top: 1px;
  position: relative;
}
#navDiv .nav-addon a:hover{
	color:#F99858;
}


/* Nav end */

#main {
	width:100%;
	top:70px;
	margin-top:68px;
	float:left;
	display:block;
}
.mainContent {
	width:1140px;
	margin:auto;
	position:relative;
	z-index:1;
}
.left {
	width:490px;
	float:left;
	padding-bottom:30px;
}
.header {
	color:#3E3E3E;
	text-transform:capitalize;
	font-size:20px;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.pageHeader {
	color:#3E3E3E;
	text-transform:uppercase;
	font-size:20px;
	margin:40px 0 20px 44px;
	float:left;
}
.highlight {
	color:#e76c1b;
}
.square {
	margin-right:10px;
}
.clear {
	width:100%;
	height:54px;
	clear:both;
}
.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding-left: 44px;
}
.summary {
	clear:both;
	background-color: #F4F4F4;
	color: #3E3E3E;
	font-size: 15px;
	padding: 20px 44px 20px 44px;
	margin-bottom:30px;
	display: inline-block;
}
.right {
	width:610px;
	float:right;
	margin:0;
	padding:0;
	padding-bottom:30px;
	position:relative;
}

.currentRight{
	
	width:616px;
	float:right;
	margin:0;
	padding:0;
	padding-bottom:30px;
	position:relative;
}

.right img {
	margin:0;
	padding:0;
	float:right;
}
.smallLeft {
	clear:both;
	float:left;
	padding-bottom:30px;
}
.bigRight {
	float:right;
	padding-bottom:30px;
	width:780px;
	min-height:500px;
}
/*Footer */

#footer {
	width:100%;
	height:24px;
	position:fixed;
	bottom:0;
	background:#01031a;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	
}
.footerContent {
	width:1140px;
	height:24px;
	margin:auto;
	position:relative;
	z-index:1;
	font-size:11px;
	color:#ffffff;
	line-height:24px;
}
.footerContent a {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.contact {
	float:left;
	margin-left: 44px;
}
.copyright {
	float:right;
}
/*Current Projects*/

.greyBox {
	background:#f3f3f3;
	width:auto;
	float:left;
	margin-left:44px;
}
.greyBox a {
	clear:both;
	float:left;
}
.greyBox h3 {
	padding:15px 20px 0 20px;
}
.greyBox .link {
	padding:0px 20px 15px 20px;
}
.link {
	color:#e76c1b;
	font-family:"Georgia Italic", Georgia, "Arial Italic";
	font-size:13px;
	font-style:italic;
	text-decoration:none;
	clear:both;
	float:left;
}
.link:hover {
	text-decoration:underline;
}
.proj {
	position:relative;
	text-align:left;
	float:left;
	display:block;
	margin-top:82px;
	font-size:13px;
	margin-left:10px;
	width:190px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.proj p {
	margin-bottom:10px;
}
.projTop {
	box-shadow: 2px 2px 2px rgba(2, 2, 2, 0.2);
	float:left;
	margin-bottom:20px;
	width:100%;
}
.proj h3 {
	text-align:center;
	width:100%;
	background:#f5f5f5;
	padding:8px 0px 8px 0px;
	text-transform:uppercase;
}
.bold {
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	text-transform:uppercase;
	font-size:13px;
	line-height:18px;
}
/*contact */

.contacts {
	float:left;
	margin-right:50px;
}
.contactOptions {
	float:left;
}
/*About */

#logos {
	padding:0;
    float: left;
	margin:10px 0 0 14px;
    width: 490px;
    margin-left: 44px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#fmb img left {
	width:100%;
	height:100%;
	float:left;
}

#fmb img right {
    display: block;
	width:100%;
	height:100%;
	float:right;
    position: relative;
}

#fmb {
	width:480px;
	height:111px;
	position:relative;
	bottom:0;
	border-bottom:2px solid #bebebe;
	border-top:2px solid #bebebe;
	font-size:13px;
	float:left;
	margin-left:44px;
	margin-top:20px;
}

#fmb ul {
	float:left;
	list-style:inside square;
	padding:0;
	margin:10px 0 0 14px;
    width: 200px;
}
#f_list, #s_list {
	float: left;
}
/*Home*/

.homeBg {
	

	min-height:400px;
	position:absolute;
	top:68px;
	left:0;
	width:100%;
	z-index:-1;
	background:#01031a;
}
.homeBg-2 {
	

	min-height:400px;
	position:absolute;
	top:68px;
	left:0;
	width:100%;
	z-index:-1;
}



.homeBg img, .homeBg-2 img{
	
	max-width:1220px;
	width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;

}

.homeBg-2 img{
	color: transparent;
	opacity: 0;
	visibility:hidden;
}









.welcome {
	width:310px;
	min-height:40px;
	padding:30px 30px 20px 44px;
	background:url('img/bg_home.png') repeat;
	font-size: 15px;
	display:inline-block;
}
.hpContent {
	width:1144px;
	margin:auto;
	position:relative;
	z-index:1;
}
.hpRecent {
	padding:15px 34px 10px 44px;
	background:url('img/bg_home.png') repeat;
	position:absolute;
	bottom:0;
	left:0;
}
.hpRecentProjects {
	margin-top:15px;
	clear:both;
}
.hpRecentProjects img {
	margin-right:10px;
	cursor:pointer;
}
.thumbSelected {
	opacity:1;
	filter:alpha(opacity=100);
	float:left;
}
.thumbDeSelected {
	opacity:0.4;
	filter:alpha(opacity=40);
	float:left;
}
/* case study */

.beforeAfterBox {
	width:247px;
	background:#F5F5F5;
	margin-left:44px;
	padding:10px 10px 38px 10px;
	float:left
}
.beforeAfterBox span {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	width:100%;
	float:left;
}
#caseStudyList {
	margin-top:82px;
	float:right;
	padding:5px;
	border-bottom: 2px solid #c0c1c6;
	border-top: 2px solid #c0c1c6;
}
#caseStudyList li {
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	font-size:13px;
	color:#3e3e3e;
	list-style:square inside;
	line-height:2.9;
	padding:0;
	margin:0;
}
#caseStudyList ul {
	float:left;
	padding:0;
	margin:0;
    width: 200px;
}
#caseStudyList #right {
	position:relative;
	margin-left:45px;
}
#caseStudyList #right {
	position:relative;
	margin-left:25px;
}
.paraheader {
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	font-size:16px;
	color:#000;
	margin:0;
	padding:0;
	text-transform:uppercase;
	float:left;
	text-align:center;
	width:100%;
	padding:8px 0px 8px 0px;
}
.slideshow {
	width:750px;
	height:608px;
	padding:10px;
	background:#f6f6f6;
	overflow:hidden;
	position:relative;
	float:right;
}


.currentProjectsSlideshow{
	
	margin-top: 14px;
	width: 100%;
	height:auto;
	overflow:hidden;
	position:relative;
	float:right;
	
}

.mainImage {
	margin-bottom:10px;
	width:750px;
	height:504px;
	overflow:hidden;
	position:relative;
}


.mainImage img {
	width:749px;
	position:absolute;
	left:0;
	top:0;
}

.currentProjectsSlideshow .mainImage{
	
	width: 100%;
	height: 415px;
	
}

.currentProjectsSlideshow .mainImage img{
	width:100%;
}

.slideshowThumb {
	cursor:pointer;
	margin-right:12px;
	float:left;
}
.topImage {
	position:absolute;
	top:10;
	left:10;
}
.bottomImage {
	position:absolute;
	top:10;
	left:10;
}
/* Previous projects */

.whole {
	overflow:hidden;
	width:1100px;
	height:141px;
	float:left;
	margin-left:44px;
	margin-bottom:30px;
	border-bottom:2px solid #000000;
	position:relative;
}
.previousThumb {
	width:155px;
	min-height:40px;
	float:left;
	margin-right:3px;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	line-height:0px;
	background:#f5f5f5;
	box-shadow: 2px 2px 2px rgba(2, 2, 2, 0.2);
}
.previousThumb span {
	line-height:30px;
}
.thumbBoxSelected {
	color:#FFFFFF;
	background:#f99858;
	float:left;
}
.tabHeader {
	color:#3E3E3E;
	text-transform:uppercase;
	font-size:20px;
	margin:0px 0 20px 0;
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
}
.textContent {
	width:300px;
	margin-left:44px;
	margin-bottom:14px;
	float:left;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
.spec {
	margin-left:44px;
	margin-top:20px;
	float:left;
	clear:both;
	padding:5px;
	border-bottom: 2px solid #c0c1c6;
	border-top: 2px solid #c0c1c6;
}
.spec li {
	font-family:"Franklin Gothic Medium", Tahoma, sans-serif;
	font-size:13px;
	color:#3e3e3e;
	list-style:outside;
	padding:0;
	margin:0 0 9px 14px;
}
.spec ul {
	float:left;
	padding:0;
	margin:20px 0 20px 0;
	width:300px;
}
.tab {
	display:none;
	float:left;
	width:100%;
}

.currentTabHolder{
	
	float: left;
	width: 100%;
	height: 141px;
	background: #ffffff;
	border-bottom: 0px solid #000000;	

}

.tabProject{
	
	height: 640px;
}


.tab0 {
	display:block;
}
/* our people */

.introPictures {
	margin-top:83px;
	float:right;
	padding: 20px 44px;
}
.introPictures img {
	margin-left:10px;
	float:left;
}
.wholeCol {
	width:1100px;
	float:left;
	margin-left:44px;
	margin-bottom:30px;
}
.person {
	float:left;
	width:210px;
	margin-right:0.76em;
}
.personName {
	padding:5px 10px 5px 10px;
	background:#f5f5f5;
	float:left;
	width:190px;
}
.title {
	font-size:19px;
	text-transform:uppercase;
	width:100%;
	float:left;
}
.job {
	float:left;
	clear:both;
	font-size:14px;
	text-transform:uppercase;
	width:100%;
	line-height:16px;
	min-height:36px;
}
.personBio {
	padding:10px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:19px;
}
.slides {
	width:2000px;
	position:absolute;
	top:525px;
	left:10px;
}

.currentSlides {
	width:2000px;
	position:absolute;
	top:325px;
	left:10px;
	display:none;
}


.slides img{
	width:140px;
}

.currentSlides img{
	width:140px;
}


.currentProjectsSlideshow .slideLeftBtn {

	top:180px;

}
.currentProjectsSlideshow .slideRightBtn {

	top:180px;

}

.slideLeftBtn {
	width:42px;
	height:80px;
	left:0;
	top:210px;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url("img/slide-btn-left.png") no-repeat;
}
.slideRightBtn {
	width:42px;
	height:80px;
	right:0;
	top:210px;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url("img/slide-btn-right.png") no-repeat;
}



.thumbLeftBtn {
	width:20px;
	height:38px;
	left:10px;
	bottom:38px;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url("img/thumb-btn-left.png") no-repeat;
}
.thumbRightBtn {
	width:20px;
	height:38px;
	right:10px;
	bottom:38px;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url("img/thumb-btn-right.png") no-repeat;
}

.slideLeftBtn:hover {
	background-position:0 -80px;
}
.slideRightBtn:hover {
	background-position:0 -80px;
}

.thumbLeftBtn:hover {
	background-position:0 -38px;
}
.thumbRightBtn:hover {
	background-position:0 -38px;
}
.rightBox {
	margin-top:82px;
	float:right;
}
.tabs {
	position:absolute;
	left:0;
	top:0;
	width:2000px;
	height:141px;
}

.currentProjectsTabs{
	
	position: relative;
	text-align: left;
	float: left;
	display: block;
	margin-top: 82px;
	font-size: 13px;
	margin-left: 10px;
	width: 100%;
	height: auto;
	overflow:hidden;
	
}

.currentProjectsTabs .thumbLeftBtn, .currentProjectsTabs .thumbRightBtn{
	
	display:none;
	
}

.currentProjectsTabs .previousThumb{
	
	width: 151px;
	overflow:hidden;
	
}

.projectInfo{
	margin-top: 6px;
	float: left;
	width: 100%;
	clear:both;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	
}


.tabLeftBtn {
	width:26px;
	height:50px;
	left:0;
	top:50px;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url("img/tab-btn-left.png") no-repeat;
}
.tabRightBtn {
	width:26px;
	height:50px;
	right:0;
	top:50px;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url("img/tab-btn-right.png") no-repeat;
}
.tabLeftBtn:hover {
	background-position:0 -50px;
}
.tabRightBtn:hover {
	background-position:0 -50px;
}


iframe{
	margin:0;
	padding:0;
}