/* basic layout */

*
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    background-color: #ffffff;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    font-size: 1.0em;
    color: #555555;
    line-height: 150%;
}

div#mainWrapper
{
    position: absolute;
    width: 1000px;
    min-height: 100%;
    margin-left: 100px;
    background-color: #FFFFFF;
}

/* for IE 5.5 - 6.x only */
* html div#mainWrapper
{
    height: 100%;
}

/* for IE 5.0 only */
html + body div#mainWrapper
{
    height: 100%;
}

/* top of page */

img#logo
{
    float: left;
    margin-left: 30px;
}


#langs
{
    position: absolute;
    top: 26px;
    left: 660px;
}
#langs a
{
    font-size: 9px;
    color: #555555;
    text-decoration: none;
}

#sizing
{
    position: absolute;
    top: 26px;
    left: 400px;
}
#sizing a
{
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    text-decoration: none;
}


/* main menu */

ul#mainMenu
{
    width: 954px;
    float: left;
    padding-left: 0px;
    margin-top: -62px;
    margin-left: 240px;
    list-style-type: none;
    font-size: 16px;
    padding-top: 8px;
}

ul#mainMenu li
{
    margin-left: 2px;
    margin-right: 2px;
    line-height: 1em;
    display: inline;
}

ul#mainMenu li.on
{
    margin-left: 2px;
    margin-right: 2px;
}

ul#mainMenu li a
{
    font-size: 1em;
    font-weight: bold;
    color: #0099cc;
    text-decoration: none;
}

ul#mainMenu li.on a, ul#mainMenu li a:hover
{
    text-decoration: underline;
}

.menusep
{
    margin-left: 20px;
}


/* search box */
div#searchBox
{
    position: absolute;
    left: 765px;
    top: 20px;
}

/* sub menu */

ul#submenu
{
    list-style-type: none;
    width: 210px;
}

ul#submenu li, ul#submenu li.on
{
    line-height: 36px;
    display: block;
    vertical-align: middle;
    margin: 0 0 1px 0;
    background-color: #dddddd;
    font-size: 1em;
    color: #555555;
    text-decoration: none;
    border-left: solid 8px #555555;
    background-image: url(img/whitedot.gif);
    background-position: 8px 4px;
    background-repeat: repeat-y;
    padding-left: 10px;
}



ul#submenu li a
{
    font-weight: normal;
    color: #555555;
    padding-left: 10px;
    text-decoration: none;
}

ul#submenu li.on a, ul#submenu li a:hover
{
    color: #0099cc;
}

/* service menu */

div#serviceMenu
{
    left: 20px;
    bottom: 0px;
    width: 935px;
    margin-left: 4px;
    padding: 7px 0 0 0;
    list-style-type: none;
    border-top: dotted #99cc66 3px;
}

div#serviceMenu a
{
    background-color: #ffffff;
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}
div#serviceMenu a:hover
{
    text-decoration: underline;
}




/* content */

div#content
{
    float: left;
    margin: 0 0 0 40px;
    padding-bottom: 2em;
    width: 945px;
    font-size: 1em;
}

div#content2
{
    float: left;
    margin: 25px 0 0 40px;
    padding-bottom: 2em;
    width: 945px;
    font-size: 1em;
}

h1
{
    font-size: 1.8em;
    color: #0099cc;
    font-weight: bold;
    margin-bottom: 1em;
}

h2
{
    font-size: 1.4em;
    color: #0099cc;
    font-weight: bold;
    margin-top: 0.4em;
    margin-bottom: 0.6em;
}

h3
{
    font-size: 2.3em;
    color: #0099cc;
    font-weight: bold;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
    line-height: 115%;
}

