body {
    color: #333;
    font-family: Arial, Helvetica, sans-serif, Shanti;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

td { font-size: 14px; }

address {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

aside {
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

form {
    height: auto;
    margin: 0px;
    padding: 10px;
}

#centerContainer {
    height: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
}

#logoArea {
    height: 110px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    width: 1200px;
}

.logoAreaCol1 {
    float: left;
    margin-top: 17px;
    padding: 0px;
}

#logoAreaCol2 {
    float: left;
    height: 65px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 45px;
    padding: 0px;
    text-align: center;
    width: 160px;
}

#logoAreaCol2Mail {
    float: left;
    height: 65px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25px;
    padding: 0px;
    text-align: center;
    width: 160px;
}

#logoAreaCol3 {
    float: left;
    height: 110px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 200px;
}

#logoAreaCol3Login {
    float: left;
    height: 70px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    padding: 0px;
    text-align: center;
    width: 200px;
}

#logoAreaCol3 h1 {
    background-color: #F6F6FF;
    background-image: -moz-linear-gradient(top, #F6F6FF, #9DC3EA);
    background-image: -ms-linear-gradient(top, #F6F6FF, #9DC3EA);
    background-image: -o-linear-gradient(top, #F6F6FF, #9DC3EA);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#F6F6FF), to(#9DC3EA));
    background-image: -webkit-linear-gradient(top, #F6F6FF, #9DC3EA);
    background-image: linear-gradient(top, #F6F6FF, #9DC3EA);
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 42px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
}

#logoAreaCol3 h3 {
    background-color: #F6F6FF;
    background-image: -moz-linear-gradient(top, #F6F6FF, #9DC3EA);
    background-image: -ms-linear-gradient(top, #F6F6FF, #9DC3EA);
    background-image: -o-linear-gradient(top, #F6F6FF, #9DC3EA);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#F6F6FF), to(#9DC3EA));
    background-image: -webkit-linear-gradient(top, #F6F6FF, #9DC3EA);
    background-image: linear-gradient(top, #F6F6FF, #9DC3EA);
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 42px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
}

#logoAreaCol3b {
    float: left;
    height: 70px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    padding: 0px;
    text-align: center;
    width: 10px;
}

#logoAreaCol4 {
    float: left;
    height: 68px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 42px;
    padding: 0px;
    text-align: center;
    width: 200px;
}

#mainLogo { margin-top: 14px; }

#mainmenu { height: 30px; }

#mainmenu ul li { width: 100px; }

#mainmenu a { color: #FFF; }

.buttonNormal {
    background-color: #999999;
    color: #FFF;
    /*
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px #CCC;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    */
    text-decoration: none;
    width: auto;
}

.buttonBig {
    background-color: #999999;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px #CCC;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    padding: 12px 24px;
    text-decoration: none;
    width: auto;
    min-width: 100px;
    line-height: 24px;
}

.buttonNormal:hover,
.buttonHover,
.buttonBig:hover {
    background-color: #efefef;
    border-color: #666666;
    color: #333;
}

#contentArea {
    box-shadow: 0px 6px 10px 2px #999;
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 0px;
    padding: 0px;
    width: 1200px;
}

#contentGeneric {
    background-color: #FFF;
    float: left;
    height: auto;
    margin: 0px;
    padding: 10px;
    width: 1180px;
}

#contentFooter {
    background-color: #545454;
    color: #eee;
    float: left;
    font-size: 0.9em;
    height: auto;
    padding: 10px;
    width: 1180px;
}

.footerColLeft {
    color: #eeeeee;
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px;
    width: 180px;
}

.footerColRight {
    color: #eeeeee;
    float: right;
    height: auto;
    margin: 0px;
    padding: 5px;
    text-align: right;
    width: 350px;
}

.footerColLeft ul {
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
}

a.footerLink, a.footerLink:link, a.footerLink:visited {
    color: #FBFFF0;
    font-size: 1em;
    text-decoration: none;
}

a.footerLink:hover {
    color: #FF0;
    font-size: 1em;
    text-decoration: underline;
}

#homeLeft {
    float: left;
    height: auto;
    margin: 10px;
    width: 916px;
}

#homeRight {
    float: right;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0px;
    width: 230px;
}

#homeBanner {
    background-color: #3A3A3A;
    box-shadow: 2px 2px 2px 1px #CCC;
    float: left;
    height: 400px;
    margin: 0px;
    padding: 0px;
    position: relative;
    visibility: hidden;
    width: 916px;
}

