﻿/* Reset Browser Defaul Styles --------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-spacing: 0;
}
a
{
    text-decoration: none;
    color: blue;
}
a:hover
{
    text-decoration: underline;
}

body
{
    background-color: #F3F3F3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    margin: 0px;
}

.ShadowTop
{
    background: #F3F3F3 url('images/shadow_top_tile.gif') repeat-x;
}

.ShadowLeft
{
    background: #F3F3F3 url('images/shadow_left_tile.gif') repeat-y;
}

.ShadowRight
{
    background: #F3F3F3 url('images/shadow_right_tile.gif') repeat-y;
}

.ShadowMid
{
    background: #F3F3F3 url('images/shadow_mid_tile.gif') repeat-x;
}

.ShadowBottom
{
    background: #F3F3F3 url('images/shadow_bottom_tile.gif') repeat-x;
}

.PageHeader1
{
    background: #F3F3F3 url('images/header_tile.gif') repeat-x;
}

.PageHeader2
{
    background: #F3F3F3 url('images/header_tile.gif') repeat-x;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 15px;
}

.PageHeaderLinks
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
}

.PageHeaderLinks a, .PageHeaderLinks a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.PageHeaderLinks a:hover, .PageHeaderLinks a:visited:hover
{
    color: #169AD7;
    text-decoration: underline;
}

.PageFooter
{
    background: #C5C5C5 url('images/footer_tile.gif') repeat-x;
}

.PageFooterContent
{
    /*background: #C5C5C5 url('images/footer_logo.gif') no-repeat top right;*/
    background-color:#C5C5C5;
    color: #4C4C4C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
}

.PageFooterContent a, .PageFooterContent a:visited
{
    color: #4C4C4C;
    text-decoration: none;
}

.PageFooterContent a:hover, .PageFooterContent a:visited:hover
{
    color: #333333;
    text-decoration: underline;
}

.PageFooterDisclaimer
{
    color: #4C4C4C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
    text-align: center;
    line-height:1.5;
}

.ToolBar
{
    background: #F3F3F3 url('images/toolbar_tile.gif') repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 162.5%;
    padding-left: 20px;
}

.ToolBarNormal
{
    background: #F3F3F3 url('images/toolbar_tile.gif') repeat-x;
    padding: 5px 75px 5px 75px;
    text-align: center;
    vertical-align: middle;
}

.ToolBarNormal a, .ToolBarNormal a:visited
{
    color: #5A5A5A;
    text-decoration: none;
}

.ToolBarNormal a:hover, .ToolBarNormal a:visited:hover
{
    color: #3A3A3A;
    text-decoration: none;
}

.ToolBarSelected
{
    background: #F3F3F3 url('images/toolbar_selected_tile.gif') repeat-x;
    padding: 5px 75px 5px 75px;
    text-align: center;
    vertical-align: middle;
}

.ToolBarSelected a, .ToolBarSelected a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.ToolBarSelected a:hover, .ToolBarSelected a:visited:hover
{
    color: #E5E5E5;
    text-decoration: none;
}

.TabBar
{
    background: #FFFFFF url('images/tabbar_tile.gif') repeat-x left bottom;
    vertical-align: bottom;
    padding-left: 20px;
}

/* Tab standard */
.TabBar ul.TabStrip
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.TabBar ul.TabStrip li
{
    position: relative;
    display: block;
    float: left;
    height: 27px;
    line-height: 27px;
    padding-right: 20px;
    white-space: nowrap;
}

.TabBar ul.TabStrip li div
{
    height: 27px;
    min-width: 45px;
    width: 5%;
    line-height: 27px;
    padding-left: 20px;
    white-space: nowrap;
    text-align:center;
}

html > body .TabBar ul.TabStrip li div
{
    display: block;
}

/* Tab appearance */
ul.TabStrip
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
}

ul.TabStrip li.TabNormal
{
    background: url(images/tab_normal_right.gif) 100% 0 no-repeat;
}

ul.TabStrip li.TabNormal div
{
    background: url(images/tab_normal_left.gif) no-repeat;
}

ul.TabStrip li.TabSelected
{
    background: url(images/tab_selected_right.gif) 100% 0 no-repeat;
}

