body
{
    font-family: Arial,Helvetica,sans-serif;
    background: #a0a0a0 url('images/bg.jpg') repeat;
}

body.none
{
    background: white;
}

#container
{
    width: 745px;
    margin: 8px auto 0 auto;
    padding-bottom: 10px;
    border: solid 1px black;
    height: 100%;
    background-color: white;
}

/***************************
  Site-Wide Banner
****************************/

#topBar
{
    position: relative;
    top: 0px;
    padding-top: 0px;
    margin-top: 0px;
    height: 90px;
    width: 745px;
    text-align: left;
    background: White url("images/banner1.jpg") no-repeat center top;
}

#contactMenu
{
    position: absolute;
    top: 65px;
    left: -5px;
    margin-right: 5px;
    width: 735px;
    text-align: right;
}

#contactMenu a
{
    color: Black;
    font-size: 85%;
    font-weight: bold;
}

#contactMenu a:hover
{
    color: Red;
}

#contactImage
{
    vertical-align: middle;
}

/*****************************
  Horizontal Navigation Menu
******************************/

#topMenuBar
{
    z-index: 2;
    position: relative;
    padding-top: 3px;
    margin: 0px 0px 5px 0px;
    width: 745px;
    height: auto;
    overflow: visible;
    background: Gray url("images/bannerbottom.jpg") no-repeat center top;
    text-align: center;
}

ul#topMenu
{
    padding: 0px 0px 2px 2px;
    margin: 0px 0px 0px 4px;
    width: 739px;
    height: 28px;
    list-style-type: none;
    text-align: center;
}

#topMenu li
{
    display: inline;
}

#topMenu a, #topMenu a.visited
{
    float: left;
    display: inline;
    padding: 4px 3px 4px 3px;
    width: 116px;
    outline: none;
    vertical-align: middle;
    background-color: inherit;
    text-decoration: none;
    color: White;
    font-size: 1em;
    font-weight: bold;
}

#topMenu a:hover
{
    padding: 3px 2px 3px 2px;
    border: solid 1px black;
    color: White;
    background: #aa0000;
}

#topMenu a.active
{
    color: #ff0000;
    background: #cccccc;
}

/***************************
  Navigation Sub-Menus
****************************/

#topMenu li ul
{
    z-index: 2;
    display: none;
    position: absolute;
    float: none;
    border: 1px solid black;
    margin: 0 0 0 0px;
    padding: 2px 0px 0px 0px;
    top: 29px;
    width: 207px;
    background: #cccccc;
    text-align: left;
    list-style: none;
}

#productsMenu
{
    position: absolute;
    left: 128px;
}

#servicesMenu
{
    position: absolute;
    left: 250px;
}

#topMenu li li
{
    float: none;
}

#topMenu li li a
{
    margin: 1px 0 0 2px;
    border-bottom: solid 1px gray;
    width: 195px;
    color: Black;
    font-size: 0.8em;
    font-weight: normal;
}

#topMenu li li a:hover
{
    border: solid 1px Black;
    margin: 0px 0 0 1px;
    padding: 4px 3px 4px 3px;
}

#topMenu li:hover ul, #topMenu li.over ul
{
    display: block;
}

/***************************
  Main Page Area
****************************/

#content
{
    z-index: 0;
    position: relative;
    top: 0px;
    margin-left: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    width: 710px;
    background: #ffffff;
    overflow: hidden;
    clear:both;
}

#footer
{
    clear:both;
    position: relative;
    text-align: center;
    color: Gray;
    font-size: 80%;
}

/* Sales Page Formatting */

.distributorRegion
{
    width: 100%;
    color: #cc0000;
    font-weight: bold;
    font-size: 1.1em;
}

.distributorName
{
    color: Black;
    font-weight: bold;
    font-size: 1em;
}

.distributorInfo
{
    margin-bottom: 25px;
    color: Gray;
    font-size: 0.75em;
    font-weight: normal;
}

/* News & Events Page Formatting */

.newsEventsLink
{
    margin-left: 10px;
    color: Gray;
    font-size: 50%;
    font-weight: normal;
}

.date
{
    margin-right: 10px;
    color: #b00;
    font-weight: bold;
}

.newsItem
{
    margin-bottom: 25px;
    color: #777;
    font-size: 1em;
    font-weight: normal;
    text-align:justify;
}

.eventTitle
{
    margin-bottom: 5px;
    color: Black;
    font-size: 1em;
    font-weight: bold;
}

.eventLink
{
    margin-left: 10px;
    color: Gray;
    font-size: 0.75em;
    font-weight: normal;
}

.eventItem
{
    margin-bottom: 25px;
    color: #777;
    font-size: 1em;
    font-weight: normal;
    text-align:justify;
}

