
/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ccc; 
margin: 0;
padding: 0;
font-family: Palatino, 'Times New Roman', Tahoma, serif;
color: #000000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
color: #006;
}

h2, h3, h4, h5, h6 {
margin-top: 0;
}

h1 {
margin-top: 0;
font-family: 'Times New Roman', Times, serif;
text-align: center;
font-size: 200%;
font-weight: normal;
color: #006;
}

h2 {
font-family: Georgia, serif;
padding-top: 5px;
font-size: 150%;
}

h3 {
font-family: Georgia, serif;
font-size: 125%;
}

h4 {
font-size: 100%;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Times New Roman', Times, serif;
}

code {
color: #332206;
}

.ImageBlock img {
border: 1px dotted #fff;
}

a img {
border: 0;
}

p {
margin: 1em 0;
}

/* -- General Link Styling -- */

a,
a:visited {
color: #00c; 
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #aaa;
}

a:hover {
color: #777;
}

hr {
border-style:solid;
width: 75%;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1000px;
}

#Header {
width: 1000px;
}

#Header .Liner {
padding: 1px 0;
position: relative;
min-height: 419px;
_height: 419px; /* IE6 min-height fix */
}

#ContentWrapper {
float: left;
padding: 0 215px 0 0;
}

#ContentColumn {
width: 780px;
}

#ContentColumn .Liner {
padding-left: 43px;
padding-right:43px;
}

#NavColumn {
float: left;
width: 220px;
margin-left: -215px;
}

#NavColumn .Liner {
padding-left: 12px;
padding-right: 48px;
}

#ExtraColumn {
display:none;
float: left;
width: 215px;
margin-left: -215px;
}

#ExtraColumn .Liner {
padding-right: 45px;
}

#Footer {
clear: both;
width: 1000px;
}

#Footer .Liner {
padding: 63px 0 1px;
position: relative;
min-height: 20px;
_height: 20px; /* IE6 min-height fix */
}

.Liner {
padding: 10px;
*zoom: 1;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0 auto;
background: url(../image-files/background.jpg) repeat-y top center;
}

#Header .Liner {
background: url(../image-files/header-image.jpg) no-repeat;
}

#Footer .Liner {
background: #cccccc url(../image-files/footer-background.jpg) no-repeat top center;
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 95%;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4,
#ExtraColumn h4 {
font-size: 89%;
color: #000066;
letter-spacing: 1px;
margin-top: 0;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
font-family: Georgia, serif;
}

/* -- Nav Headers -- */

#PageWrapper .Navigation h3 { /* Nav Headers rules to prevent sitedesigner h3 inheritance */
font-family: Georgia, serif;
font-size: 12.9167px;
font-weight: bold;
font-style: normal;
color: #4d6093;
text-align: left;
background: transparent;
border: 0;
border-bottom: 1px dotted #777777;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
color: #7788ce;
font-weight: normal;
display: block;
_zoom: 1;
padding: 3px 0 3px 4px;
text-decoration: none;
}

#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
color: purple;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
color: purple;
}

table#PageWrapper .Navigation ul a {
min-width: 151px;
_width: 151px;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: blue;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Palatino, 'Times New Roman', Georgia;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
margin-left: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: left;
}

.ExtraNav a,
.ExtraNav a:visited {
color: #344d8e;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #555555;
}

.ExtraNav a:hover {
color: #7788dd;
}

#Header .ExtraNav {
font-size: 88%;
letter-spacing: 1px;
position: absolute;
top: 384px;
left: 35px;
width: 930px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
position: absolute;
top: 30px;
left: 35px;
width: 930px;
margin: 0 auto;
}

#Footer .ExtraNav ul {
margin: 0;
}

#Footer .ExtraNav a {
color: #000066;
}

#Footer .ExtraNav a:hover {
color: #777777;
}

/* ------ Section 6 - Boxes ------ */

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
font-family: Palatino, 'Times New Roman', Tahoma, serif;
font-size: 14px;
font-variant: normal;
color: #FFFFF1;
}

.CalloutBox {
background-color: #616265;
width: 85%;
border: 1px dotted #ffffff;
margin: 18px auto 24px auto;
padding: 4px;
color: #fffff1;
}

.CalloutBox img {
margin: 5px;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
font-family: Palatino, 'Times New Roman', Tahoma, serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-variant: normal;
color: #000066;
text-align: center;
border: 0;
margin: 0;
background: #CCCCCC;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
font-family: Palatino, 'Times New Roman', Tahoma, serif;
font-size: 11px;
font-variant: normal;
color: #000066;
}

.ReminderBox {          
background-color: #ffffff;
width: 24%;
border: 1px dotted #eeeeaa;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000066;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #cccccc;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxLeft img {
border: none;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter {
text-align: center;
clear: both;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
float: right;
clear: both;
}

.AdSenseBoxExtraColumn img{
border: none;
}

.ReturnToNavBox {
background-color: transparent;
width: 90%;
border-top: 1px dotted #777777;
border-bottom: 1px dotted #777777;
margin: 15px auto 12px auto;
padding: 4px;
text-align: right;
}

/* -- FBI -- */

.formBarGraphBar {
border: 0;
background-color: #009;
}

/* -- What's New Block -- */

#PageWrapper .WhatsNew h2 { /* SiteDesigner inheritance prevention */
font-family: 'Times New Roman', Times, serif;
font-weight: normal;
font-style: normal;
font-variant: normal;
color: #000066;
border: 0;
background: #CCCCCC;
}

