
div.page {
    width: 961px;
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
}


div.masthead {
    height: 77px;
    background-image: url(../img/design/logo_masthead.png);
    background-repeat: no-repeat;
    padding-top: 6px;
    text-align: right;
}


div.masthead ul {
    list-style-type: none;
}

div.masthead li {
    display: inline;
}

div.masthead li a {
    color: #333333;
    text-decoration: none;
}

div.masthead li a:hover {
    color: #333333;
    text-decoration: underline;
}

div.menubar {
    height: 29px;
}

div.menubar ul {
    list-style-type: none;
}

div.menubar li {
    float:left;
    border-right: 1px solid white;
    font-size: 1px;
}

div.submenucontainer {
    position: relative;
}

div.submenu {
    font-size: 13px;
    position: absolute;
    top: 28px;
    width: 185px;
    visibility: hidden;
    z-index: 10;
    background-image: url(../img/menus/transparent_background.png);
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

div.submenu a {
    display:block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333333;
    text-decoration: none;
    padding-left: 22px;
    border-bottom: 1px solid white;
}

div.submenu a:hover {
    background-image: url(../img/menus/blue_arrow.png);
    background-repeat: no-repeat;
    background-position: 7px 50%;
}


div.newbarcontainer {
    position: relative;
}

div.newbar {
    position :absolute;
    right: 10px;

    background-image: url(../img/design/icon_new.png);
    background-repeat: no-repeat;
    padding-left: 53px;
    padding-bottom: 5px;
}

div.newbar a {
    color: #333333;
    text-decoration: none;
    padding-right: 20px;
    background-image: url(../img/menus/blue_arrow.png);
    background-repeat: no-repeat;
    background-position: right 50%;
}



div.home_banner {
    border-bottom: 1px solid #cccccc;
    font-size: 1px;
    line-height: 1px;
}

div.sectionbox {
    background-color: #0861b1;
    border-right: 1px solid white;
    width: 180px;  /* 206px - 26px */
    height: 34px;  /* 199px - 165px */
    padding-top: 165px;
    padding-left: 26px;
}

div.sectionhead {
    /*
    border-top: 1px solid #cccccc;
    clear: both;
    overflow: hidden;
    */
}

div.divider {
    border-top: 1px solid #cccccc;
    font-size: 11px;
}



/* section banner size:  753 x 199 */

div.sectionbanner {
    width: 753px;
}

div.body {
    border-top: 1px solid #cccccc;
    overflow:hidden;
}

div.bodyleft {
    float:left;
    width: 207px;
}

div.bodywide {
    float:left;
    width: 730px; /* 446 + 23 + 25 + 236 */
}

div.bodymiddle {
    float:left;
    width: 446px;
    padding-left: 23px;
    padding-right: 25px;
    padding-top: 20px;
    font-size: 11px;
}

div.bodyright {
    float: left;
    width: 236px;
    padding-top: 20px;
}

div.rightpad {
    padding-left: 15px;
    padding-right: 15px;
}

div.leftpad {
    padding-top: 15px;
    padding-right: 15px;
}

div.footer-wrapper {
    clear: both;
}

div.footer {
    padding-top: 5px;
    margin-top: 33px;
    overflow:hidden;
    border-top: 1px solid #cccccc;
    font-size: 9px;
}

div.footer div.bodymiddle {
    padding-top: 0;
    font-size: inherit;
}

div.footer div.bodyright {
    padding-top: 0;
}

div.footer a {
    color: #0059b0;
    text-decoration: none;
}

div.footer a:hover {
    text-decoration: underline;
}

ul.links {
    list-style-type: none;
}

ul.links li {
    padding-bottom: 2px;
}

ul.sidemenu {
    list-style-type: none;
}

ul.sidemenu li {
    border-bottom: 1px solid #cccccc;
}

ul.sidemenu a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    color: #333333;
    text-decoration: none;
}

ul.sidemenu li.selected a {
    background-image: url(../img/menus/green_arrow.png);
    background-repeat: no-repeat;
    background-position: 9px 50%;
}

ul.sidemenu a:hover {
    background-image: url(../img/menus/blue_arrow.png);
    background-repeat: no-repeat;
    background-position: 9px 50%;
}


ul.sidemenusub {
    list-style-type: none;
}

ul.sidemenusub li {
    padding-left: 12px;
}

ul.sidemenu li ul.sidemenusub li {
    border:none;
}

ul.sidemenu li ul.sidemenusub li a {
    background-image: none;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    color: #333333;
    text-decoration: none;
}

ul.sidemenu li ul.sidemenusub li.selected a {
    background-image: url(../img/menus/green_arrow.png);
    background-repeat: no-repeat;
    background-position: 9px 50%;
}

