﻿body {
    background-color:#C6DBA3;
    margin:0;
    text-align:center;
}
#shell{
    background-color:#fff;
    width:1000px;
    height:650px;
    text-align:left;
    padding:0;    
    margin: auto;
}
#tagline
{
    width: 280px;
    height:65px;
    float:left;
    position:absolute;
    top: 50px;
    margin-left: 30px;
    z-index:10000;
    background-image:url('../images/tag.gif');
    background-repeat:no-repeat;
    background-position:10px 0px;
    color:#fff;
}
#topNav
{
    width: 400px;
    float:right;
    position:relative;
    top: 75px;
    text-align:right;
    margin-right: 40px;
    z-index:10000;
    font-size:11px;
    white-space:nowrap;
}
#blueShade{
    background-image:url('../images/complete_back.jpg');
    background-repeat:no-repeat;
    background-position:0px 0px;
    width:965px;
    height:650px;
    vertical-align:top;
    margin-top:20px;
    padding: 140px 0px 0px 40px;
    position:absolute;
    top:0px;
    z-index:0;
    /*border:solid 1px red;*/
}
#lnkHET{
    position:absolute;
    top:290px;
    left:770px;
}
#lnkWash{
    position:absolute;
    top:500px;
    left:800px;
}
.leftColumn{
   width:410px;
   vertical-align:top;
   padding-top:10px;
}
.rightColumn{
    background-image:url('../images/appliances.gif');
    background-repeat:no-repeat;
    background-position:right 20px;
    width:500px;
    height:320px;
}
.welcome{
    font-family:Arial;
    font-weight: bold;
    font-size: 16px;
    padding:0px
}
.subHeader{
    font-family:Arial;
    font-weight: bold;
    font-size: 13px;
    padding:10px 0px 0px 0px;
    margin:0;
    color:#009BC9
}
.linksHeader{
    font-family:Arial;
    font-weight: bold;
    font-size: 13px;
    padding:4px;
    margin-bottom:4px;
    width:85px;
    color:#009BC9;
    background-color:#C6DBA3;
    line-height:10px;
    text-align:center;
    border:solid 1px #009BC9;
}
.linksColumn{
   width:300px;
   vertical-align:bottom;
   padding-left:10px;
   line-height:18px;
}
.default{
    font-family:Arial;
    font-weight: normal;
    font-size: 12px;
}
.small{
    font-family:Arial;
    font-weight: normal;
    font-size: 11px;
}
.icons{
    width:175px;
    text-align:left;
    padding-top:50px
}
p{
    margin-top:10px;
    margin-bottom:0;
    padding:0
}
a:link, a.link:link{
    color:#009BC9;
    font-weight:normal;
}
a:hover, a.link:hover{
    color:#000;
}
a.link:hover{
    color:#000;
}
a:visited, a.link:visited{
    color:#009BC9;
}
#faqBlock
{
    height: 350px;
    width: 800px;
    overflow: scroll;
    overflow-x:hidden;
    padding:10px;
    background-color:#fff;
    border:solid 1px #000;
    font-size:9pt;
}
#retailerBlock
{
    height: 340px;
    width: 800px;
    overflow: scroll;
    overflow-x:hidden;
    padding:10px;
    background-color:#fff;
    border:solid 1px #000;
    font-size:9pt;
    margin-top:25px;
}
.retailer{
   vertical-align:top;
   padding-top:5px;
   font-family:Arial;
   font-weight: normal;
   font-size: 11px;
}
#tblRetailer td{
    font-size:9pt;
    padding:4px;
    border-bottom:dotted 1px #ccc;
    white-space:nowrap;
}
th{
    background-color:#009BC9;
    color:#fff;
    padding:4px;
    margin:0;
    font-family:Arial;
    text-align:left;
}
ol{
    padding-top:0px;
    margin:0px 0px 0px 20px;
}
h5
{
    margin-bottom: 4px;
    margin-top:0px;
    font-family:Arial;
    font-size: 9pt;
    cursor:pointer;
}
ul
{
    list-style: disc;
    margin:0px 0px 0px 20px;
}
.answer{
    
}
blockquote{
    margin:4px 0px 12px 12px;
    padding-left:30px;
}

/* questionnaire styles */
#questionnaireBody{
    width: 600px;
    height: 500px;
    background-color: White;
    border:solid 1px black;
    margin:auto;
    margin-top:5px;
    padding:10px;
}
#questionnaire td{
    text-align:left;
    padding:5px;
}
.question{
    font-weight:bold;
    font-size:12px;
}
.btn{
    background-color:#009BC9;
    font-size:10px;
    padding:4px;
    border:solid 1px #ccc;
    text-align:center;
}
a.btn{
    color:#fff;
    text-decoration:none;
}
a.btn:hover{
    font-weight:bold;
}
a.btn:visited{
    color:#fff;
}
.floatRight{
    float:right;
}