/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: Arimo, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;
color: #747474;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Anton', Impact, 'Arial Black', sans-serif;
line-height: 1.25;
font-weight: normal;
}

h1 {
font-size: 36px;
color: #e36441;
margin: 18px 0;
text-align: center;
}

h2 {
font-size: 32px;
color: #9f4c36;
margin: 16px 0 8px 0;
}

h3 {
font-size: 28px;
color: #858a34;
margin: 14px 0 7px 0;
}

h4 {
font-size: 24px;
color: #747474;
margin: 12px 0 6px 0;
}

h5,
h6 {
font-size: 20px;
color: #747474;
margin: 10px 0 5px 0;
}

blockquote {
font-size: 15px;
margin: 40px 20px;
padding: 20px;
color: #9f4c36;
font-style: italic;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
}

code {
color: #858a34;
}

img {
border: 1px solid #d4d4d4;
}

p {
margin: 12px 0 24px 0;
}

ul {
list-style: none;
padding: 0;
margin: 0 0 40px 0;
}

ul li {
background: url(../image-files/bullet.png) no-repeat 0px 5px;
margin: 0 0 0 20px;
padding: 0 0 0 25px;
}

ol {
list-style-type: decimal;
padding: 0;
margin: 0 0 40px 0;
}

ol li {
padding: 0;
margin: 0 0 0 30px;
}

/* -- General Link Styling -- */

a {
text-decoration: underline;
font-weight: bold;
color: #c5cf3f;
}

a:visited,
a:hover {
color: #ced1a8;
}

a img {
border: 0;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 980px;
}

#Header {
width: 980px;
}

#Header .Liner {
padding: 1px 0;
position: relative;
min-height: 350px;
_height: 350px; /* IE6 min-height fix */
}

#ContentWrapper {
float: left;
padding: 0 0 0 220px;
}

#ContentColumn {
width: 760px;
}

#NavColumn {
float: left;
width: 220px;
margin-left: -980px;
}

#ExtraColumn {
display: none;
}

#Footer {
clear: both;
width: 980px;
}

#Footer .Liner {
padding: 40px 0;
border-top: 2px solid #747474;
}

#Footer .Liner p {
margin: 0 0 20px 0;
padding: 10px 20px;
}

.Liner {
padding: 10px;
*zoom: 1;
}



/* ------ Section 3 - Page Structure Details ------ */

body {
background: url(../image-files/page-bg.jpg) repeat-x top left;
}

#PageWrapper {
margin: 0 auto;
}

#Header .Liner {
background: url(../image-files/header-bg.gif) no-repeat;
}

#ContentColumn .Liner {
padding: 40px 20px 41px 10px;
}

#NavColumn .Liner {
padding: 30px 20px 1px 0;
}

#Footer {
text-align: center;
}

#Footer .Liner {
font-size: 14px;
}

#ExtraColumn .Liner {
padding: 30px 0 1px 20px;
}

#NavColumn {
font-size: 15px;
}

#NavColumn h4 {
font-size: 22px;
color: #858a34;
line-height: 1.25;
margin-bottom: 11px;
}

#NavColumn p {
margin: 0 0 40px 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

/* -- Nav Headers -- */

#PageWrapper .Navigation h3 { /* Nav Headers rules to prevent sitedesigner h3 inheritance */
font-family: 'Anton', Impact, 'Arial Black', sans-serif;
font-size: 22px;
font-weight: normal;
font-style: normal;
line-height: 1.25;
color: #858a34;
text-align: left;
background: transparent;
border: 0;
margin: 11px 0;
}

/* -- Nav List -- */

.Navigation ul {
margin: 0 0 40px 0;
}

.Navigation li {
background: url(../image-files/bullet.png) no-repeat 0px 11px;
padding: 0 0 0 15px;
margin: 0;
}

/* -- Navigation Link styles -- */

.Navigation a,
.Navigation a:visited {
font-family: 'Anton', Impact, 'Arial Black', sans-serif;
font-weight: normal;
font-size: 18px;
color: #747474;
padding: 4px 0 4px 10px;
text-decoration: none;
display: block;
_zoom: 1;
}

