/* Link Bar */

.links{
width: 100%;
overflow: hidden;
}

.links ul{
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.links li{
display: inline;
margin: 0;
}

.links li a{
	float: left;
	display: block;
	text-decoration: none;
	border-right: 1px solid #555555;
	margin: 0;
	color: #CCCCCC;
	width: 132px;
	height: 30px;
	background-image: url(../images/linkbar.jpg); /* Default State */
}

.links li a:visited{
color: #CCCCCC;
}

.links li a:hover {
background-image: url(../images/linkbarOn.jpg); /* Links Activated */
color: white;
}


/* Link Bar 2 --------------------------*/

.links2{
width: 100%;
overflow: hidden;
}

.links2 ul{
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.links2 li{
display: inline;
margin: 0;
}

.links2 li a{
	float: left;
	display: block;
	text-decoration: none;
	border-right: none;
	margin: 0;
	color: #CCCCCC;
	width: 135px;
	height: 30px;
	background-image: url(../images/linkbar.jpg); /* Default State */
}

.links2 li a:visited{
color: #CCCCCC;
}

.links2 li a:hover, .links li.selected a{
background-image: url(../images/linkbarOn.jpg); /* Links Activated */
color: white;
}

/* Links CSS */


a{
	text-decoration: none;
	color: #880000;
}

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

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

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


/*--------------------------*/

.infolink a{
	color: #770000;
}

.infolink a:visited {
	color: #770000;
}

.infolink a:hover {
	color: #440000;
	text-decoration: underline;
}
.infolink a:active {
	color: #770000;
}

/*--------------------------*/

.footerstyle a{
	font-size: 11px;
	color: #999999;
}

.footerstyle a:visited {
	font-size: 11px;
	color: #999999;
}

.footerstyle a:hover {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

.footerstyle a:active {
	font-size: 11px;
	color: #999999;
	
}

/*--------------------------*/

.allservice a{
	font-size: 14px;
	font-weight: bold;
	color: #254cbb;
}

.allservice a:visited {
	color: #254cbb;
}

.allservice a:hover {
	color: black;
	text-decoration: underline;
}

.allservice a:active {
	color: #254cbb;
	
}