/**General Specifications**/

body
{
    font-size: 0.8em;
    font-family: Arial, Sans-Serif; /*color: #888888;*/
    color: #555555;
    background-color: #ffffff;
    background-image: url(img/texture-white.gif);
    margin: 0px;
}

div
{
    border: none;
    overflow: visible;
    margin: 0px;
    padding: 0px;
}

table
{
    border: none;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}

tr
{
    border: none;
    padding: 0px;
    margin: 0px;
}

td
{
    border: none;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

a
{
    color: #0088FF;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 0px;
}

a:hover
{
    border-bottom: 1px dotted #0088FF;
}

h1
{
    font-size: 2.25em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #444444;
}

h2
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 0px;
    line-height: 1.5em;
    color: #444444;
}

p
{
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: justify;
    line-height: 1.2em;
}

li
{
    vertical-align: middle;
    text-align: justify;
}

span
{
    vertical-align: middle;
}

img
{
    border: solid 1px #999999;
}

/**Specific Classes**/

#container
{
    margin-left: auto;
    margin-right: auto;
    position: relative; /* Relative postion is explicitly declared so that the sub-menu will be correctly positioned. */
    width: 1010px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

#content
{
    overflow: visible;
    min-height: 575px; /* Note that IE6 will ignore this value, so use the IE-specific CSS file to set height to the same value */
    margin-left: 5px;
    margin-right: 5px;
}

.innercontent
{
    position: relative;
    width: 700px;
    margin-left: 20px;
    float: left;
}

.innercontent600
{
    position: relative;
    width: 600px;
    margin-left: 20px;
    float: left;
}

.innercontent650
{
    position: relative;
    width: 650px;
    margin-left: 20px;
    float: left;
}

.rightInnercontent
{
    float: left;
    width: 250px;
    margin-left: 30px;
    margin-top: 60px;
}

.rightInnercontent350
{
    float: left;
    width: 350px;
    margin-left: 30px;
    margin-top: 60px;
}

.leftcolumn
{
    position: absolute;
    left: 0px;
    top: 175px; /*200*/
    width: 250px;
    background-image: url(img/shade-left.gif);
    background-position: top right;
    background-repeat: repeat-y;
    padding: 10px;
    height: 550px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    -moz-border-radius: 5px;
}

.rightcolumn
{
    position: absolute;
    right: 0px;
    top: 175px; /*200*/
    width: 240px;
    background-image: url(img/shade-right.gif);
    background-position: top left;
    background-repeat: repeat-y;
    padding: 10px 10px 10px 20px;
    height: 550px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    -moz-border-radius: 5px;
}

.middlecolumn
{
    margin: 0px 280px 0px 280px;
    padding: 15px 10px 0px 10px;
}

.leftcolumn img
{
    width: 240px;
    border: none;
}

.rightcolumn img
{
    float: left;
    width: 50px;
    margin: 0px 5px 10px 0px;
}

.rightcolumn a:hover
{
    border: none;
}

.imageAndLink
{
    clear: both;
}

.imgSpan
{
    display: inline-block;
    width: 128px;
}

.linkSpan
{
    display: inline-block;
    width: 218px;
    vertical-align: top;
}

.newsItem
{
    margin-bottom: 10px;
}

#header
{
}

#footer
{
    background-color: #000000;
    background-image: url(img/texture-black.gif);
    color: #ffffff;
    padding: 5px;
    min-height: 30px;
    width: 1000px;
    margin-top: 10px;
}

/**Header Classes**/

#logo
{
    background-color: #000000;
    background-image: url(img/texture-black.gif);
    height: 69px;
    overflow: hidden;
}

#chips
{
    height: 6px;
    background-image: url(../../Images/chips.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#menu0
{
    font-size: 1em;
    height: 25px;
    background-color: #000000;
    background-image: url(img/texture-black.gif);
    padding: 0px;
    vertical-align: middle;
    margin-left: auto;
}

.menu1placeholder
{
    height: 70px;
}

#flashcontent
{
    text-align: center;
}

/**Footer Classes**/
#footerLogoBar
{
    clear: both;
}

#mcp
{
    background: none;
    text-align: right;
    float: right;
    visibility: hidden;
    margin: 20px 10px 10px 0px;
    border: none;
}

#csec
{
    background: none;
    text-align: right;
    float: right;
    margin: 10px 10px 10px 0px;
    border: none;
    visibility: hidden;
}

#wcag
{
    display: inline;
    margin-bottom: 6px;
    margin-top: 5px;
    margin-left: 10px;
    border: none;
    visibility: hidden;
}

/**Specific Classes**/

td.leftarrow
{
    text-align: right;
    width: 50%;
    vertical-align: middle;
    padding-right: 5px;
    height: 300px;
}

td.leftarrow img
{
    border: none;
}

td.rightarrow
{
    text-align: left;
    width: 50%;
    vertical-align: middle;
    padding-left: 5px;
    height: 300px;
}

td.rightarrow img
{
    border: none;
}

td.search
{
    width: 300px;
    text-align: right;
}

td.leftcolumn
{
    width: 350px;
    padding-right: 20px;
    vertical-align: top;
}

td.rightcolumn
{
    width: 350px;
    padding-left: 20px;
    vertical-align: top;
}

td.rowtitle
{
    font-weight: bold;
    border-bottom: solid 1px #cacaca;
}

td.bottomline
{
    border-bottom: solid 1px #cacaca;
}

td.padded
{
    padding: 10px 20px 10px 0px;
}

div.casestudy
{
    margin-bottom: 20px;
    clear: both;
}

div.casestudyarticle
{
    margin-left: 20px;
    margin-right: 20px;
}

div.prop
{
    float: right;
    width: 1px;
    border: none;
}

p.unpadded
{
    padding: 0px;
    margin: 0px;
}

p.date
{
    font-weight: bold;
}

p.quote
{
    color: #0088FF;
    font-size: 1.1em;
    font-weight: bold;
    text-align: justify;
    width: 400px;
    padding: 5px 50px 0px 50px;
    background-image: url(../../Images/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
}

p.quotecont
{
    color: #0088FF;
    font-size: 1.1em;
    font-weight: bold;
    text-align: justify;
    width: 400px;
    padding: 0px 50px 0px 50px;
}

p.quotecredit
{
    margin-left: 50px;
    padding: 0px;
}

.onmenubar
{
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    background-image: url(img/texture-black.gif);
    border: none;
    padding: none;
    margin: none;
    cursor: hand;
    vertical-align: middle;
}

a.rollover
{
    color: #0088FF;
    text-decoration: none;
    border-bottom: 1px dotted #7acffe;
    cursor: text;
}

a.newsheadline
{
    font-weight: bold;
}

img.doclinkicon
{
    display: inline;
    vertical-align: middle;
    padding-bottom: 3px;
    border: none;
}

img.withtext
{
    float: left;
    margin-right: 20px;
}

img.MPAImage
{
    float: left;
    margin: 5px;
}

img.newsthumbnail
{
    margin-right: 10px;
    float: left;
    width: 112px;
}

#newsarticleheadlinepanel
{
    position: absolute;
    right: -280px;
    width: 260px;
    top: 20px;
}

#newsarticleheadlinepanel img
{
    vertical-align: middle;
    float: left;
    width: 80px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
}

img.imagestripimage
{
    padding: 0px;
    border: 0px;
    margin: 0px;
}

img.button
{
    border: none;
}

ul.nobullet
{
    padding-left: 0px;
    margin-left: 0px;
}

li.nobullet
{
    list-style-type: none;
    margin-bottom: 15px;
}

a.button:hover
{
    border-bottom: none;
}

.casestudypic
{
    padding: 0px 20px 30px 0px;
}

div.imagebox
{
    padding: 0px;
    border: 0px;
    margin: 30px 0px 30px 0px;
}

.casestudypage
{
    font-weight: bold;
}

.FormButton
{
    background-color: Black;
    color: White;
    font-weight: bold;
    font-size: 1.1em;
    height: 30px;
}

li sup
{
    line-height: 0em;
    vertical-align: top;
}

.overlaycaption
{
    background-image: url('../../Images/PartialOverlay.png');
    background-repeat: repeat;
    color: White;
    height: 60px;
    margin-top: -63px;
    position: absolute;
    width: 100%;
}

.overlaycaption p
{
    margin: 4px;
}

.gallery
{
    background-color: #cacaca;
}

.gallery img
{
    margin: 1px;
    border: solid 4px #cacaca;
    vertical-align: middle;
}

div.gallery img.selected
{
    border: solid 4px #0088FF;
}

.newsTable
{
}

.newsTable tr
{
}

.newsTable tr td
{
    padding: 3px 3px 3px 3px;
    width: 30%;
    text-align: left;
}

.disclaimer
{
    font-weight: bold;
    font-size: small;
}
