﻿#mainContent
{
    
}

h2
{
    margin-bottom: 30px;
}

h3
{
    font-weight: bold;
    font-size: 1.3em;
    margin: 0px;
}
#applicationTypeListContainer
{
    color: White;
    width: 270px;
    margin: 10px;
    position: absolute;
    top: 50px;
    left: 335px;
}



#applicationTypeList
{
    font-size: 10pt;
    list-style-type: none;
    margin-top: -5px;
}

#applicationTypeList li
{
    margin: 5px 0px;
}

#applicationTypeList a
{
    color: White;
    text-decoration: none;
}

#applicationTypeList a:hover
{
    text-decoration: underline;   
}

.disclaimerText
{
    text-align: justify;
    font-size: .75em;
}

.applicationExplanation
{
	margin-left: 20px;
	margin-top: 30px;
    width: 300px;
}

#toolLinkList
{	
    list-style-type: none;
    font-size: 1.2em;
    line-height: 25px;
    margin-left: 60px;
    margin-top: 50px;
}

#applicationProductImage
{
    width: 325px;
    height: 339px;    
    background: url('../images/waterheaters2.png') no-repeat center;
    position: relative;
    margin-top: 70px;
    margin-left: 17px;
    z-index: 10;
}

#footerTermsOfUseSpan, #footerTermsOfUseSpan a:link, #footerTermsOfUseSpan a:visited
{
}