.Navigation a:hover {
color: #e36441;
text-decoration: none;
}

table#PageWrapper .Navigation ul a {
min-width: 175px;
_width: 175px;
}



/* ------ 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: #e36441;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

.ExtraNav ul li {
display: inline;
background: none;
padding: 0;
margin: 0;
}

.ExtraNav a,
.ExtraNav a:visited {
font-family: Arimo, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
color: #ffffff;
text-decoration: none;
padding: 0 20px;
margin: 0 15px;
}

.ExtraNav a:hover {
color: #e36441;
}

#Header .ExtraNav {
top: 312px;
position: absolute;
width: 100%;
}

#Footer .ExtraNav {
border-top: 1px dashed #e36441;
border-bottom: 1px dashed #e36441;
padding: 10px 0;
margin-bottom: 40px;
}

#Footer .ExtraNav a,
#Footer .ExtraNav a:visited {
color: #e36441;
}

#Footer .ExtraNav a:hover {
color: #747474;
text-decoration: underline;
}


/* ------ Section 6 - Boxes ------ */

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
font-family: Arimo, Arial, Helvetica, sans-serif;
font-weight: bold;
font-variant: normal;
font-size: 15px;
margin: 15px;
}

.CalloutBox {
color: #e36441;
background: #ffffff url(../image-files/callout-bg.png) repeat-x bottom left;
text-align: center;
border: 1px solid #f4c1b3;
margin: 40px 0;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
font-family: 'Anton', Impact, 'Arial Black', sans-serif;
font-size: 24px;
font-weight: normal;
font-style: normal;
font-variant: normal;
color: #9f4c36;
text-align: center;
border: 0;
margin: 16px;
background: transparent;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
font-family: Arimo, Arial, Helvetica, sans-serif;
font-size: 15px;
font-variant: normal;
color: #747474;
margin: 20px 30px 20px 30px;
text-align: center;
}

.ReminderBox {
width: 220px;
float: right;
background: #ffffff url(../image-files/reminder-bg.png) repeat-x bottom left;
border: 1px solid #d1d1d1;
margin: 10px 0 20px 20px;
}

.AdSenseBoxLeft,
.AdSenseBoxRight,
.AdSenseBoxCenter468,
.AdSenseBoxExtraColumn {
padding: 5px;
background-color: #ced1a8;
border: 0;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.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;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #ffffff;
width: 90%;
border: 1px solid #ced1a8;
margin: 40px auto;
padding: 5px;
text-align: center;
}

.ReturnToNavBox p {
margin: 12px;
}

/* -- FBI -- */

.formBarGraphBar {
border: 0;
background-color: #009;
}

/* -- Blog -- */

.blogItItem {
margin: 20px 0;
border-bottom: 1px solid #cccccc;
}

/* -- RSS Box -- */

.questionMark {
font-family: 'Anton', Impact, 'Arial Black', sans-serif;
font-size: 22px;
font-weight: normal;
text-align: left;
color: #858a34;
line-height: 1.25;
margin: 0 0 11px 0;
}

.questionMark span {
font-family: 'Anton', Impact, 'Arial Black', sans-serif;
font-weight: normal !important;
font-size: 100% !important;
}

.RSSbox {
margin-bottom: 20px;
}

.RSSbox ul {
margin: 0;
}

.RSSbox li {
background-image: none;
padding: 0 0 0 25px;
margin: 0 0 5px 0;
}

/* -- Ezine -- */

.Ezine {
color: #858a34;
background: #ffffff url(../image-files/ezine-bg.png) repeat-x bottom left;
border: 1px solid #c2c499;
padding: 15px 10px;
margin-bottom: 40px;
}

.Ezine table {
width:100%;
}

.Ezine td {
width: 50%;
text-align: center;
vertical-align: top;
}

.Ezine .EzineInputAbove {
width: 100%;
}

.EzineInput input {
width: 85%;
max-width: 350px;
padding:5px;
}

.Ezine input[type="text"] {
border: 1px solid #bec092;
}

.Ezine input:focus[type="text"] {
background-color: #ffffcc;
}

