/* 
New Palette
lt blue #e1f1f8
med lt blue #80c9e0

Cohasset blue #0086c2
med-dark blue #7cc1e0
dk blue #004e6c

hilight red #92191c
orange #faa61a
*/    



* {
    margin: 0 0;
    padding: 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

:focus {
    outline: 0;
}

html, body {
    height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

body {
    text-align: left;
    margin: 0 auto;
    /* for FF*/
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #282828; /* #2D2C2C; */
   background: #80c9e0 url("/img/bkgd_wide_light.jpg") repeat-x left top;
}


#page {
     width: 1024px;
     margin: 0 auto;
 }

 #pagePopup {
     width: 650px;
     margin: 0 auto;
 }


#header {
    margin: 0 auto 0px auto;
    width: 1024px;
    height: 122px;
}

#headerLogo {
     background: url("/img/header.jpg") no-repeat left top;
     margin: 25px auto 0px auto;
     width: 1024px;
     height: 80px;
     border: 1px solid #000000;
     border-bottom: 1px solid #faa61a;
}

/* Links to Home and Cohasset Logos */

#headerLogoMered a {
    display: block;
    float: left;
    background: url(/img/spacer.gif) no-repeat left top;
    width: 350px;
    height: 75px;
}

#headerLogoCohasset a {
    display: block;
    clear: none;
    background: url(/img/spacer.gif) no-repeat left top;
    float: right;
    width: 250px;
    height: 75px;
}

#headerLogoMered a span, #headerLogoCohasset a span {     /* hides link artifact */
  visibility: hidden;
}

#headerPopup {
    background: url(/img/.jpg) no-repeat left top;
    margin: 0 auto 0 auto;
    width: 650px;
    height: 134px;
}

th.header {
    background-color: #7cc1e0;
    color: #004e6c;
    height: 20px;
    padding: 3px 15px;
    vertical-align: middle;
    margin: 0;
    font-size: 13px;
}

.price {                     /*used in shopping cart */
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.priceProduct {                /*used in products */
    width: 200px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

hr {
    color: #9cd0e7;
    background-color: #9cd0e7;
    height: 1px;
}

/* top login menu */

#menuTop {
    float: right;
    height: 25px;
    margin-top: 15px;
    width: 700px;
    color: #0086c2;
}

#menu {
    float: right;
    padding-top: 0px;
    padding-right: 0px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: inline;
    text-align: left;
    margin-left: 5px;
    padding: 1px 10px;
    text-decoration: none;
    font-size: 12px;
    color: #004e6c;
}

#menu a:hover {
    text-decoration: underline;
    color: #0086c2;
}

#menu .active a {
}

/* Main Menu - remaining code for main menu is in jqueryslidemenu */

#menuContainer {
    margin: 0 auto;
    width: 1024px;
    max-height: 35px;
    border: 1px solid #000000;
    z-index: 100;
}

a {
    color: #faa61a;
    text-decoration: none;
}

a:hover {
    color: #0086c2;
    text-decoration: underline;  
}

#blueLinks a {
    color: #004e6c;
    text-decoration: none;
}

#blueLinks a:hover {
    color: #0086c2;
    text-decoration: underline;  
}





.listLinks {
    margin-left: 70px;
}

.navLinks {
    display: inline;
    font-size: 12px;
    padding: 5px 10px;
    margin: 15px 10px;
    font-weight: bold;
    text-align: center;
    min-width: 55px;
}

.navLinks a {
    text-decoration: none;
     color: #ffffff;
     background-color: #004e6c;
    padding: 5px 10px;
}

.navLinks a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #0086c2;
    padding: 5px 10px;
}

/* Heading Styles */

h1, h2, h3, h5 p, ol, ul {
    margin-top: 0;
}

h1, h2, h3, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.1em;
    color: #0086c2;
    margin: 0.2em 0 0.3em 0;
    line-height: 1.1em;
}

span.guest {
    color: #004e6c;
    font-weight: bold;
}

h1.boxBuyBtn, h2.boxBuyBtn {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.6em;
}

h2 {
    font-size: 1.3em;
    color: #0086c2;
    margin: 0 0 0.3em 0;
    line-height: 1.3em;
    padding-top: 10px;
}

.box300 h2 {
    font-size: 1.0em;
    color: #0086c2;
    margin: 0 0 0.3em 0;
    line-height: 1.3em;
    padding-top: 0;
    margin-top: -10px;
}


