/* CSS Global Stylesheet for Jobe Roofing Co */

* {
margin: 0;
padding: 0;
}

body {
font-family:Arial;
}

.menuloop {
background-image:url(../images/menuloop.jpg);
}

.menuloopwithtext {
background-image:url(../images/menuloop.jpg);
color:white;
font-weight:bold;
font-size:13px;
}

.mainBack {
background-color:rgb(4,46,120);
}

.whiteBack {
background-color:white;
}

.blueBack {
background-color:rgb(4,46,120);
}

.quotebox {
font-size:12px;
padding-left:20px;
color:rgb(5,46,112);
}

.normalFont {
color:rgb(5,46,112);
font-size:12px;
line-height:20px;
}

.servicebuttons {
padding-left:24px;
background-image:url(../images/servicesbutton.jpg);
background-repeat:no-repeat;
font-size:12px;
text-align:top;
color:rgb(4,46,120);
font-weight:bold;
}

.recentworkfont {
font-size:12px;
padding-left:20px;
}

.dottedline {
border-top: 1px solid #D8D8D8;
border-style: dashed; 
}

.footer {
color:white;
font-size:12px;
font-family:Arial;
background-color:rgb(4,46,120);
}

a {
text-decoration:none;
color:white;
}

.selected {
text-decoration:underline;
color:white;
}

.off {
background-image:url(../images/menuloop.jpg);;
}

.on {
background: #999999;
}