.Ezine input[type="submit"] {
width: 100px;
height: 32px;
font-size: 15px;
font-weight: bold;
color: #747474;
padding: 0;
margin: 5px auto;
}

td.EzineLabel {
font-family: 'Anton', Impact, 'Arial Black', sans-serif;
font-size: 15px;
text-align: right;
vertical-align: middle;
}

td.EzineLabelAbove {
font-family: 'Anton', Impact, 'Arial Black', sans-serif;
font-size: 15px;
text-align: center;
}

.EzineDescription {
text-align: center;
}

.EzineDescription small {
font-size:90%;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-weight: normal;
font-style: italic;
font-size: 14px;
display: block;
margin-top: 6px !important;
margin-bottom: 12px;
}

.ImageBlock {
text-align: center;
}

.ImageBlock a {
text-decoration: none;
color: #747474;
}

.ImageBlock a:hover .Caption {
color: #ced1a8;
text-decoration: none;
}

/* -- floats -- */

#PageWrapper .ImageBlockCenter {
margin: 1em 0;
}

.ItemRight {
float: right;
margin: 0 0 0 20px;
text-align: center;
}

.ItemCenter {
margin: 10px auto 20px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 0 20px 0 0;
}


/* -- ImageBlock -- */

/* 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;
}

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    max-width: 192px;
}

#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;
}

/* -- TOC -- */

.TOC dd {
margin-bottom: 16px;
}

/* ------ Section 8 - Table Layout Styles ----- */

table#PageWrapper {
border-collapse: collapse;
}

td#Header,
td#Footer,
td#NavColumn,
td#ContentWrapper,
td#ContentColumn {
vertical-align: top;
}

td#ContentColumn,
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 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 body {
    background-image: none;
}

html.mobile #Header .Liner {
    background-image: url(../image-files/header-bg-mobile.gif);
}

html.mobile #ContentColumn .Liner {
    padding: 10px 2% 10px;
    background: url(../image-files/content-bg.jpg) no-repeat;
    background-size: 100%;
}

html.mobile #NavColumn .Liner {
    padding-top: 30px;
}

html.mobile #Footer .Liner {
    padding: 2%;
}

html.mobile .CalloutBox {
    padding: 1%;
}

html.mobile .ReminderBox {
    width: 60%;
    max-width: 200px;
}


/* ======================================================================= */
/* horizontal nav - base */

.HorizontalNavBar ul.root {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
}

.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;
}

.HorizontalNavBar ul ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 -2px;
    _top: 1px;
}

.HorizontalNavBar li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    white-space: nowrap;
    border: 0;
}

.HorizontalNavBar li.li1 {
    z-index: 1;
}

.HorizontalNavBar li.hover {
    z-index: 2;
}

.HorizontalNavBar li li {
    float: none;
    white-space: normal;
    border: 1px solid #fff;
    background: #fff;
    margin-top: -1px;
}

.HorizontalNavBar span.navheader,
.HorizontalNavBar a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    _float: left;
}

.HorizontalNavBar ul ul span.navheader,
.HorizontalNavBar ul ul a {
    _float: none;
}

.HorizontalNavBar span.navheader {
    cursor: default;
    *zoom: 1;
    position: relative;
    padding-left: 18px;
}

.HorizontalNavBar ul ul span.navheader {
    padding-left: 8px;
    padding-right: 18px;
}

.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;
}

.HorizontalNavBar ul ul span.navheader ins {
    left: auto;
    top: 50%;
    right: 2px;
    margin-top: -6px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
}

.HorizontalNavBar li.hover ul,
.HorizontalNavBarCSS li:hover ul {
    display: block;
}

.HorizontalNavBar li.hover li ul,
.HorizontalNavBarCSS li:hover li ul {
    display: none;
}

.HorizontalNavBar li li.hover ul,
.HorizontalNavBarCSS li li:hover ul {
    display: block;
}

.HorizontalNavBar li li.hover li ul,
.HorizontalNavBarCSS li li:hover li ul {
    display: none;
}

.HorizontalNavBar li li li.hover ul,
.HorizontalNavBarCSS li li li:hover ul {
    display: block;
}

