* {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,li,dl,fieldset,address {
    margin:0.5em 0;
    padding: 0;
}
ol,ul { list-style:none; }
div {
    margin: 0;
    padding: 0;
}

h1 {
    color: #b2b1b1;
    font-size: 24px;
    font-weight: bold;
}
h2, .contentheading, .componentheading {
    font-size: 27px;
    color: #469dd1;
    margin: 0 0 10px 0;
    font-weight: normal;
}

#page h2 {
    margin-top: 0;
}
.contentheading a:hover {
    color: #738ffc;
    text-decoration: none;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

.small, .createdate, .modifydate, .mosimage_caption {
    font-size: 10px;
    color: #999;
}

li, dd, blockquote {
    margin-left: 3em;
}

li.bullet, li.bullet2 {
    margin-left: 2em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    background:transparent url(../images/li.gif) no-repeat scroll left 8px;
    padding: 3px 0 0 12px;
    text-align: left;
}
li.bullet2 {
    margin-left: 4em;
}

ul.latestnews {
    list-style: none;
}

li.latestnews {
    margin-left: 1em;
}

fieldset {
    padding:.5em;
}

body {
    color: #333333;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.3;
}

img {
    border: none;
}

form, input, textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

/* -- main -- */
div.blockMain {
    width: 950px;
    height: auto;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 10px;
}
div.blockMain div {
    text-align: left;
}
/* -- menu -- */
/* ***********************************************************************************

Convertable Nestled list menu by DUNCAL Productions
(c) 2007 by Duncan Hill and Alan Gresley
http://

Converts from a verticle menu with flyout submenus or a horizontal menu, with dropdown 
and then flyout submenus with a few changes in style where ****CONVERT**** appears.

*********************************************************************************** */
div#mainMenu {
    margin: 0px;
    padding: 0px auto;
    height: 29px;
    width: 950px;
    background-repeat: no-repeat;
    border: solid yellow 0px;
}
ul.menu li#current {
    font-weight: bold;
    background: url(../images/menu_bg_active.gif) center left repeat-x;
}
ul.menu li.item1#current {
    font-weight: bold;
    background: url(../images/menu_bg_active_1.gif) center left no-repeat !important;;
}
ul.menu li#current li {
    background: none;
}
ul.menu li#current li {
    font-weight: normal;
}
ul.menu li.parent a:after {
    content: url(../images/arrowdown.gif);
}
ul.menu li.parent  ul  a:after {
    content: '';
}
ul.menu li.item1 {
    padding-left: 10px;
}
ul.menu {
    display: block;
}
ul.menu, ul.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.menu li { 
    z-index:1000;
    position: relative;
    float: left;
    margin: 0;
    border-right: 2px groove #949494;
    display: inline;
}
ul.menu li li {
    border-right: 1px groove #949494;
}
ul.menu a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-shadow: 1px 1px 0 #767676;
    display: block;
    text-decoration: underline;
    padding: 0 20px;
}
ul.menu a:hover {
    text-decoration: underline;
}
ul.menu li li a {
    width: 8em;
}

/* SUBMENU */
ul.menu li ul {
    z-index: 1000;
    position: absolute;
    left: -999em;
    top: -3px;
    border-right: 2px groove #bfbfbf;
    border-bottom: 2px groove #bfbfbf;
    border-left: 2px groove #bfbfbf;
    background-color: #959595;
}

ul.menu li UL li {
    display: block;
    background: none !important;
}
.menu li:hover ul, .menu li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul {
    top: 0;
    left: -2px;
    margin-left: 100%;
    z-index: 1000;
    float: left;
}
ul.menu li.item1:hover ul {
    top: 40px;
    left: -100px;
    margin-left: 100%;
    z-index: 1000;
    float: left;
}




/*                       ****DISPLAYS HORIZONTAL MENU****/
.menu li:active ul, .menu li:hover ul, .menu li.sfhover ul {
    top: 39px;
    margin-left: 0;
    float: left;
}

