﻿a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:active {
	text-decoration:none;
	color:white;
	}
	
a.nav:visited {
	text-decoration:none;
	color:white;
	}
	
a.nav:link {
	text-decoration:none;
	color:white;
	}
	
a.nav:hover {text-decoration:underline; color:#E2E2E2;}

a.white:active {
	text-decoration:underline;
	color:white;
	}
	
a.white:visited {
	text-decoration:underline;
	color:white;
	}
	
a.white:link {
	text-decoration:underline;
	color:white;
	}
	
a.white:hover {text-decoration:underline; color:#fbfab0;}
	

a.navblack:link, a.navblack:active, a.navblack:visited {
	text-decoration:none;
	color:white;
	display:block;
	font-weight:normal;
	padding:8px 0px 7px 16px;
	background: #232323 url('siteart/line-black.jpg') bottom center no-repeat;
	}
	
a.navblack:hover {text-decoration:none; color:#fbfab0;}

a.navgreen:link, a.navgreen:active, a.navgreen:visited {
	text-decoration:none;
	color:white;
	display:block;
	padding:8px 0px 7px 16px;
	background: #78a141 url('siteart/line-green.jpg') bottom center no-repeat;
	}
a.navgreen:hover {text-decoration:none; color:#fbfab0;}


.navcellblack {
	width:198px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 23px;
	background: #020f2d url('siteart/background.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 770px;
	background: white;
}	

#tollfree{
	background:#749a45 url('siteart/tollfree.jpg') no-repeat;
	text-indent:-9999px;
}

.blackline {
	background: #232323 url('siteart/line-black.jpg') no-repeat;
	height: 1px;
}

.greenline {
	background: #78a141 url('siteart/line-green.jpg') no-repeat;
	height: 1px;
}

.imgb {
	border: 1px solid #a0a0a0;
}

.red {
	color: #FF0000;
}


/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
width: 135px;
background-color: #FFFFB9;
padding-bottom: 2px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #a0a0a0;
border-bottom-width: 0;
line-height: 21px;
z-index: 100;
background-color: white;
width: 205px;
font-size: 9pt;
}

.anylinkcss a,.anylinkcss a:visited, .anylinkcss a:active {
color: #2d4907;
width: 100%;
display: block;
text-indent: 3px;
border:1px solid #acd17a;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
line-height: 21px;

}



.anylinkcss a:hover{ /*hover background color*/
background-color: #699033;
color: white;
text-decoration:none;
}

