.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #004400;
}

.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004400;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #004400;
}

.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004400;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #004400;
}

.text-bold-gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BB8800;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BB8800;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BB8800;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444400;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BB8800;
	text-decoration: underline;
}

body { 
  background-image: url(images/greenbckgrnd.gif);  
}


.menu {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 70px;
	list-style: none;
	background: #004400;
	margin-top: 0px;	
	position: absolute;
	left: 10px;
	top: 10;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 70px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;	
	background-repeat: no-repeat;
}
.home {
	background-image: url(images/butt_home_on.gif);
	height: 85px;
}
.home a {background-image: url(images/butt_home.gif);
         height: 85px;}
.profile {background-image: url(images/butt_profile_on.gif);
          height: 70px;}
.profile a {background-image: url(images/butt_profile.gif);
            height: 70px;}
.attorneys {background-image: url(images/butt_attorneys_on.gif);
            height: 70px;}
.attorneys a {background-image: url(images/butt_attorneys.gif);
              height: 70px;}
.accident {background-image: url(images/butt_accident_on.gif);
           height: 60px;}
.accident a {background-image: url(images/butt_accident.gif);
             height: 60px;}
.faq {background-image: url(images/butt_faq_on.gif);
      height: 60px;}
.faq a {background-image: url(images/butt_faq.gif);
        height: 60px;}
.contact {background-image: url(images/butt_contact_on.gif);
          height: 60px;}
.contact a {background-image: url(images/butt_contact.gif);
            height: 60px;}
ul.menu li a:hover {background: none;}


a.footer-l:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #BB8800;
}

a.footer-l:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #BB8800;
}

a.footer-l:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #BB8800;
}

a.footer-l:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444400;
}
