﻿a
{
    color: #69A648;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}   
body 
{
    background-image: url(background.gif);
    background-position: center;
    background-repeat: repeat-y;
    background-color: #fff;
    font-family: Arial, Verdana, Tahoma;
    font-size: 75%;
}
div.casestudies
{
     border: solid 1px #ccc;
     width: 168px;
}
div.casestudies p.heading
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    text-align: center;
}
div.casestudies p.more
{
    font-size: 90%;
    margin: 5px 0px 5px 0px;
    padding: 0px 5px 0px 5px;
    text-align: center;
}
div.casestudies p.quote
{
    font-size: 90%;
    margin: 5px 0px 5px 0px;
    padding: 0px 5px 0px 5px;
    text-align: center;
}
div#container 
{
    background-color: #fff;
    left: 50%;
    margin-left: -470px;
    position: absolute;
    margin-top: 0px;
    top: 0px;
    width: 940px;
}
div#footer
{
    border-top: solid 1px #ccc;
    color: #666;
    margin-top: 70px;
    text-align: center;
}
div#header 
{
    margin-left: 0px;
    position: absolute;
    top: 0px;
}
div#main
{
    margin-left: 0px;
    margin-top: 180px;
}
div#subnavigation
{
    margin-left: 0px;
    top: 180px;
    position: absolute;
}
h1
{
    color: #155177;
    font-size: 120%;
}
h1.home
{
    color: #155177;
    font-size: 150%;
    line-height: 130%;
}
h2
{
    color: #155177;
    font-size: 110%;
}
h3.quickenquiry
{
    border-top: dashed 1px #ccc;
    font-size: 100%;
    margin-top: 10px;
    padding-top: 20px;
}
img
{
    border: none;
    vertical-align: top;
}
table tr td
{
    font-size: 100%;
    vertical-align: top;
}
table tr td.subnavigation
{
    font-size: 100%;
    vertical-align: top;
    width: 210px;
}
table.navigation tr td
{
    background-image: url(nav.gif);
    background-position: left top;
    background-repeat: repeat-x;
    width: 100%;    
}
table.casestudies tr td.casetext
{
    padding-bottom: 30px;
}
table.casestudies tr td.casetext h2
{
    padding-top: 5px;
}
table.chart
{
    border: solid 1px #ccc;
    margin-top: 30px;
    width: 97%;
}
table.chart tr td
{
    padding: 5px 10px;
}
table.chart tr td.option
{
    text-align: center;
}
table.chart tr td.optionn
{
    color: #c00;
    font-weight: bold;
    text-align: center;
}
table.chart tr td.optiony
{
    color: #73962D;
    font-weight: bold;
    text-align: center;
}
table.chart tr.alternateitem td
{
    background-color: #f0f0f0;
}
table.chart tr.header td
{
    background-color: #8cad4b;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
}
table.chart tr.title td
{
    background-color: #0c213e;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 10px;
}
ul.navigation
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.navigation li
{
    background-image: url(nav.gif);
    background-position: left top;
    background-repeat: repeat-x;
    padding: 10px 40px 20px 40px;
    display: inline;
    float: left;    
}
ul.navigation li a
{
    color: #fff;
}
ul.navigation li.selected
{
    background-image: url(nav-selected.gif);       
}
ul.subnavigation
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.subnavigation li
{
    background-image: url(sub-nav.gif);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: dashed 1px #ccc;
    margin-right: 30px;
    padding: 8px 0px 8px 18px;
}
ul.subnavigation li a
{
    color: #0c2132;
}
ul.subnavigation li.selected
{
    font-weight: bold;    
}