h2.greyBorder {
    font-size: 1.3em;
    color: #004e6c;
    margin: 0 0 15px 0;
    line-height: 1.0em;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

h2.blueBorder {
    font-size: 1.3em;
    color: #0086c2;
    margin: 0 0 15px 0;
    line-height: 1.0em;
    border-top: 1px solid #9cd0e7;
    padding-top: 15px;
} 

h3 {
    font-size: 1.1em;
    color: #004e6c;
    margin: 0 0 0.2em 0;
    text-transform: capitalize;
}

h3 a {
    text-decoration: none;
    color: #faa61a;
}

h3 a:hover {
    text-decoration: underline;
    color: #0086c2;
}

h3.greyBorder {
    font-size: 1.05em;
    color: #004e6c;
    margin: 15px 0 15px 0;
    line-height: 1.1em;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

h3.headerLinks {
    font-size: 1.05em;
    color: #faa61a;
    margin: 0 0 15px 0;
    line-height: 1.1em;
}

h3.greyBorder a, h3.headerLinks a {
    font-size: 1.05em;
    color: #faa61a; 
    text-decoration: none
}

h3.greyBorder a:hover, h3.headerLinks a:hover {
    color: #0086c2;
    text-decoration: underline;
}

h3.blueBorder a {         /* whitepapers page */
    font-size: 1.05em;
    color: #faa61a; 
    text-decoration: underline;
}

h3.blueBorder a:hover {
    color: #0086c2;
    text-decoration: none;
}

h3.titleShopSmall {
     font-size: 85%;
     font-weight: bolder;
}

h3.main {
    color: #0086c2;
}

h3.titleShopCheckout {
    text-align: center;
    color: #faa61a;
}

h4 {
    font-size: 1.0em;
    color: #004e6c;
    font-weight: bold;
    line-height: 1.1em;
    margin: 2px 10px;
    border-bottom: 1px solid #004e6c;
    padding: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
}
/*
h4.sidebarLinks { 
    font-size: 1.2em;
    color: #004e6c;
    margin: 2px 10px; 
}

*/

h4.sidebarLinks { 
    font-size: 1.0em;
    color: #004e6c;
    margin: 2px 10px; 
    text-transform: capitalize;
    font-weight: normal;
}    
h4.sidebarLinks a {
    color: #004e6c;
    text-decoration: none;
}

h4.sidebarLinks a:hover {
    color: #faa61a;
    text-decoration: none;
}

h4.productsLinks {
    font-size: 13px;
    color: #faa61a;
    margin: 2px 10px;
    min-height: 60px;
}

h4.productsLinks a {
    color: #faa61a;
    text-decoration: none;
}

h4.productsLinks a:hover {
    color: #0086c2;
    text-decoration: none;
}

h4.faqTitle {
    font-size: 1.0em;
    color: #004e6c;
    font-weight: bold;
    margin: 0.5em 0 0.2em 0;
    padding: 0.5em 0 0.2em 0;
    line-height: 1.1em;
    border: none;
}

h5 {
    font-size: 0.8em;
    color: #004e6c;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h6 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    margin: 10px 10px 15px 10px;

}

.smallFontSpkr {
    padding: 0;
    margin: 0;     
    text-align: left;
    font-weight: normal;
    font-size: 0.8em;
}

.rightText {        /* for Veotag logo on Products Page */
    text-align: right;
}
#headerLeft {
    float: left;
    width: 480px;
}
#mainProductLogo {    /* for mainProduct logo on Products Page */
    float: left;
    margin: 0 10px 10px 0;
    width: 200px;
}

#veotag {
    float: right;
    width: 200px;
    text-align: right;
    padding: 0px;
    margin: 0 10px 10px 0;
}

#veotagRightbar {
    width: 200px;
    text-align: right;
    padding: 15px 0;
    margin: 0;
    background-color: #ffffff;
}

#kitdigital {
    float: right;
    width: 200px;
    text-align: right;
    padding: 0px;
    margin: 0;
    background-color: #ffffff;
}
/* Paragraph styles */

p {
    margin: 0 0.5em 10px 0;
    line-height: 1.5em;
    font-size: 1.1em;
    color: #282828;
    font-family: Arial, Helvetica, sans-serif;
}

.cutline {
    clear: both;
    margin: 0 0 20px 0;
    line-height: 1.0em;
    font-size: 12px;
    color: #282828;
    font-family: Arial, Helvetica, sans-serif;
}

span.blueDark {    /* dark p text in rightbar */
    color: #004e6c;
}

/* leftbar and rightbar with sidebar */

#leftbar {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    list-style-type: none;
}


#rightbar {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    list-style-type: none;
}

#leftbar p, #rightbar p {
    margin: 0 0.5em 10px 10px;
    line-height: 1.5em;
    font-size: 1.1em;
    color: #282828;
    font-family: Arial, Helvetica, sans-serif;
}

#leftbar ul li, #rightbar ul li {
    margin: 0 10px 3px 20px;
    line-height: 1.2em;
    list-style-image: url("/img/arrowRightBlue.gif");
    list-style-type: circle;
    font-size: 11px;
    padding-top: 0;
}

#leftbar ul, #rightbar ul {
    margin-left: 10px;
  }


#leftbar h3, #rightbar h3 {
    color: #ffffff;
}

  #mostPopular {
    margin: 0 10px;
}

#mostPopular p {
    margin-left: 0;
}
.sidebar {
    text-align: left;
    margin: 0;
}

.sidebarPad {
    margin: 3px 0 0 10px;
}
.sidebar a {
    color: #004e6c;
    text-decoration: underline;
}

.sidebar a:hover {
    color: #faa61a;
}

.sidebarContent {
    margin: 10px 0;
}
/* Vertical Response signup box */

 #vr_box {
    width: 95%;
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #004e6c;
     background-color: #7cc1e0;
    margin-bottom: 0;
    text-align: center;
}
#vr_box p {
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 2px;
    padding-top: 3px;
}

