/*Gold Fidelity Features page CSS*/
div#outer
{
	height: 700px;
}
div#content {
	height: 665px;
/*If the "leftnav" div is longer than the main content, the border can be applied to the right side of the "leftnav" div instead of the "content" div.*/ 
}
h2
{	
	margin-top:	1.75em;
	margin-bottom:	.33em;
	font-size:	24px;
	padding-top:	0;
	padding-bottom:	0;
	border-top:	0;
	border-bottom:	0;
	text-align: center;
	}
div#overlay /*Allows for a second background image in CSS 2 */
{
	height: 946px;	
}
	
p
{
	text-align: justify;
}	
/*Left navigational column*/
div#leftnav {
	height: 672px;
} 
/*Left navigational column*/
div#rightnav {
	height: 672px;
	top: -672px;
}
div#hborder a:focus, div#hborder a:hover, div#hborder a:active 
{
	background-color: transparent;
	background-image:none;
	border:0 solid black;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

a:link, a:visited
{
    color: #A06B28;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a:hover, a:active
{
    background-color: #A06B28;
    color: #653F15;
	background-image: url(images/gold-strip-2-20x1-vertical.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#footer
{
	top: -680px;
}
