﻿div.LinksGrid h1 {
    color: #737929;
    font-size: 1.2em;
    font-weight: normal;
}
div.LinksGrid div.link {
    background: #f7efde;
    border: solid 1px #000;
    float: left;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 12px;
    width: 275px;
}
div.LinksGrid div.link div.caption {
    font-weight: bold;
}
div.LinksGrid div.link div.thumb {
    height: 64px;
    width: 128px;
    text-align: right;
}

/* BEGIN SHADOWED LINK BOX CLASSES */
div.LinksShadowed {
    background: url("Images/roundbox/linkarea/bg.jpg");
    float: left;
    margin-bottom: 6px;
    margin-right: 6px;
    width: 275px;
}
div.LinksShadowed .topleft {
    background: url("Images/roundbox/linkarea/topleft.jpg") no-repeat top left;
}
div.LinksShadowed .topbg {
    background: url("Images/roundbox/linkarea/topbg.jpg") repeat-x top;
}
div.LinksShadowed .topright {
    background: url("Images/roundbox/linkarea/topright.jpg") no-repeat top right;
}
div.LinksShadowed .rightbg {
    background: url("Images/roundbox/linkarea/rightbg.jpg") repeat-y right;
}
div.LinksShadowed .bottomright {
    background: url("Images/roundbox/linkarea/bottomright.jpg") no-repeat bottom right;
}
div.LinksShadowed .bottombg {
    background: url("Images/roundbox/linkarea/bottombg.jpg") repeat-x bottom;
}
div.LinksShadowed .bottomleft {
    background: url("Images/roundbox/linkarea/bottomleft.jpg") no-repeat bottom left;
}
div.LinksShadowed .leftbg {
    background: url("Images/roundbox/linkarea/leftbg.jpg") repeat-y left;
}
div.LinksShadowed .content {
    padding: 15px;
    padding-left: 20px;
}
div.LinksShadowed .content img {
    border: solid 1px #82b669;
}
div.LinksShadowed .content a {
    display: block;
    font-size: 1.15em;
}
/* END SHADOWED LINK BOX CLASSES */