/*Gold Fidelity Pricing-site page CSS*/
div#outer
{
	height: 1112px;
}
div#overlay /*Allows for a second background image in CSS 2*/
{
	height: 1115px;
}
/*Left navigational column*/
#leftnav 
{
	height: 820px;
} 

#rightnav 
{
	height: 820px;
}
div#footer
{
   top: -227px;
}

div#content {
	text-align: justify;
	height: 833px;
}
div#content a.notelink:link
{
	color: #7F4F1A;
	background-image: none;
	text-decoration: none;
}
div#content a.notelink:visited
{
	color: #7F4F1A;
	background-image: none;
	text-decoration: none;
}
div#content a.notelink:focus
{
	color: #ffffff;
	background-image: none;
	text-decoration: none;
}
div#content a.notelink:hover
{
	color: #ffffff;
	text-decoration: none;
	background-image: none;
}
div#content a.notelink:active
{
	color: #A06B28;
	background-image: none;
	text-decoration: none;
}

div#pricelist
{
	margin: 0 50px 0 50px;
    color: #A06B28;
	font-size: 12px;
	text-align:left;
}
ul.pricelist
{
	list-style-image: url(images/favicon-16x16-32-bpp.ico);
}
ul.subul
{
	list-style-image: url(images/fidelity-ring-7.png);

}
.asterisk
{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.indent
{
	padding: 0 0 0 10px;
}
a.sup
{
	text-decoration:none;
}
a.sup:link
{
	text-decoration:none;
}
a.sup:visited
{
	text-decoration:none;
}
a.sup:focus
{
	text-decoration:none;
	color: #ffffff;
}
a.sup:hover
{
	text-decoration:none;
	color: #ffffff;
}
a.sup:active
{
	text-decoration:none;
	color: #ffffff;
}
.services
{
	background-color: #E8D394;
}
table#pricestructure
{
	border: #ffffff solid 1px;
}

