/*------------- ///Global Layout Styles\\\ -------------*/
/*------------------------------------------------------*/
#ContentWrap1 .FloatRight 
{
	margin: 0;
	float: right;
}

#ContentWrap1 .FloatRight2 
{
	margin: 0 0 25px 25px;
	float: right;
}

#Wrap
{
	margin: 0 auto;
}

/*Home*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.Home #HeaderWrap1
{
	background: none;
}

.Home #HeaderWrap2
{
	height: 96px;
}

.Home #ContentWrap1
{
	background: url(../images/home_globe.png) no-repeat center 0;
	overflow: auto;
}

.Home #ContentWrap2
{
	padding-top: 100px;
}

.Home h1
{
	font-size: 36px;
	line-height: 40px;
}

.Home h2
{
	margin-bottom: 0;
	border-bottom: solid 1px #114273;
}

.h2_Subhead
{
    color: white;
    padding: 2px 12px 2px 12px;
	background: #084E8A;
	font-style: italic;
	margin-top: 0;
	font-size: 13px;
	border-top: solid 1px #114273;
}

.Home a img
{
	border: none;
}


/*Header*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#HeaderWrap1
{
	width: 100%;
	background: url(../images/bg.png) no-repeat center 0 #114273;
	/*background: #114273;*/
	margin: 0;
	min-width: 960px;
}

#HeaderWrap2
{
	width: 960px;
	margin:0 auto;
	padding: 0;
	height: 313px;
}

#Header
{
	height: 140px;
}

#HeaderRight
{
	margin: 60px 0 0 0;
	float: right;
	font-size: 16px;
	color: #53A7EF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}

#HeaderRight .BiggerNumber
{
	font-size: 19px;
	letter-spacing: -1px;
}

#HomeLink
{
	width: 200px;
	height: 50px;
	float: left;
	margin: 35px 0 0 0;
	/*background: rgba(255, 0, 0, .5);*/
}

#HomeLink a
{
	display: block;
	width: 100%;
	height: 100%;
}


/*NavBar*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#NavBar 
{
	width: 960px;
	background: #00599F;
	margin: 0;
	padding:0;
	overflow: auto;
}

#NavBar ul
{
	margin: 0;
	padding: 0;
	border: none;
}

#NavBar li 
{
	margin: 0;
    list-style: none;
    float: left;
	width: auto;
}

#NavBar a, 
#NavBar a:link,
#NavBar a:active,
#NavBar a:visited
{
    padding: 0;
    float: left;
    color: #53A7EF;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    text-decoration: none;
    text-transform: uppercase;
	background: #00599F;
	outline: none;
}

#NavBar a:hover,
#NavBar a.CurrentPage
{
    color: white;
}

#NavBar a.Left
{
    padding-left: 10px;
}

#NavBar #NavPDF,
#NavBar #Nav10k
{
	float: right;
}

#NavBar #NavPDF a img,
#NavBar #Nav10k a img
{
	margin: 4px 4px 0 0; 
	float: left; 
	border: none;
}


/*SubNav*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#SubNav 
{
    margin: 0 auto 20px;
    overflow: auto;
    padding: 0;
}
#SubNav ul 
{
	margin: 0;
	padding: 0;
	border: none;
}

#SubNav li 
{
	margin: 0;
    list-style: none;
	display: inline;
}

#SubNav a 
{
    padding: 0;
    float: right;
	margin-left: 15px;
	text-decoration: none;
	color: #53A7EF;
	font-size: 13px;
}

#SubNav a:hover,
#SubNav a:active
{
	text-decoration: underline;
	outline: none;
}

#SubNav a.Left
{
    padding-left: 0px;
}

/*TabBar*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#TabBar 
{
    overflow: auto;
    padding: 0;
	margin: 25px 0;
	width: 960px;
	/*height: 50px;*/
}

#TabBar ul 
{
	margin: 0;
	padding: 0;
	border: none;
}

#TabBar li 
{
	margin: 0;
    list-style: none;
	display: inline;
}

#TabBar a 
{
    border-right: 1px solid white;
    color: white;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 11px 19px 11px;
    text-decoration: none;
    text-transform: uppercase;
	background: url(../images/tab_bar_placeholder.gif) repeat-x 0 bottom #368FD9;
}