#PageWrapper .WhatsNew h3 { /* SiteDesigner inheritance prevention */
font-family: Georgia, serif;
font-size: 17px;
font-weight: bold;
font-style: normal;
font-variant: normal;
text-align: left;
border: 0;
margin: 0;
padding: 5px 0 0 0;
background: none;
}

.WhatsNew {
border: 1px solid #ccc;
margin: 1em 0;
position: relative;
}

#PageWrapper .WhatsNew img {
border: 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

#PageWrapper .WhatsNew h2 {
margin: 0;
padding: 0.3em 24px 0.3em 4px;
_padding-right: 4px;
background: #ccc;
line-height: 1.2;
font-size: 125%;
text-align: center;
}

#PageWrapper .WhatsNew ol,
#PageWrapper .WhatsNew ul,
#PageWrapper .WhatsNew li {
margin: 0;
padding: 0;
list-style: none;
*zoom: 1;
}

#PageWrapper .WhatsNew ol {
margin: 0 10px;
overflow: hidden;
}

#PageWrapper .WhatsNew ol li {
display: block;
padding-bottom: 1px;
border-top: 1px solid #ccc;
margin-top: -1px;
background-image: none;
}

#PageWrapper .WhatsNew h3 {
font-size: 125%;
line-height: 1.2;
margin-bottom: 0;
}

.WhatsNew-time {
font-size: 75%;
color: #888;
margin-top: 0.5em;
}

.WhatsNew-more {
text-align: right;
margin: 1em 0;
}

.WhatsNew-subscribe {
position: absolute;
z-index: 2;
top: 0;
right: 0;
text-align: right;
_display: none;
}

.WhatsNew-icon {
padding: 4px 4px 2px;
}

#PageWrapper .WhatsNew-subscribe ul {
display: none;
padding: 2px 4px;
background: #ccc;
}

#PageWrapper .WhatsNew-subscribe ul li {
display: block;
background-image: none;
}

#PageWrapper .WhatsNew-subscribe:hover ul {
display: block;
}

#PageWrapper .WhatsNew-subscribe ul img {
display: block;
padding: 2px 0;
}

.mobile #PageWrapper .WhatsNew h2 {
padding-right: 4px;
}

.mobile .WhatsNew-subscribe {
position: static;
}

.mobile .WhatsNew-icon {
display: none;
}

.mobile #PageWrapper .WhatsNew-subscribe ul {
display: block;
text-align: center;
}

.mobile #PageWrapper .WhatsNew-subscribe ul img {
display: inline-block;
}

.WhatsNewLeft {
float: left;
margin-right: 0.5em;
}

.WhatsNewRight {
float: right;
margin-left: 0.5em;
}

.WhatsNewCenter {
margin-left: auto;
margin-right: auto;
}

/* -- Blog -- */

.blogItItem {
margin: 18px 0;
border-bottom: 1px solid #ccc;
}

/* -- RSS Box -- */

.RSSbox {
background-color: transparent;
margin: 8px auto 5px auto;
padding: 2px 2px 2px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
margin-top:8px;
margin-bottom:8px;
}

.RSSbox ul,
.RSSbox ul li {
margin: 0;
padding: 0;
}

.RSSbox ul {
list-style-type: none;
clear: both;
}

.RSSbox ul li {
text-align: center;
}

.RSSbox ul li img {
border: 0;
padding: 1px 0;
}

/* -- Ezine Box -- */

.Ezine {
border: 1px solid #666;
background: #fff;
color: #000;
padding: 0.3em;
margin-top:8px;
margin-bottom:8px;
}

.Ezine table {
width: 100%;
}

.Ezine td {
width: 50%;
text-align: center;
vertical-align: top;
}

.Ezine .EzineInputAbove {
width: 100%;
}

.EzineInput input {
width: 90%;
max-width: 350px;
}

td.EzineLabel {
text-align: right;
font-weight: bold;
}

td.EzineLabelAbove {
text-align: center;
}

.EzineDescription {
text-align: center;
}

.EzineDescription small {
font-size: 90%;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

a .Caption {
color: inherit;
}

.CaptionLeft {
text-align: left;
}

.CaptionCenter {
text-align: center;
}

.CaptionRight {
text-align: right;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

hr {
clear: both;
}

#PageWrapper .ImageBlockCenter {
margin: 1em 0;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {
background: url(../image-files/fleur.gif) left top no-repeat;
padding-left: 30px;
padding-bottom: 15px;
}

/* -- ImageBlock -- */

.grid_block {
    table-layout: fixed;
    border-collapse: collapse;
}

.grid_block td {
    padding: 0;
}

/* overrides design CSS max-width: 100% for imgs */
div#PageWrapper img,
table#PageWrapper img {
    max-width: none;
}

/* none-JavaScript fix for too large images */
#PageWrapper .ImageBlock img,
#PageWrapper .ImageBlock .Caption {
    max-width: 100%;
}

/* IE9 and Chrome (~20) margin fix for block images with margin: auto */
.ImageBlock img {
    margin: 0;
}

#PageWrapper .ImageBlock {
    overflow: hidden;
    max-width: 100%;
}

#PageWrapper .ImageBlockLeft {
    float: left;
    text-align: center;
}

#PageWrapper .ImageBlockLeft img,
#PageWrapper .ImageBlockLeft .Caption {
    margin-right: 5px;
}

#PageWrapper .ImageBlockRight {
    float: right;
    text-align: center;
}

#PageWrapper .ImageBlockRight img,
#PageWrapper .ImageBlockRight .Caption {
    margin-left: 5px;
}

#PageWrapper .ImageBlockCenter {
    text-align: center;
}

#PageWrapper .ImageBlockCenter .Caption {
    margin-left: auto;
    margin-right: auto;
}

