/* CSS Document */

.oneColFixCtrHdr #header h1
{
    margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.footerText
{
    font-size: x-small;
    margin-right: 25px;
}

.oneColFixCtrHdr #footer p
{
    font-size: x-small;
    color: #313131;
    background-position: right;
    margin: 0px;
    padding: 0px;
}

.oneColFixCtrHdr #footer a:link
{
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: x-small;
    color: #313131;
    background-position: right;
}
.oneColFixCtrHdr #footer a:hover
{
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: x-small;
    color: #313131;
    background-position: right;
}
.oneColFixCtrHdr #footer a:visited
{
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: x-small;
    color: #313131;
    background-position: right;
}
body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #313131;
}
a:link
{
    color: #870303;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #243d8c;
}
a:hover
{
    text-decoration: underline;
    color: #243d8c;
}
a:active
{
    text-decoration: none;
    color: #243d8c;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}
h1
{
    font-size: 24px;
    color: #203675;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px;
}
.oneColFixCtrHdr #container #mainContent .homeBoxesGrey h1
{
    padding-top: 5px;
    padding-left: 0px;
}

h2
{
    font-size: 20px;
    color: #4b4c4c;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px;
}
h3
{
    font-size: 16px;
    color: #870303;
}
h4
{
    font-size: 14px;
    color: #870303;
}
h5
{
    font-size: 14px;
    color: #4b4c4c;
}

#search p
{
    font-size: 14px;
    font-weight: normal;
    vertical-align: bottom;
    border-top-style: none;
    padding: 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 60px;
}

.breadcrumbs
{
    font-size: small;
    color: #FFFFFF;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
}

.oneColFixCtrHdr #container #mainContent .homeBoxesGrey ul
{
    list-style-type: circle;
    list-style-position: outside;
    line-height: 110%;
}

.caseStudiesHeaderHome
{
    font-size: 14px;
    font-weight: bold;
    color: #870303;
}
.newsSeparator
{
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
}

.breadcrumbs a
{
    font-size: small;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
}
.breadcrumbs a:hover
{
    text-decoration: underline;
}
.breadcrumbs a:visited
{
    color: #FFFFFF;
}