div#mainMenu {
    width: 950px;
    background:  url(../images/menu_bg.gif) 50% 50% no-repeat;
    height: 40px;
    margin-bottom: 18px;
}


/* -- top -- */
div.blockTop {
    width: auto;
    height: 87px;
    padding: 16px 0 0 0;
    position: relative;
}

/* -- logo -- */
div.blockLogo {
    width: auto;
    height: auto;
    float: left;
    margin: 15px 35px auto 0;
}

/* -- demo enter -- */
div.blockDemo {
    width: 453px;
    height: 61px;
    position: relative;
    float: left;
    margin: 0;
    border: 0px;
    background:  url(../images/inputform_bg.gif) 50% 50% no-repeat;
}
div.blockDemo form {
    margin: 0;
    height: 40px;
    width: 100%;
    padding: 5px 0 0 10px;
}
div.blockDemo form input.login {
    width: 148px;
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    color: #000000;
    background: url(../images/inputbox.gif) 50% 50% no-repeat;
    border: 0;
    font-family: sans-serif;
    font-size: 14px;
    color: #8b8b8b;
    vertical-align: top;
}

div.blockDemo form input#enter {
    width: 119px;
    height: 40px;
    color: #545454;
    background: url(../images/enterbox.gif) 50% 50% no-repeat;
    border: 0;
    margin-left: 0;
    vertical-align: top;
}
div.blockDemo p {
    text-align: left;
    color: white;
    font-size: 10px;
    line-height: 8px;
    margin: 0;
    padding: 0;
}
div.blockDemo p a {
    color: white;
    text-decoration: underline;
}
div.blockDemo p span#blockDemo1 {
    padding: 0 0 0 95px;
}
div.blockDemo p span#blockDemo2 {
    padding: 0 0 0 80px;
}
div#blockSupport {
    float: left;
    margin:  10px 0 0 30px;
    position: relative;
    width: 260px;
    color: #a6a6a6;
}
#support {
    float: left;
    margin: 6px 10px 0 -2px;
}
div#blockSupport .small, div#blockSupport .phone {
    white-space:nowrap;
}
div#blockSupport .small {
    font-size: 11px;
}
div#blockSupport .phone {
    font-size: 17px;
    line-height: 32px;
	font-weight: bold;
}






.nobrowser {
    color: #990000;
    display: none;
    font-weight: bold;
    text-align: center;
    width: 950px;
    clear: both;
}

/* -- promo -- */
div.blockPromo {
    width: 100%;
    margin-top: 10px;
}
div.blockPromo div.promo {
    float: left;
    width: 475px;
}
#promo1 {
    background: url(../images/promo1_bg.gif) 0 0 no-repeat;
    height: 264px;
}
#promo1 #img1 {
    margin: 0 0 0 20px;
}
#promo1 #demo {
    margin: 10px 0 10px 10px;
}
#promo1 h2 {
    width: 456px;
    height: 68px;
    color: white;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    padding-top: 4px;
    padding-left: 10px;
}
#promo2 {
    background: url(../images/promo2_bg.gif) top right no-repeat;
    height: 264px;
}
#promo2 h3 {
    font-size: 23px;
    color: #3d84b6;
    text-decoration: underline;
    margin: 5px 0 0 20px;
}
#promo2 a {
    color: #3d84b6;
	text-decoration: none;
}
#promo2 p {
    margin: 10px 10px 10px 20px;
}
#promo2 div {
    margin-bottom: 28px;
}
div.blockPromo #promo2 {
}
div.blockPromo p {
    color: #353535;
    font-size: 16px;
    line-height: 22px;
}
div.blockPromoText {
    width: 286px;
    height: auto;
    margin: 0px;
    padding: 0 14px 20px 14px;
    text-align: left;
    float: left;
}

div.blockPromoText-border {
    width: 1px;
    height: 166px;
    margin: 15px 0px 15px 0;
    padding: 0px;
    border-right: 1px solid #d7d7de;
    float: left;
}

div.blockPromoText h2 {
    margin: 10px 0 0 8px;
    padding: 0px;
    font-size: 22px;
    font-weight: normal;
    color: #8b8b8b;
    float: left;
}

