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

body {
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: OpenSans, Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.5;
color: #666361;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Desyrel, 'Comic Sans MS', 'Marker Felt', sans-serif;
line-height: 1.25;
font-weight: normal;
}

h1 {
font-size: 32px;
color: #ec800d;
margin: 16px 0;
text-align: center;
}

h2 {
font-size: 30px;
color: #67836a;
margin: 20px 0 10px 0;
}

h3 {
font-size: 27px;
color: #6daf28;
margin: 18px 0 9px 0;
}

h4 {
font-size: 24px;
color: #666361;
margin: 8px 0 4px 0;
}

h5,
h6 {
font-size: 21px;
color: #666361;
margin: 8px 0 4px 0;
}

blockquote {
font-size: 15px;
margin: 40px 20px;
padding: 20px;
color: #67836a;
font-style: italic;
border-top: 1px dashed #c7c3b7;
border-bottom: 1px dashed #c7c3b7;
}

code {
color: green;
}

img {
border: 1px solid #d4d4d4;
}

p {
margin: 24px 0;
}

ul {
list-style: none;
padding: 0;
margin: 0 0 40px 0;
}

ul li {
background: url(../image-files/leaf.png) no-repeat 0px 6px;
margin: 0 0 0 20px;
padding: 0 0 0 30px;
}

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 {
font-weight: bold;
text-decoration: underline;
color: #6daf28;
}

a:visited,
a:hover {
color: #67836a;
}

a img {
border: 0;
}

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

#PageWrapper {
width: 980px;
}

#Header {
width: 980px;
}

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

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

#ContentColumn {
width: 750px;
}

#NavColumn {
float: left;
width: 230px;
margin-left: -980px;
}

#ExtraColumn {
display: none;
}

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

#Footer .Liner {
padding: 20px 0 100px 0;
}

#Footer .Liner p {
margin: 0 13px 30px 13px;
padding: 20px;
border-top: 2px dashed #c7c3b7;
}

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

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

body {
background: url(../image-files/page-bg.png) repeat top center;
}

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

#Header .Liner {
background: transparent url(../image-files/header-bg.png) no-repeat top center;
}

#ContentColumn .Liner {
padding: 1px 30px 41px 20px;
}

#NavColumn .Liner {
padding: 1px 0 1px 30px;
}

#Footer {
text-align: center;
}

#Footer .Liner {
background: transparent url(../image-files/footer-bg.png) no-repeat bottom center;
}

#NavColumn {
font-size: 14px;
}

#NavColumn h4 {
font-size: 24px;
color: #6daf28;
line-height: 1.25;
margin-bottom: 8px;
}

#NavColumn p {
margin-bottom: 40px;
}

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

/* -- Nav Headers -- */

#PageWrapper .Navigation h3 { /* Nav Headers rules to prevent sitedesigner h3 inheritance */
font-family: Desyrel, 'Comic Sans MS', 'Marker Felt', sans-serif;
font-size: 24px;
font-weight: normal;
font-style: normal;
line-height: 1.25;
color: #6daf28;
text-align: left;
background: transparent;
border: 0;
margin: 8px 0;
}

/* -- Nav List -- */

.Navigation ul {
margin: 0 0 40px 0;
}

.Navigation li {
margin: 0 0 6px 0;
}

/* -- Navigation Link styles -- */

div#PageWrapper .Navigation a,
.Navigation a,
div#PageWrapper .Navigation a:visited,
.Navigation a:visited {
font-weight: normal;
font-size: 16px;
color: #666361;
display: block;
_zoom: 1;
text-decoration: none;
}

div#PageWrapper .Navigation a:hover,
.Navigation a:hover {
color: #ec800d;
text-decoration: underline;
}

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

/* ------ 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: #67836a;
}

/* -- 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: Desyrel, 'Comic Sans MS', 'Marker Felt', sans-serif;
font-weight: normal;
font-size: 21px;
color: #a8a8a8;
text-decoration: none;
padding: 0 10px;
margin: 10px;
}

.ExtraNav a:hover {
color: #ec800d;
text-decoration: underline;
}

#Header .ExtraNav {
top: 355px;
position: absolute;
width: 100%;
}

#Footer .ExtraNav {
padding: 20px 0;
margin: 0 13px;
border-top: 2px dashed #c7c3b7;
}

#Footer .ExtraNav a,
#Footer .ExtraNav a:visited {
color: #ec800d;
}

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

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

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
font-family: OpenSans, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
margin: 15px;
}

.CalloutBox {
color: #ec800d;
background-color: #fdf2e6;
border: 2px solid #f9d8b4;
margin: 40px 0;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
font-family: Desyrel, 'Comic Sans MS', 'Marker Felt', sans-serif;
font-size: 24px;
font-weight: normal;
font-style: normal;
font-variant: normal;
color: #ec800d;
text-align: center;
border: 0;
margin: 12px;
background: #ffffff;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
font-family: OpenSans, Arial, Helvetica, sans-serif;
font-size: 15px;
font-variant: normal;
color: #ec800d;
margin: 10px 30px 20px 30px;
text-align: center;
}

.ReminderBox {
width: 220px;
float: right;
background-color: #ffffff;
border: 1px solid #e3dfd5;
margin: 0 0 20px 20px;
}

.AdSenseBoxLeft,
.AdSenseBoxRight,
.AdSenseBoxCenter468,
.AdSenseBoxExtraColumn {
padding: 5px;
background-color: #c5e0a9;
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: 2px dotted #c5e0a9;
margin: 0 auto 10px auto;
padding: 5px;
text-align: center;
}

/* -- FBI -- */

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

