﻿body
{
    font-family: Arial;
}

#bdWrapper
{
    width: 935px;
    _width: 899px;
    background: url(../images/body-bg.png) repeat-y;
    _background: White;
    margin: 0 auto;
    z-index: 0;
}

#bdContainer
{
    width: 900px;
    _width: 899px;
}

#hdContainer
{
    width: 900px;
}

#hdContainer
{
    border-top: solid 6px #ddb56d;
    padding-top: 10px;
    position: relative;
    margin: 0 auto;
}

#hdRight
{
    width: 605px;
    float: right;
}

#topLinks li
{
    float: right;
    padding: 2px 10px 8px 10px;
}

#topLinks a
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    color: #616161;
    text-decoration: none;
}

#topLinks a:hover
{
    text-decoration: underline;
}

/* This hack allows the ul element to clear its floated li elements in firefox, safari, and opera. */
#topLinks:after, .centeredMenu:after, #diagram:after {

    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

/* This hack does it for IE */
#topLinks, .centeredMenu, #diagram {

    *zoom: 1;

}

#topMenu
{
    padding: 20px 0px 0px 0px;
}

#logo
{
    position: absolute;
    top: 20px;
    left: 27px;
}

#bdBackground
{
    clear: both;
    background: #000000 url(../images/bg-tile.jpg) repeat-x;      
}

#bd
{
    margin-left: 18px;
    _margin-left: 0px;
    background-color: #ffffff;
}

#top-pic
{
    padding-left: 2px;
}

#homePageMainContent
{
    padding: 15px;
}

.mainContent h1
{
    font-size: 24px;
    color: #007ba1;
    font-weight: bold;
}

.mainContent h2
{
    font-size: 16px;
    font-weight: bold;
    color: #007ba1;
}

.mainContent p
{
    font-size: 14px;
    color: #3c3c3c;
    margin: 15px 0px;
    line-height: 1.6;
}

.mainContent a:link, a:visited	
{
	color: #a87f03;
	text-decoration: underline;
}

.mainContent a:hover
{
	color:#638ecf;
	text-decoration: underline;
}



.mainContent li
{
    list-style: disc;
    font-size: 14px;
    margin-left: 15px;
    padding: 1px 0px;
}

.mainContent .floatRight
{
    float: right;
    padding-left: 15px;
}

.mainContent .floatLeft
{
    float: left;
    padding-right: 10px;
}

#ft
{
    width: 935px;
    background: url(../images/footer-bg.png) no-repeat;
    margin: 0 auto;  
    padding-top: 20px;
    color: #ffffff; 
    text-align: center;
    font-size: 12px;
    line-height: 2;
    padding-bottom: 50px;
}

#ft a
{
    color: #ffffff;
    text-decoration: none;
}

#ft a:hover
{
    text-decoration: underline;
}

#bottomMenu
{
    font-family: Helvetica;
}

.centeredMenu
{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.centeredMenu ul
{
   clear:left;
   float:left;
   position:relative;
   left:50%;
   text-align:center;
}

.centeredMenu li
{
    display:block;
    float:left;
    position:relative;
    right:50%;
    padding: 0px 10px;
}

#ft .smallText
{
    font-size: 10px;
}

#ft #bottomText
{
    line-height: 1.231;
    padding-top: 15px;
}

/* SUBPAGE STYLES */
#breadCrumbs
{
    background: url(../images/subpage-top-pic.jpg) no-repeat;
    padding: 9px 0px 40px 300px;
    width: 600px;
    _width: 599px;
}

#subPageMainContentWrapper
{
    background: url(../images/leftCol_bg.jpg) repeat-y;
    margin: 10px 10px 0px 10px;
    padding-bottom: 10px;
}

#leftNav
{
    width: 150px;
    float: left;    
}

#leftNav li.title
{
    font-size: 12px;
}

#leftNav ul
{
    text-align: right;
}

#leftNav li
{
    padding: 8px 0px;
}

#leftNav li, #leftNav li a
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #3c3c3c;
    text-decoration: none;
}

#leftNav li a:hover
{
    text-decoration: underline;
}

#leftNav .hover
{
    text-decoration: underline;
}

#subPageMainContent
{
    margin-left: 180px;
}

.mainContent .diagramCaption
{
    padding-top: 240px;
    _padding-top: 230px;
    font-size: 12px;
    line-height: 1.231;
    margin-bottom: 10px;
}

.mainContent p.downloadLink
{
    margin: 0px;
    font-family: Georgia, Serif;
    font-size: 11px;
    font-style: italic;
    vertical-align: top;
}

.mainContent p.downloadLink img
{
    vertical-align: bottom;
}

.mainContent p.downloadLink a
{
    color: #c6002a;
    font-style: italic;
    font-family: Georgia, Serif;
    font-size: 10px;
    text-decoration: none;
}

.mainContent p.downloadLink a:hover
{
    text-decoration: underline;
}
.SiteMaptd
{
	width: 260px;
	vertical-align: top;
}

.formV	
{
	color: #F00;
}
