/**General Specifications**/

body
{
    font-size: 0.8em;
    font-family: Lucida Sans, Lucida Sans Unicode, Lucida Console, Sans-Serif;
    color: #000000;
    background-color: #ffffff;
    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: #FF0099;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 0px;
}

a:hover
{
    border-bottom: 1px dotted #FF0099;
}

h1
{
    font-size: 2.25em;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0px;
}

h2
{
    font-size: 1.08em;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 0px;
    line-height: 1.5em;
}

p
{
    margin-top: 0px;
    margin-bottom: 7px;
    text-align: justify;
    line-height: 1.4em;
}

li
{
    vertical-align: middle;
    text-align: justify;
}

span
{
    vertical-align: middle;
}

img
{
    border: solid 1px #999999;
}

/**Specific Classes**/

#container
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative; /* Relative postion is explicitly declared so that the sub-menu will be correctly positioned. */
    background-image: url(../../Images/borders.gif);
    background-repeat: repeat-y;
}

#content
{
    width: 730px;
    padding: 10px; /*Padding is ADDED to width*/
    overflow: visible;
    min-height: 500px; /* Note that IE6 will ignore this value, so use the IE-specific CSS file to set height to the same value */
}

.innercontent
{
    width: 596px;
    margin: 0px 78px 0px 78px;
}

#header
{
}

#footer
{
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
    min-height: 30px;
}

/**Header Classes**/

#logo
{
    background-color: #000000;
    height: 69px;
    overflow: hidden;
}

#chips
{
    height: 6px;
    background-color: #ffffff;
    background-image: url(../../Images/chips.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#menu0
{
    font-size: 1.1em;
    height: 25px;
    background-color: #000000;
    padding: 0px;
    vertical-align: middle;
    margin-left: auto;
}

.menu1placeholder
{
    height: 80px;
}

#flashcontent
{
    margin: 30px auto 30px auto;
}

/**Footer Classes**/

#mcp
{
    background: none;
    text-align: right;
    float: right;
    visibility: hidden;
    margin-right: 10px;
    border: none;
}

#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.prop
{
    float: right;
    width: 1px;
    border: none;
}

p.unpadded
{
    padding: 0px;
    margin: 0px;
}

p.date
{
    color: #0088FF;
}

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;
    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;
}

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;
}
*/