.HorizontalNavBar li li li.hover li ul,
.HorizontalNavBarCSS li li li:hover li ul {
    display: none;
}

.HorizontalNavBar li li li li.hover ul,
.HorizontalNavBarCSS li li li li:hover ul {
    display: block;
}

/* .wide */
.HorizontalNavBarWide ul.root {
    width: 100%;
    display: table;
}

.HorizontalNavBarWide li {
    display: table-cell;
    float: none;
    text-align: center;
}

.HorizontalNavBarWide li li {
    text-align: left;
    display: block;
}

/* alignment */
.HorizontalNavBarLeft {
    text-align: left;
}

.HorizontalNavBarCenter {
    text-align: center;
}

.HorizontalNavBarRight {
    text-align: right;
}

.HorizontalNavBarCenter li li,
.HorizontalNavBarRight li li {
    text-align: left;
}

/* mobile */
html.mobile .HorizontalNavBar ul.root > li {
    z-index: 2;
}

html.mobile .HorizontalNavBar ul.root > li.hover {
    z-index: 3;
}

/* ======================================================================= */
/* horizontal nav - design */

#Header .HorizontalNavBar {
    width: 100%;
    position: absolute;
    top: 311px;
    left: 0;
}

html.mobile #Header .HorizontalNavBar {
    top: 86.5%;
}

.HorizontalNavBar li {
    background: transparent;
    border: 1px solid #32211a;
    margin-left: -1px;
}

.HorizontalNavBar li li {
    background: #030000;
    border-color: #32211a;
    margin-left: 0;
}

.HorizontalNavBar span.navheader,
.HorizontalNavBar a {
    background: #030000;
    color: #fff;
    font-weight: normal;
}

.HorizontalNavBar span.hover,
.HorizontalNavBar span.navheader:hover,
.HorizontalNavBar a:hover {
    background: #fff;
    color: #030000;
}

.HorizontalNavBar ul ul {
    background: #030000;
    width: 180px;
    margin-left: -2px;
}

.HorizontalNavBar ul ul ul {
    left: 180px;
}

.HorizontalNavBar span.navheader ins {
    border-color: #030000;
    border-top-color: #32211a;
}

.HorizontalNavBar ul ul span.navheader ins {
    border-color: #030000;
    border-left-color: #32211a;
}

.HorizontalNavBar span.navheader:hover ins,
.HorizontalNavBar span.hover ins {
    border-color: #fff;
    border-top-color: #32211a;
}

.HorizontalNavBar ul ul span.navheader:hover ins,
.HorizontalNavBar ul ul span.hover ins {
    border-color: #fff;
    border-left-color: #32211a;
}

/* disable hover state on mobile */
html.mobile .HorizontalNavBar a:hover,
html.mobile .HorizontalNavBar span.navheader:hover {
    background: #030000;
    color: #fff;
}

html.mobile .HorizontalNavBar span.navheader:hover ins {
    border-color: #030000;
    border-top-color: #32211a;
}

html.mobile .HorizontalNavBar ul ul span.navheader:hover ins {
    border-color: #030000;
    border-left-color: #32211a;
}
/***** 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 */
/***********************************************/