ul.TabStrip li.TabSelected div
{
    background: url(images/tab_selected_left.gif) no-repeat;
}

.TabNormal a, .TabNormal a:visited
{
    color: #5A5A5A;
    text-decoration: none;
}

.TabNormal a:hover, .TabNormal a:visited:hover
{
    color: #3A3A3A;
    text-decoration: none;
}

.TabSelected a, .TabSelected a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.TabSelected a:hover, .TabSelected a:visited:hover
{
    color: #E5E5E5;
    text-decoration: none;
}

/* Quotebar */
.QuoteBar
{
    background: #0C133F url('images/quotebar_tile.gif') repeat-x;
}

.QuoteText
{
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: bold;
}

.QuoteAuthor
{
    color: #FFFFFF;
    font-size: 125%;
}

.ContentBar
{
    background: #FFFFFF url('images/content_tile.gif') repeat-x;
}

.VerticalDash
{
    background: #FFFFFF url('images/vertical_dash.gif') repeat-y top center;
}

.HorizontalDash
{
    background: #FFFFFF url('images/horizontal_dash.gif') repeat-x center left;
    padding: 5px 0px 5px 0px;
}

.MainContent
{
    background-color: #FFFFFF;
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
}

.MainContent img
{
    vertical-align: middle;
}

div.MainContentHeader
{
    padding: 2px 2px 10px 2px;
}

.MainContentHeader1
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
    font-weight: bold;
}

.MainContentHeader2
{
    color: #5A5A5A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
    font-weight: bold;
}

.MainContentText
{
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
    text-align: justify;
}

.MainContentQuoteText
{
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
    font-style: italic;
    text-align: justify;
}

div.MainContentLink
{
    padding: 5px 2px 5px 2px;
    text-align: right;
}

div.MainContentLink3
{
    padding: 5px 0px 5px 0px;
}

a.MainContentLink1, a:visited.MainContentLink1
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
}

a:hover.MainContentLink1, a:visited:hover.MainContentLink1
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
}

a.MainContentLink2, a:visited.MainContentLink2
{
    color: #5A5A5A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
}

a:hover.MainContentLink2, a:visited:hover.MainContentLink2
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
}

.Content
{
    background-color: #FFFFFF;
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
}

.Content img
{
    vertical-align: middle;
}

div.ContentHeader
{
    padding: 2px 2px 10px 2px;
}

div.ContentNewsHeader
{
    padding: 2px 2px 5px 2px;
    border-bottom: 1px solid #CCCCCC;
}

.ContentHeader1
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
    font-weight: bold;
}

.ContentHeader2
{
    color: #5A5A5A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
    font-weight: bold;
}

.ContentHeader3
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

.ContentHeader4
{
    color: #7D7D7D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

.ContentText
{
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
    padding: 2px;
    text-align: justify;
    line-height: 1.25;
}

div.ContentLink
{
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 2px 15px 2px;
    text-align: right;
}

div.ContentLink2
{
    border-bottom: 1px solid #CCCCCC;
    padding: 0px 2px 0px 2px;
    text-align: right;
}

div.ContentLink3
{
    border-bottom: 1px solid #CCCCCC;
    padding: 0px 2px 15px 2px;
    text-align: right;
}

div.ContentLinkNoLine
{
    padding: 0px 2px 15px 2px;
    text-align: right;
}

div.ContentLinkNoLine2
{
    padding: 0px 2px 5px 2px;
    text-align: right;
}

a.ContentLink1, a:visited.ContentLink1
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:hover.ContentLink1, a:visited:hover.ContentLink1
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

a.ContentLink2, a:visited.ContentLink2
{
    color: #5A5A5A;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:hover.ContentLink2, a:visited:hover.ContentLink2
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
}

.ContentLink3
{
    color: #7D7D7D;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.MainContent p, .Content p
{
    margin: 0px 0px 20px 0px;
    line-height: 1.25;
}

/* Sidebar Classes */
.SideBarTop
{
    background: #F8F8F8 url('images/sidebar_top_tile.gif') repeat-x;
}

.SideBarLeft
{
    background: #F8F8F8 url('images/sidebar_left_tile.gif') repeat-y;
}

.SideBarRight
{
    background: #F8F8F8 url('images/sidebar_right_tile.gif') repeat-y;
}

.SideBarBottom
{
    background: #F8F8F8 url('images/sidebar_bottom_tile.gif') repeat-x;
}

.SideBarHeader
{
    color: #5A5A5A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
    font-weight: bold;
    padding-bottom:5px;
}

.SideBarHeader1
{
    color: #22689E;
}

.SideBarHeader2
{
    color: #5A5A5A;
}

.SideBarHeader3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #22689E;
    font-weight: bold;
}

.SideBarHeader4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #5A5A5A;
    font-weight: bold;
    padding-bottom: 2px;
}

