/* Changes to Blueprint sytles */

/* From grid.css */
body {
    color: #005596; /* logo blue */
    margin-top: 1em;
}


h1, h2, h3, h4, h5, h6 {
    color: #bccfe3; /* light blue */
    color: #1c434f; /* blue-green */
    color: #005596; /* logo blue */
}


.container {

}

.showgrid { 
    background: url(../_img/grid.png);   /* Original background grid image */
    background: url(../_img/grid2.png);  /* Darker background grid image */
}

.box {
  padding: 15px 20px 0 20px; /* Was 1.5em which is 18px, which doesn't line up with grid */
  color: #005596;
  background: #bdb;
}






/* From screen.css */
a:link {

    
}

a:hover {
    text-decoration: none;
    color: #060;
}

a {
    text-decoration: underline;
}








/* Site-specific styles */


#header {
    position: relative;
    margin-bottom: 10px;
}

#nav {
    position: absolute;
    bottom: 0;
}

#content {
    margin-top: 30px;

}
#hm_content {
    margin-top: 0;

}

h1#hm_ovr {
    margin-left: -5000px;
    display: none;
}

#hm_testmnl {
    background: url(../_img/hm_testmnl_bg2.gif) no-repeat left top;
    color: #eee;
    position: relative; /* create containing block */
}

#hm_testmnl h2 {
    text-align: right;
    color: #eee;
    font-family: Verdana, sans-serif;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#hm_testmnl p {
    font-family: Georgia, serif;
    font-size: 1.3em;
    padding: 0 20px 0 20px;
    line-height: 1.6em;
}

#hm_testmnl .sgntr {
    position: absolute;
    right: 20px;
    font-size: 1.2em;
}

.hm_con {
    position: relative; /* create containing block */
    padding-top: 10px;
    line-height: 1.3em;
}

.hm_con .learnmore {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.hm_con .learnmore a:hover {
    font-weight: bold;
    color: #005596;
    text-decoration: none;
}

.hm_con .learnmore a {
    font-weight: bold;
    color: #005596;
}

div.body-copy  {
    padding-top: 10px;
    font-size: 1.2em;
}

div.body-copy ul {
    list-style-type: disc;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
    margin-bottom: .2em;
}

div.rightalign {
    text-align: right;
}

.smalltext {
    font-size: .8em;
}

.spelling {
    text-decoration: blink;
    color: #f00;
}

.faqs {
    font-size: .8em;
    background: #dde;
    padding: 10px 30px;
    -moz-border-radius: 10px;
}

.body-copy th {
    background: #dde;
}

/* Commented out for the template...

div.body-copy p {
    font-size: 1.2em;
    line-height: 1.4em;
}

.alignright {
    text-align: right;
}

#content {
    margin: 20px 0;
}

div#content div img {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

div.noheader {
    margin-top: 36px;
}



End comment block */