/* -- Blog -- */

.blogItItem {
margin: 20px 0;
border-bottom: 1px solid #cccccc;
}

/* -- RSS Box -- */

.RSSbox {
text-align: center;
}

.questionMark {
font-family: Desyrel, 'Comic Sans MS', 'Marker Felt', sans-serif;
font-size: 24px;
color: #6daf28;
line-height: 1.25;
margin: 8px 0;
}

.questionMark span {
font-family: Desyrel, 'Comic Sans MS', 'Marker Felt', sans-serif;
font-weight: normal !important;
font-size: 100% !important;
}

.RSSbox ul {
margin-bottom: 20px;
}

.RSSbox li {
background-image: none;
padding-left: 0;
margin: 0 0 5px 0;
}

/* -- Ezine -- */

.Ezine {
color: #558e20;
background-color: #c5e0a9;
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 #ced4d2;
}

.Ezine input:focus[type="text"] {
background-color: #ffffcc;
}

.Ezine input[type="submit"] {
width: 100px;
height: 32px;
font-size: 15px;
font-weight: bold;
color: #666361;
padding: 0;
margin: 5px auto;
}

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

td.EzineLabelAbove {
text-align: center;
font-weight: bold;
font-size: 15px;
}

.EzineDescription {
text-align: center;
}

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

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

.Clear {
clear: both;
}

.Caption {
font-weight: bold;
font-size: 14px;
display: block;
margin-top: 6px !important;
margin-bottom: 12px;
}

.ImageBlock {
text-align: center;
}

.ImageBlock a {
text-decoration: none;
}

.ImageBlock a:hover .Caption {
color: #67836a;
}

/* -- 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 #ContentColumn .Liner {
    padding: 10px 2% 10px;
}

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

html.mobile #Footer .Liner {
    padding: 2%;
    background: transparent;
}

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;
    bottom: 50px;
    left: 0;
}

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

.HorizontalNavBar li {
    background: transparent;
    border: 2px dashed #17181b;
    margin-left: -1px;
}

.HorizontalNavBar li li {
    background: #272b2f;
    border-color: #17181b;
    margin-left: 0;
}

.HorizontalNavBar span.navheader,
.HorizontalNavBar a {
    background: #272b2f;
    color: #fbf6ec;
    font-weight: normal;
}

.HorizontalNavBar span.hover,
.HorizontalNavBar span.navheader:hover,
.HorizontalNavBar a:hover {
    background: #fbf6ec;
    color: #272b2f;
}

.HorizontalNavBar ul ul span.navheader,
.HorizontalNavBar ul ul a {
    background: #fbf6ec;
    color: #272b2f;
}

.HorizontalNavBar ul ul span.hover,
.HorizontalNavBar ul ul span.navheader:hover,
.HorizontalNavBar ul ul a:hover {
    background: #272b2f;
    color: #fbf6ec;
}

.HorizontalNavBar ul ul {
    background: #272b2f;
    width: 180px;
    margin-left: -2px;
}

.HorizontalNavBar ul ul ul {
    left: 180px;
}

.HorizontalNavBar span.navheader ins {
    border-color: #272b2f;
    border-top-color: #17181b;
}

.HorizontalNavBar ul ul span.navheader ins {
    border-color: #fbf6ec;
    border-left-color: #17181b;
}

.HorizontalNavBar span.navheader:hover ins,
.HorizontalNavBar span.hover ins {
    border-color: #fbf6ec;
    border-top-color: #17181b;
}

.HorizontalNavBar ul ul span.navheader:hover ins,
.HorizontalNavBar ul ul span.hover ins {
    border-color: #272b2f;
    border-left-color: #17181b;
}

/* disable hover state on mobile */
html.mobile .HorizontalNavBar a:hover,
html.mobile .HorizontalNavBar span.navheader:hover {
    background: #fbf6ec;
    color: #272b2f;
}

html.mobile .HorizontalNavBar span.navheader:hover ins {
    border-color: #fbf6ec;
    border-top-color: #17181b;
}

html.mobile .HorizontalNavBar ul ul span.navheader:hover ins {
    border-color: #fbf6ec;
    border-left-color: #17181b;
}
/***** 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 */
  /* What's New block live styles - start */

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

#PageWrapper .WhatsNew img {
border: 0;
}

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

#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 #F9D8B4;
margin-top: -1px;
}

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

.WhatsNew-time {
font-size: 75%;
color: #EC800D;
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: #FDF2E6;
}

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

.WhatsNew p,
#NavColumn .WhatsNew p {
margin: 1em 0;
}

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

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

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