/* SEM Services Section Formatting */
#semMenu
{
    position:relative;
    margin-bottom:15px;
}

#semMenu a, #semMenu a.visited
{
    background-color: inherit;
    text-decoration: none;
    font-size: 100%;
    font-weight: normal;
}

#semMenu a:hover
{
    color: Red;
}

#semMenu a.active
{
    color: #ff0000;
    background: #cccccc;
}

/******************************
  General Formatting & Layout
*******************************/

#leftColumn
{
    float: left;
    width: 48%;
    padding-right: 10px;
}

#rightColumn
{
    float: right;
    width: 48%;
}

.box
{
    position:relative;
    width:250px;
    margin: 0 auto 0 auto;
}

.box a
{
    color:#777777;
}

.caption
{
    font-size: 0.8em;
    text-align:center;
    font-weight:bold;
}

.center
{
    margin-bottom: 10px;
    text-align: center;
}

.companyLogoHeader
{
    width:100%;
    height:68px;
    border-bottom:solid 3px Red;
    background:url("images/pvdLogo.gif") no-repeat top left;
    text-align:right;
}

.description
{
    margin-top:5px;
    font-size:0.9em;
    color:Black;
    height:90px;
}

.floatLeft      { margin-right:5px; float: left; text-align:center; margin-bottom: 2px; }
.floatRight     { margin-left:5px; float: right; text-align:center; margin-bottom: 2px; }
.floatLeft img
{
    margin:4px 10px 4px 0px;
}
.floatRight img
{
    margin:4px 0px 4px 10px;
}

.floatingIcon
{
    position:relative;
    float: left;
    width:100px;
    max-height:1000px;
    overflow:hidden;
    margin-right:10px;
    margin-top:5px;
    border:solid 1px Gray;
    text-align:center;
}

.linkHeading
{
    padding:2px 0 0px 0px;
    color:#cc0000;
    height:auto;
    font-size:1.1em;
    font-weight:normal;
}

.linkHeading a { color:#cc0000; }
.linkHeading a:hover
{
    text-decoration:underline;
}

.listHeading
{
    padding:2px 0 0px 5px;
    color:#cc0000;
    height:auto;
    font-size:1.1em;
    font-weight:normal;
    text-align:left;
}

.listHeading a 
{
    text-align: left;
    color:#cc0000;
}

.listHeading a:hover
{
    text-align: left;
    text-decoration: underline;
}

.note
{
    color: Gray;
    font-size: 80%;
}

.textImage
{
}

h1
{
    margin-top: 5px;
    margin-bottom: 10px;
    color: Black;
    text-align: left;
}

h2
{
    margin-bottom: 5px;
    width: 100%;
    color: #cc0000;
    font-weight: bold;
    font-size: 1.3em;
}

h3
{
    color: Black;
    font-size: 1em;
    font-weight: bold;
}

p
{
    margin-left: 10px;
    font-size: 1em;
    text-align:left;
}

p.leftPadded
{
    padding-left: 20px;
    font-size: 1em;
    text-align:justify;
}

p.indent
{
    position:relative;
    padding-left:20px;
}

p.legalText
{
    color: #555555;
    font-size: 90%;
}

table
{
    position:relative;
    border:solid 1px black;
    border-collapse:collapse;
    text-align:center;
    margin: 0 auto 0 auto;
}

tr td
{
    padding:3px 8px;
    background-color:White;
}

tr.header td
{
    font-weight:bold;
    background-color:#aaaaaa;
    color:Black;
}

tr.even td
{
    background-color:#cccccc;
}

table.pictureTable
{
    border: none;
}

table.pictureTable tr td
{
    width:200px;
    text-align: center;
    margin: 0 auto 0 auto;
    border: solid 1px Gray;
    padding: 15px;
}

.bulletedList
{
    margin-top:12px;
    margin-left:0px;
    text-align:left;
    list-style: disc;
    list-style-position:inside;
}

.bulletedList li
{
    margin-bottom: 2px;
}

.bulletedListRight
{
    margin-top:13px;
    margin-left:0px;
    list-style: disc;
}

.bulletedListRight li
{
    margin-bottom: 2px;
}

.noBullets
{
    padding: 0;
    margin: 2px 0 0px 6px;
    text-align:left;
    list-style: none;
    font-size:0.8em;
}

.noBullets li
{
    margin-bottom: 2px;
}


img
{
    vertical-align: middle;
    border: 0px;
    margin:0px;
    text-decoration: none;
}

a
{
    color: Blue;
    text-decoration: none;
}

a:hover
{
    color: Red;
    text-decoration: underline;
}

a:active
{
    color: Maroon;
    text-decoration: none;
}