#homeBannerL {
    background-image: url(../Images/banner1.jpg);
    float: left;
    height: 304px;
    margin: 0px;
    padding: 0px;
    width: 458px;
}

#homeBannerRLevel1 {
    background-color: #F9F9FE;
    background-image: -moz-linear-gradient(top, #fefefe, #F9F9FE);
    background-image: -ms-linear-gradient(top, #fefefe, #F9F9FE);
    background-image: -o-linear-gradient(top, #fefefe, #F9F9FE);
    background-image: -webkit-gradient(linear, top left, bottom left, from(#fefefe), to(#F9F9FE));
    background-image: -webkit-linear-gradient(top, #fefefe, #F9F9FE);
    background-image: linear-gradient(top, #fefefe, #F9F9FE);
    float: left;
    height: 304px;
    width: 458px;
}

#homeBannerRLevel2 {
    color: #0050AB;
    float: left;
    font-size: 1.1em;
    height: 304px;
    opacity: 1.0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 458px;
}

#bannerMoon1 {
    height: 165px;
    left: 94px;
    position: absolute;
    top: 230px;
    width: 152px;
}

.bannerMoon1Off {
    background-image: url(../Images/moon1.png);
    background-repeat: no-repeat;
}

.bannerMoon1On {
    background-image: url(../Images/moon1On.png);
    background-repeat: no-repeat;
}

#bannerMoon2 {
    height: 165px;
    left: 246px;
    position: absolute;
    top: 230px;
    width: 152px;
}

.bannerMoon2Off {
    background-image: url(../Images/moon2.png);
    background-repeat: no-repeat;
}

.bannerMoon2On {
    background-image: url(../Images/moon2On.png);
    background-repeat: no-repeat;
}

#bannerMoon3 {
    height: 165px;
    left: 398px;
    position: absolute;
    top: 230px;
    width: 152px;
}

.bannerMoon3Off {
    background-image: url(../Images/moon3.png);
    background-repeat: no-repeat;
}

.bannerMoon3On {
    background-image: url(../Images/moon3On.png);
    background-repeat: no-repeat;
}

#bannerMoon4 {
    height: 165px;
    left: 550px;
    position: absolute;
    top: 230px;
    width: 167px;
}

.bannerMoon4Off {
    background-image: url(../Images/moon1.png);
    background-repeat: no-repeat;
}

.bannerMoon4On {
    background-image: url(../Images/moon1On.png);
    background-repeat: no-repeat;
}

#bannerMoon5 {
    height: 165px;
    left: 702px;
    position: absolute;
    top: 230px;
    width: 167px;
}

.bannerMoon5Off {
    background-image: url(../Images/moon4.png);
    background-repeat: no-repeat;
}

.bannerMoon5On {
    background-image: url(../Images/moon4On.png);
    background-repeat: no-repeat;
}

h2.moonTextOff {
    color: #0050AB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
    margin-left: 18px;
    margin-top: 57px;
    text-decoration: none;
    text-shadow: 2px 2px 2px #eeeeee;
}

h2.moonTextOn {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
    margin-left: 18px;
    margin-top: 57px;
    text-decoration: none;
}

.bannerTextOn {
    color: #FFFFFF;
    height: 304px;
    left: 10px;
    opacity: 1.0;
    position: absolute;
    top: 10px;
    width: 440px;
}