/* font Anton definition */
@font-face {
    font-family: Anton;
    src: url('/support-files/anton-webfont.eot');
    src: url('/support-files/anton-webfont.eot?iefix') format('eot'),
         url('/support-files/anton-webfont.woff') format('woff'),
         url('/support-files/anton-webfont.ttf') format('truetype'),
         url('/support-files/anton-webfont.svg#antonregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/* font JansonRegular definition */
@font-face {
    font-family: JansonRegular;
    src: url('/support-files/janson-webfont.eot');
    src: url('/support-files/janson-webfont.eot?iefix') format('eot'),
         url('/support-files/janson-webfont.woff') format('woff'),
         url('/support-files/janson-webfont.ttf') format('truetype'),
         url('/support-files/janson-webfont.svg#webfontwibIrs0S') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/* font Arimo definition */
@font-face {
    font-family: Arimo;
    src: url('/support-files/arimo-webfont.eot');
    src: url('/support-files/arimo-webfont.eot?iefix') format('eot'),
         url('/support-files/arimo-webfont.woff') format('woff'),
         url('/support-files/arimo-webfont.ttf') format('truetype'),
         url('/support-files/arimo-webfont.svg#ArimoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/* font Arimo definition */
@font-face {
    font-family: Arimo;
    src: url('/support-files/arimo-webfont.eot');
    src: url('/support-files/arimo-webfont.eot?iefix') format('eot'),
         url('/support-files/arimo-webfont.woff') format('woff'),
         url('/support-files/arimo-webfont.ttf') format('truetype'),
         url('/support-files/arimo-webfont.svg#ArimoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} 
body, html.mobile body{font-family:Arimo, Arial, Helvetica, sans-serif;font-size:19px;
}html.mobile body{
}#Footer .Liner p, html.mobile #Footer .Liner p{font-size:16px;color:#000000;text-align:center;line-height:0px;
}html.mobile #Footer .Liner p{
}#Footer .Liner, html.mobile #Footer .Liner{border-style:solid;border-color:#7d3911;border-left-width:0;border-top-width:1px;border-right-width:0;border-bottom-width:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;
}html.mobile #Footer .Liner{
}#Header .Liner, html.mobile #Header .Liner{background-image:url("/sd/image-files/header-bg-4.gif");
}html.mobile #Header .Liner{
}
#Header .Liner {    min-height: 296px;
    _height: 296px; /* IE6 min-height fix */}