/* What's New block live styles - end *//* C2 Invitation / Submission thumbnail live styles - start */

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

/* C2 Invitation / Submission thumbnail live styles - end *//* ImageBlock Caption live styles - start */

a .Caption {
color: inherit;
}

.CaptionLeft {
text-align: left;
}

.CaptionCenter {
text-align: center;
}

.CaptionRight {
text-align: right;
}

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

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

#PageWrapper .ImageBlock .Caption {
max-width: 100%;
box-sizing: border-box;
}

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

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

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

/* ImageBlock Caption live styles - end *//* 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 *//* Responsive AdSense Ads - start */

.AdSenseResponsiveBox {
width: 50%;
}

/* Responsive AdSense Ads - end *//* Ezine2 - start */

.Ezine2 {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #eee;
}

.EzineRow {
    padding: 0.5em 0;
}

.EzineVertical label {
    display: block;
}

.EzineHorizontal .EzineRow,
.EzineHorizontal label {
    display: inline-block;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    vertical-align: middle;
}

.Ezine2 input:focus[type="text"],
.Ezine2 input:focus[type="email"] {
    background-color: #ffffcc;
}

.EzineLeft {
    text-align: left;
}

.EzineCenter {
    text-align: center;
}

.EzineRight {
    text-align: right;
}

/* Ezine2 - end *//* Ezine2 fixes - start */

.EzineRow {
    max-width: 100%;
    box-sizing: border-box;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    max-width: 100%;
    box-sizing: border-box;
}

/* Ezine2 fixes - end *//* HR fix - start */

hr {
    clear: both;
}

/* HR fix - end *//* Socialize It! update - start */

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

    .socializeIt td[rowspan="2"],
    .socializeIt td[rowspan="1"] {
        white-space: normal !important;
    }
}

@media only screen and (max-width: 450px) {
    .socializeIt .socialIcon {
        white-space: normal !important;
        text-align: center;
        display: block !important;
    }
    .socializeIt .socialIcon span {
        display: block !important;
    }
}

/* Socialize It! update - end *//* mobileOnly, desktopOnly - start */

html.mobile .desktopOnly {
    display: none !important;
}

.mobileOnly {
    display: none !important;
}

html.mobile .mobileOnly {
    display: block !important;
}

/* mobileOnly, desktopOnly - end *//* Mobilize It! pinit - start */

html.mobile #NavColumn .pinit > span,
html.mobile #ExtraColumn .pinit > span {
	background-size: 14px 14px;
}

/* Mobilize It! pinit - end */#PageWrapper .formwrapper .formBuilderForm-Throbber {
	border: 0;
}/* BEGIN =Text\Image Block - base */
.text_image_block {
    margin: 0.5em 0 0 0;
}

.text_image_not_floated.text_image_left .ImageBlock img {
    float: left;
}

.text_image_not_floated.text_image_right .ImageBlock img {
    float: right;
}

.text_image_not_floated.text_image_center .ImageBlock {
    text-align: center;
}

#PageWrapper .text_image_floated .ImageBlock {
    margin: 0.3em 0 0 0;
}

#PageWrapper .text_image_floated.text_image_left .ImageBlock {
    float: left;
    margin-right: 10px;
}

#PageWrapper .text_image_floated.text_image_right .ImageBlock {
    float: right;
    margin-left: 10px;
}

.text_image_top_cleared,
.text_image_both_cleared {
    clear: both;
}

.text_image_bottom_cleared p:last-of-type:after,
.text_image_both_cleared p:last-of-type:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}
/* END =Text\Image Block - base */

/* BEGIN =Text\Image Block - MobilizeIt */
html.mobile #PageWrapper .text_image_floated.text_image_left .ImageBlock,
html.mobile #PageWrapper .text_image_floated.text_image_right .ImageBlock {
    float: none;
    margin: 0 0 15px 0;
}

html.mobile div#PageWrapper .text_image_floated .ImageBlock {
    max-width: 100%;
}
/* END =Text\Image Block - MobilizeIt *//* BEGIN =Media Block */
#PageWrapper .MediaBlock {
    margin-top: 15px;
    margin-bottom: 15px;
}

#PageWrapper .MediaBlockLeft {
    float: left;
    margin-right: 15px;
}

#PageWrapper .MediaBlockRight {
    float: right;
    margin-left: 15px;
}

#PageWrapper .MediaBlockCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* END =Media Block */.WhatsNew {
    box-sizing: border-box;
}

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

