html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font: 76% arial,sans-serif;
}
p
{
    margin: 10px 0px 10px;
    text-align: justify;
   
}
a
{
    display: block;
    color: #981793;
    padding: 10px;
}
div#header h1
{
    padding-top: 20px;
    width: 689px;
    text-align: right;
    line-height: 80px;
    margin: 0;
    padding-left: 10px;
    color: Navy;
    font: bold 15px Arial;
}
div#content p
{
    line-height: 1.4;
}
div#navigation
{
}
div#extra
{
    background: #FFF;
    clear:both;
}
div#background
{
    background: #fff url(Images/newbackground.jpg) no-repeat;
    padding: 10px 0px;
    margin-right: 5px;

}
div#extra1
{
    background: #FFF;
    clear:both;
    text-align: centre;
}
div#footer
{
    background: #333;
    color: #FFF;
}
div#footer p
{
    margin: 0;
    padding: 5px 10px;
}

div#wrapper
{
    float: left;
    width: 100%;
}
div#content
{
    margin-left: 210px;
    width: 480px;
    font: 12px Arial;
}
div#navigation
{
    float: left;
    width: 210px;
    margin-left: -100%;
    color: #333399;
}
div#extra
{
    clear: left;
    width: 100%;
    padding-bottom: 20px;
}
div#extra p
{
    text-align: center;
}
div.contentHead
{
    padding: 10px 0px;
    font: bold 16px Arial;
    color: #333399;
}
a.ftrlinks
{
    font: bolder 10px Arial;
    color: #333399;
    text-decoration: none;
}
a.ftrlinks:hover
{
    text-decoration: underline;
}
a.bRight
{
    padding-right: 4px;
    border-right: solid 1px #333399;
}
div.menuDiv
{
    float: left;
    width: 96px;
    height: 205px;
    overflow: hidden;
}
div.menuDiv img
{
    margin: 1px;
}
div.menuDiv a img
{
    margin: 1px;
    margin-top: -3px;
}
.center
{
    background: #FFF;
    text-align: center;
}
.bluearrow
{ 
list-style: url(images/bluearrow.png);
padding-bottom: 7px;
}
img
{
    margin:  0px;
    margin-right: 5px;
    padding: 0px;
}
a
{
    display: inline;
    padding: 0px;
    margin: 0;
}
a img
{
    border: 0px;
    padding: 0px;
}

/* The Menu CSS */
.suckerdiv ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 160px; /* Width of Menu Items */
}