html.mobile #Header .Liner {
    min-height: ;
}#Header .Liner, html.mobile #Header .Liner{background-image:url("/sd/image-files/header-bg-4.gif");
}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{border-color:#7d3911;border-style:double;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:none;background-position:50% 50%;
}html.mobile #NavColumn .Liner{
}#NavColumn , html.mobile #NavColumn {font-family:Arimo, Arial, Helvetica, sans-serif;color:#000000;letter-spacing:0px;word-spacing:0px;line-height:27.5px;font-variant:normal;
}html.mobile #NavColumn {
}#ContentColumn .Liner, html.mobile #ContentColumn .Liner{border-color:#7d3911;border-style:dotted;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:1px;border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:1px;border-bottom-right-radius:1px;background-position:0% 50%;
overflow:hidden;}html.mobile #ContentColumn .Liner{
}#ContentColumn , html.mobile #ContentColumn {font-family:Verdana, Geneva, sans-serif;font-size:16px;color:#000000;line-height:22px;
}html.mobile #ContentColumn {
}#ContentColumn p, html.mobile #ContentColumn p{text-indent:2px;
}html.mobile #ContentColumn p{
}#PageWrapper, html.mobile #PageWrapper{border-color:#421e09;border-style:none;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;margin-left:auto;margin-right:auto;margin-left:auto;margin-top:36px;margin-bottom:47px;margin-right:auto;padding-left:43px;padding-right:19px;padding-top:13px;background-image:none;box-shadow:-2px -92px 3px 1140px #421E09;
overflow:hidden;}html.mobile #PageWrapper{
}#PageWrapper h1, html.mobile #PageWrapper h1{border-color:#7d3911;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-position:0% 0%;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;font-family:JansonRegular, Georgia1, Georgia, serif;text-align:center;font-size:50px;color:#7d3911;line-height:42.5px;word-spacing:-2px;letter-spacing:1px;font-weight:bold;margin-left:9px;margin-top:0px;margin-bottom:31px;margin-right:4px;padding-left:15px;padding-right:0px;padding-top:0px;padding-bottom:5px;
overflow:hidden;}html.mobile #PageWrapper h1{
}#PageWrapper h2, html.mobile #PageWrapper h2{background-color:transparent;font-family:JansonRegular, Georgia1, Georgia, serif;font-size:31px;color:#7d3911;font-weight:bold;
}html.mobile #PageWrapper h2{
}#PageWrapper h3, html.mobile #PageWrapper h3{background-color:transparent;font-family:JansonRegular, Georgia1, Georgia, serif;color:#7d3911;
}html.mobile #PageWrapper h3{
}#PageWrapper h4, html.mobile #PageWrapper h4{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-family:JansonRegular, Georgia1, Georgia, serif;font-size:17px;color:#7d3911;line-height:24.25px;word-spacing:3px;letter-spacing:0px;margin-left:3px;margin-top:17px;margin-bottom:11px;margin-right:0px;padding-right:3px;padding-top:0px;padding-bottom:0px;
}html.mobile #PageWrapper h4{
}.Navigation h3, html.mobile .Navigation h3{border-color:#7d3911;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background-color:#f0ebe4;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-family:JansonRegular, Georgia1, Georgia, serif;text-align:left;font-size:18px;color:#7d3911;font-weight:bold;margin-left:1px;margin-top:30px;margin-bottom:16px;margin-right:16px;padding-left:14px;padding-right:9px;padding-top:0px;padding-bottom:1px;
overflow:hidden;}html.mobile .Navigation h3{
}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{border-color:#7d3911;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background-color:#f0ebe4;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-family:JansonRegular, Georgia1, Georgia, serif;text-align:left;font-size:18px;color:#7d3911;font-weight:bold;margin-left:1px;margin-top:30px;margin-bottom:16px;margin-right:16px;padding-left:14px;padding-right:9px;padding-top:0px;padding-bottom:1px;
overflow:hidden;}html.mobile #PageWrapper .Navigation h3{
}.Navigation a, html.mobile .Navigation a{text-align:left;font-weight:bold;font-size:14px;font-family:JansonRegular, Georgia1, Georgia, serif;font-variant:normal;font-family:JansonRegular, Georgia1, Georgia, serif;background-image:none;border-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:0;font-variant:normal;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;margin-left:0px;margin-top:3px;margin-right:0px;margin-bottom:4px;padding-left:0px;padding-top:3px;padding-right:13px;padding-bottom:1px;
overflow:hidden;}html.mobile .Navigation a{
}#PageWrapper .Navigation a, html.mobile #PageWrapper .Navigation a{text-align:left;font-weight:bold;font-size:14px;font-family:JansonRegular, Georgia1, Georgia, serif;font-variant:normal;font-family:JansonRegular, Georgia1, Georgia, serif;background-image:none;border-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:0;font-variant:normal;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;margin-left:0px;margin-top:3px;margin-right:0px;margin-bottom:4px;padding-left:0px;padding-top:3px;padding-right:13px;padding-bottom:1px;
overflow:hidden;}html.mobile #PageWrapper .Navigation a{
}.Navigation a,
#PageWrapper .Navigation a {    line-height:24.5px;}
html.mobile .Navigation a,
html.mobile #PageWrapper .Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{color:#7d3911;border-color:#7d3911;
}html.mobile .Navigation a:link{
}#PageWrapper .Navigation a:link, html.mobile #PageWrapper .Navigation a:link{color:#7d3911;border-color:#7d3911;
}html.mobile #PageWrapper .Navigation a:link{
}.Navigation a:visited, html.mobile .Navigation a:visited{background-color:#f0ebe4;color:#942dba;
}html.mobile .Navigation a:visited{
}#PageWrapper .Navigation a:visited, html.mobile #PageWrapper .Navigation a:visited{background-color:#f0ebe4;color:#942dba;
}html.mobile #PageWrapper .Navigation a:visited{
}.Navigation a:hover, html.mobile .Navigation a:hover{background-color:#f0ebe4;color:#ed2f2f;
}html.mobile .Navigation a:hover{
}#PageWrapper .Navigation a:hover, html.mobile #PageWrapper .Navigation a:hover{background-color:#f0ebe4;color:#ed2f2f;
}html.mobile #PageWrapper .Navigation a:hover{
}.TOC, html.mobile .TOC{
}html.mobile .TOC{
}.Ezine, html.mobile .Ezine{border-color:#C2C499;color:#7d3911;
}html.mobile .Ezine{
}

