/* begin Page */
body
{
    margin: 0 auto;
    padding: 0;
    background-color: #000000;
    background-image: url('images/Page-BgTexture - copy1.jpg');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
}

#jms-main
{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}




#jms-page-background-gradient
{
    background-position: top left;
}


.cleared
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size:1px;
}


form
{
    padding:0 !important;
    margin:0 !important;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.jms-Sheet
{
    position:relative;
    z-index:0;
    margin:0 auto;
    width: 1008px;
    min-width:23px;
    min-height:23px;
}

.jms-Sheet-body
{
    position: relative;
    z-index: 1;
    padding: 6px;
}



.jms-Sheet
{
    margin-top: -6px !important;
}

#jms-page-background-simple-gradient, #jms-page-background-gradient, #jms-page-background-glare
{
    min-width:1008px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.jms-menu a, .jms-menu a:link, .jms-menu a:visited, .jms-menu a:hover
{
    text-align:left;
    text-decoration:none;
    outline:none;
    letter-spacing:normal;
    word-spacing:normal;
}

.jms-menu, .jms-menu ul
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}

.jms-menu li
{
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    background:none;
}

.jms-menu li:hover
{
    z-index: 10000;
    white-space: normal;
}

.jms-menu li li
{
    float: none;
}

.jms-menu ul
{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background:none;
}

.jms-menu li:hover>ul
{
    visibility: visible;
    top: 100%;
}

.jms-menu li li:hover>ul
{
    top: 0;
    left: 100%;
}

.jms-menu:after, .jms-menu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.jms-menu, .jms-menu ul
{
    min-height: 0;
}

.jms-menu ul
{
    background-image: url(images/spacer.gif);
    padding: 10px 50px 50px 50px;
    margin: -10px 0 0 -50px;
}

.jms-menu ul ul
{
    padding: 50px 50px 50px 10px;
    margin: -50px 0 0 -10px;
}

/* menu structure */

.jms-menu
{
    padding: 0px 0px 0px 0px;
}

.jms-nav
{
    position: relative;
    margin-left: 20px;
    margin-top: -30px;
    width: 550px;
    height: 50px;
    z-index: 100;
}

.jms-nav .l, .jms-nav .r
{
    position: absolute;
    z-index: -1;
    top: 0;
    width: 550px;
    height: 50px;
    background-image: url('images/nav.png');
}

.jms-nav .l
{
    left: 0;
    right:0px;
}

.jms-nav .r
{
    right: 0;
    width: 550px;
    clip: rect(auto, auto, auto, 550px);
}


/* end Menu */

/* begin MenuItem */
.jms-menu ul li
{
    clear: both;
}

.jms-menu a
{
    position:relative;
    display: block;
    overflow:hidden;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 0px;
}


.jms-menu a .r, .jms-menu a .l
{
    position:absolute;
    display: block;
    top:0;
    z-index:-1;
    height: 150px;
    background-image: url('images/MenuItem.png');
}

.jms-menu a .l
{
    left:0;
    right:0px;
}

.jms-menu a .r
{
    width:400px;
    right:0;
    clip: rect(auto, auto, auto, 400px);
}

.jms-menu a .t
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 15px;
    margin: 0 0px;
    line-height: 50px;
    text-align: center;
}

.jms-menu a:hover .l, .jms-menu a:hover .r
{
    top:-50px;
}

.jms-menu li:hover>a .l, .jms-menu li:hover>a .r
{
    top:-50px;
}

.jms-menu li:hover a .l, .jms-menu li:hover a .r
{
    top:-50px;
}

.jms-menu a:hover .t
{
    color: #fecb00;
}

.jms-menu li:hover a .t
{
    color: #fecb00;
}

.jms-menu li:hover>a .t
{
    color: #fecb00;
}


.jms-menu a.active .l, .jms-menu a.active .r
{
    top: -50px;
}

.jms-menu a.active .t
{
    color: #fecb00;
}


/* end MenuItem */