/* font Desyrel definition */
@font-face {
    font-family: Desyrel;
    src: url('/css_webfonts/desyrel-webfont.eot');
    src: url('/css_webfonts/desyrel-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/desyrel-webfont.woff') format('woff'),
         url('/css_webfonts/desyrel-webfont.ttf') format('truetype'),
         url('/css_webfonts/desyrel-webfont.svg#webfontFxfM0QaE') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/* font OpenSans definition */
@font-face {
    font-family: OpenSans;
    src: url('/css_webfonts/opensans-webfont.eot');
    src: url('/css_webfonts/opensans-webfont.eot?iefix') format('eot'),
         url('/css_webfonts/opensans-webfont.woff') format('woff'),
         url('/css_webfonts/opensans-webfont.ttf') format('truetype'),
         url('/css_webfonts/opensans-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
} 
body, html.mobile body{background-color:#b7b7b7;background-image:none;font-family:OpenSans, Arial, Helvetica, sans-serif;color:#0f1382;
}html.mobile body{
}@media (max-width:768px) {body{
}}@media (max-width:447px) {body{
}}#Footer .Liner p, html.mobile #Footer .Liner p{
}html.mobile #Footer .Liner p{
}@media (max-width:768px) {#Footer .Liner p{
}}@media (max-width:447px) {#Footer .Liner p{
}}#Footer .Liner, html.mobile #Footer .Liner{background-image:url("/sd/image-files/footer-bg.jpg");
}html.mobile #Footer .Liner{
}@media (max-width:768px) {#Footer .Liner{
}}@media (max-width:447px) {#Footer .Liner{
}}#Header .Liner, html.mobile #Header .Liner{background-image:url("/sd/image-files/Slinde-header6.png");
}html.mobile #Header .Liner{
}@media (max-width:768px) {#Header .Liner{
}}@media (max-width:447px) {#Header .Liner{
}}
#Header .Liner {}
html.mobile #Header .Liner {
    min-height: ;
}#Header .Liner, html.mobile #Header .Liner{background-image:url("/sd/image-files/Slinde-header6.png");
}html.mobile #Header .Liner{
}@media (max-width:768px) {#Header .Liner{
}}@media (max-width:447px) {#Header .Liner{
}}
#ExtraColumn .Liner, html.mobile #ExtraColumn .Liner{
}html.mobile #ExtraColumn .Liner{
}@media (max-width:768px) {#ExtraColumn .Liner{
}}@media (max-width:447px) {#ExtraColumn .Liner{
}}#ExtraColumn , html.mobile #ExtraColumn {
}html.mobile #ExtraColumn {
}@media (max-width:768px) {#ExtraColumn {
}}@media (max-width:447px) {#ExtraColumn {
}}#NavColumn .Liner, html.mobile #NavColumn .Liner{
}html.mobile #NavColumn .Liner{
}@media (max-width:768px) {#NavColumn .Liner{
}}@media (max-width:447px) {#NavColumn .Liner{
}}#NavColumn , html.mobile #NavColumn {font-family:"Arial Black", Gadget, sans-serif;color:#0f1382;
}html.mobile #NavColumn {
}@media (max-width:768px) {#NavColumn {
}}@media (max-width:447px) {#NavColumn {
}}#ContentColumn .Liner, html.mobile #ContentColumn .Liner{
}html.mobile #ContentColumn .Liner{
}@media (max-width:768px) {#ContentColumn .Liner{
}}@media (max-width:447px) {#ContentColumn .Liner{
}}#ContentColumn , html.mobile #ContentColumn {font-size:17px;color:#000000;
}html.mobile #ContentColumn {
}@media (max-width:768px) {#ContentColumn {
}}@media (max-width:447px) {#ContentColumn {
}}#ContentColumn p, html.mobile #ContentColumn p{
}html.mobile #ContentColumn p{
}@media (max-width:768px) {#ContentColumn p{
}}@media (max-width:447px) {#ContentColumn p{
}}#PageWrapper, html.mobile #PageWrapper{background-image:url("/sd/image-files/content-bg.jpg");
}html.mobile #PageWrapper{
}@media (max-width:768px) {#PageWrapper{
}}@media (max-width:447px) {#PageWrapper{
}}#PageWrapper h1, html.mobile #PageWrapper h1{font-family:Impact, Charcoal, sans-serif;font-size:49px;color:#0f1382;
}html.mobile #PageWrapper h1{font-size:44px;
}@media (max-width:768px) {#PageWrapper h1{
}}@media (max-width:447px) {#PageWrapper h1{
}}#PageWrapper h2, html.mobile #PageWrapper h2{font-family:Impact, Charcoal, sans-serif;font-size:31px;
}html.mobile #PageWrapper h2{text-align:center;font-size:28px;
}@media (max-width:768px) {#PageWrapper h2{
}}@media (max-width:447px) {#PageWrapper h2{
}}#PageWrapper h3, html.mobile #PageWrapper h3{font-family:Impact, Charcoal, sans-serif;
}html.mobile #PageWrapper h3{text-align:center;font-size:25px;
}@media (max-width:768px) {#PageWrapper h3{
}}@media (max-width:447px) {#PageWrapper h3{
}}#PageWrapper h4, html.mobile #PageWrapper h4{font-family:Impact, Charcoal, sans-serif;font-size:22px;color:#0f1382;
}html.mobile #PageWrapper h4{text-align:center;font-size:20px;
}@media (max-width:768px) {#PageWrapper h4{
}}@media (max-width:447px) {#PageWrapper h4{
}}.Navigation h3, html.mobile .Navigation h3{font-family:Desyrel, "Comic Sans MS", "Marker Felt", sans-serif;color:#0f1382;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{font-family:Desyrel, "Comic Sans MS", "Marker Felt", sans-serif;color:#0f1382;
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}.Navigation a, html.mobile .Navigation a{font-family:OpenSans, Arial, Helvetica, sans-serif;font-family:OpenSans, Arial, Helvetica, sans-serif;
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{font-family:OpenSans, Arial, Helvetica, sans-serif;font-family:OpenSans, Arial, Helvetica, sans-serif;
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{
}}@media (max-width:447px) {#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:#0f1382;
}html.mobile .Navigation a:link{
}@media (max-width:768px) {.Navigation a:link{
}}@media (max-width:447px) {.Navigation a:link{
}}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{color:#0f1382;
}html.mobile #PageWrapper div.Navigation a:link{
}@media (max-width:768px) {#PageWrapper div.Navigation a:link{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:link{
}}.Navigation a:visited, html.mobile .Navigation a:visited{color:#560f82;
}html.mobile .Navigation a:visited{
}@media (max-width:768px) {.Navigation a:visited{
}}@media (max-width:447px) {.Navigation a:visited{
}}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{color:#560f82;
}html.mobile #PageWrapper div.Navigation a:visited{
}@media (max-width:768px) {#PageWrapper div.Navigation a:visited{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:visited{
}}.Navigation a:hover, html.mobile .Navigation a:hover{color:#5e62cc;
}html.mobile .Navigation a:hover{
}@media (max-width:768px) {.Navigation a:hover{
}}@media (max-width:447px) {.Navigation a:hover{
}}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{color:#5e62cc;
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{
}}.TOC, html.mobile .TOC{
}html.mobile .TOC{
}@media (max-width:768px) {.TOC{
}}@media (max-width:447px) {.TOC{
}}.Ezine, html.mobile .Ezine{background-color:#0f1382;color:#ffffff;
}html.mobile .Ezine{
}@media (max-width:768px) {.Ezine{
}}@media (max-width:447px) {.Ezine{
}}