.signupBox {
    color: #ffffff;
}

#vr_box h3 {
    color: #004e6c;
    font-size: 110%;
}

/* left and rightbar styling */

.headerBoxTop {
    width: 95%;
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #004e6c;
    background-color: #0086c2;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}

.headerBox {
    width: 95%;
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #004e6c;
     background-color: #0086c2;
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.headerBoxMid {
    width: 95%;
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #004e6c;
     background-color: #0086c2;
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.headerBoxLink a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.headerBoxLink a:hover {
    color: #004e6c;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

ol li {
    margin-left: 30px;
    margin-right: 10px;
    line-height: 2em;
}

/*  START CONTENT  */

#contentWrapper {
    float: left; /*this is a necessary float */
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
    z-index: -100;
}

#contentWrapperUnderPic {
    float: left; /*this is a necessary float */
    width: 100%;
    z-index: 0;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #e1f1f8;        /* full background under content */
    border: 1px solid #000000;
}

#contentWrapperPopup {
    float: left; /*this is a necessary float */
    width: 100%;
    z-index: 0;
    margin: 30px 0 20px 20px;
}

/* Main Center Column */

#content, #content2 {                              /* center of 3 col */
    float: left;
    width: 562px;
    margin: 0;
    padding: 25px 30px 80px 30px;
    background-color: #FFFFFF;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

  
#content ol li {
    margin-left: 30px;
    margin-right: 10px;
    line-height: 1.1em;
}
#content ul li {
    margin-left: 20px;
    margin-right: 10px;
    line-height: 1.5em;
    list-style-image: url("/img/arrowRight.gif");
    list-style-type: circle;
    margin-bottom: 0;
    padding-bottom: 0;
}

img.borderSub {     
   border-top:  1px solid #faa61a;
   border-right: 1px solid #faa61a;
   border-bottom: 1px solid #faa61a; 
   border-left: 1px solid #faa61a;
}

#borderMain {
    border: 1px solid #000000;
    width: 1024px;
    height: 280px;
    z-index: -10;
}

#contentWideWhite {                    /* center of 1 col */
    float: left;
    width: 960px;
    margin: 0;
    padding: 25px 25px 40px 35px;
    background-color: #FFFFFF;
}

#contentMedWhite {                    /* center of 2 col */
    float: left;
    width: 760px;
    margin: 0;
    padding: 25px 30px 40px 30px;
    background-color: #FFFFFF;
    border-left: 1px solid #999999;
}

.min400{
    min-height: 400px;
}
.preview {                    /* used in dvd.tpl */
    margin-left: 150px;
     width: 420px;
     padding: 0;
}

/* START BOXES */

.box {
    padding: 25px 15px 5px 15px;
}
.boxNoBorder {
    clear: both;
    position: relative;
    left: 0px;
    z-index: 0;
    border: none;
    margin-bottom: 5px;
    margin-top: 0px;
    width: 620px;
    padding: 5px 0px 10px 0;
}

#box1 {
    float: left;
    width: 246px;
    margin: 0;
    font-size: 13px;
    padding-right: 10px;
}

.boxDashedBorder {    /* used for Buy Box on index, aimed for deletion */
    float: left;
    width: 240px;
    margin: 10px;
    font-size: 13px;
    padding: 10px;
    border: 1px dashed #999999;
    background-color: #ffffff;
}

.leftbarDashedBorder {     /* used for Buy Box on leftbar, aimed for deletion */
    float: left;
    width: 160px;
    margin: 10px;
    font-size: 1.0em;
    padding: 10px;
    border: 1px dashed #999999;
    background-color: #ffffff;
}

.boxBuyInside {          /* used for Buy Box on index and leftbar, aimed for deletion */
    margin: 0px;
    font-size: 1.0em;
    font: normal small-caps 12px Arial, Helvetica, sans-serif;
    padding: 15px;
    border: none;
    background-color: #faa61a;
    color: #ffffff;
    text-align: center;
}

.boxBuyBtn a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.boxBuyBtn a:hover {
    color: #004e6c;
    text-decoration: none;
    text-transform: uppercase;
}

/* --------------------END Dashed box, aimed for deletion -------------------------------------*/

.box1 {
    float: left;
    width: 270px;
    margin: 0;
    font-size: 13px;
    padding: 0 0 10px 0;
    border: none;
}


.box200 {
    float: left;
    width: 200px;
    margin: 0;
    font-size: 13px;
    padding-right: 10px;
}

.box300 {
    float: left;
    width: 290px;
    margin: 0;
    font-size: 13px;
    padding: 10px;
}

.boxOrange {
    float: left;
    width: 250px;
    padding: 10px;
    margin: 5px 0 0 10px;
    border: 1px solid #faa61a;   /* orange */
    text-align: center;
}

.box1wide {
    float: left;
    width: 42%;
    margin: 0;
    font-size: 13px;
    padding-right: 20px;
}

/* Products */

.boxProductsShell {
    float: left;
    width: 320px;   /* change this width to fix 3 col problems */
    height: 190px;   /*needed to align buttons to bottom */
    background: url(/img/bkgd_products2.jpg) no-repeat left top;
    padding: 0;
    margin: 10px 0;
}