.suckerdiv ul li
{
    position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul
{
    position: absolute;
    width: 170px; /*sub menu width*/
    top: 0;
    visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a
{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: Navy;
    text-decoration: none;
    background: #fff url(Images/bullet.jpg) no-repeat center left;
    padding: 5px 5px;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
    font: 11px Arial;
    text-transform: uppercase;
}

.suckerdiv ul li a:visited
{
    color: Navy;
}

.suckerdiv ul li a:hover
{
    border-bottom-color: #333399;
}

.suckerdiv .subfolderstyle
{
    background: #fff url(Images/bullet.jpg) no-repeat center left;
}


/* Holly Hack for IE \*/
* html .suckerdiv ul li
{
    float: left;
    height: 1%;
}
* html .suckerdiv ul li a
{
    height: 1%;
}
/* End */

/* SHADOW CSS */
.shadow
{
    border: 1px solid silver;
    padding: 3px;
    font: 10pt arial;
    position: relative;
    display: inline;
    background: white;
    z-index: 100;
}

.shadow_inner
{
    overflow: hidden;
    position: absolute;
    top: -1000px;
    filter: alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
    opacity: 0.1; /*firefox 1.5 opacity*/
    -moz-opacity: 0.1; /*mozilla opacity*/
    -khtml-opacity: 0.1; /*opacity*/
    z-index: 10;
}
/* SHADOW CSS ENDS */

.lnkVideo
{
    display: inline-block;
    background: gray url(Images/video.png) no-repeat 135px 0px;
    height: 18px;
    padding: 8px 38px 5px 5px;
    border: solid 1px black;
    text-decoration: none;
    text-align: right;
    color: white;
}
.lnkVideo:hover
{
    background-color: #999;
}
div.halfbox90
{
    float: left;
    width: 105px;
    min-height: 110px;
    text-align: justify;
    margin: 5px 5px 0px 0px;
    border: solid 1px #999;
    padding: 5px 5px 5px 120px;
}
img.imgflL
{
    float: left;
}
.clrB
{
    clear: both;
}
div.box180
{
    float: left;
    width: 218px;
    background: white;
    padding: 5px 5px;
    margin: 3px 3px;
    border: solid 1px gray;
}
div.dd125div
{
    float: left;
    width: 219px;
    background: white;
    padding: 5px 5px;
    margin: 3px 3px;
    border: solid 1px gray;
}
div.dd125div ul
{
    padding-left: 15px;
    text-align: justify;
}
div.box180 a
{
    display: block;
    text-decoration: none;
}
div.box180 div.prodname a
{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: Blue;
    padding-left: 10px;
}
.centeralign
{
    text-align: center;
}
img.imgfsL
{
    float: left;
    padding-right: 5px;
}
img.imgfsLem
{
    float: left;
    margin-right:  20px;
    padding-right: 5px;

}
img.imgfsR
{
    float: right;
    padding-left: 5px;
}
div.rr1div
{
    clear: both;
}
div.rr1box
{
    float: left;
    width: 200px;
    height: 180px;
    background: white;
    padding: 5px 5px;
    margin: 3px 3px;
    border: solid 1px gray;
    font-weight: bold;
}
div.inlinediv
{
    clear: both;
}
div.inlinebox
{
    float: left;
    width: 210px;
    height: 180px;
    background: white;
    padding: 5px 5px;
    margin: 3px 3px;
    border: solid 1px gray;
    font-weight: bold;
}
div.inl1box
{
    float: left;
    width: 123px;
    height: 120px;
    background: white;
    padding: 5px 5px;
    margin: 1px;
    border: solid 1px gray;
    font-weight: bold;
}
div.pltlsbox
{
    float: left;
    width: 210px;
    height:120px;
    background: white;
    padding: 140px 5px 5px 5px;
    margin: 1px;
    border: solid 1px gray;
    text-align:justify;
}
div.pltlsbox2
{
    float: left;
    width: 210px;
    height:90px;
    background: white;
    padding: 190px 5px 5px 5px;
    margin: 1px;
    border: solid 1px gray;
    text-align:justify;
}
div.healthbox
{
    float: left;
    width: 144px;
    height:60px;
    background: white;
    padding: 115px 5px 5px 5px;
    margin: 1px;
    border: solid 1px gray;
    text-align:justify;
}
p.div90mbox, div.div90mbox
{
    float: left;
    padding: 5px 5px 5px 125px;
    margin: 3px 3px;
    border: solid 1px gray;
    min-height: 95px;
    overflow: visible;
}
div.newsbox
{
    margin:15px 0px;
    border:solid 1px gray;
    padding:10px;
}
div.date
{
    color:Gray;
    font:14px arial;
}
div.newshead
{
    color:#000066;
    font:bold 16px Arial;
    margin:10px 0px;
}
div.contactbox
{
    margin:15px 0px;
    border:solid 1px gray;
    padding:10px;
}
span.contactlabel
{
    display:inline-block;
    font:bold 12px arial;
    width:125px;
    text-align:right;
    padding-right:5px;
}
span.star
{
    font:bold 12px Arial;
    color:Red;
}
div.contactdiv
{
    margin:5px 0px;
}
/* Table CSS */
table.servicesT
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    width: 475px;
    background-color: #fafafa;
    border: 1px #6699CC solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 0px;
    display: block;
    clear: both;
}

table.servicesT td.servHd
{
    border-bottom: 2px solid #6699CC;
    background-color: #BEC8D1;
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
}


table.servicesT td
{
    border-bottom: 1px dotted #6699CC;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: white;
    text-align: left;
    padding-left: 3px;
}

.servBodL
{
    border-left: 1px dotted #CEDCEA;
}
/* Table CSS Ends */

