html, body
{ 
    background-color: #ffffff;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 9pt;
    /*height: 100%;*/
}

#divMain
{
    width: 760px;
    height: 100%;
    background-color: #ffffff;
    text-align:left; /* reset text alignment */ 
    margin:0 auto; /* for the rest */ 
}

#divHeaderContent
{
    float: left;
    width: 520px;
    height: 50px;
    font-size: 12pt;
    color: #af1e23;
}

#divHeaderLogo
{
    padding-bottom: 20px;
}

#divHeaderContact
{
    font-family: Verdana;
    text-align: right;
    width: auto;
    font-size: 20px;
    margin: 0px;
	text-align: center;
}

 /* Top navigation */
 
#divTopnav
{
    clear: both;
    width: auto;
    border-top: #af1e23 1px dashed;
    border-bottom: #af1e23 1px dashed;
    background-color: #eeeeee;
}
 
#divTopnav ul
{ 
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 18px;
	float: left;
}


#divTopnav ul li
{
    border-right: #af1e23 1px solid;
    padding-right: 10px;
    display: inline;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 110px;
    margin-right: 2px;
    padding-top: 2px;
    text-align: center;
}

#divTopnav ul li a
{
    text-decoration: none;
    color: #333333;
}

#divTopnav ul li a:hover
{
    background-color: #eeeeee;
    color: #af1e23;
}

#divRight
{
    width: 225px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 100%;
    text-align: center;
    border-left: #af1e23 1px dashed;
    float: right;
}

#content
{
    height: auto;
}

#divFooter
{
    text-align: left;
    clear: both;
    border-top: #af1e23 1px dashed;
    font-family: Verdana;
    font-size: 9px;
}

#creditref {font-size: 8pt; margin-bottom: 10px;}

h1
{
    font-weight: normal;
    font-size: 22px;
    color: #af1e23;
    font-family: Verdana;
    letter-spacing: 5px;
    line-height: 35px;
}

h2
{
    font-weight: normal;
    font-size: 18px;
    color: #af1e23;
    font-family: Verdana;
    letter-spacing: 5px;
    line-height: 35px;
}
.contentmain
{
    width: 516px;
}

.wizard
{
    margin: 20px;
    vertical-align: top;
}

.loginform
{
    margin-left: 150px;
}

.textbold
{
    font-weight: bold;
    padding-bottom: 5px;
}

.totalline
{
    border-top: black 1px solid;
    font-weight: bold;
    border-bottom: black 1px double;
    text-align: right;
}

.disclamer
{
    font-size: 8pt;
    font-style: italic;
}

.estimatesummary
{
    font-weight: bold;
    font-size: 10.5pt;
}

.subheading
{
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
    color: #af1e23;
    border-bottom: #af1e23 1px solid;
}

A
{
    color: #af1e23;
    text-decoration: none;
    font-weight: bold;
}
A:hover
{
    text-decoration: underline;
}
.fieldsets
{
    width: 350px;
    margin-left: 100px;
    margin-bottom: 25px;
    font-weight: bold;
}
.fieldsets LEGEND
{
    color: #af1e23;
}



/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:600px;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}

.collapsePanelHeader
{
    font-weight: bold;
    color: #eeeeee;
    border: solid 1px #666666;
    padding: 0px;
    margin-bottom: 10px;
    background-color: #999999;
    
}
.collapsePanelHeader > div
{
    height: 14px;
}
.collapsePanel
{

}

.servicesbodytext
{
    line-height: 16pt;
    margin-bottom: 10px;
    color: #333333;
    background-color: #eeeeee;
    font-size: 8pt;
    padding: 10px;
    border: solid 1px #af1e23;
}

.linkcontainer {
    font-size: 1.3em;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin: 30px;
}
.linkcontainer img {
    border: none;
}