.socialicons {
    clear: both;
    float: left;
    width: 570px;
    height: 32px;
    padding: 0;
    margin: 5px 0 20px 0;  
}
.socialIndividual {
    float: left;
    width: 24px;
    height: 32px;
    padding: 0;
    margin:  2px 10px;    
}

.boxicons {
    clear: both;            /* icons on products pages */
    float: left;
    width: 312px;
    height: 32px;
    padding: 0;
    margin:  0;
}

.box1products{
    float: left;
    width: 300px;
    margin: 0;
    font-size: 1.0em;
    padding: 5px 0 10px 10px;
}

#boxPopups {
    float: left;
    width: 600px;
    margin: 0;
    font-size: 13px;
    padding: 0 10px 0 25px;
}

#boxPopups ul li {
      margin-left: 30px;
    margin-right: 10px;
    line-height: 1.5em;
    list-style-type: circle;
}

#boxPopupsNoList {
    float: left;
    width: 600px;
    margin: 0;
    font-size: 13px;
    padding: 0 10px 0 25px;
}

#boxPopupsNoList ul li {
    margin-left: 30px;
    margin-right: 10px;
    line-height: 1.5em;
    list-style-type: none;
}


#box11 {      /* approved-declined */
    float: left;
    text-align: left;
    width: 330px;
    margin: 0;
    font-size: 13px;
}

.block, .block2 {
     border-top: 1px solid #9cd0e7;
     padding: 20px 0 0 0;
     width: 100%;
     margin-bottom: 0;
}
   
.blockBorderBottom {
     border-bottom: 1px solid #9cd0e7;
     padding: 10px 0 10px 0;
     margin-bottom: 10px;
     width: 100%;
}

.blockNoBorder {
     padding: 10px 0 0 0;
     width: 100%;
}


.blockFaq {
     padding: 10px 0 10px 10px;
     width: 100%;
}

.paddingBottom {
    padding-bottom: 20px;
}

.paddingTop {
    padding-bottom: 20px;
}
.paddingLeft10 {padding-left: 10px;}

.paddingLeft30 {padding-left: 30px;}

.paddingRight10 {
    padding-right: 10px;
}

.marginTop {
    margin-top: 10px;
}
.blockPlain {
     padding: 10px 0;
     width: 100%;
}

.codecontainer {
    font-family: sans-serif;
     font-size: 11px;
     padding: 0 3px;
     background-color: #e1f1f8;
}
.blockBlueTop {
    border-top: 1px solid #0086c2;
     padding: 0;
     margin: 5px 0;
     width: 100%;
}

.block img {
    margin: 10px;
}

.internal {
    padding: 10px 0;
}
.p10 {
    font-size: 10px;
}

.p11 {
    font-size: 11px;
}

.moveRight {
    margin-left: 130px;
}

/* -----------FAQ--------- */

.faq {
    z-index: 0;
    margin: 10px 0 5px 10px;
    padding: 0 0 5px 0;
}

.faq ol {
    margin: 5px 0 0 -20px;
    padding: 0;
}

.faq ol li {
    margin: 2px 0px 2px 10px;
    line-height: 0.8em;
    font-size: 1.0em;
}

.faq ol li p {
    line-height: 1.3em;
    font-size: 1.05em;
}

.faq ol li ol {
    margin: 2px 0px 2px 5px;
}

.faq a {
    color: #faa61a;

}

.faq a:hover {
    color: #0086c2;
}

.abc li {
    list-style:lower-alpha;
    font-size: 1.0em;
        margin-left: 20px;
}

/* -----------Purchases--------- */

.boxContentPurchases {
    z-index: 0;
    margin-bottom: 5px;
    margin-top: 0;
    width: 950px;
    padding: 0 0 5px 0;
    border-top: 1px solid #0086c2;
    border-bottom: 1px solid #0086c2;
}

.boxContent p {
    margin: 0 0.5em 10px 0;
    line-height: 1.5em;
    font-size: 13px;
    color: #282828;
    font-family: Arial, Helvetica, sans-serif;
}
.purchases {
    padding: 5px;
    font-size: 12px;
}
/*  START STYLING  */

.center {
    text-align: center;
}

.centerLinks {
    text-align: center;
    margin: 20px 0;
}


.clearNone {
    clear: none;
}

.clearBoth {
    clear: both;
}

img {
    border: none;
}

.imgBorder {
    border: 1px solid #004e6c;
    margin-left: 0;
    padding-left: 0;
}

.imgPadded {
    padding-bottom: 10px;
}

.imgWrap, .imgWrap2 {
    float:left;
    margin-right: 1em;
    margin-top: 0;
    border: 1px solid #000000;
}

.imgMarginBottom {
    margin-bottom: 10px;
}
.imgWrapContentRight {
    float:right;
    width: 225px;
    margin: 2px 10px 10px 10px;
    border: 1px solid #000000;
}

.imgWrapRightbar {
    float:left;
    margin: 0 10px 3px 10px;
    border: 1px solid #000000;
}

.imgWrapNoBorder {
    float:right;
    margin: 0 0 20px 20px;
    border: none;
}

