/* RESET EVERYTHING
@import url("reset.css");
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-image: url(images/guy_back.jpg);
}
#content {
	background-color: #EED202;
}
#content h1 {
	color: #E92610;
	font-size: 17px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 8px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #440000;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
}
#content p, #content li {
	font-size: 12px;
	line-height: 137%;
}

#services img {
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
}

a:active {
	text-decoration: underline;
}
#nav, #nav ul {
	float: left;
	font-size:12px;
	width: 780px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 1px 0 1px 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a:hover {
    color: #eed200;
}

#nav a.daddy {
	
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: bold;
	border-width: 0.25em;
	margin: 0;
	background-color: #000;
	border-bottom: solid 1px #eed700;
	border-left: solid 1px #eed700;
	border-right: solid 1px #eed700;	
	opacity: 0.85;
	filter: alpha(opacity=85);

}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #eda200;
}
td.frog {
  background-image:url(images/index1_04.jpg);
  background-position: right;
  background-repeat:no-repeat;