#PageWrapper .noalignment {
    float: left;
    max-width: 100%;
}

#PageWrapper .pinit {
    text-align: center;
}

#PageWrapper .FormBlockLeft .formwrapper {
    float: left;
    margin-right: 5px;
}

#PageWrapper .FormBlockRight .formwrapper {
    float: right;
    margin-left: 5px;
}

#PageWrapper .FormBlockCenter .formwrapper {
    margin-left: auto;
    margin-right: auto;
}

/* -- Responsive Grid Block -- */

.responsive-row,
div[class*='responsive_grid_block-'] {
    overflow: hidden;
}

div[class*='responsive_col-'] {
    float: left;
    min-height: 1px;
    box-sizing: border-box;
}

.responsive_grid_block-12 div[class*='responsive_col-'] {
    width: 8.333%;
}

.responsive_grid_block-11 div[class*='responsive_col-'] {
    width: 9.0909%;
}

.responsive_grid_block-10 div[class*='responsive_col-'] {
    width: 10%;
}

.responsive_grid_block-9 div[class*='responsive_col-'] {
    width: 11.111%;
}

.responsive_grid_block-8 div[class*='responsive_col-'] {
    width: 12.5%;
}

.responsive_grid_block-7 div[class*='responsive_col-'] {
    width: 14.285%;
}

.responsive_grid_block-6 div[class*='responsive_col-'] {
    width: 16.666%;
}

.responsive_grid_block-5 div[class*='responsive_col-'] {
    width: 20%;
}

.responsive_grid_block-4 div[class*='responsive_col-'] {
    width: 25%;
}

.responsive_grid_block-3 div[class*='responsive_col-'] {
    width: 33.333%;
}

.responsive_grid_block-2 div[class*='responsive_col-'] {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 16.666%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-10 div[class*='responsive_col-'] {
        width: 20%;
    }

    .responsive_grid_block-10 > .responsive-row > .responsive_col-6 {
        clear: left;
    }

    .responsive_grid_block-9 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-9 > .responsive-row > .responsive_col-4,
    .responsive_grid_block-9 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-8 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: left;
    }

    .responsive_grid_block-4 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-4 > .responsive-row > .responsive_col-3 {
        clear: left;
    }
}

@media only screen and (max-width: 447px) {

    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-5,
    .responsive_grid_block-12 > .responsive-row > .responsive_col-9 {
        clear: left;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: none;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'],
    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-8 > .responsive-row .responsive_col-3,
    .responsive_grid_block-8 > .responsive-row .responsive_col-5,
    .responsive_grid_block-8 > .responsive-row .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-3,
    .responsive_grid_block-6 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: none;
    }

    .responsive_grid_block-11 div[class*='responsive_col-'],
    .responsive_grid_block-10 div[class*='responsive_col-'],
    .responsive_grid_block-7 div[class*='responsive_col-'],
    .responsive_grid_block-5 div[class*='responsive_col-'],
    .responsive_grid_block-4 div[class*='responsive_col-'],
    .responsive_grid_block-3 div[class*='responsive_col-'],
    .responsive_grid_block-2 div[class*='responsive_col-'] {
        width: 100%;
    }
}

/* center Facebook like and comment widgets */
#PageWrapper .fb-like,
#PageWrapper .fb-comments {
    display: block;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* special classname for forms */
#PageWrapper .formbody td {
    padding: 2px;
}

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    max-width: 152px;
}

#NavColumn .formbody img.captcha_img {
    margin-bottom: 10px;
}

/* remove graphical bullets in the C2 Thank you notifications section */
#notificationOptions,
#notificationOptions li {
    list-style-type: none;
}

.socializeIt,
.formbody,
.c2_invitation {
    margin-top: 12px;
    margin-bottom: 12px;
}

.googlePlusOne {
    margin-top: 8px;
    margin-bottom: 8px;
}

.with_images .othervisitors p {
    margin-left:56px;
}

.thumb_container {
    float:left;
    width:50px;
    height:50px;
    overflow:hidden;
    margin-top:3px;
}

.with_images .othervisitors .submission_thumbnail {
    width:100%;
}

.othervisitors {
    clear: both;
}

.othervisitors img {
    border: 0;
}

/* -- TOC -- */

.TOC dt {
font-weight: bold;
}
.TOC dd {
margin-bottom:20px;
}

/* ------ Section 8 - Table Layout Styles ----- */

table#PageWrapper {
border-collapse: collapse;
}

td#Header,
td#Footer,
td#NavColumn,
td#ContentWrapper,
td#ContentColumn,
td#ExtraColumn {
vertical-align: top;
}

td#ContentColumn,
td#ExtraColumn,
td#NavColumn {
float: none;
}

/* ======================================================================= */
/* Mobilize It! CSS */
@media only screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none; /* prevent iOS from scaling text */
    }
}

html.landscape #ContentColumn { /* landscape mode */
    font-size: 125%;
    line-height: 1.3;
}

html.mobile .desktopOnly {
    display: none;
}

.mobileOnly {
    display: none;
}

html.mobile .mobileOnly {
    display: block;
}

html.mobile form > table {
    max-width: 100% !important;
    width: auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile #edit textarea {
    width: 100% !important;
}

html.mobile .InvShelpbox {
    left: 0 !important;
    width: 100% !important;
}

html.mobile #NotifyDiv  input[type="text"],
html.mobile .formbody input[type="text"],
html.mobile .comments input[type="text"],
html.mobile #NotifyDiv  textarea,
html.mobile .formbody textarea,
html.mobile .comments textarea,
html.mobile #NotifyDiv  select,
html.mobile .formbody select,
html.mobile .comments select {
    width: 90% !important;
}