ul.sidemenu li ul.sidemenusub li a:hover {
    background-image: url(../img/menus/blue_arrow.png);
    background-repeat: no-repeat;
    background-position: 9px 50%;
}



/** BEGIN SITE MAP VARIATIONS OF SIDE MENU **/

div.sitemap_group {
    width: 210px;
    font-size: 11px;
    margin-bottom: 4em;
}

div.sitemap_group ul.sidemenu {
    border-top: 1px solid #cccccc;
    margin-left: 0;
}


div.sitemap_group ul.sidemenu a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
}

div.sitemap_group ul.sidemenu a:hover {
    background-position: 0px 50%;
}


div.sitemap_group ul.sidemenusub {
    margin-left:0px;
    margin-bottom: 0px;
}


div.sitemap_group ul.sidemenu li ul.sidemenusub li a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
}


div.sitemap_group ul.sidemenu li ul.sidemenusub li a:hover {
    background-position: 0px 50%;
}

/** END SITE MAP VARIATIONS OF SIDE MENU **/






a.inline {
    color: #0059b0;
    text-decoration: none;
}

a:hover.inline {
    text-decoration: underline;
}



a.readmore {
    color: #0059b0;
    font-size: .8em;
    text-decoration: none;
}

a:hover.readmore {
    text-decoration: underline;
}