.BackToTop
{
    font-size: 16px;
    color: #99cc66;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

p
{
    margin-bottom: 1em;
}

.alert
{
    color: #555555;
}

div#content ul
{
    list-style-type: none;
}

ul.Bulleted li
{
    padding-left: 4.8em;
    background-image: url(img/bullet_grey.gif);
    background-repeat: no-repeat;
    background-position: 36px 10px;
}

div#content2 ul
{
    list-style-type: none;
}

div#content2 ul li
{
    padding-left: 1.2em;
    background-image: url(img/bullet_green.gif);
    background-repeat: no-repeat;
    background-position: 0 0.6em;
}

div#content a
{
    color: #0099cc;
    font-weight: none;
}

div#content2 a
{
    color: #555555;
}

div#content td
{
    padding-right: 0.5em;
    vertical-align: top;
}

div#content input, div#content textarea
{
    border: 1px solid #555555;
    padding: 1px;
}

div#content input.submit
{
    background-color: #F0F0F0;
    border-bottom-color: #F0F0F0;
    border-bottom-style: outset;
    border-bottom-width: 2px;
    border-left-color: #F0F0F0;
    border-left-style: outset;
    border-left-width: 2px;
    border-right-color: #F0F0F0;
    border-right-style: outset;
    border-right-width: 2px;
    border-top-color: #F0F0F0;
    border-top-style: outset;
    border-top-width: 2px;
    padding: 2px;
}

div#searchBox input.submit
{
    background-color: #F0F0F0;
    border-bottom-color: #F0F0F0;
    border-bottom-style: outset;
    border-bottom-width: 2px;
    border-left-color: #F0F0F0;
    border-left-style: outset;
    border-left-width: 2px;
    border-right-color: #F0F0F0;
    border-right-style: outset;
    border-right-width: 2px;
    border-top-color: #F0F0F0;
    border-top-style: outset;
    border-top-width: 2px;
    padding: 2px;
}



/* for all clients but IE 5.x */

ul#mainMenu li
{
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 15px;
}

.boxtable
{
    width: 310px;
    margin: 0px;
    border-collapse: collapse;
}

.box1
{
    background-repeat: no-repeat;
    background-position: 2px 3px;
    background-color: #ffffff;
    height: 30px;
    color: #0099cc;
    font-weight: bold;
    font-size: 1.4em;
    padding-left: 0px;
    padding-top: 0px;
}

.box2
{
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-color: #ffffff;
    height: 30px;
    color: #0099cc;
    font-weight: bold;
    font-size: 1.4em;
    padding-left: 0px;
    padding-top: 0px;
}

.box3
{
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-color: #ffffff;
    height: 30px;
    color: #0099cc;
    font-weight: bold;
    font-size: 1.4em;
    padding-left: 0px;
    padding-top: 0px;
}

.newsletter
{
    background-image: url(img/blog.gif);
    background-repeat: no-repeat;
    background-position: 160px 5px;
    background-color: #333333;
    height: 60px;
    color: white;
    font-size: 15px;
    padding-left: 17px;
    padding-top: 5px;
}


.boxcontent
{
    border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    background-color: #ffffff;
    font-weight: none;
    font-size: 15px;
    padding: 0px;
}

.news
{
    background-color: #ffffff;
    font-weight: none;
    font-size: 16px;
    color: #666666;
    padding: 4px;
}

.toplink
{
    color: #888888;
    font-size: 12px;
    font-weight: none;
    text-decoration: none;
}

#divWatermark
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 24px;
    color: White;
    position: relative;
    top: -90px;
    padding: 4px;
}

.RHSHeader
{
    line-height: 2em;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 5px;
    color: White;
    font-size: 16px;
    font-weight: bold;
    background-color: #0099cc;
    width: 190px;
}

.RHSLinks
{
    background-color: #dddddd;
    font-size: 15px;
    font-weight: bold;
    width: 190px;
    padding-left: 10px;
}
.RHSLinks li
{
    background-image: url(img/bullet_grey.gif);
    background-repeat: no-repeat;
    background-position: 0px 15px;
    padding-left: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
}
.RHSLinks li a
{
    padding-left: 10px;
}
.RHSLinks li a:hover
{
    color: #000000;
}
ul.Bulleted li
{
    padding-left: 4.8em;
    background-image: url(img/bullet_grey.gif);
    background-repeat: no-repeat;
    background-position: 36px 10px;
}
.twtr-tweet-text
{
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #555555;
}
