

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background: #f6eec9 url(../image-files/background.jpg) repeat;
margin: 0;
padding: 0;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
color: #000;
font-size: medium;
}

h2, h3, h4, h5, h6 {
margin-top: 1em;
}

h1 {
margin-top: 10px;
font-family: 'Times New Roman', Times, serif;
font-weight: 900;
font-size: 275%;
text-align: center;
text-decoration: none;
background: url(../image-files/h1-under.gif) no-repeat center bottom;
padding-bottom: .25em;
}

h2 {
text-align: center;
font-size: 175%;
background: url(../image-files/h2.gif) no-repeat center top;
margin-top: 1.25em;
padding: 1em 0 .25em 0;
}

h3 {
text-decoration: underline;
font-size: 125%;
}

h4 {
font-size: 100%;
}

blockquote {
margin: 1em 60px;
line-height: 1.5;
}

code {
color: #333;
}

.ImageBlock img {
border: 1px solid #000;
}

a img {
border: 0;
}

p {
margin: 1em 0;
}



/* -- General Link Styling -- */

a,
a:visited {
color: #009; 
text-decoration: underline;
}

a:visited {
color: purple;
}

a:hover {
color: #900;
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1000px;
}

#Header {
width: 1000px;
}

#Header .Liner {
padding: 1px 0;
position: relative;
min-height: 158px;
_height: 158px; /* IE6 min-height fix */
}

#ContentWrapper {
float: left;
padding: 0 200px;
}

#ContentColumn {
width: 600px;
}

#NavColumn {
float: left;
width: 200px;
margin-left: -1000px;
}

#NavColumn .Liner {
border-right: 1px solid #000;
}

#ExtraColumn {
float: left;
width: 200px;
margin-left: -200px;
}

#ExtraColumn .Liner {
border-left: 1px solid #000;
}

#Footer {
padding-top: 10px;
clear: both;
width: 1000px;
}

#Footer .Liner {
padding: 15px 0 5px;
}

.Liner {
padding: 1px 10px 10px 10px;
*zoom: 1;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0 auto;
}

#Header .Liner {
background: url(../image-files/header-image.jpg) no-repeat top left;
}

#Footer .Liner {
text-align: center;
font-size: 85%;
background: url(../image-files/footer-background.gif) no-repeat;
}

#NavColumn h4,
#ExtraColumn h4 {
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
margin: 1.3em auto 0 auto;
padding: .3em 0;
background: url(../image-files/nav-line.gif) no-repeat center top;
}

/* -- Nav Headers -- */

#PageWrapper .Navigation h3 { /* Nav Headers rules to prevent sitedesigner h3 inheritance */
font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
font-size: 20px;
font-weight: bold;
font-style: normal;
color: #000;
text-align: left;
background: transparent;
border: 0;
margin: 18.7px 0;
}

.Navigation h3 {
padding: 0;
}

/* -- Nav List -- */

.Navigation ul {
padding: 0 0 8px 0;
margin: -10px 0 0 0;
list-style-type: none;
}

.Navigation li {
border: none;
padding: 0 0 0 15px;
margin-bottom: 5px;
background: url(../image-files/bullet.gif) no-repeat left 9px;
}

/* -- Navigation Link styles -- */

.Navigation a,
.Navigation a:visited {
color: #009;
display: block;
padding: 2px 0;
text-decoration: none;
_zoom: 1;
}

.Navigation a:visited {
color: #636;
}

.Navigation a:hover {
color: #900;
text-decoration: underline;
}

table#PageWrapper .Navigation ul a {
min-width: 164px;
_width: 164px;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link img, .ThumbnailLink img {
border: 1px solid #000;
}

.ThumbnailLink a,
.ThumbnailLink a .Caption,
.ThumbnailLink a:visited,
.ThumbnailLink a:visited .Caption {
text-decoration: none;
color: #009;
}

.ThumbnailLink a:hover,
.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #900;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Georgia, serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
padding: 0 10px;
border-left: 1px solid #000;
}

.ExtraNav ul :first-child {
border-left: 0;
}

.ExtraNav a,
.ExtraNav a:visited {
color: #009;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #636;
}

.ExtraNav a:hover {
color: #900;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 11px;
left: 50%;
margin: 0 0 0 -450px;
position: absolute;
text-align: center;
top: 118px;
width: 900px;
}

#Header .ExtraNav ul {
margin: 0;
}

#Footer .ExtraNav {
padding-top: 1px;
position: relative;
margin: 12px auto;
font-variant: small-caps;
font-size: 90%;
}



/* ------ Section 6 - Boxes ------ */

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-size: 16px;
font-variant: normal;
color: #000000;
}

.CalloutBox {
border: 1px solid #000;
border-left: 5px solid #000;
border-right: 5px solid #000;
margin: 18px 0 24px 0;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 15px 10px;
}

p.CalloutBox {
padding: 15px 10px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 10px 0 10px;
}

div.CalloutBox img {
margin: 5px;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-size: 19px;
font-weight: bold;
font-style: normal;
font-variant: normal;
color: #000000;
text-align: center;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 1px solid #000000;
margin: -5px 0px -5px -21px;
background: none;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-size: 16px;
font-variant: normal;
color: #000000;
}

.ReminderBox {          
width: 258px;
border: 1px solid #000;
margin: 0 0 10px 21px;
padding: 0 10px;
float: right;
}

.ReminderBox > * {
margin: -5px 0 -5px -21px;
padding: 0 0 1.1em 21px;
border-left: 1px solid #000;
}