.imgSidebarBorder {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #004e6c;
}

.divider {         /* ------------------------search and change ---------------------*/
    padding: 5px 0;
    text-align: center;
    width: 500px;
}

.dividerLeftbar {
    padding: 0;
    text-align: center;
}

.dividerWide {
    padding: 5px 0;
    text-align: center;
    width: 540px;
}

.dividerMyProduct {
    padding: 10px 0;
    text-align: center;
}

.vertCenter {
    vertical-align: middle;
}

.dvdBox {
    float: right;
    padding: 8px;
    margin: 20px 8px 20px 16px;
    text-align: center;
    border: 1px dashed #a6a691;
    width: 280px;
}

.leftbarIcon {
    margin: 10px 0 20px 0;
}

.flash {
    width: 600px;
    margin: 0 auto;
    z-index: 0;
}

.mainParagraph {
    margin: 0 0 10px 0;
    line-height: 1.6em;
    font-size: 16px;

}
.more, .moreRight {
    font: normal 0.9em Arial, Helvetica, sans-serif;
    padding: 5px 0;
}

.moreRight {
    text-align: right;
}
.moreLeftbar {
    font: normal 0.9em Arial, Helvetica, sans-serif;
    padding: 0;
    color: red;
}

.more a, .moreLeftbar a, .moreRight a {
    color: #faa61a;
    text-decoration: none;
}

.more a:hover, .moreLeftbar a:hover, .moreRight a:hover {
    color: #92191c;
    text-decoration: none;
}

.order {
     margin-bottom: 15px;
}

.sample {
    margin: 0.7em 0 0.6em 0;
}

.twoColumn {
    width: 45%;
    float: left;
    padding-right: 8px;
}

.registration {
    width: 440px;
    padding: 20px;
    text-align: center;
    margin-left: 45px;
    border: none;
}

.registration ul li {
    text-align: left;
    margin-left: 60px;
    list-style: none;
}


.registrationLeft {
    width: 440px;
    padding: 20px;
    text-align: left;
    margin-left: 45px;
    border: none;
}

.registrationLeft ul li {
    text-align: left;
    margin-left: 60px;
    list-style: none;
    list-style-image: none;
}

label.registrationLeft {
    width: 200px;
}
.radioText {
    vertical-align: middle;
    margin-right: 0 5px 0 0;
}

.radioSession {
    font-size: 11px;
    font-weight: bold;
}
.fieldBox {
    float: left;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    min-width: 240px;
    margin: 5px 0 15px 0;
    padding: 3px;
    font-weight: normal;
}

.fieldBoxWide {
    float: left;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    min-width: 266px;
    margin: 5px 0 5px 0;
    padding: 3px;
    font-weight: normal;
}

.checkboxWhite {

}

.checkboxText {
   margin-left: 0;
   margin-top: 15px;
   font-size: 12px;
   text-align: left;
}

.opaqueVeotag {
    float: left;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    min-width: 280px;
    margin: 5px 0 15px -50px;
    padding: 3px;
    font-weight: normal;
}

.feedbackComments {
    float: left;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    min-width: 280px;
    margin: 5px 0 15px 0;
    padding: 3px;
    font-weight: normal;
}

.checkbox {
    float: left;
    display: block;
}

.subscribe {
    min-width: 200px;
    margin-left: 5px;
}
/* START SPANS */

span.alert{
  color: #990000;
}
span.bold {
    font-weight: bold;
}
span.white {
  color: #ffffff;
}

span.orange {
    color: #faa61a;
}

span.reduce {
    font-size: 90%;
}

span.reduce80 {
    font-size: 80%;
}

span.boldBlue {
    color: #004e6c;
    font-weight: 900;
    font-size: 15px;
}

span.black {
    color: #000000;
    font-weight: normal;
}

#usernameBox {
    color: #004e6c;
    font-size: 13px;
    margin: 20px 10px 10px 10px;
    padding: 5px;
    border: 1px solid #004e6c;
    background-color: #ffffff;
}

span.usernameLeftbar {
    font-size: 15px;
    font-weight: 900;
    padding-left: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #004e6c;
}

.italicOrange {
    font-style: italic;
    color: #faa61a;
}
#globe {
    float: left;
    background: url(/img/photo_globe.gif) no-repeat right top;
    width: 550px;
    min-height: 105px;
}

#credits {
    clear: none;
    float: right;   
    background: url(/img/photo_credits.jpg) no-repeat right top; 
    width: 360px;
    height: 400px;
    padding: 0; 
    margin-right: 30px;
}
#contact {
    float: left;
    background: url(/img/photo_contact_woman.jpg) no-repeat left top;
    width: 955px;
    margin-right: 75px;
}

#whitepapers {
    float: left;
    background: url(/img/photo_whitepapers.jpg) no-repeat left top;
    width: 955px;
    margin-right: 75px;
    min-height: 500px;
}
.alignBase {
    vertical-align: middle;
}

#specificShell {
    width: 540px;
    margin: 10px 0 0 40px;
    padding: 30px 40px;
}

#specificLeftShell {
    width: 49.8%;
    float: left;
    margin: 0;
    padding: 0;
}