html.mobile #pendingSubmission table {
    width: 100%;
}

html.mobile #PageWrapper img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile iframe {
    max-width: 100%;
}

#toolbar {
    display:none;
}

#toolbar {
    text-align: center;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    padding: 4px 2px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

html.mobile #toolbar {
    display: table;
    padding: 0;
}

html.mobile #toolbarInnerWrapper {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

html.mobile #toolbar button {
    width: 47.5%;
    font-size: 12px;
    padding: 0.3em;
}

html.android2 #toolbar button {
    background: #f7f7f7;
    border: 1px solid #2F4255;
    border-radius: 0.5em;
}

html.fullView #mobileBtn {
    width: 97%;
}

html.mobile #toTopBtn,
html.mobile #navBtn {
    width: 64.1%;
}

html.mobile #fullBtn {
    width: 31.1%;
    margin-right: 4px;
}

html.mobile #fullBtn,
html.mobile #navBtn {
    display: inline-block;
}

#fullBtn,
#navBtn,
#toTopBtn,
html.mobile #mobileBtn {
    display: none;
}

.iosbtnfix {
    height: 1000px;
    overflow: hidden;
}

.phantomHeaderImage {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

html.mobile,
html.mobile body {
    height: 100%;
}

html.mobile #PageWrapper {
    margin-top: 35px;
    text-align: center;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 100%;
    -webkit-overflow-scrolling: touch;
}

html.fullView #PageWrapper {
    margin-top: 65px;
}

html.mobile #Header,
html.mobile #Footer {
    width: 100%;
}

html.mobile #Header .Liner{
    background-size: 100%;
}

html.mobile #ContentWrapper {
    padding: 0;
    float: none;
    width: auto;
}

html.mobile #ContentColumn {
    width: auto;
}

html.mobile #ContentColumn,
html.mobile #NavColumn {
    float: none;
    margin: 0;
}

html.mobile #NavColumn {
    margin-top: 200px;
}

html.mobile #ContentColumn,
html.mobile #Header,
html.mobile #NavColumn {
    text-align: left;
}

html.mobile #NavColumn {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

html.mobile #Footer {
    position: absolute;
    top: 10000px;
    left: 0;
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    html.mobile .socializeIt,
    html.mobile .socializeIt img,
    html.mobile .socializeIt textarea {
        width: 100% !important;
    }

    html.mobile .socializeIt-2 > tbody > tr:first-child > td {
        width: 45%;
    }

    html.mobile .socializeIt-2 > tbody > tr:first-child > td:first-child {
        width: 10%;
    }
}

html.mobile blockquote {
    margin-left: 8%;
    margin-right: 8%;
}

/* hide elements in mobile view */
html.mobile .ExtraNav {
    display: none !important;
}

/* ======================================================================= */
/* design-specific modifications */

html.mobile #PageWrapper {
    background-image: url(../image-files/background-mobile.jpg);
}

html.mobile #ContentColumn .Liner {
    padding-left: 4%;
    padding-right: 4%;
}

html.mobile #NavColumn .Liner {
    padding-top: 20px;
}

html.mobile #NavColumn .Liner {
    padding-left: 30px;
    padding-right: 30px;
}

html.mobile #Footer .Liner {
    padding: 4%;
    background: url(../image-files/footer-background-mobile.jpg) repeat-y;
    background-size: 100%;
}

html.mobile .CalloutBox {
    padding: 1%;
}

/* ======================================================================= */
/* horizontal nav - base */

#PageWrapper div.HorizontalNavBar ul.root {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
}

#PageWrapper div.HorizontalNavBar ul ul {
    display: none;
    position: absolute;
    top: 27px;
    left: 1px;
    z-index: 2;
    margin: 0 0 0 -1px;
    padding: 0;
    *zoom: 1;
    background: #fff;
    width: 150px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 -2px;
    _top: 1px;
}

#PageWrapper div.HorizontalNavBar li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    white-space: nowrap;
    border: 0;
}

#PageWrapper div.HorizontalNavBar li.li1 {
    z-index: 1;
}

#PageWrapper div.HorizontalNavBar li.hover {
    z-index: 2;
}

#PageWrapper div.HorizontalNavBar li li {
    float: none;
    white-space: normal;
    border: 1px solid #fff;
    background: #fff;
    margin-top: -1px;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    _float: left;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    _float: none;
}

#PageWrapper div.HorizontalNavBar span.navheader {
    cursor: default;
    *zoom: 1;
    position: relative;
    padding-left: 18px;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader {
    padding-left: 8px;
    padding-right: 18px;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 2px;
    border: 6px solid #fff;
    border-bottom: 0;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    left: auto;
    top: 50%;
    right: 2px;
    margin-top: -6px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
}

#PageWrapper div.HorizontalNavBar li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li li:hover ul {
    display: block;
}

/* .wide */
#PageWrapper div.HorizontalNavBarWide ul.root {
    width: 100%;
    display: table;
}

#PageWrapper div.HorizontalNavBarWide li {
    display: table-cell;
    float: none;
    text-align: center;
}

#PageWrapper div.HorizontalNavBarWide li li {
    text-align: left;
    display: block;
}

/* alignment */
#PageWrapper div.HorizontalNavBarLeft,
#PageWrapper div.HorizontalNavBarLeft li {
    text-align: left;
}

#PageWrapper div.HorizontalNavBarCenter,
#PageWrapper div.HorizontalNavBarCenter li {
    text-align: center;
}

#PageWrapper div.HorizontalNavBarRight,
#PageWrapper div.HorizontalNavBarRight li {
    text-align: right;
}