h4.inBanner {
    color: #444444;
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    padding: 0px;
    text-decoration: none;
}

.bannerTextOff {
    height: 304px;
    left: -460px;
    opacity: 0.0;
    position: absolute;
    top: 10px;
    width: 440px;
}

.homeColWide {
    float: left;
    height: 230px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    padding: 5px;
    width: 420px;
}

.homeColWideR {
    float: right;
    height: 230px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    padding: 5px;
    width: 420px;
}

div.homeColWide h1 {
    color: #1167CA;
    font-size: 2em;
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    padding: 0px;
}

div.homeColWideR h1 {
    color: #1167CA;
    font-size: 2em;
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    padding: 0px;
}

div.homeColWideR h2 {
    color: #1167CA;
    font-size: 2em;
    font-style: italic;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    padding: 0px;
}

.homeColNarrow {
    float: left;
    height: 70px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 75px;
    padding: 5px;
    text-align: center;
    width: 200px;
}

.homeColNarrowACA {
    float: left;
    height: 70px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 30px;
    padding: 5px;
    text-align: center;
    width: 200px;
}

.asideBox {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 2px #CCC;
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 230px;
}

div.asideBox p {
    float: left;
    font-size: .9em;
    margin: 0px;
    padding: 8px;
}

div.asideBox h1 {
    background-color: #545454;
    background-image: -moz-linear-gradient(top, #cfcfcf, #545454);
    background-image: -ms-linear-gradient(top, #cfcfcf, #545454);
    background-image: -o-linear-gradient(top, #cfcfcf, #545454);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#cfcfcf), to(#545454));
    background-image: -webkit-linear-gradient(top, #cfcfcf, #545454);
    background-image: linear-gradient(top, #cfcfcf, #545454);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 7px;
    text-decoration: none;
    width: 214px;
}

div.asideBox h2 {
    background-color: #545454;
    background-image: -moz-linear-gradient(top, #cfcfcf, #545454);
    background-image: -ms-linear-gradient(top, #cfcfcf, #545454);
    background-image: -o-linear-gradient(top, #cfcfcf, #545454);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#cfcfcf), to(#545454));
    background-image: -webkit-linear-gradient(top, #cfcfcf, #545454);
    background-image: linear-gradient(top, #cfcfcf, #545454);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 7px;
    text-decoration: none;
    width: 214px;
}

div.asideBox h3 {
    background-color: #545454;
    background-image: -moz-linear-gradient(top, #cfcfcf, #545454);
    background-image: -ms-linear-gradient(top, #cfcfcf, #545454);
    background-image: -o-linear-gradient(top, #cfcfcf, #545454);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#cfcfcf), to(#545454));
    background-image: -webkit-linear-gradient(top, #cfcfcf, #545454);
    background-image: linear-gradient(top, #cfcfcf, #545454);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 7px;
    text-decoration: none;
    width: 230px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div.asideBox h4 {
    background-color: #ea271c;
    background-image: -moz-linear-gradient(top, #9c0f07, #ea271c);
    background-image: -ms-linear-gradient(top, #9c0f07, #ea271c);
    background-image: -o-linear-gradient(top, #9c0f07, #ea271c);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#9c0f07), to(#ea271c));
    background-image: -webkit-linear-gradient(top, #9c0f07, #ea271c);
    background-image: linear-gradient(top, #9c0f07, #ea271c);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 7px;
    text-decoration: none;
    width: 230px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.asideBoxMail {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 5px;
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 230px;
}

div.asideBoxMail p {
    float: left;
    font-size: .9em;
    margin: 0px;
    padding: 8px;
}

div.asideBoxMail h1 {
    background-color: #545454;
    background-image: -moz-linear-gradient(top, #F59393, #C33E3E);
    background-image: -ms-linear-gradient(top, #F59393, #C33E3E);
    background-image: -o-linear-gradient(top, #F59393, #C33E3E);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#F59393), to(#C33E3E));
    background-image: -webkit-linear-gradient(top, #F59393, #C33E3E);
    background-image: linear-gradient(top, #F59393, #C33E3E);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 7px;
    text-decoration: none;
    width: 214px;
}

.asideBoxMailLogin {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 3px;
    float: right;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 183px;
}

div.asideBoxMailLogin p {
    float: left;
    font-size: .9em;
    margin: 0px;
    padding: 8px;
}

div.asideBoxMailLogin a {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

div.asideBoxMailLogin h1 {
    background-color: #545454;
    background-image: -moz-linear-gradient(top, #F59393, #C33E3E);
    background-image: -ms-linear-gradient(top, #F59393, #C33E3E);
    background-image: -o-linear-gradient(top, #F59393, #C33E3E);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#F59393), to(#C33E3E));
    background-image: -webkit-linear-gradient(top, #F59393, #C33E3E);
    background-image: linear-gradient(top, #F59393, #C33E3E);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: 15px;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 5px;
    text-decoration: none;
    width: 167px;
}

div.asideBoxMailLogin h3 {
    background-color: #545454;
    background-image: -moz-linear-gradient(top, #F59393, #C33E3E);
    background-image: -ms-linear-gradient(top, #F59393, #C33E3E);
    background-image: -o-linear-gradient(top, #F59393, #C33E3E);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#F59393), to(#C33E3E));
    background-image: -webkit-linear-gradient(top, #F59393, #C33E3E);
    background-image: linear-gradient(top, #F59393, #C33E3E);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: 15px;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 5px;
    text-decoration: none;
    width: 167px;
}

#childRight {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/*#childLeft {
    float: left;
    height: auto;
    margin: 10px;
    width: 916px;
}*/

.formBoxMed {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 5px 4px 2px #AAA;
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 530px;
}

div.formBoxMed h1 {
    background-color: #005CC6;
    background-image: -moz-linear-gradient(top, #D2E6F7, #005CC6);
    background-image: -ms-linear-gradient(top, #D2E6F7, #005CC6);
    background-image: -o-linear-gradient(top, #D2E6F7, #005CC6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#D2E6F7), to(#005CC6));
    background-image: -webkit-linear-gradient(top, #D2E6F7, #005CC6);
    background-image: linear-gradient(top, #D2E6F7, #005CC6);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 7px;
    text-decoration: none;
    width: 514px;
}

div.formBoxMed h3 {
    background-color: #005CC6;
    background-image: -moz-linear-gradient(top, #D2E6F7, #005CC6);
    background-image: -ms-linear-gradient(top, #D2E6F7, #005CC6);
    background-image: -o-linear-gradient(top, #D2E6F7, #005CC6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#D2E6F7), to(#005CC6));
    background-image: -webkit-linear-gradient(top, #D2E6F7, #005CC6);
    background-image: linear-gradient(top, #D2E6F7, #005CC6);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 3px;
    padding-top: 7px;
    text-decoration: none;
    width: 514px;
}

div.formBoxSml p, div.formBoxMed p, div.formBoxLrg p {
    float: left;
    margin: 0px;
    padding: 8px;
}

.formrow {
    clear: left;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
}

.block {
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: auto;
}

.formleft {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    vertical-align: middle;
    width: 160px;
}

.formleftAuto {
    float: left;
    height: auto;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    text-align: right;
    vertical-align: middle;
    width: 160px;
}

.formright {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-left: 2%;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: middle;
}

.formrightAuto {
    float: left;
    height: auto;
    line-height: inherit;
    margin-bottom: 0px;
    margin-left: 2%;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: middle;
}

.formwideCentered {
    clear: left;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.formWide {
    clear: left;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    padding: 0px;
    width: 100%;
}

.formwideCentered input, .centered { text-align: center; }

.less-centered { padding-left: 10px; }

.formNoShow {
    opacity: 0.0;
}

.quickMenu ul li a img, .qMIcon {
    float: left;
    margin-right: 5px;
}

#quickMenuLeft, #acctChildLeft {
    float: left;
    height: auto;
    margin: 10px;
    padding: 0px;
    width: 234px;
}

.quickMenu ul a {
    color: #FFF;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

#quickMenuRight {
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0 76px 0 48px;
    width: 100vw;
    min-width: 1300px;
    max-width: 1300px;
}

#quickMenuLeft h3 {
    font-size: 1.2em;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
    padding: 0px;
}

.acctPricing {
    float: right;
    height: auto;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 0px;
    width: 240px;
}

#acctContainer {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 665px;
}

#quickMenuLeft h2, #quickMenuRight h2, #acctChildLeft h2 {
    color: var(--bg-primary);
    font-size: 1.5em;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 7px;
    padding: 0px;
}

#quickMenuRight h2, .typography-h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 40px;
    margin: 1.5rem 0 0.9rem 0;
}

#quickMenuRight > h2:first-of-type, #quickMenuRight .content-heading {
    padding-left: 0;
    margin-top: 0.8em !important;
}

#quickMenuLeft h3, #acctChildLeft h3 {
    color: #1167CA;
    font-size: 1.2em;
    font-style: normal;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    padding: 0px;
}

#quickMenuRight h3 {
    color: #1167CA;
    font-size: 1.2em;
    font-style: normal;
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 0px;
}

.below-header-text {
    margin-left: 4px;
}

.new-import-help {
    margin-top: 48px;
    max-width: 780px;
}

#formChildLeft {
    float: left;
    height: auto;
    margin: 10px;
    padding: 0px;
    width: 334px;
}

#formChildRight {
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0px;
    width: 806px;
}

.acctBox {
    background-color: #FFF;
    border-radius: 5px;
    float: left;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
}

h1.headGrey {
    background-color: #545454;
    background-image: -moz-linear-gradient(top, #cfcfcf, #545454);
    background-image: -ms-linear-gradient(top, #cfcfcf, #545454);
    background-image: -o-linear-gradient(top, #cfcfcf, #545454);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#cfcfcf), to(#545454));
    background-image: -webkit-linear-gradient(top, #cfcfcf, #545454);
    background-image: linear-gradient(top, #cfcfcf, #545454);
    color: #FFFFee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    text-decoration: none;
}

h1.headGreen, h1.headGold, h1.headPurple {
    float: left;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

h1.headGreen {
    background-color: #005400;
    background-image: -moz-linear-gradient(top, #D2FFDC, #00B277);
    background-image: -ms-linear-gradient(top, #D2FFDC, #00B277);
    background-image: -o-linear-gradient(top, #D2FFDC, #00B277);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#D2FFDC), to(#00B277));
    background-image: -webkit-linear-gradient(top, #D2FFDC, #00B277);
    background-image: linear-gradient(top, #D2FFDC, #00B277);
    color: var(--text-primary);
}

h1.headGold {
    background-color: #F5FD9E;
    background-image: -moz-linear-gradient(top, #F5FD9E, #FFD232);
    background-image: -ms-linear-gradient(top, #F5FD9E, #FFD232);
    background-image: -o-linear-gradient(top, #F5FD9E, #FFD232);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#F5FD9E), to(#FFD232));
    background-image: -webkit-linear-gradient(top, #F5FD9E, #FFD232);
    background-image: linear-gradient(top, #F5FD9E, #FFD232);
    color: var(--text-primary);
}

h1.headPurple {
    background-color: #7830b0;
    background-image: -moz-linear-gradient(top, #6e93c7, #7830b0);
    background-image: -ms-linear-gradient(top, #6e93c7, #7830b0);
    background-image: -o-linear-gradient(top, #6e93c7, #7830b0);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#6e93c7), to(#7830b0));
    background-image: -webkit-linear-gradient(top, #6e93c7, #7830b0);
    background-image: linear-gradient(top, #6e93c7, #7830b0);
    color: #ffffff;
}

h1.headClear {
    background-color: #EFEFFF;
    background-image: -moz-linear-gradient(top, #FEFEFF, #EFEFFF);
    background-image: -ms-linear-gradient(top, #FEFEFF, #EFEFFF);
    background-image: -o-linear-gradient(top, #FEFEFF, #EFEFFF);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#FEFEFF), to(#EFEFFF));
    background-image: -webkit-linear-gradient(top, #FEFEFF, #EFEFFF);
    background-image: linear-gradient(top, #FEFEFF, #EFEFFF);
    color: #333333;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    text-decoration: none;
}

.textError {
    background-image: url(../Images/textErrorBack.png);
    background-repeat: no-repeat;
    color: #C00;
    font-size: 1em;
    margin: 12px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 0px;
    padding-top: 0px;
    min-height: 60px;
}

.textErrorOnFiling {
    color: #C00;
    font-size: 1.5em;
    margin: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.textSuccess {
    background-image: url(../Images/textSuccessBack.png);
    background-repeat: no-repeat;
    color: #090;
    font-size: 1em;
    margin: 12px;
    padding-left: 50px;
}

.textRequired {
    background-color: #ffeeee;
    padding: 2px;
}

.textLabel { color: #0D689A; }

.textRed { color: #CC0000; }

.textRedHighlight {
    color: #333;
    background-color: #CC0000;
}

.textGoldBold {
    color: #D1A700;
    font-weight: normal;
    text-decoration: none;
}

.textDarkGreen { color: #006600; }

.newFilingBox {
    float: left;
    height: 48px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 25px;
    margin-top: 0px;
    padding: 10px 4px 4px 4px;
    width: 188px;
    cursor: pointer;
    border-radius: 8px;
}

.newFilingBoxDivider {
    background-color: #BBB;
    float: left;
    height: 1px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    padding: 0px;
    width: 850px;
}

.newFilingClickable {
    background-color: #FFF;
    box-shadow: 2px 2px 2px 1px #CCC;
    color: #0177DF;
    font-size: 1.1em;
    text-decoration: none;
}

.newFilingHover {
    box-shadow: 2px 2px 8px 1px #DDD;
    font-size: 1.1em;
    text-decoration: none;
    background: rgba(3, 124, 160, 0.05);
    border-radius: 8px;
}

div.newFilingBox img {
    display: block;
    float: left;
    vertical-align: middle;
}

div.newFilingBox a, div.newFilingBox a:link, div.newFilingBox a:visited, div.newFilingBox a:active {
    color: #06C;
    float: left;
    font-size: 1.1em;
    text-decoration: none;
}

div.newFilingBox a:hover {
    color: #C33;
    float: left;
    font-size: 1.1em;
    text-decoration: underline;
}

.cellBorderR {
    border-right-color: #BDBDBD;
    border-right-style: solid;
    border-right-width: 1px;
}

.tableListing, .tableListingParent {
    border: 1px solid #035EC7;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 2px #CCC;
    height: auto;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
}

table.tableListing tr:nth-child(even) {
    background-color: #E9F0FF;
    margin-bottom: 15px;
}

.tableListingParentTest {
    border: 1px solid #035EC7;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 2px #CCC;
    height: 450px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
}

table.tableListing th, table.tableListingParent th, table.tableListingParentTest th {
    background-color: transparent;
    color: black;
    font-size: .8em;
    margin: 0px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
}

.tableListingChild { width: 100%; }

.tableRowBlue {
    background-color: #E9F0FF;
    margin-bottom: 15px;
}

.tableRowHover {
    background-color: #FFEDA1;
    color: #333;
}

.noPadding {
    margin: 0px;
    padding: 0px;
}



div.itemBlock img {
    box-shadow: 2px 2px 2px 2px #CCC;
    float: left;
    margin: 0px;
    padding: 0px;
}

#subMenu {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 200px;
}

#subMenu a { color: #FFF; }

.childContent {
    margin: 0 auto;
    padding: 0px;
    width: 80%;
}

    .childContent li {
        margin-bottom: 3px;
    }

.itemBlock {
    border-bottom-color: #c8c8c8;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 700px;
}

div.itemBlock h2 {
    color: #1167CA;
    float: left;
    font-size: 1.5em;
    font-weight: normal;
    height: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 5px;
    padding: 0px;
    text-decoration: none;
    width: auto;
}

div.itemBlock p {
    clear: left;
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px;
    width: auto;
}

div.itemBlock div {
    float: left;
    height: auto;
    margin: 0px;
    padding: 5px;
    width: 480px;
}

div.pSeparator p {
    border-bottom-color: #C8C8C8;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding-bottom: 15px;
}

.gallerySeparator {
    border-top-color: #c8c8c8;
    border-top-style: dotted;
    border-top-width: 1px;
    padding-bottom: 15px;
}

.galleryBox {
    box-shadow: 2px 2px 2px 1px #CCC;
    float: left;
    height: 240px;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    padding: 15px;
    width: 180px;
}

.galleryBox:hover { background-color: #C8DFF5; }

.galleryBox a {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.galleryBoxMail {
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    overflow: hidden;
    padding: 15px;
    width: auto;
}

.galleryBoxMail:hover { background-color: #C8DFF5; }

.galleryBoxMail a {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.galleryBoxMailLogin {
    float: left;
    height: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    overflow: hidden;
    padding: 10px;
    width: auto;
}

.galleryBoxMailLogin:hover { background-color: #C8DFF5; }

.galleryBoxMailLogin a {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.wrapColumn {
    max-width: 180px;
    table-layout: fixed;
    word-wrap: break-word;
}

.videoBox {
    text-align: center;
    box-shadow: 2px 2px 2px 1px #CCC;
    height: 340px;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    padding: 15px;
}

.videoBox iframe {
    display: block;
    margin: 0 auto;
}
.videoBox p {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.block {
    display: block;
    float: left;
    height: auto;
    width: auto;
}

.left50Perc {
    display: block;
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 50%;
}

.right50Perc {
    display: block;
    float: right;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 50%;
}

.showPointer { cursor: pointer; }

.visibleTR { display: table-row; }

.invisibleTR { display: none; }

.trHeight23 { height: 23px; }

.findInList { margin: 6px; }

.right-align { text-align: right; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.firstName, .middleName, .lastName, .suffix {
    max-width:200px !important;
    width:25px;
    min-width:25px;
    font-size:11px;   
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    height: 11px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.sprite {
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-1099Logo-redwhite {
    width: 140px !important;
    height: 50px !important;
    background-position: -5px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    float: right;
}

.sprite-Logo {
    width: 260px !important;
    height: 80px !important;
    background-position: -155px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-SOC-Service-Org_B_Marks_2c_ {
    width: 73px !important;
    height: 61px !important;
    background-position: -425px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    margin-left: 50px;
}

.sprite-backfade {
    width: 10px !important;
    height: 1000px !important;
    background-position: -508px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-banner1 {
    width: 458px !important;
    height: 304px !important;
    background-position: -5px -95px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    float: left;
}

.sprite-bbb_only {
    width: 73px !important;
    height: 61px !important;
    background-position: -528px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    margin-left: 50px;
}

.sprite-efilelogoIRS {
    width: 99px !important;
    height: 33px !important;
    background-position: -611px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-gmail {
    width: 30px !important;
    height: 30px !important;
    background-position: -720px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-h09_freesignup {
    width: 229px !important;
    height: 65px !important;
    background-position: -611px -48px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 10px;
}

.sprite-h09_taketour {
    width: 229px !important;
    height: 32px !important;
    background-position: -528px -123px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-iconEFile {
    width: 128px !important;
    height: 128px !important;
    background-position: -528px -165px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    border: outset;
    border-width: 1px;
}

.sprite-iconEnterData {
    width: 128px !important;
    height: 128px !important;
    background-position: -666px -165px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    border: outset;
    border-width: 1px;
}

.sprite-iconMail {
    width: 128px !important;
    height: 128px !important;
    background-position: -528px -303px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    border: outset;
    border-width: 1px;
}

.sprite-iconNews {
    width: 160px !important;
    height: 156px !important;
    background-position: -666px -303px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-iconPrint {
    width: 128px !important;
    height: 128px !important;
    background-position: -5px -469px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    border: outset;
    border-width: 1px;
}

.sprite-iconPutInCart {
    width: 128px !important;
    height: 128px !important;
    background-position: -143px -469px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    border: outset;
    border-width: 1px;
}

.sprite-iconServiceEFileMed {
    width: 80px !important;
    height: 80px !important;
    background-position: -281px -469px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.sprite-iconServiceMailMed {
    width: 80px !important;
    height: 80px !important;
    background-position: -371px -469px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.sprite-iconServicePrintMed {
    width: 80px !important;
    height: 80px !important;
    background-position: -528px -469px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.sprite-iconServiceTINCheckMed {
    width: 80px !important;
    height: 80px !important;
    background-position: -618px -469px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.sprite-linkedin {
    width: 30px !important;
    height: 30px !important;
    background-position: -760px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-logoACA {
    width: 260px !important;
    height: 80px !important;
    background-position: -528px -559px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon1 {
    width: 152px !important;
    height: 165px !important;
    background-position: -281px -559px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon1On {
    width: 152px !important;
    height: 165px !important;
    background-position: -5px -649px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon2 {
    width: 152px !important;
    height: 165px !important;
    background-position: -528px -649px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon2On {
    width: 152px !important;
    height: 165px !important;
    background-position: -5px -824px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon3 {
    width: 152px !important;
    height: 165px !important;
    background-position: -167px -824px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon3On {
    width: 152px !important;
    height: 165px !important;
    background-position: -329px -824px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon4 {
    width: 152px !important;
    height: 165px !important;
    background-position: -281px -559px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon4On {
    width: 152px !important;
    height: 165px !important;
    background-position: -5px -649px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon5 {
    width: 166px !important;
    height: 165px !important;
    background-position: -528px -824px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-moon5On {
    width: 166px !important;
    height: 165px !important;
    background-position: -850px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-serviceQuadFull {
    width: 122px !important;
    height: 120px !important;
    background-position: -836px -180px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-serviceQuadTINCheck {
    width: 122px !important;
    height: 120px !important;
    background-position: -836px -310px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-serviceQuadeFile {
    width: 122px !important;
    height: 120px !important;
    background-position: -836px -440px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-spacer {
    width: 1px !important;
    height: 1px !important;
    background-position: -800px -5px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-tumblr {
    width: 30px !important;
    height: 30px !important;
    background-position: -968px -180px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-twitter {
    width: 30px !important;
    height: 30px !important;
    background-position: -968px -220px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-TrustwaveSeal {
    width: 107px !important;
    height: 55px !important;
    background-position: -851px -647px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.sprite-GoDaddySeal {
    width: 190px !important;
    height: 82px !important;
    background-position: -766px -906px;
    background-image: url(/Images/spritesheet.png);
    background-repeat: no-repeat;
}

.inline, .inline div {
    float: right;
}

.inlineLeft, .inlineLeft div {
    float: left;
    margin-right: 25px;
    margin-top: 7px;
}

.inlineMiddle, .inlineMiddle div {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
}

.inlineRight, .inlineRight div {
    float: left;
    margin-left: 15px;
}
