@import 'nav.css';
@import 'form.css';
body {
	background:url(/img/background.png) repeat  scroll 0 0;
	 }
html { min-height: 100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical;		}
h3 {
	margin-top: 20px;
	color: #142d6e;	
}
h3.underline {
	text-decoration: underline;
	margin-top: 20px;
	color: blue;	
}
h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #142d6e;	
}
a {
	color: blue;
	}
	
	.right {
		float: right;
		}
		
div.navcontainer {
		display:inline;
		float:left;
		width: 131px;
		background-color: #e5ece3;
		padding-top:40px;
	}


div.blah {
	width: 729px;
	background-color: blue;
	background-position: top;
	background-image: url('/img/content_background.png');
}

div.homecontent {
		width: 518px;
		background-color: white;
		float: left;
		padding: 40px;
		padding-top:15px;
	}

.austin{
	width: 729px;
	height: 278px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url('/img/austin.png');

}		

img.recentproject{border:1px; border-style: solid; border-color: black;  }



div.header {
	width: 729px;
	height: 106px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url('/img/header.png');
	}



div.panel {
	float: left;
	width: 280px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url('/img/brown_panel.png');
	}

.center {
  margin-left: auto;
  margin-right: auto;
}


.right {
  float: right;
}
.left {
   float: left;
}

.clear {
  clear: both;
}

img.panel {
	margin-top: 20px;
	display: block;
	margin-left: auto;	
	margin-right: auto;
}

.pagetitle#history, .pagetitle#services, .pagetitle#commitment, .pagetitle#portfolio{
     width: 940px;
     height: 59px;
	padding:0px;
	margin-left:50px;
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9009px;
	float: left;
	}
	
#history{	background-image: url('/img/page_title_history.png');}
#services{	background-image: url('/img/page_title_services.png');}
#commitment{	background-image: url('/img/page_title_commitment.png');}
#portfolio{	background-image: url('/img/page_title_portfolio.png');}
	
div.logo {
     width: 263px;
     height: 105px;
	padding:0px;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	}
	

.content{
	margin-top: 20px;
	margin-left: 70px;
	margin-bottom: 20px;
	width: 740px;
	color: #fcfcfc;
	font-size: 11pt;

	}

	
	div.footer{
		float:left;
		width: 729px;
		height: 37px;

background-image:url('/img/footer.png');
	background-position:top;
	background-repeat:no-repeat; 
	}






/*==================================*/
		
div.question#sales,  div.question#about, div.question#contact, div.question#solutions, div.question#executive, div.question#capital, div.question#news,div.question#careers, div.question#sales_small, div.question#sales_500,div.question#capital {
     width: 795px;
     height: 100px;
	padding:0px;
	margin-left:75px;
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9009px;
	float: left;
	}

.question#sales {background-image: url('/img/question_sales.png');}
.question#executive {background-image: url('/img/question_executive.png');}
.question#sales {background-image: url('/img/question_sales.png');}
.question#sales_small {background-image: url('/img/question_sales_small.png');}
.question#sales_500{background-image: url('/img/question_sales_500.png');}
.question#capital{background-image: url('/img/question_capital.png');}


	
