﻿a
{
	color : #333333;
	text-decoration : none;
}

a:link
{
	color : #006699;
	text-decoration : none;
}

a:visited
{
	color : #006699;
	text-decoration : none;
}

a:hover
{
	color : #666666;
	text-decoration : underline;
	color: #FF0000;
}

a:active
{
	color : #006699;
	text-decoration : none;
}

body{
	margin: 0px;	
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #000000;
	line-height: 150%;
	
}

p, tr, td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	color : #000000;
	line-height: 150%;
}

.content {
	color:#666666;
	margin-left:15px;
	margin-right:15px;
	width:850px;
}

.content p {
	color:#666666;
	margin-left:15px;
	margin-right:15px;
}

.content td p {
	margin-left:0px;
}

#titlepic {
	width:200px;
	float:left;
}
#inv {
	color:#668e2b;
	text-decoration: underline;

}
#foot {
	font-size:9px;
	color:#999999;
	margin:5px 10px 5px 0;
	text-align:right;
}
#foot a {	
	color:#999999;
}

.past {
	color:#666666;
	font-weight:bold;
}

a.clients:link, a.clients:visited {
	margin-top:10px;
	color:#8DC73E;
	font-weight:bold;
}

a.clients:hover {
	margin-top:10px;
	color:#8DC73E;
	font-weight:bold;
}



.gtab {
	color:#666666;
}

h1 {
	color:#8DC73E;
	font-size: 1.5em;
	margin-top:10px;
	line-height:120%;
}

h2 {
	color:#8DC73E;
	font-weight:bold;
	font-size:1.0em;
	margin-left:15px;
}

h3 {
	color:#8DC73E;
	font-weight:bold;
	font-size:1.0em;
}

.contact {
	color:#8DC73E;
	font-weight:bold;
	font-size:1.0em;

}

.testimonial {
	font-style:italic;
}

.front {
	color:#666666;
}
.front p{
	color:#666666;
}

.error {
	color:#FF0000;
}

.message {
	color:#0000FF;
}


/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: none;
	width: 90px;
	border-right: 0px solid #039;
	padding: 0;
	margin-bottom: 1em;
	background-color: #;
	color: #FFF;
}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsite ul li {
	margin: 0;
	border-bottom: 1px dotted #FFF;	
}

#navsite ul li a {
	display: block;
	padding: 2px 2px 2px 30px;
	border-left: 30px solid #8F2CID;
	border-right: 0px solid #69c;
	border-bottom: 0px dotted #FFF;
	background-color: #;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	border-left: 30px solid #8F2CID;
	border-right: 1px solid #;
	border-bottom: 0px dotted #FFF;
	color: #DDBEBA;
}

/* horizontal nav from 10mins  */
ul#navigation {
	margin-left:30px;
	margin-top:9px;
	padding-left:0;
	list-style: none;
	float: none;
	width:100%;
	
}
ul#navigation li {
	display:inline;	
	margin: 0px 0px 10px 0px;
}
ul#navigation a {
	display:block;
	float:left;
	padding: 0px 10px 0px 10px;
	font-weight:bold;
	color:white;
	border-right:1px solid #fff;
	
}

ul#navigation a:hover {
	color:#999999;
	text-decoration:none;
}




ul#navabout {
	margin-top:4px;
	margin-left:15px;
	padding:0;
	list-style: none;
	float:none;
	text-align:center;
	width:100%;
}
ul#navabout li {
	display:inline;	
	margin: 0px 0px 10px 0px;
	padding:0;
}
ul#navabout a {
	display:block;
	padding: 0px 15px 0px 8px;
	font-weight:bold;
	color:white;
	border-right:0px solid #fff;	
	
}

ul#navabout a:hover {
	
	text-decoration:underline;
}

/* tan hack
div
{
  border: 10px;
  padding: 10px solid;
  width: 100px;
}

* html div
{
  width: 140px;
  w\idth: 100px;
}


*/