.ReminderBox :first-child {
padding-top: 1em;
}

.ReminderBox h4 {
text-align: center;
font-size: 120%;
}

.ReminderBox p {
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {	/* use #f6eec9 as the background color of adsense for best blending */
padding: 5px;
border: 0 solid #000;
}

.AdSenseBoxLeft {
margin: 0 10px 10px 0;
padding: 5px 10px 5px 0;
border-right: 1px solid #000;
float: left;
}

.AdSenseBoxRight {
margin: 0 0 10px 10px;
padding: 5px 0 5px 10px;
border-left: 1px solid #000;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 10px auto;
padding: 20px 0;
background: url(../image-files/h2.gif) no-repeat center top;
clear: both;
}

.AdSenseBoxExtraColumn {
margin: 1em 0;
padding: 1em 0;
clear: both;
border: none;
background: url(../image-files/nav-line.gif) no-repeat center top;
}

.ReturnToNavBox {
margin: 1.25em auto 12px auto;
padding: 10px 0;
background: url(../image-files/h2.gif) no-repeat center top;
}

/* -- Blog -- */

.blogItItem {
margin: 18px 0;
border-bottom: 1px solid #ccc;
}

/* -- RSS Box -- */

.RSSbox {
margin: 8px auto 10px auto;
padding: .3em 0 1em 0;
font-weight: bold;
background: url(../image-files/nav-line.gif) no-repeat center top;
margin-top:8px;
margin-bottom:8px;
}

.RSSbox img {
border: 0;
}

.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 -- */

.Ezine {
border:1px solid #666;
background:#fff;
padding:4px;
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;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom: 10px;
}

/* -- floats -- */

hr {
clear: both;
}

#PageWrapper .ImageBlockCenter {
margin: 1em 0;
}

.ItemRight {
float: right;
margin: 2px 0 12px 10px;
padding: 5px 0 5px 10px;
border-left: 1px solid #000;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
padding: 10px 0;
width: 50%;
text-align: center;
clear: both;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

.ItemCenter img {
margin-left: -50%;
margin-right: -50%;
}

.ItemLeft {
float: left;
margin: 2px 10px 12px 0;
padding: 5px 10px 5px 0;
border-right: 1px solid #000;
text-align: center;
}

/* -- 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;
}/***** 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;
}

/***********************************************/
/* Customizations from SiteDesigner start here */
/***********************************************/

body {}

#Footer .Liner p {
}

#Footer .Liner {}

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

#NavColumn {}

#NavColumn .Liner {    background-color: #f6eec9;}

#ExtraColumn .Liner {    background-color: #f6eec9;}
#ExtraColumn {}

#ContentColumn .Liner {    background-color: #f6eec9;}

#ContentColumn {}

#PageWrapper {    margin-top: 9px;    margin-bottom: 9px;    border-color: #000000;    border-style: solid;    border-top-width: 1px;    border-right-width: 1px;    border-bottom-width: 1px;    border-left-width: 1px;    border-top-left-radius: 10px;    border-top-right-radius: 10px;    border-bottom-left-radius: 10px;    border-bottom-right-radius: 10px;    box-shadow: 3px 3px 13px 10px #D9CA96;    overflow:hidden;}

#PageWrapper h1 {}


#PageWrapper h2 {}


#PageWrapper h3 {
}


#PageWrapper h4 {}
.Navigation h3,
#PageWrapper .Navigation h3 {}

.Navigation a,
#PageWrapper .Navigation a {}

.Navigation a:link,
#PageWrapper .Navigation a:link {}

.Navigation a:visited,
#PageWrapper .Navigation a:visited {}

.Navigation a:hover,
#PageWrapper .Navigation a:hover {}
.TOC {}

.Ezine {
    padding: 4px 0;
}

#PageWrapper .RSSbox {}
#PageWrapper .RSSbox .questionMark {}

#PageWrapper .ImageBlock img {}


#ContentColumn ol {}

#ContentColumn ol li {}

#ContentColumn ul {}

#ContentColumn ul li {}

#PageWrapper .CalloutBox p {}
#PageWrapper .CalloutBox {}

#PageWrapper .ReminderBox {    }

#PageWrapper .ReminderBox h4 {}

#PageWrapper .ReminderBox p {}

#ContentColumn a {}

#ContentColumn a:link {}

#ContentColumn a:visited {}

#ContentColumn a:hover {}
/* footer css *//* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    src: url('/support-files/avantgarde-webfont.eot');
    src: url('/support-files/avantgarde-webfont.eot?iefix') format('eot'),
         url('/support-files/avantgarde-webfont.woff') format('woff'),
         url('/support-files/avantgarde-webfont.ttf') format('truetype'),
         url('/support-files/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
}.page_footer_container {
    width: 500px;
    margin: 12px auto;
}

.page_footer_content {
    width: 100%;
    border:2pxsolid#000099;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#000066;}

.page_footer_divider_below {
    margin: 0 auto;width:90%;
        border: 0; 
        border-top:1pxsolid#000066;}

.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: 500px;
    margin: 0 auto;
    text-align: center;	
}/* footer css */

/* 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 {
    max-width: 100%;
}

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

#PageWrapper .ImageBlock {
    overflow: hidden;
}

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

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

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

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

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

#PageWrapper .noalignment {
    float: left;
}

#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;
}

/* 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;
}
/* 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;
}

/* Advanced CSS provided by user */