.specificLeftContent {
    margin-left: 0%;
    padding: 5px 0 5px 0;
}

#specificRightShell {
    margin-left: 50%;
    padding: 0;
    border-left: 1px solid #808080;
}


.specificRight {
    margin-left: 0%;
    padding: 5px 0 5px 0;
}

.label {
    margin-left: 0;
    text-align: center;
    display: inline;
}

fieldset {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 -1em 0;
    padding: 0 0 0.5em 0;
    border-style: none;
    border-top: 0px;
    border-spacing: 10px;
}
legend {
    margin: 15px 0 15px 0px;
    color: #57574d;
    font-weight: bold;
}

fieldset ol {
    padding: 0em 1em 0 0em;
    list-style: none;
}

fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding: 0em 0 1em 0em;
}

fieldset ul li {
     list-style: none;
}

fieldset.submit {
    width: auto;
    border-style: none;
    padding: 0 0 0 265px;
    background-color: transparent;
    margin: 5px 0;
}

fieldset.submitComments {
    width: auto;
    border-style: none;
    padding-left: 32px;
    background-color: transparent;
    margin: 0.1em 0 1.5em 0;
}


label{
    text-align: left;
    font-size: 90%;
    float: left;
    width: 8em;
}

.vr {
    padding-left: 15px;
    padding-top: 10px;
}
.opaque {
    float: left;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    min-width: 280px;
    margin: 5px 0;
    padding: 3px;
    font-weight: normal;
}

.promoCode {
   /* margin-top: 10px;    */
    border: 1px solid #ffffff; 
}

.promoCode:hover {
    border: 1px solid #92191c;
}

.btnHighlight {
    border: 1px solid #ffffff; 
}

.btnHighlight:hover {
    border: 1px solid #92191c;
}

#optin {
    width: 190px;
    padding: 5px;
    border: 1px solid #000000;
     background-color: #abb8c0;
    margin-bottom: 5px;
    text-align: center;
}

#optin p {
    margin: 5px 0 0 0;
    font-family: arial;
    font-size: 14px;
    color: #0f5b96;
    text-align: center;
}

#optin form p label {
    clear: both;
    float: left;
    text-align: right;
    width: 150px;
}

.optin {
    font-family: arial;
    font-size: 12px;
    color: #0f5b96;
    text-align: center;
}

.optin a:link {
    font-family: arial;
    font-size: 12px;
    color: #0f5b96;
    text-decoration: underline;
}

.optin a:hover {
    font-family: arial;
    font-size: 12px;
    color: #faa61a;
    text-decoration: none;
}

p.author {
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
    color: #000000;
}

.item {
    margin: 0.2em 0.5em 0.5em 0;
    line-height: 1.1em;
    font-size: 0.95em;
    color: #282828;
    font-family: Arial, Helvetica, sans-serif;
}

.item a {                   /* resource section */
    font-weight: normal;
    color: #faa61a;
    text-decoration: none;
}

.item a:hover {
    font-weight: normal;
    color: #0086c2;
    text-decoration: underline;
}

.databaseBio {
    margin: 0 0 10px 0;
    font-style: italic;
    color: #faa61a;
}

.databaseBio a {
    color: #faa61a;
    text-decoration: none;
}

.databaseBio a:hover {
    color: #004e6c;
    text-decoration: underline;
}

.databaseBio ul li {
    font-style: italic;
    color: #966F04;
}

.alignLeft {
    text-align: left;
}

.marginLeft {
    margin-left: 30px;
}

 .whiteOnBlue {
    color: #ffffff;
    background-color: #faa61a;
    margin: 5px;
}

/* START FOOTER */

#footer {
    clear: both;
    width: 100%;
    height: 80px;
    margin: 5px auto 0 auto;
   /*  border-top: 1px solid #ffffff;   */
    color: black;
    text-align: center;
    z-index: 0;
    background: #80c8e0 url(/img/mered_footer_narrow2.jpg) no-repeat left top;
    padding-top: 2px;
}

.clearfooter {
  clear: both;
  }

 .clear {
  clear: both;
  }


.footer {
    width: 1024px;
    text-align: center;
    margin: 0 auto;
}

#footer p {
    padding: 0 0 25px 0;
    color: #ffffff;
    font-size: 11px;
    margin: 0px 0 10px 0px;
}

#footer a {
    color: #004e6c;
    text-decoration: none;
}

#footer a:hover {
    color:#000000;
    text-decoration: underline;
}

ul.horiz {
  padding: 10px 0 0 0;
  margin: 10px 0;
}

ul.horiz li{
  display: inline;
  color: #ffffff;      /* changes bars */
}

#bullets ul li {
    line-height: 1.4em;
    font-size: 1em;
    margin-left: 40px;
    list-style: square;
}

.productNameBox {
    max-height: 60px;
    margin-bottom: 8px;
}

.speakerNameBox {
    clear: both;
    max-height: 40px;
    padding-top: 3px;
    margin-bottom: 10px;
}

/* BUTTONS */


p.product {
    display: block;
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.4em;
    color: #083253;
    background: #ffffff url("/img/icon_preview2.gif") no-repeat left center;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 30px;
}

