@charset "utf-8";
/* CSS Document */
body {
	background-image: url(png/background.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
}
#container{	
	width: 1012px;
	position:absolute;
	left: 50%;
	margin-left: -506px;
	margin-top:10px;
}
#back{
	width: 100%;
	display: inline;
	float: left;
	background-image: url(png/austin_heritage_consultants1_r3_c1.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#header{
	background-image: url(png/historical_research1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	float: left;
	width: 100%;
	height: 114px;
}
#services_flash{
	float: left;
	display: inline;
	width: 350px;	
	height:240px;
}
#services{
	float: left;
	display: inline;
	width: 550px;
	list-style-type: square;
}
#services ul{
	list-style-type: square;
	list-style-image: url(png/square.gif);
	list-style-position: outside;
	padding-top:10px;
}
#services li{
	list-style-image: url(png/square.gif);
	list-style-position: outside;
	padding-bottom:11px;
}
#indentcontent{
	margin-right: 20px;
	margin-left: 21px;	
}
#photochunk{
	display: inline;
	float: left;
	width: 100%;
	background-image: url(png/research_conservation_assessment_audit_gazetteers.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 240px;
}
#content{
	display: inline;
	float: left;
	width: 100%;
	background-image: url(png/grunge.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#footer{
	background-image: url(png/austin_heritage_consultants1_r4_c1.png);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 55px;
	width: 100%;
		
}
#col1{
	display: inline;
	float: left;
	width: 64%;
	padding-right:1%;
	margin-right: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;	
}
#col2{
	display: inline;
	float: left;
	width: 33%;
	clear:right;
}
h1 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
}
h2 {
	font-size: 14px;
	
	text-align: left;
}
h3 {
	font-size: 12px;
	
	text-align: left;
}
h4 {
	font-size: 10px;
	
	text-align: left;
}
#contact{
	background-color: #CCC;
	display: inline;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	clear: both;
	padding-bottom:50px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: underline;
	color: #000;
}
#clearcontainer{
	clear: both;
	float: left;
	display:inline;
	width: 100%;	
}
#picbott{
	clear: both;
	float: left;
	display:inline;
	width: 100%;
	background-image: url(png/research_conservation_assessment_audit_gazetteers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 170px;
}