div.blockPromoText p, div.blockPromoText-border p {
    margin: 5px 0 0 0;
    padding: 0px;
}
/* features */
.blockFeatures {
    margin: 20px 60px 30px 0;
    float: left;
    width: 565px;
}
.blockFeatures  a {
	text-decoration: none;
}
.blockFeatures h2 {
    color: #469dd1;
    font-size: 27px;
    line-height: 27px;
    margin-top: 10px;
}
.blockFeatures img {
    vertical-align: bottom;
}
.blockFeatures ul {
    list-style-image: url(../images/bullet.gif);
}
.blockFeatures li {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.blockReferences {
    margin-top: 20px;
    float: left;
    width: 320px;
    margin-bottom: 30px;
}
.blockReferences h3 {
    color:#469DD1;
    font-size:27px;
	font-weight:normal;
    line-height:27px;
    margin-top:10px;
}
.blockReferences p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 20px;
}
.blockReferences p.header {
    color: #469DD1;
    text-decoration: underline;
    margin-bottom: 0;
}
.blockReferences a {
    color: #3d84b6;
    text-decoration: underline;
}
.blockReferences img {
    vertical-align: bottom;
    margin-right: 5px;
}

.blockNewsLinks {

}
#yellowBg {
    background-color: #fff5c8;
    height: 222px;
    width: 1024px;
    margin-bottom: 20px;
    overflow: hidden;
}
#yellowBg .blockNews , #yellowBg .blockLinks{
    float: left;
    margin: 20px 30px;
    width: 180px;
}
#yellowBg .blockNews li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px
}
#yellowBg .blockLinks li {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 13px
}
#yellowBg h3 {
    color: #343434;
    font-size: 17px;
    margin-left: 12px;
}
#yellowBg .blockNews p {
    margin-left: 12px;
}
#yellowBg .blockNews a, #yellowBg .blockLinks a {
    color: #2770a3;
    text-decoration: underline;
}
#yellowBg .blockNews img {
    vertical-align: bottom;
    margin-right: 10px;
}
#yellowBg .blockBanners {
    margin: 20px 0 0 10px;
    float: left;
    width: 480px;
}
#yellowBg .banner {
    width: 166px;
    height: 167px;
    background: url(../images/banner_bg.gif) 0 0 no-repeat;
    overflow: hidden;
    float: left;
    margin: 0 0 0 15px;
    padding: 5px 25px 10px 20px;
    color: #505050;
    font-size: 13px;
    line-height: 20px;
}
#yellowBg .banner h3 {
    margin-left: 0;
}
#yellowBg .banner a {
    text-decoration: none;
    color: #505050;
}
#yellowBg .banner p {
    margin-right: 5px;
}
.YellowLine {
    background: url(../images/yellow-hr.gif) 50% 0 repeat-x;
    width: 944px;
    height: 2px;
    margin: 0 -30px 20px -30px;
    font-size: 2px;
    clear: both;
}
/* -- address -- */
div.blockCopyright {
    width: 480px;
    height: auto;
    float: left;
}
div.blockCopyright img, div.blockAddress img {
    margin: 0 5px;
    line-height: 14px;
    vertical-align: middle;
}
div.blockAddress {
    width: 225px;
    height: 70px;
    float: right;
}

div.blockAddress p {
    line-height: 14px;
}

div.blockAddress p a, div.blockCopyright p a {
    color: #577aff;
    text-decoration: underline;
}

div.blockAddress p a:visited {
    color: #577aff;
    text-decoration: underline;
}

div.blockAddress p a:hover {
    color: #577aff;
    text-decoration: underline;
}



/* -- columns -- */
.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

div.columnLeft {
    float: left;
}

div.columnRight {
    float: right;
}


.moduletable th {
    margin: 20px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #707070;
    border-bottom: 5px solid #d6d6d6;
}

.poll thead td {
    font-size: 14px;
    font-weight: bold;
}

.pollstableborder td {
    text-align: left;
}