a.newwindow {
    color: #0059b0;
    font-size: .8em;
    text-decoration: none;
    background-image: url(../img/design/icon_newwindow.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 18px;
}

a:hover.newwindow {
    text-decoration: underline;
    }

a.none {
    color: #e0e0e0;
    text-decoration: none;
}

a.clear {
    color: #FFFFFF;
    text-decoration: none;
    border: hidden;
}


hr {
    border:0;
    border-top: 1px solid #cccccc;
    background-color: transparent;
    margin-bottom: 1em;
}


div.greenbox {
    padding: 15px;
    background-color: #aacc44;
    color: white;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

div.greenbox p {
    font-size: 11px;
    color: #333333;
}

div.greenbox h2 {
    font-size: 11px;
    color: #333333;
}

div.greenbox ul.links a {
    color: white;
    text-decoration: none;
    font-weight: lighter;
}

div.greenbox ul.links a:hover {
    text-decoration: underline;
}

div.greenbox a.viewdemo {
    background-image: url(../img/design/icon_viewdemo.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 20px;
    text-decoration: none;
    color: #333333;
    font-size: .8em;
}

div.greenbox a:hover.viewdemo {
    text-decoration: underline;
}

div.greenbox p.form {
    color: white;
    line-height: 1.7em;
}

div.greenbox input {
    width: 95%;
}

div.greenbox textarea {
    width: 95%;
    height: 5em;
}

.greenbox a.submit {
    display: block;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid white;
    background-color: #d4e5a1;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: auto;
    min-width: 1px;
}

.greenbox  a:hover.submit {
    background-color: white;
    border: 1px solid #d4e5a1;
}

div.graybox {
    padding: 15px;
    background-color: #e0e0e0;
    color: black;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

div.cloudbox {
    padding: 7px;
    background-color: #ccdeef;
    color: black;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px;
}

div.bluebox {
    background-color: #0861b1;
    padding: 15px;
    color: white;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

div.bluebox p {
    font-size: 11px;
    color: white;
    margin-bottom: 1em;
}



.bluebox a.submit {
    display: block;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid white;
    background-color: #7facd7;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: auto;
    min-width: 1px;
}

.bluebox  a:hover.submit {
    background-color: white;
    border: 1px solid #7facd7;
}

.bluebox a {
    color:white;
}





div.bluebox a.newwindow {
    color: white;
    font-size: .8em;
}


div.quote-list {
    margin-top:2em;
}

div.quote-entry {
    padding:1em;
    border-bottom: 1px solid #cccccc;
}

div.sidebar-quote {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 2em;
}


div.quote {
    color: #738310;
    font-family: Georgia,serif;
    font-size: 14px;
    line-height: 20px;
    text-indent: -.5em;
}

div.attribution {
    font-size: 10px;
    line-height: 13px;
    margin-top: 10px;
    margin-bottom: 15px;
}

div.body div.bodymiddle p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 1em;
}

div.body div.bodymiddle p.leadin {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 25px;
}

div.bodyright p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 1em;
}


table.grid {
    width: 100%;
}

table.grid td {
    width: 50%;
    padding-bottom: 15px;
    font-size: 11px;
}

table.grid td.left {
    padding-right: 8px;
}

table.grid td.right {
    padding-left: 8px;
}



div.image_caption {

}

h1 {
    font-size: 13px;
    color: #0861b1;
    font-weight: normal;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 15px;
}

h2 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 3px;
}



table.data {
    width: 100%;
    margin-bottom: 20px;
}

table.data th {
    font-size: 11px;
    color: white;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #171743;
}

table.data td {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #a3a3a3;
}

table.data td h2 {
    font-size: 11px;
    color: #171743;
    font-weight: bold;
}

div.bodymiddle ul,div.rightpad ul {
    font-size: inherit;
    list-style-position: outside;
    margin-left: 1.5em;
    margin-bottom: 1em;
}



ul li {

}


div.thumbzoomer {
    margin-bottom: 0;
    font-size: 9px;
}


div.sidebyside {
    clear:both;
    overflow:hidden;
    margin-bottom: 1em;
}

div.sidebyside div.left {
    float: left;
    width: 215px;
    padding-right: 8px;
}

div.sidebyside div.right {
    float: left;
    width: 215px;
    padding-left: 8px;
}

div.sidebyside div.left-minor {
    float: left;
    width: 52px;
    padding-right: 8px;
}

div.sidebyside div.right-major {
    float: left;
    width: 378px;
    padding-left: 8px;
}

div.sidebyside div.left-mini {
    float: left;
    width: 52px;
    padding-right: 3px;
}


/* downloads */


div.downloads {
    margin-bottom: 20px;
}

div.downloads div.items {
    border-top: 1px solid #cccccc;
}

div.downloads div.item {
    border-bottom: 1px solid #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.downloads div.item p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px;
}

div.downloads div.item h2 {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}


a.pdf {
    display: block;
    line-height: 19px;
    background-image: url(../img/design/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: 0 50%;

    padding-left: 20px;
    text-decoration: none;
    color: #333333;
    font-size: .8em;
}

a:hover.pdf {
    text-decoration: underline;
}

a.video {
    display: block;
    line-height: 19px;
    background-image: url(../img/design/icon_video_movie.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;

    padding-left: 20px;
    text-decoration: none;
    color: #333333;
    font-size: .8em;
}

a:hover.video {
    text-decoration: underline;
}



.contact_info {
    font-size: 15px;
    color: #0861b1;
    text-decoration: none;
}


div.greenbox form a {
    color: inherit;
    text-decoration: none;
}

div.greenbox form a:hover {
    text-decoration: underline;
}


div.bodyform {

}

div.bodyform input {
    width: 200px;
}

div.bodyform input.select {
    width: auto;
}



div.bodyform textarea {
    width: 75%;
    height: 70px;
}



/* ORANGE BOX */

div.orangebox {
    padding: 15px;
    background-color: #eb7b23;
    color: white;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

div.orangebox p {
    font-size: 11px;
    color: #333333;
}


div.orangebox form p {
    color: white;
}

div.orangebox input {
    width: 100%;
}

div.orangebox textarea {
    width: 100%;
    height: 5em;
}


div.orangebox form a {
    color: inherit;
    text-decoration: none;
}

div.orangebox form a:hover {
    text-decoration: underline;
}


.orangebox a.submit {
    display: block;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid white;
    background-color: #f3be9a;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: auto;
    min-width: 1px;
}

.orangebox  a:hover.submit {
    background-color: white;
    border: 1px solid #d4e5a1;
}



div.bodymiddle ul.tabs {
   list-style-type: none;
   border-bottom: 1px solid #dbd9d9;
   height: 31px;
   width: 100%;
   margin:0px;

}

ul.tabs li {
    float: left;
    width: 100px;
    height: 22px;
    padding-top: 8px;
    background-color: #dbd9d9;
    text-align: center;
    margin-left: 1px;
    cursor: pointer;

}

ul.tabs li.selected {
    height: 23px;
    background-color: white;
    border-left: 1px solid #dbd9d9;
    border-top: 1px solid #dbd9d9;
    border-right: 1px solid #dbd9d9;
}


div.articlelist {
    margin-top: .5em;
}

div.articleentry {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    border-bottom: 1px solid #dbd9d9;
}

div.article {
    margin-top: 2em;
}

div.about {
    border-top: 1px solid #dbd9d9;
    padding-top:1em;
}


.contacts a {
    color: inherit;
    text-decoration: none;
}

.contacts a:hover {
    text-decoration: underline;
}



/* zoomer */
div.zoomer {
    padding:18px;
    border: 2px solid #333333;
    text-align: center;
}


/* section header */
.section h1 {
    font-size: 13px;
    color: white;
    background-color: #666666;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.section p {
    margin-left: 10px;
}

.section h2 {
    margin-left: 10px;
}




input.submit {
    background-color: #febb9b;
    font-color: #333333;
    font-weight: bold;
    padding: 8px 20px;
    border: none;
}


div.chat-box {
    margin-bottom:.5em;
    background-image: url(../img/design/live_chat.png);
    background-repeat: no-repeat;
    width: 207px; /* 232 - 25 */
    height: 113px; /* 158 - 45 */
    padding-top: 45px;
    padding-left: 25px;
}

a.body {
    color: #333333;
}