.inlineIconText {
    display: block;
    padding-left: 35px;
    text-decoration: none;
}

.inline {
    display: inline;
    vertical-align: middle;
}

#key {
    display: inline;
    float: right;
    width: 600px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin: 5px 60px 5px 10px;
 /*   border-bottom: 1px solid #0086c2;    */
    padding: 0 0 5px 0;
    text-align: center;
}


a.rolloverMagnify {
    display: block;
    width: 40px;
    height: 40px;
    background: url("/img/icon_viewPopup.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.rolloverMagnify {
    background-position: -40px 0;
}

.btnBox {
    float: left;
    width: 114px;
    display: inline;
    height: 25px;
    margin: 0;
}

.buyButtons {
    position: relative;
    bottom: 0px;
    padding-top: 5px;
    margin-left: 10px;
}

.buyButtons2 {
    position: relative;
    bottom: 0px;
    width: 250px;
    display: inline;
    padding-top: 5px;
    margin-left: 0;
}

a.rolloverAddToCart {
    display: block;
    width: 114px;
    height: 25px;
    background: url("/img/btn_addToCart.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverAddToCart {
    background-position: -114px 0;
}

a.rolloverCheckout {
    display: block;
    width: 114px;
    height: 25px;
    background: url("/img/btn_checkout.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverCheckout {
    background-position: -114px 0;
}


a.rolloverSecureCheckout {
    display: block;
    width: 170px;
    height: 25px;
    background: url("/img/btn_proceedToSecure.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverSecureCheckout {
    background-position: -170px 0;
}

a.rolloverEditInfo {
    display: block;
    width: 170px;
    height: 25px;
    background: url("/img/btn_edit.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverEditInfo {
    background-position: -170px 0;
}

a.rolloverChangePassword {
    display: block;
    width: 170px;
    height: 25px;
    background: url("/img/btn_changePassword.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverChangePassword {
    background-position: -170px 0;
}

a.rolloverViewPurchases {
    display: block;
    width: 170px;
    height: 25px;
    background: url("/img/btn_viewYourPurchases.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverViewPurchases {
    background-position: -170px 0;
}

a.rolloverAddMoreVideos {
    display: block;
    width: 170px;
    height: 25px;
    background: url("/img/btn_addMoreVideos.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverAddMoreVideos {
    background-position: -170px 0;
}

a.rolloverSubmitFeedback {
    display: block;
    width: 170px;
    height: 25px;
    background: url("/img/btn_submitFeedback.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverSubmitFeedback {
    background-position: -170px 0;
}

a.rolloverCloseWindow {
    display: block;
    width: 170px;
    height: 25px;
    background: url("/img/btn_closeWindow.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverCloseWindow {
    background-position: -170px 0;
}


a.rolloverContinue {
    display: block;
    width: 114px;
    height: 25px;
    background: url("/img/btn_continue.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover.rolloverContinue {
    background-position: -114px 0;
}

a.rolloverSessionList {
    display: block;
    width: 40px;
    height: 40px;
    background: url("/img/icon_sessionList.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.rolloverSessionList {
    background-position: -40px 0;
}

.btnCheckout {
    float: left;
    width: 120px;
    height: 24px;
    margin-left: 3px;
}

.empty {
    margin: 0;
    padding: 0;
    width: 0px;
}
.submit {
    display: block;
    width: 120px;
}

a.submit {
    display: block;
    width: 120px;
    height: 24px;
    background: url("/img/btn_submit.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 3px 0;
}

a:hover submit {
    background-position: -120px 0;
}

.arrow {
    width: 500px;
    display: inline;
    vertical-align: bottom;
    text-align: right;
    margin: 0;
    padding: 0;
}

.arrowFaq {
    width: 500px;
    display: inline;
    vertical-align: top;
    text-align: right;
    margin: -15px 0 0 0;
    padding: 5px 0 10px 0;
}

.floatRight {
     float: right;
}

.opaqueOptin {
    float: left;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #073362;
    width: 176px;
    padding: 3px;
    font-size: 0.9em;
    color: #004e6c;
    text-align: center;
    margin-left: 8px;
}

.box270 {
    width: 270px;
    margin-left: 120px;
    margin-bottom: 20px;
}
p.label_checkbox_pair {
    clear: both;
    float: none;
    position: relative;
}
p.label_checkbox_pair input {
    left: 125px;
    position: absolute;
    top: 1px;
}
p.label_checkbox_pair label {
    display: block;
    margin-left: 145px;
    width: 270px;
   /* border-bottom: 1px solid #008096; */
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.tooltipBox {
    clear: both;
    float: left;
    width: 570px;
    height: 52px;
    padding: 0;
    margin: 5px 0 20px 0;  
}
.tooltipIndividual {
    float: left;
    width: 110px;
    height: 50px;
    padding: 0;
    border:1px solid #ffffff;
    margin:  0; 
    z-index: 0;    
}

#tooltipGettingStarted a {
    display: block;
    clear: none; 
    width:110px;
    height:50px;
    background:url(/img/spacer.gif) top left no-repeat;
    z-index: 0;    
}

#tooltipGettingStarted a span {     /* hides link artifact */
  visibility: hidden;
}

.gettingStarted {
    position:relative;  
    width:110px;
    height:50px;
    background:url(/img/btn_session_gettingStarted2.gif) top left no-repeat;
    z-index: 6; /* to work in ie these must be incremented backwards from left to right */
}

#tooltipHowTo a {
    display: block;
    clear: none; 
    width:110px;
    height:50px;
    background:url(/img/spacer.gif) top left no-repeat;
    z-index: 0;    
}

#tooltipHowTo a span {     /* hides link artifact */
  visibility: hidden;
}

.howTo {
    position:relative;  
    width:110px;
    height:50px;
    background:url(/img/btn_session_howTo.gif) top left no-repeat;
    z-index: 7;   /* to work in ie these must be incremented backwards from left to right */
}

#tooltipBp a {
    display: block;
    clear: none; 
    width:110px;
    height:50px;
    background:url(/img/spacer.gif) top left no-repeat;
    z-index: 0;    
}

#tooltipBp a span {     /* hides link artifact */
  visibility: hidden;
}

.bp {
    position:relative;  
    width:110px;
    height:50px;
    background:url(/img/btn_session_bestPractices.gif) top left no-repeat;
    z-index: 8;   /* to work in ie these must be incremented backwards from left to right */
}

#tooltipCs a {
    display: block;
    clear: none; 
    width:110px;
    height:50px;
    background:url(/img/spacer.gif) top left no-repeat;
    z-index: 0;    
}

#tooltipCs a span {     /* hides link artifact */
  visibility: hidden;
}

.cs {
    position:relative;  
    width:110px;
    height:50px;
    background:url(/img/btn_session_caseStudies.gif) top left no-repeat;
    z-index: 9;   /* to work in ie these must be incremented backwards from left to right */
}

#tooltipLi a {
    display: block;
    clear: none; 
    width:110px;
    height:50px;
    background:url(/img/spacer.gif) top left no-repeat;
    z-index: 0;    
}

#tooltipLi a span {     /* hides link artifact */
  visibility: hidden;
}

.lis {
    position:relative;  
    width:110px;
    height:50px;
    background:url(/img/btn_session_legalIssues.gif) top left no-repeat;
    z-index: 10;   /* to work in ie these must be incremented backwards from left to right */
}

#tooltipOi a {
    display: block;
    clear: none; 
    width:110px;
    height:50px;
    background:url(/img/spacer.gif) top left no-repeat;
    z-index: 0;    
}

#tooltipOi a span {     /* hides link artifact */
  visibility: hidden;
}

.oi {
    position:relative;  
    width:110px;
    height:50px;
    background:url(/img/btn_session_opIssues.gif) top left no-repeat;
    z-index: 1;   /* to work in ie these must be incremented backwards from left to right */
}

#tooltipTi a {
    display: block;
    clear: none; 
    width:110px;
    height:50px;
    background:url(/img/spacer.gif) top left no-repeat;
    z-index: 0;    
}

#tooltipTi a span {     /* hides link artifact */
  visibility: hidden;
}