td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
    padding: 3px;
}

/* -- empty -- */
.empty5 {
    height: 5px;
}

.empty10 {
    height: 10px;
}

.empty15 {
    height: 15px;
}

.empty20 {
    height: 20px;
}

.empty25 {
    height: 25px;
}

.empty30 {
    height: 30px;
}

/* -- color -- */
.red-normal {
    color: #e40d0d;
    font-weight: normal;
}

.red-bold {
    color: #e40d0d;
    font-weight: bold;
}

.green-normal {
    color: #02c301;
    font-weight: normal;
}

.green-bold {
    color: #02c301;
    font-weight: bold;
}

.dashed {
    color: #000000;
    text-decoration: none;
    line-height: 140%;
    border-bottom: 1px dashed #000000;
}
.gray {
    color: #a6a6a6;
}
.black {
    color: #000;
}
.lightblue {
    color: #bee7ff;
    font-size: 10px;
}
table.shortcuts td  {
    margin: 0;
}
td.white {
    background: #fff;
    padding: 0 !important;
    vertical-align: bottom !important;
}
table.shortcuts th {
    color:#FFFFFF;
    font-weight:bold;
	font-size:14px;
    text-align:center;
    margin: 0;
    padding:0.25em 0.5em;
    vertical-align: middle;
    height: 32px;
    text-shadow: 1px 1px 0 #767676;
}

table.shortcuts .thl {
    background: url(../images/th-left.gif)  top left no-repeat;
}

table.shortcuts .thr {
    background: url(../images/th-right.gif)  top right no-repeat;
}
table.shortcuts .th {
    background: url(../images/th-bg.gif)  0 0 repeat-x;
}
table.shortcuts tr {
    vertical-align:top;
}

table.shortcuts tr.odd {
    background-color: #fff;;
}

table.shortcuts tr.even {
    background-color: #f3f3f3;
}

table.shortcuts tr.decored {
    background-color: #228fd0;
    color: white;
    font-weight: bold;
}

table.shortcuts td {
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}

/* articles */
#page {
    margin: 0;
    padding: 0;
    height: auto;
	width: 800px;
}
.blog {
	width: 800px;
}
.blog p, .narrow p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 20px;
}
.blog a, #page a {
    color: #3d739a;
    text-decoration: underline;
}
.blog a, #page a:visited {
    color: #3d739a;
    text-decoration: underline;
}
.blog a, #page a:active {
    color: #3d739a;
    text-decoration: underline;
}
.blog p.iteminfo {
	margin-bottom: 7px;
}
.blog .article_separator, .blog .row_separator {
	display: none;
}
#page h3 {
    color: #419acf;
}
#detail {
	color: #888888;
}
.narrow {
    margin: 10px 0px 10px 150px;
}
.narrow h3 {
	font-size: 20px;
}

#webshopYellow {
    width: 884px;
    min-height: 244px;
    background: #fff9d8;
    padding: 10px 30px;
    clear: both;
    margin: 0;
}
.webshopYellowBottom {
    background: url(../images/yellowbg_bottom.gif) top left no-repeat;
    width: 944px;
    height: 8px;
    margin-bottom: 10px;
}
.webshopYellowTop {
    background: url(../images/yellowbg_top.gif) bottom left no-repeat;
    width: 944px;
    height: 8px;
    margin-top: 10px;
}

#webshopYellow img {
    float: left;
    margin: 27px 10px 10px;
    vertical-align: middle;
}
#webshopYellow div.text {
    float: left;
    height: 60px;
    width: 270px;
}
#webshopYellow div.line1 {
    margin: 0 80px 40px 0;
    float: left;
    width: 360px;
    height: 90px;
}
#webshopYellow div.line2 {
    margin: 0 0 20px 60px;
    float: left;
    width: 360px;
    height: 90px;
}
#webshopYellow h3 {
    color: #3d84b6;
    font-size: 16px;
    font-weight: bold;
}
#webshopYellow p {
    color: black;
    font-size: 13px;
    font-weight: normal;
}