#TabBar a:hover,
#TabBar a:active
{
	outline: none;
	background: url(../images/tab_bar_placeholder.gif) repeat-x 0 bottom #00599F;
}

#TabBar a.selected
{
	outline: none;
	background: url(../images/tab_bar_selected_wide.gif) no-repeat center bottom #00599F;
}

#TabBar a.Left
{
    padding-left: 0px;
}

/*Columns and Wraps*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
#ContentWrap1
{
	width: 100%;
}

#ContentWrap1.GoldMarket
{
	background: url(../images/gold_bars.jpg) no-repeat center 50px;
}

#ContentWrap2
{
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

#ContentWrap2.Subpages
{
	padding-top: 25px;
}

.TabContent
{
	overflow: auto;
}

.TabWrap
{
	width: 960px;
	margin: 0 auto;
	/*overflow: auto;*/
}

.TabWrapWide
{
	width: 100%;
	background: white;
}

/*.TabWrapWide .TabWrap
{
	margin-top: 739px;
}*/

.PropertyMap
{
	background:url(../images/property_map.jpg) no-repeat center 0 #A0B4CF;
	padding-top: 775px;
	min-width: 960px;
}

.SectionWrap
{
	width: 960px;
	margin: 0 0 25px 0;
	float: left;
}

.Col20,
.Col25,
.Col50,
.Col75
{
	margin: 0 32px 0 0;
	float: left;
}

.Col33,
.Col66
{
	margin: 0 33px 0 0;
	float: left;
}

.Col25
{
	width: 216px;
}

.Col50
{
	width: 464px;
}

.Col75
{
	width: 712px;
}

.Col33
{
	width: 298px;
}

.Col66
{
	width: 629px;
}

.Col20
{
	width: 165px;
}

.Right
{
	margin-right: 0;
}

/*Cornerstone Properties*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.CornerstoneWrap
{
	width: 100%;
	margin-top: 15px;
	min-width: 960px;
}

.CornerstoneBar
{
	width: 960px;
	margin: 0 auto;
}

.CornerstoneBar a
{
	color: white;
}

.CornerstoneContent
{
	min-width: 960px;
}

.CornerstoneBar .BackToTop
{
    float: right;
    font-size: 12px;
    margin: 25px 200px 0 20px;
}

.CornerstoneBar .FloatRight
{
    font-size: 16px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
    margin: 0;
	text-align: right;
	padding: 25px 25px 0 0;
	width: 300px;
}

#AndacolloContent .CornerstoneTab
{
	/*padding-top: 430px;*/
}

#AndacolloContent,
#PenasquitoContent,
#MtMilliganContent,
#VoiseysBayContent,
#PascuaLamaContent
{
	/*padding-top: 485px;*/
	overflow: auto;
}

/*#VoiseysBayContent .CornerstoneTab
{
	padding-top: 490px;
}

#MtMilliganContent .CornerstoneTab
{
	padding-top: 430px;
}

#PascuaLamaContent .CornerstoneTab
{
	padding-top: 465px;
}*/

#AndacolloBar,
#PenasquitoBar,
#VoiseysBayBar,
#MtMilliganBar,
#PascuaLamaBar
{
	height: 75px;
}

#AndacolloBar
{
	background: url(../images/bg.png) no-repeat center 0 #114273;
	background: #114273;
	background: url(../images/cornerstone/andacollo.jpg) no-repeat center 0;
}

#AndacolloContent
{
	background: url(../images/bg.png) no-repeat center -75px #114273;
	background: #114273;
	background: url(../images/cornerstone/andacollo.jpg) no-repeat center -75px;
}

#PenasquitoBar
{
	background: url(../images/cornerstone/penasquito.jpg) no-repeat center 0;
}

#PenasquitoContent
{
	background: url(../images/cornerstone/penasquito.jpg) no-repeat center -75px;
}

#VoiseysBayBar
{
	background: url(../images/cornerstone/voiseys_bay.jpg) no-repeat center 0;
}

#VoiseysBayContent
{
	background: url(../images/cornerstone/voiseys_bay.jpg) no-repeat center -75px;
}

#MtMilliganBar
{
	background: url(../images/cornerstone/mt_milligan.jpg) no-repeat center 0;
}

#MtMilliganContent
{
	background: url(../images/cornerstone/mt_milligan.jpg) no-repeat center -75px;
}

