﻿hr 
{  
	color: #003399; 
	height: 1px
}

.linkbarHome {
float: left; 
width: 81px; 
height: 24px; 
background-image: url(/images/btnHome_0.gif);
background-repeat: no-repeat;
}
.linkbarHome:hover {
	background-image: url(/images/btnHome_1.gif);
} 

.linkbarAbout {
float: left; 
width: 101px; 
height: 24px; 
background-image: url(/images/btnAbout_0.gif);
background-repeat: no-repeat;
}
.linkbarAbout:hover {
	background-image: url(/images/btnAbout_1.gif);
} 

.linkbarServices {
float: left; 
width: 86px; 
height: 24px; 
background-image: url(/images/btnServices_0.gif);
background-repeat: no-repeat;
}
.linkbarServices:hover {
	background-image: url(/images/btnServices_1.gif);
} 

.linkbarUtilityPartner {
float: left; 
width: 131px; 
height: 24px; 
background-image: url(/images/btnUtilityPartner_0.gif);
background-repeat: no-repeat;
}
.linkbarUtilityPartner:hover {
	background-image: url(/images/btnUtilityPartner_1.gif);
} 

.linkbarRebatePickup {
float: left; 
width: 131px; 
height: 24px; 
background-image: url(/images/btnRebatePickup_0.gif);
background-repeat: no-repeat;
}
.linkbarRebatePickup:hover {
	background-image: url(/images/btnRebatePickup_1.gif);
} 

.linkbarCurbsidePickup {
float: left; 
width: 141px; 
height: 24px; 
background-image: url(/images/btnCurbsidePickup_0.gif);
background-repeat: no-repeat;
}
.linkbarCurbsidePickup:hover {
	background-image: url(/images/btnCurbsidePickup_1.gif);
} 
.linkbarContactUs {
float: left; 
width: 106px; 
height: 24px; 
background-image: url(/images/btnContactUs_0.gif);
background-repeat: no-repeat;
}
.linkbarContactUs:hover {
	background-image: url(/images/btnContactUs_1.gif);
} 

.VerticalGap
{
    height: 5px;
    background: #006699;
}
.TopLeft
{
vertical-align: top;
text-align:left;
height:10px;	
}
.TopRight
{
vertical-align: top;
text-align:right;	
height:10px;
}
.BottomRight
{
vertical-align: bottom;
text-align:right;
height:10px;	
}
.BottomLeft
{
vertical-align: bottom;
text-align:left;
height:10px;	
}

.FooterLink 
{
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:10px;
text-align:center;	
color: #0033CC;
text-decoration: none;
}

.FooterLink:hover  
{
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:10px;
text-align:center;	
color: #0099FF;
text-decoration: none;
}
.FooterText
{
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:10px;
text-align:center;	
color: #000000;
}