.ti {
    position:relative;  
    width:110px;
    height:50px;
    background:url(/img/btn_session_techIssues.gif) top left no-repeat;
    z-index: 2;   /* to work in ie these must be incremented backwards from left to right */
}

.toolTip {
    position:absolute;
    right: 25px; /*Moves it to the right beside the image*/
    top: 30px;
    display: none;
    z-index: 2000; 
    /*The attributes below make it look pretty*/
    width:250px;
    padding: 15px;
    border: 1px solid #faa61a;
    background-color: #ffffff;
    font: 14px/14px Arial, Helvetica, sans-serif;
}

.plainBox {
    clear: both;
    float: left;
    width: 570px;
    padding: 0;
    margin: 0;  
}
.doubleIndividual {
    float: left;
    width: 278px;
    height: 50px;
    padding: 0;
    border: none;
    margin-right: 5px;
    margin-top: 0; 
    z-index: 0;    
}
.blog {
    font: normal 12px/14px arial,sans-serif;
    color: #004e6c;
    margin-top: 0; 
}
.table {
    padding: 0;
    margin: 0;
    width: 100%;
    border-width: 0;
    font-size: 1em;
}

.table85margin {
  padding: 20px;
  margin: 0 0 10px 40px;
  width: 85%;
  text-align: left;  
  font-size: 11px;
}

.leftMarginWhitePaper {
  text-align: left;
  margin-left: 188px;
  padding: 0px;
}

.height40{height: 40px; }

.privacy {
    padding-top: 10px;
    font-size: 13px;
    color: #004e6c;
    margin: 10px 0 15px 0;
    line-height: 1.1em;
    text-align: center;
}

#contentErrors {                              /* full 3 col */
    float: left;
    width: 963px;
    margin: 0;
    padding: 25px 30px 80px 30px;
    background-color: #FFFFFF;
    border-left: none;
    border-right: none;
}

.emailEntry {
    width: 400px;
    text-align: left;
    margin-left: 75px;
}
/*
New Palette
lt blue #e1f1f8
med lt blue #80c9e0

Cohasset blue #0086c2
med-dark blue #7cc1e0
dk blue #004e6c

hilight red #92191c
orange #faa61a
*/