#PageWrapper div.HorizontalNavBarCenter li li,
#PageWrapper div.HorizontalNavBarRight li li {
    text-align: left;
}

/* mobile */
html.mobile #PageWrapper div.HorizontalNavBar ul.root > li {
    z-index: 2;
}

html.mobile #PageWrapper div.HorizontalNavBar ul.root > li.hover {
    z-index: 3;
}

/* ======================================================================= */
/* horizontal nav - design */

#Header .Liner {
    position: relative;
}

#Header .HorizontalNavBar {
    width: 100%;
    position: absolute;
    bottom: 21px;
    left: 0;
}

html.mobile #Header .HorizontalNavBar {
    bottom: 5%;
}

#PageWrapper div.HorizontalNavBar ul.root {
    font-size: 12px;
    line-height: 14px;
    padding-left: 43px;
    padding-right: 43px;
}

html.mobile #PageWrapper div.HorizontalNavBar ul.root {
    padding-left: 4.3%;
    padding-right: 4.3%;
}

#PageWrapper div.HorizontalNavBar ul ul {
    top: 23px;
}

#PageWrapper div.HorizontalNavBar li {
    background: transparent;
    border: 1px solid #777;
    margin-left: -1px;
}

#PageWrapper div.HorizontalNavBar li li {
    background: #e1e5e6;
    border-color: #777;
    margin-left: 0;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    background: #e1e5e6;
    color: #7788ce;
    font-weight: normal;
}

#PageWrapper div.HorizontalNavBar a:visited {
    color: #800080;
}

#PageWrapper div.HorizontalNavBar span.hover,
#PageWrapper div.HorizontalNavBar span.navheader:hover,
#PageWrapper div.HorizontalNavBar a:hover {
    background: #cbcdcc;
    color: #800080;
}

#PageWrapper div.HorizontalNavBar ul ul {
    background: #e1e5e6;
    width: 180px;
    margin-left: -2px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    left: 180px;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    border-color: #e1e5e6;
    border-top-color: #777;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    border-color: #e1e5e6;
    border-left-color: #777;
}

#PageWrapper div.HorizontalNavBar span.navheader:hover ins,
#PageWrapper div.HorizontalNavBar span.hover ins {
    border-color: #cbcdcc;
    border-top-color: #777;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins,
#PageWrapper div.HorizontalNavBar ul ul span.hover ins {
    border-color: #cbcdcc;
    border-left-color: #777;
}

/* disable hover state on mobile */
html.mobile #PageWrapper div.HorizontalNavBar a:hover,
html.mobile #PageWrapper div.HorizontalNavBar span.navheader:hover {
    background: #e1e5e6;
    color: #7788ce;
}

html.mobile #PageWrapper div.HorizontalNavBar span.navheader:hover ins {
    border-color: #e1e5e6;
    border-top-color: #777;
}

html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
    border-color: #e1e5e6;
    border-left-color: #777;
}
/***** C2 styles *****/
.c2Form {
    padding:8px;
    border:1px solid #ddd;
}

.InvShelp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffc;
}

.InvShelpT {
    background:#ddd;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin:0px;
    padding:0px;
    text-align:left;
}

a:link.InvShelp {text-decoration:none; color:#000;}

.InvShelpbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffc;
    padding: 2px;
    border: 1px solid #666;
}

.InvSquestions {
    font-weight:bold;
    font-size:14px;
    margin:0;
}

.titleInput {
    width:80%;
    padding-top:4px;
    margin:0;
}

.storyInput {
    width:98%;
    padding-top:4px;
    margin:0;
}

.otherText {
}

.dividerRule {
    border-top:1px solid #ddd;
}

/***** Blog It! styles *****/

.blogItItem .blogItThumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 150px;
}

.blogItItem .blogItReadMore {
    clear: both;
}

  /* additional styles */
  /* Responsive Grid Block  - start */

.responsive-row,
div[class*='responsive_grid_block-'] {
    overflow: hidden;
}

div[class*='responsive_col-'] {
    float: left;
    min-height: 1px;
    box-sizing: border-box;
}

.responsive_grid_block-12 div[class*='responsive_col-'] {
    width: 8.333%;
}

.responsive_grid_block-11 div[class*='responsive_col-'] {
    width: 9.0909%;
}

.responsive_grid_block-10 div[class*='responsive_col-'] {
    width: 10%;
}

.responsive_grid_block-9 div[class*='responsive_col-'] {
    width: 11.111%;
}

.responsive_grid_block-8 div[class*='responsive_col-'] {
    width: 12.5%;
}

.responsive_grid_block-7 div[class*='responsive_col-'] {
    width: 14.285%;
}

.responsive_grid_block-6 div[class*='responsive_col-'] {
    width: 16.666%;
}

.responsive_grid_block-5 div[class*='responsive_col-'] {
    width: 20%;
}

.responsive_grid_block-4 div[class*='responsive_col-'] {
    width: 25%;
}

.responsive_grid_block-3 div[class*='responsive_col-'] {
    width: 33.333%;
}

.responsive_grid_block-2 div[class*='responsive_col-'] {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 16.666%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-10 div[class*='responsive_col-'] {
        width: 20%;
    }

    .responsive_grid_block-10 > .responsive-row > .responsive_col-6 {
        clear: left;
    }

    .responsive_grid_block-9 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-9 > .responsive-row > .responsive_col-4,
    .responsive_grid_block-9 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-8 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: left;
    }

    .responsive_grid_block-4 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-4 > .responsive-row > .responsive_col-3 {
        clear: left;
    }
}

