* {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
html {
	height: 100%;
}
body {
	margin: 0 auto;
	width: 760px;
	min-height: 100%;
	background-color: black;
	font-family: verdana, sans-serif;
	font-size: .9em;
}
#wrapper {
	background-color: #f2f2f2;
	min-height: 600px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #0000FF;
}
	a:hover {
		text-decoration: underline;
	}
p {
	padding: 5px 0 5px 0;
}
h1, h2, h3 {
	text-align: center;
	clear: both;
}
.right {
	margin-left: 450px;
}
.center {
	text-align: center;
}
.large_font {
	/*font-size: 1.3em;*/
	font-weight: bold;
}
.large {
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.red {
	text-align: left;
	color: red;
}
.padright {
	padding-right: 5px;
}
.areas1 {
	list-style-type: circle;	
	width: 200px;
	float: left;
	margin-left: 50px;
}
.areas2 {
	list-style-type: circle;
	width: 200px;
	float: left;
	margin: 0 100px 0 10px;
}
.marginleft {
	margin-left: 25px;
}
.floatleft {
	float: left;
	padding-right: 5px;
}
.floatright {
	float: right;
	padding-left: 5px;
}
#header {
	padding: 5px 5px 10px 0;
}
#header h5 {
	text-align: center;
}
#header_logo {
	margin-left: 80px;
}
#nav {
	padding: 15px 0 5px 15px;
	margin: 0 0 5px 50px;
	float: left;
}
#nav li {
	display: block;
	position: relative;
	float: left;
	padding-right: 1px;
	text-decoration: none;
}
	#nav li a {
		font-size: 17px;
		font-weight: bold;
		color: black;
		background-color: #ffda00;
		border: 2px solid black;
		padding: 5px 10px 5px 10px;
	}
		#nav li a:hover {
			background-color: #F0F284;
			text-decoration: none;
			color: black;
		}
#unhighlight {
	background-color: #ffda00;
	font-size: 17px;
	font-weight: bold;
}
li ul {
	display: none;
	
}
	#nav li:hover ul {
		display: block;
		position: absolute;
	}
		#nav li:hover ul li {
			float: none;
			font-size: 17px;
			margin-top: 15px;
		}
#bar {
	float: left;
	position: relative;
	padding: 5px;
	width: 150px;
	min-height: 600px;
	background-color: #B0B0B0;
	margin-right: 5px;
}
#subnav {
	padding: 5px 0 5px 0;
}
	#subnav a {
		color: #00f;
		font-size: 16px;
		text-decoration: none;
	}
		#subnav a:hover {
			color: #ffda00;
			background-color: blue;
		}
#subnav li:hover ul {
		display: block;
		position: absolute;
	}
		#subnav li:hover ul li {
			float: none;
			font-size: 16px;
			margin: 0 0 0 45px;
		}
#testimony {
	width: 145px;
	float: left;
	margin-top: 40px;
	background-color: white;
	padding: 5px 1px 1px 5px;
}
	#testimony a {
		margin-left: 70px;
	}
#termidor {
	float: left;
}
#bbb {
	float: left;
	margin-right: 4px;
}
#main {
	width: 590px;
	float: left;
}
#footer {
	clear: both;
	text-align: center;
	padding: 5px 0 5px 0;
}
/***********HOME**********/
#video {
	margin-left: 15px;
}
/*********ABOUT**********/

/***********PEST CONTROL*****************/
#phone {
	clear: both;
	text-align: center;
}
#content_list {
	
	font-size: .9em;
	margin-left: 15px;
}
/******TERMITE CONTROL************/
td {
	border: 2px solid #0000FF;
	text-align: center;
	background-color: #5A9DD9;
	font-weight: bold;
}
td a:hover {
	color: #FFDA00;
}
#wood-eating-termite {
	float: left;
	padding-right: 5px;
}
#bullets {
	list-style-type: disc;
}
hr {
	clear: both;
}
/*******CONTACT**************/
#vcard {
	width: 175px;
	float: left;
}
#vcard h3 {
	text-align: left;
}
#form {
	width: 390px;
	float: left;
	margin: 0 0 10px 15px;
}
input, textarea {
	background: white;
	border: 1px solid #D0D0D0;
}
#submit {
	background-color: #ffda00;
	border: 1px solid black;
	font-weight: bold;
	cursor: pointer;
}
/******BROWN RECLUSE SPIDER*********/
#brown_recluse {
	float: left;
	padding-right: 5px;
}
/*****BLACK WIDOW SPIDERS********/
#black_widow {
	float: left;
	padding-right: 5px;
}
/*******HOBO SPIDER***********/
#hobo {
	float: left;
	padding-right: 5px;
}
/************ANT***********/
#ant {
	float: left;
	padding-right: 5px;
}
/**********FLEA***********/
#flea {
	float: left;
	padding-right: 5px;
}