.SideBarHeader5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #5A5A5A;
    font-weight: bold;
    padding-bottom: 5px;
}

.SideBarContent2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #7D7D7D;
    padding-bottom: 2px;
}

.SideBarContent3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #5A5A5A;
    line-height:1.10;
    padding: 0px 5px 3px 0px;
}

a.SideBarLink, a:visited.SideBarLink
{
    color: #AEAEAE;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a.SideBarLink2, a:visited.SideBarLink2
{
    color: #AEAEAE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

a:hover.SideBarLink, a:visited:hover.SideBarLink
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

a:hover.SideBarLink2, a:visited:hover.SideBarLink2
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: underline;
}

td.SideBarContent
{
    background-color: #F8F8F8;
}

td.SideBarContentLine
{
    background-color: #FFFFFF;
}

.SideBarContentTextLine
{
    background-color: #FFFFFF;
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    text-align: justify;
    line-height: 1.20;
}

.SideBarContentText
{
    background-color: #F8F8F8;
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    text-align: justify;
    line-height: 1.20;
}

.tabbar_blue_left_corner_white
{
    background: #FFFFFF url('images/tabbar_blue_left_corner_white.gif') no-repeat;
    width: 9px;
}

.tabbar_blue_left_corner
{
    background: #FFFFFF url('images/tabbar_blue_left_corner.gif') no-repeat;
    width: 9px;
}

.tabbar_blue_right_corner_white
{
    background: #FFFFFF url('images/tabbar_blue_right_corner_white.gif') no-repeat;
    width: 9px;
}

.tabbar_blue_right_corner
{
    background: #FFFFFF url('images/tabbar_blue_right_corner.gif') no-repeat;
    width: 9px;
}

.tabbar_blue_right_corner_blue
{
    background: #FFFFFF url('images/tabbar_blue_right_corner_blue.gif') no-repeat;
    width: 9px;
}

.tabbar_grey_left_corner_white
{
    background: #FFFFFF url('images/tabbar_grey_left_corner_white.gif') no-repeat;
    width: 9px;
}

.tabbar_grey_left_corner_blue
{
    background: #FFFFFF url('images/tabbar_grey_left_corner_blue.gif') no-repeat;
    width: 9px;
}

.tabbar_grey_right_corner_white
{
    background: #FFFFFF url('images/tabbar_grey_right_corner_white.gif') no-repeat;
    width: 9px;
}

.tabbar_grey_left_corner
{
    background: #FFFFFF url('images/tabbar_grey_left_corner.gif') no-repeat;
    width: 9px;
}

.tabbar_grey_right_corner
{
    background: #FFFFFF url('images/tabbar_grey_right_corner.gif') no-repeat;
    width: 9px;
}

.ContentLeftBorder
{
    background: #FFFFFF url('images/top_left_border_white.gif') repeat-y;
}

.ContentRightBorder
{
    background: #FFFFFF url('images/top_right_border_white.gif') repeat-y;
}

.ContentBottomBorder
{
    background: #FFFFFF url('images/bottom_tile_white.gif') repeat-x;
}

.ContentTopBorder
{
    background: #FFFFFF url('images/top_tile_white.gif') repeat-x;
}

.ContentBottomLeftBorder
{
    background: #FFFFFF url('images/bottom_left_corner_white.gif') no-repeat;
}

.ContentBottomLeftBorderGray
{
    background: #F8F8F8 url('images/bottom_left_corner.gif') no-repeat;
}

.ContentBottomLeftBorderBlue
{
    background: #FFFFFF url('images/bottom_left_corner_blue.gif') no-repeat;
}

.ContentTopLeftBorderBlue
{
    background: #FFFFFF url('images/top_left_corner_blue.gif') no-repeat;
}

.ContentBottomRightBorder
{
    background: #FFFFFF url('images/bottom_right_corner_white.gif') no-repeat;
}

.ContentTopRightBorder
{
    background: #FFFFFF url('images/top_right_corner_white.gif') no-repeat;
}

.ContentTopRightBorderDarkGray
{
    background: #FFFFFF url('images/top_right_corner_gray.gif') no-repeat;
}

.ContentTopRightBorderGray
{
    background: #FFFFFF url('images/top_right_corner.gif') no-repeat;
}

.ContentBottomRightBorderGray
{
    background: #F8F8F8 url('images/bottom_right_corner.gif') no-repeat;
}

.ContentLeftBorderBlue
{
    background: #216399 url('images/quotebg.jpg') repeat-x;
    border-left:solid 1px #B4B4B4;
}

.ContentLeftBorderGray
{
    background: #F8F8F8 url('images/top_left_border.gif') repeat-y;
}

.ContentRightBorderGray
{
    background: #F8F8F8 url('images/top_right_border.gif') repeat-y;
}

.ContentBottomBorderGray
{
    background: #F8F8F8 url('images/bottom_tile.gif') repeat-x;
}

.ContentRightBorderDarkGray
{
    background: #FFFFFF url('images/quotetextbg.jpg') repeat-x;
    border-right:solid 1px #B4B4B4;
    width:17px;
}

.ContentBottomBorderBlue
{
    background: #216399 url('images/bottom_tile_blue.gif') repeat-x;
}

.TabContent
{
    background-color: #FFFFFF;
}

.TabContentGray
{
    background-color: #F8F8F8;
}

/* Tabbar and border styles */
.ContentBlueHeader
{
    background: #FFFFFF url('images/tabbar_blue_tile.gif') repeat-x;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 27px;
    width: 265px;
}

.ContentGreyHeader
{
    background: #FFFFFF url('images/tabbar_grey_tile.gif') repeat-x;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 27px;
    width: 265px;
}

.ContentBlueHeader a, .ContentBlueHeader a:visited, .ContentGreyHeader a, .ContentGreyHeader a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.ContentBlueHeader a:hover, .ContentBlueHeader a:visited:hover, .ContentGreyHeader a:hover, .ContentGreyHeader a:visited:hover
{
    color: #E5E5E5;
    text-decoration: none;
}

/*jQuery Additions*/
/* global styles  --------------------------------*/
#wrapper
{
    width: 850px;
    margin: 0 auto;
}

/* logo  --------------------------------*/
#header
{
    width: 850px;
    height: 100px;
}
h1
{
    float: left;
    width: 315px;
    text-align: center;
    font: bold 2em/1.1em Arial, Helvetica, san-serif;
}

/* banner  --------------------------------*/
#menu
{
    width: 850px;
    height: 100px;
}
/* should be removed - created just to add some spacing from top */

#banner
{
    width: 569px;
    height: 220px;
    margin: 0px auto;
    padding: 15px 15px 16px 267px;
    background: url(images/banner-bg.jpg) left top no-repeat;
}
#banner .slider-cointainer
{
    float: left;
    width: 314px;
    background: url(images/slide-container-bg.png) left top no-repeat;
    padding-top: 16px;
    min-height: 184px;
    margin-right: 35px;
}
#banner .slider-close
{
    float: left;
    width: 314px;
    height: 20px;
    background: url(images/slide-container-bottom.png) center top no-repeat;
}
#banner .prev-slide, #banner .next-slide
{
    float: left;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#banner .prev-slide
{
    margin-right: 9px;
}
#banner .slides
{
    width: 232px;
    float: left;
    margin-right: 12px;
    overflow: hidden;
    height: 184px;
    position: relative;
    z-index: 3;
}
#banner .slides div.holder
{
    position: relative;
    z-index: 1;
}
#banner .slides div.holder div
{
    padding-top: 3px;
    width: 252px;
    background: none !important;
}
#banner .slides div.holder div .title
{
    font: bold 1.5em Arial, Helvetica, sans-serif;
    color: #22689e;
    text-transform: uppercase;
    line-height: 17px;
    padding-right: 20px;
    background: none;
}
#banner .slides div.holder div p
{
    font: 1.2em Arial, Helvetica, sans-serif;
    color: #0c133f;
    padding-top: 10px;
    padding-right: 20px;
    line-height: 1.4em;
}
#banner .slides div.holder div p a
{
    color: #24b0ea;
    font-weight: bold;
}
#banner .slides div.holder div a.schedule-demo
{
    display: block;
    margin-top: 15px;
    padding-bottom: 5px;
    width: 205px;
    color: #ffffff;
    text-align: center;
    background: url(images/schedule-bg.png) left bottom no-repeat;
    font-size: 1.2em;
}
#banner .slides div.holder div a.schedule-demo:hover
{
    text-decoration: none;
}
#banner .slides div.holder div a.schedule-demo span
{
    cursor: pointer;
    height: 5px;
    display: block;
    overflow: hidden;
    background: #eff4f9 url(images/schedule-top.png) left top no-repeat;
}
#banner .products
{
    width: 220px;
    background: url(images/products-bg.png) left top;
    min-height: 184px;
    padding-top: 16px;
    float: right;
}
#banner .products .title
{
    text-align: right;
    padding: 0px 20px;
    font-weight: bold;
    font-size: 1.3em;
    color: #ffffff;
    text-align: right;
}
#banner .products .title span
{
    color: #24b0ea;
}
#banner .products .description
{
    color: #ffffff;
    font-size: 1.1em;
    padding: 10px 15px 0px 25px;
    text-align: left;
}
#banner .products ul.products-list
{
    padding: 25px 17px 5px 18px;
    font-size: 1.2em;
    min-height:113px;
    height:98px;
}
#banner .products ul.products-list li
{
    margin-top: 5px;
}
#banner .products ul.products-list li a
{
    color: #ffffff;
    display: block;
    background: url(images/products-list-bg.png) left top no-repeat;
    padding: 4px 10px 6px 20px;
    font-weight: bold;
}
#banner .products ul.products-list li a:hover, #banner .products ul.products-list li.active a
{
    color: #24b0ea;
    text-decoration: none;
}
#banner .products-close
{
    width: 220px;
    height: 19px;
    background: #bad3f4 url(images/products-bottom.png) left top;
    float: right;
}


/* banner  --------------------------------*/
#banner-inside ul#products-slide
{
    width: 851px;
    height: 100px;
    background: url(images/banner-inside.jpg) left top no-repeat;
    overflow: hidden;
}
ul#products-slide li
{
    width: 851px;
    background: none !important;
}
ul#products-slide li p.quote
{
    font: bold 1.7em/1.15em Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-indent: -0.5em;
    padding: 20px 300px 5px 50px;
}
ul#products-slide li p.quote em
{
    font: normal 1em/1.15em Georgia, serif;
}
ul#products-slide li p.quote-name
{
    color: #7aabcd;
    font: italic 1.3em Arial, Helvetica, sans-serif;
    text-align: right;
    padding: 0 305px 0 50px;
}


/* static banner  --------------------------------*/
ul#products-slide li p.StaticHeader
{
    font: normal 1.7em/1.15em Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 20px 300px 0px 40px;
}
ul#products-slide li p.StaticHeader em
{
    font: normal 1em/1.15em Georgia, serif;
}
ul#products-slide li p.StaticContent
{
    color: #7aabcd;
    font: 1.3em Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 5px 300px 20px 40px;
}


/* clear everything (sometimes needed for IE 6) */
#clearall
{
    width: 100%;
    clear: both;
}

/* footer styles */
#footer
{
    clear: both;
    margin: 20px 0;
    width: 900px;
}
#footer p
{
    text-align: center;
    margin: 10px 0;
    font-size: 1.1em;
}
#footer a
{
    color: #808080;
    padding: 0 5px;
}

/* Contact Page Styles */
td.contacthead
{
    padding-bottom: 5px;
}
td.contact
{
    padding-bottom: 5px;
}

input.contactInput
{
    width: 155px;
}

select.contactInput
{
    width: 160px;
}

/* Industry View Style */
.ContentQuote
{
    margin-top: 9px;
}

td.QuoteLeftBar
{
    min-height: 160px;
    height: 160px;
}

.QuoteLeftBar
{
    background: #216399 url('images/quotebg.jpg') repeat-x;
    color: White;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

div.QuoteLink
{
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 2px 15px 2px;
    text-align: right;
}

.QuoteTextGray
{
    background: #FFFFFF url('images/quotetextbg.jpg') repeat-x;
}

.AbstractText
{
    line-height: 1.25;
}

/* Site Map Styles */
td.SiteMap
{
    padding-top: 1px;
    padding-bottom: 2px;
}

td.SubSiteMap
{
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
}

/* Vertical Bar Text Styles */
.MidBar
{
    font-size: 125%;
    color: #22689E;
}

.MidBarLink
{
    font-size: 100%;
    color: #22689E;
}

.MidBarSide
{
    font-size: 100%;
    color: #22689E;
}

/* Customer Image Styles */
td.CustomerImage
{
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}

td.SuccessImage
{
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}

/* Blue Side Bar Styles */
.SideBarTopBlue
{
    background: #0C133F url('images/sidebar_top_tile_blue.gif') repeat-x;
}

.SideBarLeftBlue
{
    background: #216399 url('images/sidebar_tile_blue.jpg') repeat-x;
    border-left:solid 1px #B4B4B4;
}

.SideBarRightBlue
{
    background: #216399 url('images/sidebar_tile_blue.jpg') repeat-x;
    border-right:solid 1px #B4B4B4;
}

.SideBarBottomBlue
{
    background: #216399 url('images/sidebar_bottom_tile_blue.gif') repeat-x;
}

td.SideBarContentBlue
{
    background: #216399 url('images/sidebar_tile_blue.jpg') repeat-x;
    min-height:170px;
    height:170px;
}

.SideBarHeaderBlue
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

div.SideBarHeaderBlue
{
    width:100%;
    text-align:right;
    padding-bottom: 15px;
}

div.SideBarSubHeaderBlue
{
    width:100%;
    text-align:left;
    padding-top:10px;
    padding-bottom: 15px;
}

div.SideBarContentTextBlue
{
    width:100%;
    padding-bottom:5px;
}

div.SideBarContentLinkBlue
{
    width:100%;
    text-align:right;   
    padding: 10px 0px 5px 0px;
    vertical-align:bottom;
}

.SideBarSubHeaderBlue
{
    font-size: 9pt;
}

.SideBarContentTextBlue
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    text-align: justify;
    line-height: 1.20;
}

a.SideBarLinkBlue, a:visited.SideBarLinkBlue
{
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:hover.SideBarLinkBlue, a:visited:hover.SideBarLinkBlue
{
    color: #1DA3DB;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

.SideBarHeader1Blue
{
    color: #1DA3DB;
}

.SideBarHeader2Blue
{
    color: #FFFFFF;
}

.MidBarSideBlue
{
    font-size: 8pt;
    color: #1DA3DB;
}

/* Home Page Styles */
.BlueQuote
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

a.HomeContentLink1, a:visited.HomeContentLink1
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

a:hover.HomeContentLink1, a:visited:hover.HomeContentLink1
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: underline;
}

.HomeContent
{
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    text-align:justify;
    line-height: 1.20;
}

div.HomeContent
{
    padding: 0px 3px 2px 0px;    
}

div.HomeSubHead
{
    padding: 0px 0px 3px 0px;
}

.HomeAuthor
{
    color: #5A5A5A;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:10pt;
    padding: 0px 0px 3px 0px;     
}


.HomeSubHead
{
    color: #7D7D7D;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:100%;
    font-size:10pt;
}

.HomeSubHeadBlue
{
    color: #22689E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:100%;
    font-size:10pt;
}

.MidBarHome
{
    font-size: 10pt;
    color: #22689E;
}