#PascuaLamaBar
{
	background: url(../images/cornerstone/pascua_lama.jpg) no-repeat center 0;
}

#PascuaLamaContent
{
	background: url(../images/cornerstone/pascua_lama.jpg) no-repeat center -75px;
}

#AndacolloContent,
#PenasquitoContent,
#VoiseysBayContent,
#MtMilliganContent,
#PascuaLamaContent,
#AndacolloExtraContent,
#PenasquitoExtraContent,
#VoiseysBayExtraContent,
#MtMilliganExtraContent,
#PascuaLamaExtraContent
{
	display: none;
}

.TopPropertyAnchors 
{
    overflow: auto;
    padding: 0;
	width: 960px;
	margin: 0 auto 15px auto;
}

.TopPropertyAnchors ul 
{
	margin: 0;
	padding: 0;
	border: none;
}

.TopPropertyAnchors li
{
	margin: 0;
    list-style: none;
	display: inline;
}

.TopPropertyAnchors a,
.TopPropertyAnchors span 
{
    float: left;
    padding: 0px 12px;
    text-decoration: underline;
    color: #666;
}

.TopPropertyAnchors span 
{
    text-decoration: none;
}

.TopPropertyAnchors a:hover
{
    text-decoration: none;
}

.PropertyPhotoPlaceholder
{
	width: 960px;
	height: 375px;
	margin: 0 auto;
}

.PropertyInfoWrap
{
	width: 100%;
	margin: 0;
	overflow: auto;
	background: #222;
}

.PropertyInfoHead,
.PropertyInfoList
{
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

.PropertyInfoHead span,
.PropertyInfoList span
{
	display: block;
	float: left;
	width: 248px;
	color: white;
}

.PropertyInfoHead span.Left,
.PropertyInfoList span.Left
{
	padding-left: 12px;
	width: 236px;
}

.PropertyInfoHead span.Right,
.PropertyInfoList span.Right
{
	width: 208px;
	padding-right: 8px;
}

.PropertyInfoHead
{
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
    text-decoration: none;
    text-transform: uppercase;
	background: #00599F;
} 

.PropertyInfoList
{
    color: white;
    font-size: 12px;
	line-height: 14px;
	margin: 10px auto;
} 

.Expand
{
	margin-top: 15px;
	text-align: center;
	background: #EEE;
}

.Expand a
{
	color: #333;
}

/*Content*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.DarkBlue
{
	background-color: #124173;
}

#GoldBarsPlaceholder
{
	height: 480px;
	width: 496px;
	float: right;
}

.FloatLeft
{
	float: left;
}

img.FloatLeft
{
	margin: 0 28px 50px 0;
}

.FloatRight
{
	float: right;
}

h2 .FloatLeft
{
	color: #53A7EF;
}

h2 .FloatRight a
{
	color: #53A7EF;
}

h3 .FloatRight a
{
	color: #53A7EF;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	padding-right: 10px;
}

.HoveringLink
{
	width: 80px;
	height: 12px;
	background: red;
	display: block;
}

.Officers h2
{
	margin-bottom: 0;
}

.Officers p
{
	margin-top: 0;
}

#PropertyFootnotes .FnNumber
{
	float: left;
	display: block;
	width: 20px;
	font-style: italic;
	font-size: 12px;
    line-height: 15px;
    margin: 8px 0;
}

#PropertyFootnotes .Footnote
{
	float: left;
	width: 930px;
}

#PropertyFootnotes .FootnoteIndent
{
	margin-left: 20px;
}

#PropertyFootnotes .SectionWrap
{
	margin-bottom: 10px;
}

/*Footer*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
#Footer
{
	height: 50px;
	width: 960px;
	margin: 50px auto 0 auto;
	/*border-top: solid 1px #CCC;*/
	/* Fonts */
	font-size: 12px;
}

.Home #Footer ul
{
	border-top: solid 1px #53A7EF;
}

#Footer ul
{
	margin: 0;
	padding: 0;
	float: left;
	border-top: solid 1px #CCC;
	width: 960px;
}

#Footer li 
{
	margin: 0;
    float: left;
    list-style: none;
	width: auto;
    padding: 5px 30px 5px 0;
    float: left;
}

#Footer li a
{
	color: #666;
}

.Home #Footer,
.Home #Footer li a
{
    color: #53A7EF;
}

