/* CSS Document */
.border{
border:1px solid #FFFFFF;
}
.menuslither{
background-image:url(../images/menuslither.jpg);
background-repeat:repeat-x;
height:20px;
}
.blackslither{
background-image:url(../images/blackslither.jpg);
background-repeat:repeat-x;
height:10px;
}
.footerslither{
background-image:url(../images/footerslither.jpg);
background-repeat:repeat-x;
height:20px;
}
.maintext{
font-family:"Trebuchet MS";
font-size:12px;
color:#FFBE42;
padding:5px 5px 5px 5px;
}
.maintext a{
color:#FFBE42;
text-decoration:none;
}
.maintext a:hover{
color:#FFBE42;
text-decoration:underline;
}
.phone{
font-family:"Trebuchet MS";
font-size:26px;
color:#FFBE42;
padding-right:5px;
}
.phonegrey{
font-family:"Trebuchet MS";
font-size:26px;
color:#333333;
padding-right:5px;
}
.call{
font-family:"Trebuchet MS";
font-size:16px;
color:#FFBE42;
padding-right:5px;
letter-spacing:4px;
}
.footertextyellow{
font-family:"Trebuchet MS";
font-size:10px;
color:#FFBE42;
padding:5px 5px 5px 5px;
}
.footertextgrey{
font-family:"Trebuchet MS";
font-size:10px;
color:#333333;
padding:5px 5px 5px 5px;
}
.footertextgrey a{
color:#333333;
text-decoration:none;
}
.footertextgrey a:hover{
color:#333333;
text-decoration:underline;
}
.footertextwhite{
font-family:"Trebuchet MS";
font-size:10px;
color:#ffffff;
}
.footertextwhite a{
color:#ffffff;
text-decoration:none;
}
.footertextwhite a:hover{
color:#ffffff;
text-decoration:underline;
}
.maingreytext{
font-family:"Trebuchet MS";
font-size:12px;
color:#333333;
padding:5px 5px 5px 5px;
}
.title{
font-family:"Trebuchet MS";
font-size:18px;
color:#333333;
padding:5px 5px 5px 5px;
}
.maingreytext a{
color:#333333;
text-decoration:underline;
}

.phoneyellow{
font-family:"Trebuchet MS";
font-size:20px;
color:#FFBE42;
padding-right:5px;
}
.phonegrey{
font-family:"Trebuchet MS";
font-size:20px;
color:#333333;
padding-right:5px;
}

.vertline{ 
border-left-color:#999999;
border-left-style:dotted;
border-left-width: 1px;
padding-left: 2px;
padding-right:2px;

}
hr {
width: 98%;
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
border: none 0; 
border-top: 1px dotted #999999;/*the border*/
width: 50%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 