/* begin MenuSeparator */
.jms-nav .jms-menu-separator
{
    display: block;
    width: 1px;
    height: 50px;
    background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin Header */
div.jms-Header
{
    margin: 0 auto;
    padding-bottom: 5px;
    position: relative;
    z-index:0;
    width: 996px;
    height: 214px;
}


div.jms-Header-pict
{
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    width: 996px;
    height: 214px;
    background-image: url('images/Header.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/* end Header */

/* begin ContentLayout */
.jms-contentLayout
{
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;

    width: 996px;
}
/* end ContentLayout */

/* begin Main Box, Block */
.jms-Block
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:23px;
    min-height:23px;
    height: 566px;
}

.jms-Block-x
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:23px;
    min-height:23px;
    margin-bottom: 4px;
}

.jms-Block-y
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:23px;
    min-height:23px;
    height: 310px;
}

.jms-Block-body
{
    position: relative;
    z-index: 1;
    padding: 2px;
}

.jms-Block-tr, .jms-Block-tl, .jms-Block-br, .jms-Block-bl, .jms-Block-tc, .jms-Block-bc,.jms-Block-cr, .jms-Block-cl
{
    position:absolute;
    z-index:-1;
}

.jms-Block-tr, .jms-Block-tl, .jms-Block-br, .jms-Block-bl
{
    width: 36px;
    height: 36px;
    background-image: url('images/Block-s.png');
}

.jms-Block-tl
{
    top:0;
    left:0;
    clip: rect(auto, 18px, 18px, auto);
}

.jms-Block-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 18px, 18px);
}

.jms-Block-bl
{
    bottom: 0;
    left: 0;
    clip: rect(18px, 18px, auto, auto);
}

.jms-Block-br
{
    bottom: 0;
    right: 0;
    clip: rect(18px, auto, auto, 18px);
}

.jms-Block-tc, .jms-Block-bc
{
    left: 18px;
    right: 18px;
    height: 36px;
    background-image: url('images/Block-h.png');
}

.jms-Block-tc
{
    top: 0;
    clip: rect(auto, auto, 18px, auto);
}

.jms-Block-bc
{
    bottom: 0;
    clip: rect(18px, auto, auto, auto);
}

.jms-Block-cr, .jms-Block-cl
{
    top: 18px;
    bottom: 18px;
    width: 36px;
    background-image: url('images/Block-v.png');
}

.jms-Block-cr
{
    right:0;
    clip: rect(auto, auto, auto, 18px);
}

.jms-Block-cl
{
    left:0;
    clip: rect(auto, 18px, auto, auto);
}

.jms-Block-cc
{
    position:absolute;
    z-index:-1;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background-image: url('images/Block-c.png');
}

.jms-Block-tr-x, .jms-Block-tl-x, .jms-Block-br-x, .jms-Block-bl-x, .jms-Block-tc-x, .jms-Block-bc-x, .jms-Block-cr-x, .jms-Block-cl-x
{
    position:absolute;
    z-index:-1;
}

.jms-Block-tr-x, .jms-Block-tl-x, .jms-Block-br-x, .jms-Block-bl-x
{
    width: 36px;
    height: 36px;
    background-image: url('images/Block-s-x.png');
}

.jms-Block-tl-x
{
    top:0;
    left:0;
    clip: rect(auto, 18px, 18px, auto);
}

.jms-Block-tr-x
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 18px, 18px);
}

.jms-Block-bl-x
{
    bottom: 0;
    left: 0;
    clip: rect(18px, 18px, auto, auto);
}

.jms-Block-br-x
{
    bottom: 0;
    right: 0;
    clip: rect(18px, auto, auto, 18px);
}

.jms-Block-tc-x, .jms-Block-bc-x
{
    left: 18px;
    right: 18px;
    height: 36px;
    background-image: url('images/Block-h-x.png');
}

.jms-Block-tc-x
{
    top: 0;
    clip: rect(auto, auto, 18px, auto);
}