.Ezine {
    padding: 4px 0;
}
.HorizontalNavBar .li1, html.mobile .HorizontalNavBar .li1{border-color:rgb(23, 24, 27);border-style:dashed;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}html.mobile .HorizontalNavBar .li1{
}@media (max-width:768px) {.HorizontalNavBar .li1{
}}@media (max-width:447px) {.HorizontalNavBar .li1{
}}.HorizontalNavBar ul a, html.mobile .HorizontalNavBar ul a{
}html.mobile .HorizontalNavBar ul a{font-size:5px;
}@media (max-width:768px) {.HorizontalNavBar ul a{
}}@media (max-width:447px) {.HorizontalNavBar ul a{
}}.HorizontalNavBar ul a:link, html.mobile .HorizontalNavBar ul a:link{background-color:#0f1382;
}html.mobile .HorizontalNavBar ul a:link{
}@media (max-width:768px) {.HorizontalNavBar ul a:link{
}}@media (max-width:447px) {.HorizontalNavBar ul a:link{
}}.HorizontalNavBar ul a:visited, html.mobile .HorizontalNavBar ul a:visited{background-color:transparent;color:#ffffff;
}html.mobile .HorizontalNavBar ul a:visited{
}@media (max-width:768px) {.HorizontalNavBar ul a:visited{
}}@media (max-width:447px) {.HorizontalNavBar ul a:visited{
}}.HorizontalNavBar ul a:hover, html.mobile .HorizontalNavBar ul a:hover{background-color:#0f1382;color:#c7c3b7;
}html.mobile .HorizontalNavBar ul a:hover{
}@media (max-width:768px) {.HorizontalNavBar ul a:hover{
}}@media (max-width:447px) {.HorizontalNavBar ul a:hover{
}}.HorizontalNavBar ul span.navheader, html.mobile .HorizontalNavBar ul span.navheader{background-color:#0f1382;padding-left:8px;
}html.mobile .HorizontalNavBar ul span.navheader{font-size:5px;
}@media (max-width:768px) {.HorizontalNavBar ul span.navheader{
}}@media (max-width:447px) {.HorizontalNavBar ul span.navheader{
}}.HorizontalNavBar ul span.navheader:hover, html.mobile .HorizontalNavBar ul span.navheader:hover{background-color:#0f1382;color:#c7c3b7;
}html.mobile .HorizontalNavBar ul span.navheader:hover{
}@media (max-width:768px) {.HorizontalNavBar ul span.navheader:hover{
}}@media (max-width:447px) {.HorizontalNavBar ul span.navheader:hover{
}}.HorizontalNavBar ul span.navheader ins, html.mobile .HorizontalNavBar ul span.navheader ins{margin-top:0px;border-width:0px;border-right-color:#0f1382;border-bottom-color:#0f1382;border-left-color:#0f1382;
}html.mobile .HorizontalNavBar ul span.navheader ins{
}@media (max-width:768px) {.HorizontalNavBar ul span.navheader ins{
}}@media (max-width:447px) {.HorizontalNavBar ul span.navheader ins{
}}.HorizontalNavBar ul span.navheader:hover ins, html.mobile .HorizontalNavBar ul span.navheader:hover ins{border-right-color:#0f1382;border-bottom-color:#0f1382;border-left-color:#0f1382;
}html.mobile .HorizontalNavBar ul span.navheader:hover ins{
}@media (max-width:768px) {.HorizontalNavBar ul span.navheader:hover ins{
}}@media (max-width:447px) {.HorizontalNavBar ul span.navheader:hover ins{
}}#Header .HorizontalNavBar, html.mobile #Header .HorizontalNavBar{
}html.mobile #Header .HorizontalNavBar{
}@media (max-width:768px) {#Header .HorizontalNavBar{
}}@media (max-width:447px) {#Header .HorizontalNavBar{
}}#Header .HorizontalNavBar ul.root, html.mobile #Header .HorizontalNavBar ul.root{
}html.mobile #Header .HorizontalNavBar ul.root{
}@media (max-width:768px) {#Header .HorizontalNavBar ul.root{
}}@media (max-width:447px) {#Header .HorizontalNavBar ul.root{
}}.HorizontalNavBar .li1 .li2, html.mobile .HorizontalNavBar .li1 .li2{border-color:rgb(23, 24, 27);border-style:solid;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}html.mobile .HorizontalNavBar .li1 .li2{
}@media (max-width:768px) {.HorizontalNavBar .li1 .li2{
}}@media (max-width:447px) {.HorizontalNavBar .li1 .li2{
}}.HorizontalNavBar ul ul, html.mobile .HorizontalNavBar ul ul{
}html.mobile .HorizontalNavBar ul ul{
}@media (max-width:768px) {.HorizontalNavBar ul ul{
}}@media (max-width:447px) {.HorizontalNavBar ul ul{
}}.HorizontalNavBar ul ul a, html.mobile .HorizontalNavBar ul ul a{font-size:15px;padding-left:8px;padding-right:8px;
}html.mobile .HorizontalNavBar ul ul a{
}@media (max-width:768px) {.HorizontalNavBar ul ul a{
}}@media (max-width:447px) {.HorizontalNavBar ul ul a{
}}.HorizontalNavBar ul ul a:link, html.mobile .HorizontalNavBar ul ul a:link{background-color:#0f1382;color:#ffffff;
}html.mobile .HorizontalNavBar ul ul a:link{
}@media (max-width:768px) {.HorizontalNavBar ul ul a:link{
}}@media (max-width:447px) {.HorizontalNavBar ul ul a:link{
}}.HorizontalNavBar ul ul a:visited, html.mobile .HorizontalNavBar ul ul a:visited{
}html.mobile .HorizontalNavBar ul ul a:visited{
}@media (max-width:768px) {.HorizontalNavBar ul ul a:visited{
}}@media (max-width:447px) {.HorizontalNavBar ul ul a:visited{
}}.HorizontalNavBar ul ul a:hover, html.mobile .HorizontalNavBar ul ul a:hover{background-color:#b7b7b7;color:#000000;
}html.mobile .HorizontalNavBar ul ul a:hover{
}@media (max-width:768px) {.HorizontalNavBar ul ul a:hover{
}}@media (max-width:447px) {.HorizontalNavBar ul ul a:hover{
}}.HorizontalNavBar ul ul span.navheader, html.mobile .HorizontalNavBar ul ul span.navheader{background-color:#0f1382;font-size:15px;color:#ffffff;padding-left:8px;padding-right:8px;
}html.mobile .HorizontalNavBar ul ul span.navheader{
}@media (max-width:768px) {.HorizontalNavBar ul ul span.navheader{
}}@media (max-width:447px) {.HorizontalNavBar ul ul span.navheader{
}}.HorizontalNavBar ul ul span.navheader:hover, html.mobile .HorizontalNavBar ul ul span.navheader:hover{background-color:#b7b7b7;color:#000000;
}html.mobile .HorizontalNavBar ul ul span.navheader:hover{
}@media (max-width:768px) {.HorizontalNavBar ul ul span.navheader:hover{
}}@media (max-width:447px) {.HorizontalNavBar ul ul span.navheader:hover{
}}.HorizontalNavBar ul ul span.navheader ins, html.mobile .HorizontalNavBar ul ul span.navheader ins{margin-top:0px;border-top-color:#0f1382;border-right-color:#0f1382;border-bottom-color:#0f1382;border-left-color:#17181B;
}html.mobile .HorizontalNavBar ul ul span.navheader ins{
}@media (max-width:768px) {.HorizontalNavBar ul ul span.navheader ins{
}}@media (max-width:447px) {.HorizontalNavBar ul ul span.navheader ins{
}}.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile .HorizontalNavBar ul ul span.navheader:hover ins{border-top-color:#b7b7b7;border-right-color:#b7b7b7;border-bottom-color:#b7b7b7;
}html.mobile .HorizontalNavBar ul ul span.navheader:hover ins{
}@media (max-width:768px) {.HorizontalNavBar ul ul span.navheader:hover ins{
}}@media (max-width:447px) {.HorizontalNavBar ul ul span.navheader:hover ins{
}}#PageWrapper .RSSbox, html.mobile #PageWrapper .RSSbox{
}html.mobile #PageWrapper .RSSbox{
}@media (max-width:768px) {#PageWrapper .RSSbox{
}}@media (max-width:447px) {#PageWrapper .RSSbox{
}}#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark{font-family:Impact, Charcoal, sans-serif;color:#0f1382;
}html.mobile #PageWrapper .RSSbox .questionMark{
}@media (max-width:768px) {#PageWrapper .RSSbox .questionMark{
}}@media (max-width:447px) {#PageWrapper .RSSbox .questionMark{
}}#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img{border-color:#D4D4D4;
}html.mobile #PageWrapper .ImageBlock img{
}@media (max-width:768px) {#PageWrapper .ImageBlock img{
}}@media (max-width:447px) {#PageWrapper .ImageBlock img{
}}#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock{
}html.mobile #PageWrapper .ImageBlock{
}@media (max-width:768px) {#PageWrapper .ImageBlock{
}}@media (max-width:447px) {#PageWrapper .ImageBlock{
}}#PageWrapper .ImageBlockRight, html.mobile #PageWrapper .ImageBlockRight{
}html.mobile #PageWrapper .ImageBlockRight{
}@media (max-width:768px) {#PageWrapper .ImageBlockRight{
}}@media (max-width:447px) {#PageWrapper .ImageBlockRight{
}}#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft{
}html.mobile #PageWrapper .ImageBlockLeft{
}@media (max-width:768px) {#PageWrapper .ImageBlockLeft{
}}@media (max-width:447px) {#PageWrapper .ImageBlockLeft{
}}#ContentColumn ol, html.mobile #ContentColumn ol{
}html.mobile #ContentColumn ol{
}@media (max-width:768px) {#ContentColumn ol{
}}@media (max-width:447px) {#ContentColumn ol{
}}#ContentColumn ol li, html.mobile #ContentColumn ol li{
}html.mobile #ContentColumn ol li{
}@media (max-width:768px) {#ContentColumn ol li{
}}@media (max-width:447px) {#ContentColumn ol li{
}}#ContentColumn ul, html.mobile #ContentColumn ul{
}html.mobile #ContentColumn ul{
}@media (max-width:768px) {#ContentColumn ul{
}}@media (max-width:447px) {#ContentColumn ul{
}}#ContentColumn ul li, html.mobile #ContentColumn ul li{background-image:url("/sd/image-files/leaf.png");background-position:0% 50%;background-repeat:no-repeat;
}html.mobile #ContentColumn ul li{
}@media (max-width:768px) {#ContentColumn ul li{
}}@media (max-width:447px) {#ContentColumn ul li{
}}#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p{font-family:OpenSans, Arial, Helvetica, sans-serif;color:#ffffff;
}html.mobile #PageWrapper .CalloutBox p{
}@media (max-width:768px) {#PageWrapper .CalloutBox p{
}}@media (max-width:447px) {#PageWrapper .CalloutBox p{
}}#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox{border-color:#F9D8B4;background-color:#0f1382;
}html.mobile #PageWrapper .CalloutBox{
}@media (max-width:768px) {#PageWrapper .CalloutBox{
}}@media (max-width:447px) {#PageWrapper .CalloutBox{
}}#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox{border-color:#E3DFD5;box-shadow:3px 3px 3px 0 #cccccc;
}html.mobile #PageWrapper .ReminderBox{
}@media (max-width:768px) {#PageWrapper .ReminderBox{
}}@media (max-width:447px) {#PageWrapper .ReminderBox{
}}#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4{font-family:Desyrel, "Comic Sans MS", "Marker Felt", sans-serif;color:#EC800D;
}html.mobile #PageWrapper .ReminderBox h4{
}@media (max-width:768px) {#PageWrapper .ReminderBox h4{
}}@media (max-width:447px) {#PageWrapper .ReminderBox h4{
}}#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p{font-family:OpenSans, Arial, Helvetica, sans-serif;font-weight:bold;
}html.mobile #PageWrapper .ReminderBox p{
}@media (max-width:768px) {#PageWrapper .ReminderBox p{
}}@media (max-width:447px) {#PageWrapper .ReminderBox p{
}}#ContentColumn a, html.mobile #ContentColumn a{
}html.mobile #ContentColumn a{
}@media (max-width:768px) {#ContentColumn a{
}}@media (max-width:447px) {#ContentColumn a{
}}#ContentColumn a:link, html.mobile #ContentColumn a:link{color:#0f1382;
}html.mobile #ContentColumn a:link{
}@media (max-width:768px) {#ContentColumn a:link{
}}@media (max-width:447px) {#ContentColumn a:link{
}}#ContentColumn a:visited, html.mobile #ContentColumn a:visited{color:#560f82;
}html.mobile #ContentColumn a:visited{
}@media (max-width:768px) {#ContentColumn a:visited{
}}@media (max-width:447px) {#ContentColumn a:visited{
}}#ContentColumn a:hover, html.mobile #ContentColumn a:hover{color:#5e62cc;
}html.mobile #ContentColumn a:hover{
}@media (max-width:768px) {#ContentColumn a:hover{
}}@media (max-width:447px) {#ContentColumn a:hover{
}}#ExtraColumn a, html.mobile #ExtraColumn a{
}html.mobile #ExtraColumn a{
}@media (max-width:768px) {#ExtraColumn a{
}}@media (max-width:447px) {#ExtraColumn a{
}}#ExtraColumn a:link, html.mobile #ExtraColumn a:link{
}html.mobile #ExtraColumn a:link{
}@media (max-width:768px) {#ExtraColumn a:link{
}}@media (max-width:447px) {#ExtraColumn a:link{
}}#ExtraColumn a:visited, html.mobile #ExtraColumn a:visited{
}html.mobile #ExtraColumn a:visited{
}@media (max-width:768px) {#ExtraColumn a:visited{
}}@media (max-width:447px) {#ExtraColumn a:visited{
}}#ExtraColumn a:hover, html.mobile #ExtraColumn a:hover{
}html.mobile #ExtraColumn a:hover{
}@media (max-width:768px) {#ExtraColumn a:hover{
}}@media (max-width:447px) {#ExtraColumn a:hover{
}}#Footer a, html.mobile #Footer a{
}html.mobile #Footer a{
}@media (max-width:768px) {#Footer a{
}}@media (max-width:447px) {#Footer a{
}}#Footer a:link, html.mobile #Footer a:link{color:#0f1382;
}html.mobile #Footer a:link{
}@media (max-width:768px) {#Footer a:link{
}}@media (max-width:447px) {#Footer a:link{
}}#Footer a:visited, html.mobile #Footer a:visited{color:#560f82;
}html.mobile #Footer a:visited{
}@media (max-width:768px) {#Footer a:visited{
}}@media (max-width:447px) {#Footer a:visited{
}}#Footer a:hover, html.mobile #Footer a:hover{color:#5e62cc;
}html.mobile #Footer a:hover{
}@media (max-width:768px) {#Footer a:hover{
}}@media (max-width:447px) {#Footer a:hover{
}}#NavColumn a, html.mobile #NavColumn a{
}html.mobile #NavColumn a{
}@media (max-width:768px) {#NavColumn a{
}}@media (max-width:447px) {#NavColumn a{
}}#NavColumn a:link, html.mobile #NavColumn a:link{
}html.mobile #NavColumn a:link{
}@media (max-width:768px) {#NavColumn a:link{
}}@media (max-width:447px) {#NavColumn a:link{
}}#NavColumn a:visited, html.mobile #NavColumn a:visited{
}html.mobile #NavColumn a:visited{
}@media (max-width:768px) {#NavColumn a:visited{
}}@media (max-width:447px) {#NavColumn a:visited{
}}#NavColumn a:hover, html.mobile #NavColumn a:hover{
}html.mobile #NavColumn a:hover{
}@media (max-width:768px) {#NavColumn a:hover{
}}@media (max-width:447px) {#NavColumn a:hover{
}}#PageWrapper .ReminderBox a, html.mobile #PageWrapper .ReminderBox a{
}html.mobile #PageWrapper .ReminderBox a{
}@media (max-width:768px) {#PageWrapper .ReminderBox a{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a{
}}#PageWrapper .ReminderBox a:link, html.mobile #PageWrapper .ReminderBox a:link{
}html.mobile #PageWrapper .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:link{
}}#PageWrapper .ReminderBox a:visited, html.mobile #PageWrapper .ReminderBox a:visited{
}html.mobile #PageWrapper .ReminderBox a:visited{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:visited{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:visited{
}}#PageWrapper .ReminderBox a:hover, html.mobile #PageWrapper .ReminderBox a:hover{
}html.mobile #PageWrapper .ReminderBox a:hover{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:hover{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:hover{
}}#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a{
}html.mobile #PageWrapper .CalloutBox a{
}@media (max-width:768px) {#PageWrapper .CalloutBox a{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a{
}}#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link{
}html.mobile #PageWrapper .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:link{
}}#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited{
}html.mobile #PageWrapper .CalloutBox a:visited{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:visited{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:visited{
}}#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover{
}html.mobile #PageWrapper .CalloutBox a:hover{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:hover{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:hover{
}}#toolbar, html.mobile #toolbar{
}html.mobile #toolbar{
}@media (max-width:768px) {#toolbar{
}}@media (max-width:447px) {#toolbar{
}}/* footer css *//* footer css */
/* Advanced CSS provided by user */#ContentColumn { margin-left:0px; width: 700px;}
#ContentWrapper { float: left; padding: 0 0 0 0px;}
#NavColumn { margin-left:-15px; width:275px;}
h1, h2, h3, h4, h5, #NavColumn h4, #PageWrapper .ReminderBox h4, #PageWrapper .Navigation h3 {color: #0f1382; font-family: Impact, sans-serif;}
#Footer .ExtraNav a {font-family:impact, sans-serif; color: #0f1382; }
.Navigation li{ background-image: url("http://www.sitesell-testing.com/images/leaf.png");}