.Ezine {
    padding: 4px 0;
}
.HorizontalNavBar .li1, html.mobile .HorizontalNavBar .li1{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}html.mobile .HorizontalNavBar .li1{
}.HorizontalNavBar ul a, html.mobile .HorizontalNavBar ul a{font-family:Verdana, Geneva, sans-serif;font-size:23px;font-weight:normal;font-style:normal;padding-left:54px;padding-right:11px;padding-top:2px;padding-bottom:4px;
}html.mobile .HorizontalNavBar ul a{
}.HorizontalNavBar ul a:link, html.mobile .HorizontalNavBar ul a:link{
}html.mobile .HorizontalNavBar ul a:link{
}.HorizontalNavBar ul a:visited, html.mobile .HorizontalNavBar ul a:visited{
}html.mobile .HorizontalNavBar ul a:visited{
}.HorizontalNavBar ul a:hover, html.mobile .HorizontalNavBar ul a:hover{
}html.mobile .HorizontalNavBar ul a:hover{
}.HorizontalNavBar ul span.navheader, html.mobile .HorizontalNavBar ul span.navheader{font-family:Verdana, Geneva, sans-serif;font-size:23px;font-weight:normal;font-style:normal;padding-left:22px;padding-right:11px;padding-top:2px;padding-bottom:4px;
}html.mobile .HorizontalNavBar ul span.navheader{
}.HorizontalNavBar ul span.navheader:hover, html.mobile .HorizontalNavBar ul span.navheader:hover{
}html.mobile .HorizontalNavBar ul span.navheader:hover{
}.HorizontalNavBar ul span.navheader ins, html.mobile .HorizontalNavBar ul span.navheader ins{margin-top:-3px;border-width:8px;border-top-color:#000000;
}html.mobile .HorizontalNavBar ul span.navheader ins{
}.HorizontalNavBar ul span.navheader:hover ins, html.mobile .HorizontalNavBar ul span.navheader:hover ins{
}html.mobile .HorizontalNavBar ul span.navheader:hover ins{
}#Header .HorizontalNavBar, html.mobile #Header .HorizontalNavBar{top:auto;bottom:5px;
}html.mobile #Header .HorizontalNavBar{
}#Header .HorizontalNavBar ul.root, html.mobile #Header .HorizontalNavBar ul.root{padding-left:3px;padding-right:1px;
}html.mobile #Header .HorizontalNavBar ul.root{
}.HorizontalNavBar .li1 .li2, html.mobile .HorizontalNavBar .li1 .li2{
}html.mobile .HorizontalNavBar .li1 .li2{
}.HorizontalNavBar ul ul, html.mobile .HorizontalNavBar ul ul{top:23px;
}html.mobile .HorizontalNavBar ul ul{
}.HorizontalNavBar ul ul a, html.mobile .HorizontalNavBar ul ul a{padding-left:8px;padding-right:14px;
}html.mobile .HorizontalNavBar ul ul a{
}.HorizontalNavBar ul ul a:link, html.mobile .HorizontalNavBar ul ul a:link{
}html.mobile .HorizontalNavBar ul ul a:link{
}.HorizontalNavBar ul ul a:visited, html.mobile .HorizontalNavBar ul ul a:visited{
}html.mobile .HorizontalNavBar ul ul a:visited{
}.HorizontalNavBar ul ul a:hover, html.mobile .HorizontalNavBar ul ul a:hover{
}html.mobile .HorizontalNavBar ul ul a:hover{
}.HorizontalNavBar ul ul span.navheader, html.mobile .HorizontalNavBar ul ul span.navheader{padding-left:8px;padding-right:14px;
}html.mobile .HorizontalNavBar ul ul span.navheader{
}.HorizontalNavBar ul ul span.navheader:hover, html.mobile .HorizontalNavBar ul ul span.navheader:hover{
}html.mobile .HorizontalNavBar ul ul span.navheader:hover{
}.HorizontalNavBar ul ul span.navheader ins, html.mobile .HorizontalNavBar ul ul span.navheader ins{margin-top:-4px;
}html.mobile .HorizontalNavBar ul ul span.navheader ins{
}.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile .HorizontalNavBar ul ul span.navheader:hover ins{
}html.mobile .HorizontalNavBar ul ul span.navheader:hover ins{
}#PageWrapper .RSSbox, html.mobile #PageWrapper .RSSbox{border-color:#7d3911;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;background-image:none;margin-left:0;margin-top:0px;margin-bottom:23px;margin-right:0;padding-left:15px;padding-right:0px;padding-top:0px;padding-bottom:1px;
}html.mobile #PageWrapper .RSSbox{
}#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark{font-family:JansonRegular, Georgia1, Georgia, serif;text-align:left;color:#7d3911;font-weight:normal;
}html.mobile #PageWrapper .RSSbox .questionMark{
}#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img{border-style:solid;border-color:#7d3911;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{margin-top:0px;margin-bottom:15px;
}html.mobile #PageWrapper .ImageBlock{
}#PageWrapper .ImageBlockRight, html.mobile #PageWrapper .ImageBlockRight{margin-left:7px;
}html.mobile #PageWrapper .ImageBlockRight{
}#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft{margin-right:0px;
}html.mobile #PageWrapper .ImageBlockLeft{
}#ContentColumn ol, html.mobile #ContentColumn ol{list-style-type:decimal;padding-left:0px;
}html.mobile #ContentColumn ol{
}#ContentColumn ol li, html.mobile #ContentColumn ol li{text-align:left;padding-left:0px;
}html.mobile #ContentColumn ol li{
}#ContentColumn ul, html.mobile #ContentColumn ul{list-style-type:square;padding-left:16px;
}html.mobile #ContentColumn ul{
}#ContentColumn ul li, html.mobile #ContentColumn ul li{background-image:none;background-position:0% 50%;background-repeat:no-repeat;color:#000000;padding-left:0px;
}html.mobile #ContentColumn ul li{
}#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p{font-family:Verdana, Geneva, sans-serif;text-align:left;font-size:16px;color:#000000;font-weight:normal;
}html.mobile #PageWrapper .CalloutBox p{
}#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox{border-color:#7d3911;border-style:dotted;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background-color:transparent;background-repeat:no-repeat;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-left:2px;margin-top:17px;margin-bottom:14px;margin-right:3px;box-shadow:8px 8px 3px 0px #CCCCCC;width:728px;padding-left:0;padding-right:0.9204389574759946%;padding-top:0;padding-bottom:0;
overflow:hidden;}html.mobile #PageWrapper .CalloutBox{
}#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox{border-color:#e36441;border-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;background-color:#e36441;background-position:0% 100%;background-repeat:repeat;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-left:17px;margin-top:10px;margin-bottom:16px;margin-right:0px;box-shadow:8px 8px 8px 0px #A6A6A6;float:right;padding-left:0.9204389574759946%;padding-right:0;padding-top:5.526748971193416%;padding-bottom:11.425240054869684%;
overflow:hidden;}html.mobile #PageWrapper .ReminderBox{
}#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4{border-color:#000000;border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;font-family:JansonRegular, Georgia1, Georgia, serif;color:#9F4C36;margin-left:15px;margin-top:0px;margin-bottom:14px;margin-right:20px;padding-left:0;padding-right:4.181818181818182%;padding-top:0;padding-bottom:0;
}html.mobile #PageWrapper .ReminderBox h4{
}#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p{background-color:transparent;background-image:none;font-family:Arimo, Arial, Helvetica, sans-serif;text-align:center;font-size:16px;color:#000000;line-height:18px;word-spacing:1px;letter-spacing:0px;margin-left:0px;margin-top:8px;margin-bottom:27px;margin-right:19px;padding-left:3%;padding-right:5%;padding-top:0;padding-bottom:0;
}html.mobile #PageWrapper .ReminderBox p{
}#ContentColumn a, html.mobile #ContentColumn a{
}html.mobile #ContentColumn a{
}#ContentColumn a:link, html.mobile #ContentColumn a:link{color:#3f49cf;
}html.mobile #ContentColumn a:link{
}#ContentColumn a:visited, html.mobile #ContentColumn a:visited{color:#a93fcf;
}html.mobile #ContentColumn a:visited{
}#ContentColumn a:hover, html.mobile #ContentColumn a:hover{color:#cf1f1f;text-decoration:underline;
}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{
}#toolbar, html.mobile #toolbar{
}html.mobile #toolbar{
}/* footer css *//* footer css */
/* Advanced CSS provided by user */