
.cf {clear: both; zoom: 1;} .cf:after, #hd:after, #bd:after, #ft:after {content:".";display:block;height:0;clear:both;visibility:hidden;font-size:1px;}

html,body {

}

body {
	width: 100%;
	height: auto;
	min-height: 100%;
	_height: 100%;
	background: #707070 url(./h-bg.jpg) repeat-x;
}

#doc {
	width: 800px;
	position: relative;
	zoom: 1;
}

#hd {
	padding-top: 40px;
	height: 70px;
}
	
	#hd a.logo {	
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		background: url(./h-logo.png) no-repeat;
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://beta.hinmanassociates.com/assets/h-logo.png",sizingMethod="crop");		
		width: 161px;
		height: 205px;
		overflow: hidden;
		text-indent: -999em;
		outline: none;
		cursor: pointer;
		zoom: 1;
	}

	#hd ul {
		border-top: solid 1px #777;
		padding: 10px 0 0 0;
	}
	
	#hd ul li {
		position: relative;
		float: left;
		padding: 0 15px 0 5px;
	}
	
	#hd ul li a {
		color: #eee;
		text-decoration: none;
		font-family: verdana;
		font-size: 77%;
		text-transform: uppercase;
	}
	
		#hd ul li a:hover {
			color: #fff;
			border-bottom: dotted 1px #fff;
		}
		
#bd {
	background: #fff url(./h-splash-1.jpg) no-repeat;
	padding: 5px;
	padding-top: 200px;
}

	#bd a {
		color: #333;
		text-decoration: none;
	}
	
		#bd a:hover {
			text-decoration: underline;
			color: #416f2a;
		}

	#bd .yui-u {
		margin: 20px 0 0;	
	}
	
	#bd .first {
		border-right: solid 1px #eee;
	}

	#bd h1 {
		padding: 15px 10px 0;
		font-size: 167%;
		color: #333;
	}
	
	#bd p {
		padding: 0 10px;
		color: #444;
		line-height: 1.9em;
	}
	
	#bd h2 {
		margin-top: 10px;
		font-size: 123%;
		color: #444;
		font-weight: bold;
	}
	
	#bd ul.side {
		padding: 5px;
	}
	
		#bd ul.side li span {
			font-size: 77%;
			color: #888;
			font-weight: normal;
		}
		
		#bd ul.side li a {
			color: #555;
		}
	
		#bd ul.side li {
			padding: 2px;	
			font-weight: bold;			
		}

	#bd ul.lower {
		padding: 10px 0;
		margin-top: 50px;
		border-top: solid 1px #ccc;
		background: #eee;
	}

	#bd ul.lower li {
		position: relative;
		float: left;
		width: 50%;
		text-align: center;
		color: #888;
		font-size: 85%;
	}
	
		#bd ul.lower li strong {
			font-weight: bold;
		}
		
 ul.list {
 	padding: 5px;
 	font-size: 93%;
 	line-height: 1.5em;
 }
 
 .pad {
 	padding: 10px;
 }
 
 .big {
 	padding-left: 20px;
 }
		
#ft {
	color: #222;
	text-align: center;
	font-size: 77%;
	font-family: Verdana;
	padding: 20px;
}

	#ft a {
		color: #222;
	}
	
	

	ul li.h {
		font-weight: bold;
	}
	
	
	blockquote {
		font-style: italic;
		margin: 0 15px;
		line-height: 1.5em;
		font-size: 12px;
		position: relative;	
	}
	
		blockquote span {
			display: block;
			z-index: 2;
			position: relative;		
		}
		
		blockquote span.q {
			font-size: 200px;
			color: #eee;
			position: absolute;
			top: 50px;
			left: -50px;
			z-index: 1;
			font-family: "Times New Roman";
			opacity: .3;
			filter: alpha(30%);
			width: 100px;
		}
		
		blockquote span:first-letter {
			padding-left: 10px;
		}
	
	div.testem-from {
		font-size: 11px;
		color: #333;
		padding: 5px;
		margin-bottom: 25px;
		margin: 0 15px 25px 15px;
	}
	
form {
	margin: 10px;
}	

form table td,
form table th {
	padding: 5px;
}