@charset "utf-8";
/* CSS Document */

.title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #333333;
padding: 20px 0px 15px 0px;
}

#anchors {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 3px 0px 20px 0px;
color: #999999;
}

#anchors a {
text-decoration: none;
color: #b72325;
font-weight: bold;
}
#locationstable {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#locationstable td.locations {
border-bottom: dashed 1px #CCCCCC;
padding: 5px 10px 5px 15px;
vertical-align: top;
}
#locationstable td.locations a {
text-decoration: none;
font-weight: bold;
letter-spacing: .03em;
color: #000000;
}
#locationstable td.locations a:hover {
text-decoration: underline;
color: #b72325;
}


#locationstable td.state {
font-size: 12px;
font-weight: bold;
color: #333333;
padding: 3px 0px 3px 10px;
border-bottom: dashed 1px #CCCCCC;
background-color:#f2eeee;
margin: 10px 10px;
}

.city {
font-size: 11px;
padding: 10px;
}
.address {
line-height: 16px;
padding: 5px 15px;
}
.address a {
text-decoration: none;
color: #b72325;
}
.address a:hover {
text-decoration: underline;
color: #b72325;
}
#locationstable td.map {
padding: 5px;
}

#locationstable td.map a {
text-decoration: none;
color: #b72325;
font-weight: bold;
font-size: 10px;
}
#locationstable td.map a:hover {
text-decoration: underline;
}