@media only screen and (max-width: 447px) {

    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-5,
    .responsive_grid_block-12 > .responsive-row > .responsive_col-9 {
        clear: left;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: none;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'],
    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-8 > .responsive-row .responsive_col-3,
    .responsive_grid_block-8 > .responsive-row .responsive_col-5,
    .responsive_grid_block-8 > .responsive-row .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-3,
    .responsive_grid_block-6 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: none;
    }

    .responsive_grid_block-11 div[class*='responsive_col-'],
    .responsive_grid_block-10 div[class*='responsive_col-'],
    .responsive_grid_block-7 div[class*='responsive_col-'],
    .responsive_grid_block-5 div[class*='responsive_col-'],
    .responsive_grid_block-4 div[class*='responsive_col-'],
    .responsive_grid_block-3 div[class*='responsive_col-'],
    .responsive_grid_block-2 div[class*='responsive_col-'] {
        width: 100%;
    }
}
/* Responsive Grid Block - end */

/***********************************************/
/* Customizations from SiteDesigner start here */
/***********************************************/
body, html.mobile body{background-color:#f2f2f2;background-image:none;text-align:justify;color:#000000;
}html.mobile body{
}#Footer .Liner p, html.mobile #Footer .Liner p{
}html.mobile #Footer .Liner p{
}#Footer .Liner, html.mobile #Footer .Liner{background-image:none;
}html.mobile #Footer .Liner{
}#Header .Liner, html.mobile #Header .Liner{background-image:url("/sd/image-files/17-mei.png");
}html.mobile #Header .Liner{
}#HeaderWrapper, html.mobile #HeaderWrapper{
}html.mobile #HeaderWrapper{
}
#Header .Liner {            min-height: 214px;}
html.mobile #Header .Liner {}#Header .Liner, html.mobile #Header .Liner{background-image:url("/sd/image-files/17-mei.png");
}html.mobile #Header .Liner{
}
#ExtraColumn .Liner, html.mobile #ExtraColumn .Liner{
}html.mobile #ExtraColumn .Liner{
}#ExtraColumn , html.mobile #ExtraColumn {
}html.mobile #ExtraColumn {
}#NavColumn .Liner, html.mobile #NavColumn .Liner{background-image:none;
}html.mobile #NavColumn .Liner{
}#NavColumn , html.mobile #NavColumn {
}html.mobile #NavColumn {
}#ContentColumn .Liner, html.mobile #ContentColumn .Liner{
}html.mobile #ContentColumn .Liner{
}#ContentColumn , html.mobile #ContentColumn {font-family:Verdana, Geneva, sans-serif;color:#000000;font-variant:normal;
}html.mobile #ContentColumn {
}#ContentColumn p, html.mobile #ContentColumn p{
}html.mobile #ContentColumn p{
}#PageWrapper, html.mobile #PageWrapper{background-color:#ffffff;background-image:none;
}html.mobile #PageWrapper{
}#PageWrapper h1, html.mobile #PageWrapper h1{font-family:Verdana, Geneva, sans-serif;color:#545b63;
}html.mobile #PageWrapper h1{
}#PageWrapper h2, html.mobile #PageWrapper h2{font-family:Verdana, Geneva, sans-serif;color:#545b63;
}html.mobile #PageWrapper h2{
}#PageWrapper h3, html.mobile #PageWrapper h3{font-family:Verdana, Geneva, sans-serif;color:#545b63;font-weight:normal;margin-left:0px;margin-right:0px;
}html.mobile #PageWrapper h3{
}#PageWrapper h4, html.mobile #PageWrapper h4{font-family:Verdana, Geneva, sans-serif;color:#545b63;
}html.mobile #PageWrapper h4{
}.Navigation h3, html.mobile .Navigation h3{border-color:#777777;color:#545b63;font-weight:normal;
}html.mobile .Navigation h3{
}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{border-color:#777777;color:#545b63;font-weight:normal;
}html.mobile #PageWrapper .Navigation h3{
}.Navigation a, html.mobile .Navigation a{
}html.mobile .Navigation a{
}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{
}html.mobile #PageWrapper div.Navigation a{
}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{color:#dead2a;
}html.mobile .Navigation a:link{
}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{color:#dead2a;
}html.mobile #PageWrapper div.Navigation a:link{
}.Navigation a:visited, html.mobile .Navigation a:visited{color:#dead2a;
}html.mobile .Navigation a:visited{
}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{color:#dead2a;
}html.mobile #PageWrapper div.Navigation a:visited{
}.Navigation a:hover, html.mobile .Navigation a:hover{color:#8c8c8c;
}html.mobile .Navigation a:hover{
}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{color:#8c8c8c;
}html.mobile #PageWrapper div.Navigation a:hover{
}.TOC, html.mobile .TOC{text-align:justify;
}html.mobile .TOC{
}.Ezine, html.mobile .Ezine{border-color:#666666;
}html.mobile .Ezine{
}

