/* CSS Document */
.greyslither{
background-image:url(../images/silverslither.jpg);
height:20px;
background-repeat:repeat-x;
}
.redslither{
background-image:url(../images/redslither.jpg);
height:22px;
background-repeat:repeat-x;
}
.greyborder{
border:1px solid #E8E8E8;
}
.greytext{
font-family:"Trebuchet MS";
font-size:12px;
color:#999999;
padding-left:5px;
padding-right:5px;
}
.greytext a{
color:#999999;
text-decoration:none;
}
.greytext a:hover{
color:#999999;
text-decoration:underline;
}
.whitetext{
font-family:"Trebuchet MS";
font-size:12px;
color:#ffffff;
padding-left:5px;
padding-right:5px;
}
.phonered{
color:#E12B23;
font-family:"Trebuchet MS";
font-size:22px;
padding-right:10px;
}
.phonegreen{
color:#017F01;
font-family:"Trebuchet MS";
font-size:16px;
letter-spacing:4px;
font-weight:bold;
padding-right:10px;
}
.borderleft{ 
border-left-color:#E92B2B;
border-left-style:dotted;
border-left-width: 1px;
padding-left: 6px;
}
.borderright{ 
border-right-color:#E92B2B;
border-right-style:dotted;
border-right-width: 1px;
padding-right: 6px;
}
.footertext{
font-family:"Trebuchet MS";
font-size:10px;
color:#999999;
padding-left:5px;
padding-right:5px;
}
.footertext a{
color:#999999;
text-decoration:none;
}
.footertext a:hover{
color:#999999;
text-decoration:underline;
}
.redtitle{
color:#E12B23;
font-family:"Trebuchet MS";
font-size:18px;
padding:5px 5px 5px 5px;
}