/*This style sheet styles the site's Rec. Guide map pages*/

body {
background-color: #FFFFFF;
}

p {
margin-top: 0px;
margin-bottom: 0px;
font-size: 0.7em;
letter-spacing: 0.05em;
font-family: Arial, Helvetica, sans-serif;
color: #999999;
}

h3 {
margin-top: 0px;
margin-bottom: 8px;
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

#lmap {
width: 596px;
}

#lmap img {
border: 2px solid #000000;
}

#pmapV {
width: 614px;
}

#pmapV img {
border: 2px solid #000000;
}

#pmapH {
width: 992px;
}

#pmapH img {
border: 2px solid #000000;
}

a.lbutton:link {
display: none;
}

a.lbutton:visited {
display: none;
}

a.lbutton:hover {
display: none;
}

a.lbutton:active {
display: none;
}

a.rbutton:link {
display: none;
}

a.rbutton:visited {
display: none;
}

a.rbutton:hover {
display: none;
}

a.rbutton:active {
display: none;
}

#rec_uses {
background-color: #FFFFFF;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
padding: 4px;
height: 40px;
margin-top: -4px;
}

#rec_uses p {
font-size: 0.55em;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
letter-spacing: 0.00em;
padding-left: 2px;
}

#rec_uses img {
border: 1px solid #000000;
}

#rec_icons {
float: right;
margin-top: -8px;
margin-right: 1px;
}


/*End style*/
