/*
------------------------------------------
LOCATIONS, CONTACT, DIRECTIONS, ETC...
------------------------------------------
*/
#directions {
width:350px;
padding:2px;
margin:0 auto 0 auto;
}

#directions h1 {
font-size:16px;
font-weight:bold;
text-align:center;
color:#666666;
margin:0 0 0 0;
}

#directions h2 {
font-size:14px;
font-weight:bold;
text-align:left;
color:#000000;
margin:0 0 10px 0;
}

#directions p {
text-align:left;
font-size:12px;
font-weight:bold;
color:#CC3333;
}

#directionBTN {
margin: 0 50px 0 50px;
text-align:center;
}

#directionBTN a:link {
font-size:14px;
font-weight:bold;
color:#990000;
text-decoration:none;
}

#directionBTN a:hover {
font-size:14px;
font-weight:bold;
color:#333333;
text-decoration:underline;
}

#directionBTN a:visited {
font-size:14px;
font-weight:bold;
color:#333333;
text-decoration:underline;
}

.map {
margin-left:70px;
}

.mapLink {
font-size:9px;
font-weight:bold;
text-align:center;
}

#addressBOXes {
margin: 1em 1em;
padding: 0;
text-align:center;
}

.LOCaddyTIT {
font-size:14px;
font-weight:bold;
color:#000000;
}