/* add

.container_8 {
min-height:80%;
}
 */

/*reset + extras*/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol,  li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	font-size: 100%;
	
}
html, body {
	margin:0px;
   padding:0;
   height:100%;
   color: #47382c;
}

img {
	border: 0px;
}

body {
	line-height: 1;
}

.grid_half{
	width: 165px;
	float: left;

}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #47382c;
}

h2 {
	font-size: 18px;
	font-weight: normal;
		color: #47382c;
}

h3 {
	font-size: 14px;
	margin-bottom: 3px;
	color: #47382c;
}

p{
	font-size: 14px;
	color: #47382c;
}

.sidebyside {
	display: inline;
	float: left;
	margin-right: 15px;
}

.homeh1{
		color: black;
		margin-bottom: 15px;
}

.findh1{
		color: black;
		margin: 65px 0 15px 0;

}



.bum_up{
	margin-bottom: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ol,  li, ul {
	list-style: none;
}

li label{
	position: relative;
	top: -2px;
	
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.left {
	float: left;
}

.right{
	float: right;
}

.tright{text-align: right; }