.jms-Block-bc-x
{
    bottom: 0;
    clip: rect(18px, auto, auto, auto);
}

.jms-Block-cr-x, .jms-Block-cl-x
{
    top: 18px;
    bottom: 18px;
    width: 36px;
    background-image: url('images/Block-v-x.png');
}

.jms-Block-cr-x
{
    right:0;
    clip: rect(auto, auto, auto, 18px);
}

.jms-Block-cl-x
{
    left:0;
    clip: rect(auto, 18px, auto, auto);
}

.jms-Block-cc-x
{
    position:absolute;
    z-index:-1;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background-image: url('images/Block-c-x.png');
}


.jms-Block
{
    margin: 0px;
}

.jms-mainblock-text
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    text-align: justify;
}
.jms-mainblock-text p
{
    text-indent:20px;
}

.jms-gallery
{
    width: 550px;
    height: 304px;
    margin-left: 22px;
    margin-top: -8px;
    cursor:pointer;
}

.jms-gallery-bot
{
    position: relative;
    width: 550px;
    height: 53px;
    margin-left: 22px;
    margin-top: -53px;
}

.jms-gallery-bot-text
{
    width: 530px;
    margin-left: 20px;
    margin-top: -46px;
    line-height: 1.5em;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.jms-gallery-bot-img
{
    /* background-image: url('images/Gallery_bot.png'); */
}

.jms-search
{
    border: none;
    font-size: 12px;
    font-weight: bold;
    width: 220px;
    color: #fecb00;
    background: none;
}

.jms-search-header
{
    position: relative;
    margin-top: -76px;
    margin-right: 4px;
    padding-left: 30px;
    padding-top: 9px;
    width: 263px;
    height: 36px;
    float: right;
    background-image: url('images/Search.png');
    background-repeat:no-repeat;
    z-index: 10000;
}

.jms-actual
{
    position: relative;
    width: 396px;
    height: 308px;
    margin-right: 20px;
    margin-top: -311px;
    text-align: left;
    float: right;
    background-image: url('images/Actual.png');
    clear: both;
}

.jms-actual-header
{
    height: 29px;
    margin-top: -304px;
    margin-left: 10px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.jms-roll
{
    position: static;
    width: 956px;
    height: 150px;
    margin-left: 20px;
    margin-top: 12px;
    background-image: url('images/Roll-back.png');
}

.jms-roll-l-arrow
{
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: 25px;
    margin-right: 25px;
    top: 50px;
    background-image: url('images/Roll-l-arrow.png');
    cursor:pointer;
}

.jms-roll-r-arrow
{
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    margin-left: 25px;
    margin-right: 25px;
    background-image: url('images/Roll-r-arrow.png');
    cursor:pointer;
}

.jms-roll-pic-1
{
    position: relative;
    float: right;
    width: 162px;
    height: 102px;
    top: -25px;
    margin-left: 15px;
    margin-right: 12px;
    background-image: url('images/Roll-pic-1.png');
    cursor:pointer;
}

.jms-roll-pic-2
{
    position: relative;
    float: right;
    width: 162px;
    height: 102px;
    top: -25px;
    margin-left: 15px;
    margin-right: 12px;
    background-image: url('images/Roll-pic-2.png');
    cursor:pointer;
}

.jms-roll-pic-3
{
    position: relative;
    float: right;
    width: 162px;
    height: 102px;
    top: -25px;
    margin-left: 15px;
    margin-right: 12px;
    background-image: url('images/Roll-pic-3.png');
    cursor:pointer;
}

.jms-roll-pic-4
{
    position: relative;
    float: right;
    width: 162px;
    height: 102px;
    top: -25px;
    margin-left: 15px;
    margin-right: 12px;
    background-image: url('images/Roll-pic-4.png');
    cursor:pointer;
}

.jms-roll-pic-5
{
    position: relative;
    float: right;
    width: 162px;
    height: 102px;
    top: -25px;
    margin-left: 15px;
    margin-right: 12px;
    background-image: url('images/Roll-pic-5.png');
    cursor:pointer;
}

.jms-roll-pic-6
{
    position: relative;
    float: right;
    width: 162px;
    height: 102px;
    top: -25px;
    margin-left: 15px;
    margin-right: 12px;
    background-image: url('images/Roll-pic-6.png');
    cursor:pointer;
}

.jms-about
{
    width: 910px;
    height: 304px;
    margin-left: 40px;
    margin-top: -8px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: justify;
    color: #ffffff;

}

.jms-certify
{
    width: 910px;
    height: 280px;
    margin-left: 150px;
    margin-top: -180px;
}

.jms-certify img
{
    padding-right: 10px;
    padding-left: 20px;
}

.jms-about-links
{
    width: 910px;
    height: 40px;
    margin-left: 40px;
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.jms-product-row
{
    width: 910px;
    height: 450px;
    margin-left: 40px;
    margin-top: -2px;
}

.jms-product-box
{
    width: 250px;
    padding-bottom: 10px;
    float: left;
}

.jms-product-box-text
{
    width: 200px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    padding-left: 5px;
    float: left;
}

.jms-product-box-text h2
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
}

.jms-elements
{
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -8px;
    padding-bottom: 40px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    line-height: 1.5em;
    text-align: justify;
    color: #ffffff;

}

.jms-elements-header
{
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.jms-elements h1, .jms-elements h2, .jms-elements h3
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.jms-elements table
{
    margin-left: 0px;
    margin-right: 0px;
    border: 0px solid;
}

.jms-elements td
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    line-height: 1.5em;
    text-align: justify;
    border: 0px solid;
    color: #ffffff;
}

.jms-elements p
{
    text-indent:15px;
}
.jms-elements ul li
{
    font-weight:normal;
}
/* end Box, Block */

/* begin BlockHeader */
.jms-BlockHeader
{
    position:relative;
    z-index:0;
    height: 42px;
    padding: 8px 10px 0px 10px;
    margin-bottom: 0px;
}

.jms-BlockHeader .t
{
    height: 36px;
    color: #000000;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-left: 10px;
    white-space : nowrap;
    padding: 0 1px;
    line-height: 32px;
    text-align: left;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.jms-BlockContent
{
    position:relative;
    z-index:0;
    margin: 0 10px 0 10px;
    min-width:1px;
    min-height:1px;
}

.jms-BlockContent-body
{
    position: relative;
    z-index: 1;
    padding: 10px;
}



.jms-BlockContent-body
{
    color:#ffffff;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.jms-BlockContent-body img
{
    float: left;
    margin-right: 10px;
}

.jms-BlockContent-body a:link
{
    color: #fecb00;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.jms-BlockContent-body a:visited, .jms-BlockContent-body a.visited
{
    color: #fecb00;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.jms-BlockContent-body a:hover, .jms-BlockContent-body a.hover
{
    color: #fecb00;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

.jms-BlockContent-body ul
{
    list-style-type: none;
    color: #fecb00;
    margin:0;
    padding:0;
}

.jms-BlockContent-body li
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

.jms-BlockContent-body ul li
{
    padding:0px 0 0px 16px;
    background-image: url('images/BlockContentBullets.png');
    background-repeat:no-repeat;
    margin:0.5em 0 0.5em 0;
    line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.jms-Post
{
    position:relative;
    z-index:0;
    margin:0 auto;
    min-width:15px;
    min-height:15px;
}

.jms-Post-body
{
    position: relative;
    z-index: 1;
    padding: 13px;
}

.jms-Post-tr, .jms-Post-tl, .jms-Post-br, .jms-Post-bl, .jms-Post-tc, .jms-Post-bc,.jms-Post-cr, .jms-Post-cl
{
    position:absolute;
    z-index:-1;
}

.jms-Post-tr, .jms-Post-tl, .jms-Post-br, .jms-Post-bl
{
    width: 14px;
    height: 14px;
    background-image: url('images/Post-s.png');
}

.jms-Post-tl
{
    top:0;
    left:0;
    clip: rect(auto, 7px, 7px, auto);
}

.jms-Post-tr
{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 7px, 7px);
}

.jms-Post-bl
{
    bottom: 0;
    left: 0;
    clip: rect(7px, 7px, auto, auto);
}

.jms-Post-br
{
    bottom: 0;
    right: 0;
    clip: rect(7px, auto, auto, 7px);
}

.jms-Post-tc, .jms-Post-bc
{
    left: 7px;
    right: 7px;
    height: 14px;
    background-image: url('images/Post-h.png');
}

.jms-Post-tc
{
    top: 0;
    clip: rect(auto, auto, 7px, auto);
}

.jms-Post-bc
{
    bottom: 0;
    clip: rect(7px, auto, auto, auto);
}

.jms-Post-cr, .jms-Post-cl
{
    top: 7px;
    bottom: 7px;
    width: 14px;
    background-image: url('images/Post-v.png');
}

.jms-Post-cr
{
    right:0;
    clip: rect(auto, auto, auto, 7px);
}

.jms-Post-cl
{
    left:0;
    clip: rect(auto, 7px, auto, auto);
}

.jms-Post-cc
{
    position:absolute;
    z-index:-1;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: #E5EDF0;
}


.jms-Post
{
    margin: 10px;
}

/* Start images */
a img
{
    border: 0;
}

.jms-article img, img.jms-article
{
    border: solid 1px #B6D2DD;
    margin: 1em;
}

.jms-metadata-icons img
{
    border: none;
    vertical-align: middle;
    margin: 2px;
}
/* Finish images */

/* Start tables */

.jms-article table, table.jms-article
{
    border-collapse: collapse;
    margin: 1px;
    width:auto;
}

.jms-article table, table.jms-article .jms-article tr, .jms-article th, .jms-article td
{
    background-color:Transparent;
}

.jms-article th, .jms-article td
{
    padding: 2px;
    border: solid 1px #fecb00;
    vertical-align: top;
    text-align:left;
}

.jms-article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

/* Finish tables */

jms-pre
{
    overflow: auto;
    padding: 0.1em;
}

#jms-tab {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
    width:100%;
}

#jms-tab .jms-headtab {
    color: #fff;
    font-size: 14px;
    height: 54px;
    text-align: center;
    font-weight: bold;
}

.jms-yellow {
    color: #fecb00;
}

.jms-col0 {
    background-color: #242424;
    border-right: solid 1px #fecb00;
    color: #fff;
    padding: 2px 3px 2px 3px;
    text-align: left;
    width: 254px;
}

.jms-col0a {
    background-color: #1d1d1d;
    border-right: solid 1px #fecb00;
    color: #c1c1c1;
    padding: 3px 6px 3px 6px;
    text-align: left;
    width: 254px;
}

.jms-col1 {
    background-color: #424041;
    border-right: solid 1px #fecb00;
    color: #fff;
    padding: 3px 6px 3px 6px;
    width: 254px;
}

.jms-col1a {
    background-color: #2b2b2b;
    border-right: solid 1px #fecb00;
    color: #c2c3c5;
    padding: 3px 6px 3px 6px;
    width: 254px;
}

.jms-col2 {
    background-color: #545454;
    border-right: solid 1px #fecb00;
    color: #fff;
    padding: 3px 6px 3px 6px;
    width: 254px;
}

.jms-col2a {
    background-color: #383637;
    border-right: solid 1px #fecb00;
    color: #c2c3c5;
    padding: 3px 6px 3px 6px;
    width: 254px;
}
/* end Box, Post */

/* begin PostHeaderIcon */
.jms-PostHeader
{
    text-decoration:none;
    margin: 0.2em 0;
    padding: 0;
    font-weight:normal;
    font-style:normal;
    letter-spacing:normal;
    word-spacing:normal;
    font-variant:normal;
    text-decoration:none;
    font-variant:normal;
    text-transform:none;
    text-align:left;
    text-indent:0;
    line-height:inherit;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #E5EDF0;
}

.jms-PostHeader a, .jms-PostHeader a:link, .jms-PostHeader a:visited, .jms-PostHeader a:hover
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin:0;
    color: #ffffff;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.jms-PostHeader a:link
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
}

.jms-PostHeader a:visited, .jms-PostHeader a.visited
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #ffffff;
}

.jms-PostHeader a:hover, .jms-PostHeader a.hovered
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    text-align: left;
    color: #fecb00;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
}


.jms-PostContent p 
{
    margin: 0.5em 0;
}

.jms-PostContent, .jms-PostContent p
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #ffffff;
}

.jms-PostContent
{
    margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #ffffff;
}

/* Adds special style to an unvisited link. */
a:link
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #ffffff;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #ffffff;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #fecb00;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    text-align: left;
    color: #000000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: left;
    color: #000000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-align: left;
    color: #000000;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
    color: #ffffff;
    margin:1em 0 1em 2em;
    padding:0;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

li ol, li ul
{
    margin:0.5em 0 0.5em 2em;
    padding:0;
}

li 
{
    margin:0.2em 0;
    padding:0;
}

ul
{
    list-style-type: none;
}

ol
{
    list-style-position:inside;

}



.jms-Post li
{
    padding:2px 0 2px 21px;
    line-height:1.2em;
}

.jms-Post ol li, .jms-Post ul ol li
{
    background: none;
    padding-left:0;
}

.jms-Post ul li, .jms-Post ol ul li 
{
    background-image: url('images/PostBullets.png');
    background-repeat:no-repeat;
    padding-left:21px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.jms-PostContent blockquote p
{
    color:#000000;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-align: left;
}

blockquote,
.jms-PostContent blockquote
{
    border:solid 1px #ffcb00;
    margin:10px 0px 10px 0px;
    padding:5px 25px 5px 30px;
    background-color:#ffcb00;
    background-image:url('images/PostQuote.png');
    background-position:left top;
    background-repeat:no-repeat;
}

.jms-list-style
{
    list-style-image:url('images/BlockContentBullets.png');
    color:#ffffff;
    margin-left:15px;
}

.jms-list-style li
{
    margin-bottom:0px;
    font-size:13px;
    font-weight: bold;
    line-height: 15px;
}
/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.jms-button-wrapper .jms-button
{
    display:inline-block;
    width: auto;
    outline:none;
    border:none;
    background:none;
    line-height:29px;
    margin:0 !important;
    padding:0 !important;
    overflow: visible;
    cursor: default;
    text-decoration: none !important;
    z-index:0;
}

.jms-button-wrapper
{
    display:inline-block;
    position:relative;
    height: 29px;
    overflow:hidden;
    white-space: nowrap;
    width: auto;
    z-index:0;
}

.firefox2 .jms-button-wrapper
{
    display:block;
    float:left;
}

.jms-button-wrapper .jms-button
{
    display:block;
    height: 29px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding: 0 11px !important;
    line-height: 29px;
    text-decoration: none !important;
    color: #000000 !important;
}

input, select
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}

.jms-button-wrapper.hover .jms-button, .jms-button:hover
{
    color: #000000 !important;
    text-decoration: none !important;
}

.jms-button-wrapper.active .jms-button
{
    color: #000000 !important;
}

.jms-button-wrapper .l, .jms-button-wrapper .r
{
    display:block;
    position:absolute;
    z-index:-1;
    height: 29px;
    background-image: url('images/But.png');
}

.jms-button-wrapper .l
{
    left:0;
    right:7px;
}

.jms-button-wrapper .r
{
    width:400px;
    right:0;
    clip: rect(auto, auto, auto, 390px);
}

.jms-button-wrapper.hover .l, .jms-button-wrapper.hover .r
{
    top: 0px;
}

.jms-button-wrapper.active .l, .jms-button-wrapper.active .r
{
    top: 0px;
}

.jms-button-wrapper-small .jms-button-small
{
    display:inline-block;
    width: auto;
    outline:none;
    border:none;
    background:none;
    line-height:29px;
    margin:0 !important;
    padding:0 !important;
    overflow: visible;
    cursor: default;
    text-decoration: none !important;
    z-index:0;
}

.jms-button-wrapper-small
{
    display:inline-block;
    position:relative;
    height: 18px;
    overflow:hidden;
    white-space: nowrap;
    width: auto;
    z-index:0;
    padding-top: 4px;
}

.firefox2 .jms-button-wrapper-small
{
    display:block;
    float:left;
}

.jms-button-wrapper-small .jms-button-small
{
    display:block;
    height: 18px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding: 0 11px !important;
    line-height: 18px;
    text-decoration: none !important;
    color: #000000 !important;
}

.jms-button-wrapper-small.hover .jms-button-small, .jms-button-small:hover
{
    color: #ffffff !important;
    text-decoration: none !important;
}

.jms-button-wrapper-small.active .jms-button-small
{
    color: #ffffff !important;
}

.jms-button-wrapper-small .l, .jms-button-wrapper-small .r
{
    display:block;
    position:absolute;
    z-index:-1;
    height: 18px;
    background-image: url('images/Butsmall.png');
}

.jms-button-wrapper-small .l
{
    left:0;
    right:7px;
}

.jms-button-wrapper-small .r
{
    width:398px;
    right:0;
    clip: rect(auto, auto, auto, 390px);
}

.jms-button-wrapper-small.hover .l, .jms-button-wrapper-small.hover .r
{
    top: 0px;
}

.jms-button-wrapper-small.active .l, .jms-button-wrapper-small.active .r
{
    top: 0px;
}

/* end Button */

/* begin Footer */
.jms-Footer
{
    position:relative;
    z-index:0;
    overflow:hidden;
    width: 996px;
    height: 46px;
    margin: 5px auto 0px auto;
    padding-top: 10px;
}

.jms-Footer .jms-Footer-inner
{
    height: 1%;
    position: relative;
    z-index: 0;
    padding: 15px;
    text-align: left;
}

.jms-Footer .jms-Footer-background
{
    position:absolute;
    z-index:-1;
    background-repeat:no-repeat;
    background-image: url('images/Footer.png');
    width: 996px;
    height: 46px;
    bottom:0;
    left:0;
}


.jms-Footer .jms-Footer-text p
{
    margin: 1px 20px;
}

.jms-Footer .jms-Footer-text
{
    display:inline-block;
    color:#ffffff;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    letter-spacing: 1px;
}

.jms-Footer .jms-Footer-text a:link
{
    text-decoration: none;
    color: #ffffff;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.jms-Footer .jms-Footer-text a:visited
{
    text-decoration: none;
    color: #ffffff;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.jms-Footer .jms-Footer-text a:hover
{
    text-decoration: none;
    color: #ffffff;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.jms-page-footer, .jms-page-footer a, .jms-page-footer a:link, .jms-page-footer a:visited, .jms-page-footer a:hover
{
    font-family:Tahoma;
    font-size:10px;
    letter-spacing:normal;
    word-spacing:normal;
    font-style:normal;
    font-weight:normal;
    text-decoration: none;
    color:#ffffff;
}

.jms-page-footer a:hover
{
    text-decoration: none;
    color: #eeeeee;
    font-family: Tahoma;
    text-decoration: underline;
}

.jms-page-footer
{
    margin:1em;
    text-align:center;
    text-decoration:none;
    color:#ffffff;
}
/* end PageFooter */

/* begin LayoutCell */
.jms-contentLayout .jms-content
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 676px;
}
.jms-contentLayout .jms-content-wide
{
    position: relative;
    margin: 0;
    padding: 0 0 15px 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 996px;
}
/* end LayoutCell */

/* begin LayoutCell */
.jms-contentLayout .jms-sidebar1
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
    overflow: hidden;
    width: 306px;
}
/* end LayoutCell */