.Ezine {
    padding: 4px 0;
}
#PageWrapper div.HorizontalNavBar .li1, html.mobile #PageWrapper div.HorizontalNavBar .li1{border-color:#545b63;border-style:solid;border-top-width:1px;border-right-width:0;border-bottom-width:1px;border-left-width:0;
}html.mobile #PageWrapper div.HorizontalNavBar .li1{
}#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a{font-family:Verdana, Geneva, sans-serif;font-size:14px;padding-left:9px;padding-right:9px;padding-top:7px;padding-bottom:7px;
}html.mobile #PageWrapper div.HorizontalNavBar ul a{font-size:15px;padding-left:5px;padding-right:9px;padding-top:5px;padding-bottom:7px;
}#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link{background-color:#545b63;color:#ffffff;
}html.mobile #PageWrapper div.HorizontalNavBar ul a:link{
}#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited{background-color:#545b63;color:#ffffff;
}html.mobile #PageWrapper div.HorizontalNavBar ul a:visited{
}#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover{background-color:#545b63;color:#ffffff;
}html.mobile #PageWrapper div.HorizontalNavBar ul a:hover{
}#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader{background-color:#545b63;font-family:Verdana, Geneva, sans-serif;font-size:14px;color:#ffffff;padding-left:9px;padding-right:9px;padding-top:7px;padding-bottom:7px;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader{font-size:15px;padding-left:5px;padding-right:9px;padding-top:5px;padding-bottom:7px;
}#PageWrapper div.HorizontalNavBar ul span.navheader:hover, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover{background-color:#545b63;color:#ffffff;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins{margin-top:0px;border-width:0px;border-right-color:#545b63;border-bottom-color:#545b63;border-left-color:#545b63;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins{
}#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{border-right-color:#545b63;border-bottom-color:#545b63;border-left-color:#545b63;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{
}#PageWrapper div.HorizontalNavBar, html.mobile #PageWrapper div.HorizontalNavBar{bottom:21px;
}html.mobile #PageWrapper div.HorizontalNavBar{top:57px;bottom:auto;
}#PageWrapper div.HorizontalNavBar ul.root, html.mobile #PageWrapper div.HorizontalNavBar ul.root{
}html.mobile #PageWrapper div.HorizontalNavBar ul.root{
}#PageWrapper div.HorizontalNavBar .li1 .li2, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2{
}html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2{
}#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul{top:28px;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul{top:26px;
}#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a{padding-left:8px;padding-right:8px;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a{
}#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{
}#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{
}#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover{
}#PageWrapper div.HorizontalNavBar ul ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader{padding-left:8px;padding-right:8px;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader{
}#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{margin-top:0px;border-top-color:#545B63;border-right-color:#545B63;border-bottom-color:#545B63;border-left-color:#777777;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{border-top-color:#545b63;border-right-color:#545b63;border-bottom-color:#545b63;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}#PageWrapper .RSSbox, html.mobile #PageWrapper .RSSbox{
}html.mobile #PageWrapper .RSSbox{
}#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark{color:#e69900;font-weight:bold;
}html.mobile #PageWrapper .RSSbox .questionMark{
}#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img{border-style:solid;border-color:#545b63;border-left-width:0;border-top-width:0;border-right-width:0;border-bottom-width:0;
}html.mobile #PageWrapper .ImageBlock img{
}#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock{
}html.mobile #PageWrapper .ImageBlock{
}#PageWrapper .ImageBlockRight, html.mobile #PageWrapper .ImageBlockRight{
}html.mobile #PageWrapper .ImageBlockRight{
}#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft{
}html.mobile #PageWrapper .ImageBlockLeft{
}#ContentColumn ol, html.mobile #ContentColumn ol{list-style-type:decimal;
}html.mobile #ContentColumn ol{
}#ContentColumn ol li, html.mobile #ContentColumn ol li{background-image:none;
}html.mobile #ContentColumn ol li{
}#ContentColumn ul, html.mobile #ContentColumn ul{list-style-type:disc;
}html.mobile #ContentColumn ul{
}#ContentColumn ul li, html.mobile #ContentColumn ul li{background-image:none;line-height:15px;word-spacing:-1px;letter-spacing:0px;padding-left:0px;
}html.mobile #ContentColumn ul li{
}#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p{color:#FFFFF1;
}html.mobile #PageWrapper .CalloutBox p{
}#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox{background-color:#616265;
}html.mobile #PageWrapper .CalloutBox{
}#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox{border-color:#EEEEAA;
}html.mobile #PageWrapper .ReminderBox{
}#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4{background-color:#CCCCCC;color:#000066;
}html.mobile #PageWrapper .ReminderBox h4{
}#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p{
}html.mobile #PageWrapper .ReminderBox p{
}#ContentColumn a, html.mobile #ContentColumn a{font-weight:normal;text-decoration:underline;
}html.mobile #ContentColumn a{
}#ContentColumn a:link, html.mobile #ContentColumn a:link{color:#0e37ed;
}html.mobile #ContentColumn a:link{
}#ContentColumn a:visited, html.mobile #ContentColumn a:visited{color:#0e37ed;
}html.mobile #ContentColumn a:visited{
}#ContentColumn a:hover, html.mobile #ContentColumn a:hover{color:#dead2a;
}html.mobile #ContentColumn a:hover{
}#ExtraColumn a, html.mobile #ExtraColumn a{
}html.mobile #ExtraColumn a{
}#ExtraColumn a:link, html.mobile #ExtraColumn a:link{
}html.mobile #ExtraColumn a:link{
}#ExtraColumn a:visited, html.mobile #ExtraColumn a:visited{
}html.mobile #ExtraColumn a:visited{
}#ExtraColumn a:hover, html.mobile #ExtraColumn a:hover{
}html.mobile #ExtraColumn a:hover{
}#Footer a, html.mobile #Footer a{
}html.mobile #Footer a{
}#Footer a:link, html.mobile #Footer a:link{
}html.mobile #Footer a:link{
}#Footer a:visited, html.mobile #Footer a:visited{
}html.mobile #Footer a:visited{
}#Footer a:hover, html.mobile #Footer a:hover{
}html.mobile #Footer a:hover{
}#NavColumn a, html.mobile #NavColumn a{
}html.mobile #NavColumn a{
}#NavColumn a:link, html.mobile #NavColumn a:link{
}html.mobile #NavColumn a:link{
}#NavColumn a:visited, html.mobile #NavColumn a:visited{
}html.mobile #NavColumn a:visited{
}#NavColumn a:hover, html.mobile #NavColumn a:hover{
}html.mobile #NavColumn a:hover{
}#PageWrapper .ReminderBox a, html.mobile #PageWrapper .ReminderBox a{
}html.mobile #PageWrapper .ReminderBox a{
}#PageWrapper .ReminderBox a:link, html.mobile #PageWrapper .ReminderBox a:link{
}html.mobile #PageWrapper .ReminderBox a:link{
}#PageWrapper .ReminderBox a:visited, html.mobile #PageWrapper .ReminderBox a:visited{
}html.mobile #PageWrapper .ReminderBox a:visited{
}#PageWrapper .ReminderBox a:hover, html.mobile #PageWrapper .ReminderBox a:hover{
}html.mobile #PageWrapper .ReminderBox a:hover{
}#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a{
}html.mobile #PageWrapper .CalloutBox a{
}#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link{
}html.mobile #PageWrapper .CalloutBox a:link{
}#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited{
}html.mobile #PageWrapper .CalloutBox a:visited{
}#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover{
}html.mobile #PageWrapper .CalloutBox a:hover{
}#toolbar, html.mobile #toolbar{
}html.mobile #toolbar{
}hr, html.mobile hr{
}html.mobile hr{
}#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew{
}html.mobile #PageWrapper .WhatsNew{
}#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2{
}html.mobile #PageWrapper .WhatsNew h2{
}#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-time{
}#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-content{
}#PageWrapper .WhatsNew a, html.mobile #PageWrapper .WhatsNew a{
}html.mobile #PageWrapper .WhatsNew a{
}#PageWrapper .responsive-row div[class*="responsive_col-"], html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"]{
}html.mobile #PageWrapper .responsive-row div[class*="responsive_col-"]{
}#PageWrapper .WhatsNew a:link, html.mobile #PageWrapper .WhatsNew a:link{
}html.mobile #PageWrapper .WhatsNew a:link{
}#PageWrapper .WhatsNew a:visited, html.mobile #PageWrapper .WhatsNew a:visited{
}html.mobile #PageWrapper .WhatsNew a:visited{
}#PageWrapper .WhatsNew a:hover, html.mobile #PageWrapper .WhatsNew a:hover{
}html.mobile #PageWrapper .WhatsNew a:hover{
}#PageWrapper .WhatsNew ol li, html.mobile #PageWrapper .WhatsNew ol li{
}html.mobile #PageWrapper .WhatsNew ol li{
}#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3{
}html.mobile #PageWrapper .WhatsNew h3{
}#PageWrapper .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .WhatsNew .WhatsNew-more{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more{
}#PageWrapper .WhatsNew .WhatsNew-more a, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a{
}#PageWrapper .WhatsNew .WhatsNew-more a:link, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:link{
}#PageWrapper .WhatsNew .WhatsNew-more a:visited, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:visited{
}#PageWrapper .WhatsNew .WhatsNew-more a:hover, html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more a:hover{
}#PageWrapper .WhatsNew h2 a, html.mobile #PageWrapper .WhatsNew h2 a{
}html.mobile #PageWrapper .WhatsNew h2 a{
}#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link{
}html.mobile #PageWrapper .WhatsNew h2 a:link{
}#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited{
}html.mobile #PageWrapper .WhatsNew h2 a:visited{
}#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover{
}html.mobile #PageWrapper .WhatsNew h2 a:hover{
}#HeaderWrapper, html.mobile #HeaderWrapper{
}html.mobile #HeaderWrapper{
}#FooterWrapper, html.mobile #FooterWrapper{
}html.mobile #FooterWrapper{
}#PageWrapper .Caption, html.mobile #PageWrapper .Caption{
}html.mobile #PageWrapper .Caption{
}#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span{
}html.mobile #PageWrapper .ImageBlock a:link span{
}#PageWrapper .ImageBlock a:visited span, html.mobile #PageWrapper .ImageBlock a:visited span{
}html.mobile #PageWrapper .ImageBlock a:visited span{
}#PageWrapper .ImageBlock a:hover span, html.mobile #PageWrapper .ImageBlock a:hover span{
}html.mobile #PageWrapper .ImageBlock a:hover span{
}/* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    src: url('/css_webfonts/avantgarde-webfont.eot');
    src: url('/css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('/css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('/css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

.page_footer_content {
    width: 100%;
    text-align:center;background-color:#FFFFFF;}

.page_footer_liner {
    padding: 12px;	
}

.page_footer_divider_above {
    margin: 0 auto;width:100%;
        border: 0; 
        border-top:1pxsolid#000;}

.page_footer_divider_below {
    margin: 0 auto;}

.page_footer_text,
.page_footer_text a {
    font-family:AvantGardeRegular;font-size:12px;color:#000000;text-align:center;padding: 12px 0;
}

.powered_by_sbi_banner{
    width:100%; 
    max-width: 500px;
    margin: 0 auto;
    text-align: center;	
}/* footer css */
/* Advanced CSS provided by user */
.cssmenu {
  background: #545b63;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
.cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.cssmenu ul:after,
.cssmenu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
.cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
.cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
.cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
.cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
.cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
.cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
.cssmenu ul li ul li:hover > a,
.cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
.cssmenu ul li ul li:hover:after,
.cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
.cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
.cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.cssmenu > ul > li {
  float: left;
}
.cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
.cssmenu.align-center > ul {
  text-align: center;
}
.cssmenu.align-center ul ul {
  text-align: left;
}
.cssmenu.align-right > ul {
  float: right;
}