﻿html
{
    height: 100%;
}
body 
{
    margin: 0;
    font-family: Arial, Sans-Serif, Verdana;
    font-size: 13px;
    color: #000000;
    background-image: url(../images/gold_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#FullWidthContainer
{
    width: 100%;
    margin: 0 auto 0 auto;
}

#GreyBar
{
    width: 100%;
    height: 44px;
    background-color: #CCCCCC;
}

#GoldBar
{
    height: 25px;
    width: 100%;
    background-color: #B69C54;
}

#MainContainer
{
    width: 831px;
    margin: 0 auto 40px auto;
}

#HeaderContainer
{
    height: 182px;
    cursor: default;
}
#DottedLine
{
    border-bottom: 2px dotted #A8A9AB;
    position: absolute;
    width: 100%;
    margin-top: 191px;
}
        #Logo
        {
            margin: 25px 0 0 0px;
            width: 350px;
            height: 112px;
            float: left;
        }
		#Quote
        {
            width: 311px;
            height: 138px;
            margin: 21px 0 0 0;
            float: right;
            text-align: right;
            position: relative;
            
            /*text-align: right;
            font-size: 16px;
            font-style: italic;
            font-family: Verdana;
            color: #A7A9AC;
            line-height: 25px;*/
        }
			#Quote img
			{
				position: absolute;
				bottom: 0;
				left: 0;
			}
			#Quote .QuoteText
			{
				font-family: Georgia, Times New Roman, Times, Serif;
				color: #505050;
				font-size: 12px;
				text-transform: uppercase;
				line-height: 26px;
				letter-spacing: 2px;
			}
        #QuoteLarge
        {
            width: 400px;
            height: 138px;
            margin: 21px 0 0 0;
            float: right;
            text-align: right;
            
            /*text-align: right;
            font-size: 16px;
            font-style: italic;
            font-family: Verdana;
            color: #A7A9AC;
            line-height: 25px;*/
        }

#ContentContainer
{
    width: 831px;
    margin-top: 25px;
}

#Navigation
{
    width: 184px;
    float: left;
}
        #Navigation hr
        {
            border: 2px dotted #A8A9AB;
            margin-left: 0px;
            margin-bottom: 16px;
            margin-top: -4px;
        }
        #Navigation a
        {
            height: 20px;
            width: 166px;
            display: block;
            padding: 4px 8px 0 0;
            margin-bottom: 20px;
            
            text-transform: uppercase;
            color: #FFFFFF;
            text-decoration: none;
            font-size: 12px;
            text-align: right;
            font-weight: bold;
            border: 2px solid #DDD1AF;
        }
        #Navigation a:hover
        {
            color: #DDD1AF;
        }
        .FirstSet
        {
            background-color: #D3BE77;
        }
        .SecondSet
        {
            background-color: #8B7536;
        }
        .ThirdSet
        {
            background-color: #B69C54;
        }
        .FourthSet
        {
            background-color: #A6AAAD;
        }


#RightContainer
{
    width: 612px;
    float: right;
}

        #TextArea
        {
            width: 350px;
            float: left;
            margin-top: 20px;
        }
        #CallsToAction
        {
            width: 226px;
            float: right;
            margin-top: 20px;
        }
                .Box
                {
                    width: 214px;
                    height: 123px;
                    border: 1px solid #D1D1D3;
                    margin-top: 18px;
                    padding: 5px;
                    font-size: 10px;
                }
                        .BoxImage
                        {
                            width: 84px;
                            height: 123px;
                            float: left;
                        }
                        .BoxText
                        {
                            width: 115px;
                            margin-left: 10px;
                            margin-top: 0px;
                            float: left;
                        }

        #ContactMessage
        {
            margin-top: 20px;
            margin-right: 42px;
            /*margin-left: 220px;*/
            /*width: 612px;*/
            float: right;
            
            font-size: 13px;
            font-weight: bold;
            color: #000000;
        }
        
		#GoldPrice
		{
			display: block;
			clear: both;
			font-weight: bold;
			position: relative;
		}
				#GoldPrice h1
				{
					background: #B79C55 url(../images/price-bg.jpg);
					padding: 5px;
					color: #FFFFFF;
					display: block;
				}
				#GoldPrice .PriceContents
				{
					border: solid 1px #B79C55;
					border-width: 0 1px 1px 1px;
					padding: 5px;
				}
				#GoldPrice hr
				{
					color: #FFFFFF;
					border-top: solid 1px #B79C55;
				}
		#SilverPrice
		{
			display: block;
			clear: both;
			font-weight: bold;
			position: relative;
		}
				#SilverPrice h1
				{
					background: #B79C55 url(../images/silver-price-bg.jpg);
					padding: 5px;
					color: #FFFFFF;
					display: block;
				}
				#SilverPrice .PriceContents
				{
					border: solid 1px #9D9FA2;
					border-width: 0 1px 1px 1px;
					padding: 5px;
				}
				#SilverPrice hr
				{
					color: #FFFFFF;
					border-top: solid 1px #9D9FA2;
				
		}
				