body, html{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#main_container{
	margin: 3px auto;
	width: 900px;
}

 a:link, a:visited {
	font-weight: bold;
	
	text-decoration: none;
	border:  none;
	padding: 0px;
}

#top_nav{
	text-align: center;
	font-weight: bold;
}
#top_nav a{
	text-decoration: none;
	color: #111111;
}
#top_nav a:hover{
	text-decoration: underline;
}

#search_form{
	margin: 0;
	margin-right: 15px;
	padding: 8px 0 0 0;
}
#search_form input{
	margin: 0;
	padding: 0;
	border:  0px;
}
.search_box_container{
	border: 1px solid #111111;
	padding: 2px 1px 2px 1px;
	margin-right: 5px;
}
* html .search_box_container{
	padding: 2px 1px 0 1px;
}
.search_button{
	background-color: #165dab;
	color: #FFFFFF;
	border: 1px solid #1f4e82;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}

#left_nav{
	float: left;
	width: 200px;
	padding: 10px 0 10px 0;	
}
#main_content{
	float: right;
	width: 680px;
	text-align: left;
	padding: 10px;
}

#bottom_transient_bg{
	background-image: url("file:///C|/Users/Work/Documents/sites/timhendersonlaw/images/transient_bottom_bg.gif");
	padding-bottom: 10px;
}
#bottom_container_900{
	width: 900px;
	margin: 1px auto;
}

#top_rollover_image_links{
	margin: 0;
	padding: 0;
	text-align: center;
}
#top_rollover_image_links img{
	width: 180px;
	height: 210px;
}

#bottom_rollover_image_links{
	margin: 0;
	padding: 0;
	text-align: center;
}
#bottom_rollover_image_links img{
	width: 150px;
	height: 70px;
	padding: 20px;
}

#powered_by_cameron{
	text-align: right;
	border-bottom: 2px solid #c7cfe1;
}

.additional_info{
	text-align: center;
	padding: 10px;
}

#bottom_nav{
	text-align: center;
	font-weight: bold;
	/*
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	*/
	margin-bottom: 9px;
}
#bottom_nav a{
	text-decoration: none;
	color: #111111;
	padding: 0 5px 0 5px;
}
#bottom_nav a:hover{
	text-decoration: underline;
}

#copyright{
	text-align: center;
	font-size: 11px;
}

a.terms_of_use{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a.terms_of_use:hover{
	text-decoration: underline;
}

img.gmap_img_link{
	border: 0px;
}
