/*
**********************************

FEIM SITE 
Screen Styles
V 1.0.0 - Site Launch Styles

**********************************
*/

/*--------------------------------    
    Temporary Selectors
--------------------------------*/
.edit{
	color:red;
	border:1px dotted red;
	padding:10px;
	line-height: 1.4em;
	}


/*--------------------------------    
    Globals
--------------------------------*/

.clear{
	clear:both;
}

body{
	background-color: #807f84;
	/*color: #807F83;*/
	color: #636363;
	font:62.5% "Georgia",serif;
	}


#contentWrap a, #footer a {
	color: #333;
	border-bottom: 1px dotted #7C0040;
	text-decoration: none;
}

#contentWrap a:hover, #footer a:hover {
	color: #00467F;
	border-bottom: 1px solid #00467F;
}

/*--------------------------------    
    Structure
--------------------------------*/

#pageWrap{
	width:900px;
	margin:0 auto;
	padding:10px 15px 0 15px;
	background-image: url(../img/bkg/container930.gif);
	background-repeat: repeat-y;
	background-position: 0% 50%;
	background-color: #FFF;
	position: relative;
	}

#photo {
	margin: 0 0 45px 195px;
}

#home .callout {
	margin: -20px 30px 30px 195px;
	padding: 30px 40px;
	color: #00467F;
	font-size: 1.7em;
	line-height: 1.7em;
	background-color: #D8DEEB;
}

.callout {
	margin-bottom: 1.5em;
	font-size: 1.5em;
	line-height: 1.7em;
}

.callout p{
	font-size:1em;
	line-height:1.7em;
	margin-bottom:0;
}

#contentWrap {
	margin: 0 30px 50px 195px;
}

#footer {
	width: 635px;
	clear: both;
	margin: 200px 30px 0 195px;
	border-top: 1px solid #807F83;
	padding: 20px;
}

.ruleDivider{
	border-top: 1px solid #807F83;
	padding: 20px 0;
}

.col {
	width: 312px;
	float: left;
	display: inline;
	margin-right: 20px;
}

.homeCol {
	width: 302px;
	margin-right: 30px;
}

.col_23, .col_13 {
	float: left;
	display: inline;
}

.col_23 {
	width: 416px;
	margin-right: 30px;
}

.col_13 {
	width: 229px;
	color:#7C0040;
	font-size: 1.1em;
	line-height: 1.6em;
	font-style: italic;
}


/*--------------------------------    
    Header
--------------------------------*/

h1 {
	font-size: 2.4em;
	color: #7C0040;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.2em;
	color: #00467F;
	font-family: "Arial","Sans-Serif";
	text-transform: uppercase;
	margin-bottom: 1.0em;
	padding-bottom: 3px;
	border-bottom: 1px solid #00467F;
}

h3 {
	font-size: 1.3em;
	color: #333;
	font-family: "Arial","Sans-Serif";
	margin-bottom: 7px;
}

	
h1#logo {
	width: 675px;
	height: 125px;
	margin: 10px 0 17px 195px;
	padding: 0;
	text-indent: -9999px;
	background-color: #fff;
	}

h1#logo a {
	width: 675px;
	height: 125px;
	display: block;
	background-image: url(../img/logo/first_eagle_investment_managment.gif);
	background-repeat: no-repeat;
	border: none;
	}



/*--------------------------------    
    Login
--------------------------------*/

form#login {
 width: 125px;
 text-align: left;
 padding: 0 20px 0 20px;
 display: none;
}

form#login input {
	width: 120px;
	margin-bottom: 5px;
	font-size: 10px;
}

form#login label {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	display: block;
}

form#login input#submit {
	width: auto;
}

/*--------------------------------    
    Footer
--------------------------------*/

a#feim {
	font-size: 1.1em;
	float: left;
	display: block;
/*	width: 50px;
	height: 19px;
	text-indent: -5000px;
	background-image: url(../img/footer/feim.gif);
	border-bottom: none;
*/
	margin-bottom: 2.0em;
}

a#feim:hover { 
	background-position: 0 -19px;
/*	border-bottom: none;	*/
}

a#fef {
	font-size: 1.1em;
	float: right;
	display: block;
/*	width: 113px;
	height: 26px;
	text-indent: -5000px;
	background-image: url(../img/footer/first_eagle_funds.gif);
	border-bottom: none;
*/
	margin-bottom: 2.0em;
}

a#fef:hover { 
	background-position: 0 -26px;
/*	border-bottom: none;	*/
}

#footer p {
	font-size: 1.2em;
	color: #777;
}
/*--------------------------------    
    Navi
--------------------------------*/

#nav{
	position: fixed;
	top:25px;
	width:165px;
	height: 100%;
	}

* html #nav {
	position: absolute;
	}

#nav ul{
	text-align: right;
	margin:0;
	padding:0;
	}

#nav ul li{
	font: 1.2em "Arial";
	font-weight: bold;
	margin-bottom: 10px;
	width: 165px;
	}

#nav ul li.login {
	height: 120px;
	padding-top: 5px;
	}

#nav ul li.visible {
	background-color:#7C0040;
}

#nav ul li.visible a, #nav ul li.visible a:hover {
	color: #FFF;
	background-image: none;
}

#nav ul li a {
	text-transform: uppercase;
	display: block;
	color:#807F83;
	text-decoration: none;
	padding-right: 20px;
	width: 145px;
}

#nav ul li a:hover, #nav ul li a.current {
	color:#7C0040;
	background-image: url(../img/nav/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav ul li ul {
	font-size: 0.7em;
	background-color: #E9E8EA;
	margin-top: 5px;
}

#nav ul li ul li { margin-bottom: 0; }

#nav ul li ul li a { 
	padding: 5px 20px 5px 0;
}

#nav ul li ul li a:hover, #nav ul li ul li a.current { background-image: none; }

#nav ul li ul li ul {
	background-color: #F5F5F6;
	margin-top: 0;
	letter-spacing: 1px;
}

#nav ul li ul li ul li a { 
}

#nav ul li ul li ul li a:hover, #nav ul li ul li ul li a.current { background-image: url(../img/nav/small_arrow.gif); }


/*--------------------------------    
    Images
--------------------------------*/
.headshot{
	float:left;
	margin:5px 10px 10px 0;
}


/*--------------------------------    
    General
--------------------------------*/

sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
	font-size: .9em;
}

.ruleAbove{
	border-top: 1px solid #999;
	padding-top:.3em;
}

.disclosureIndent{
	text-indent:-.5em;
	padding-left:.3em;
}

p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

p.email {
	margin-top: -1.0em;
}

p.legend {
	font-family: "Arial","Sans-Serif";
	font-size: 1.1em;
	line-height: 1.7em;
}

p.details {
	font-family: "Arial","Sans-Serif";
	font-size: 1.1em;
	float: right;
	margin-top: -32px;
}

.disclaimers p {
	font-size: 1.2em;
	margin-bottom: 0.9em;
	font-style: italic;
	padding-left: 2.0em;
}

.disclaimers em {
	color: #00467F;
}

.gross { color: #00467F; }
.net { color: #6B89B4; }

#contentWrap ul {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	list-style: none;
}

#contentWrap li {
	margin-bottom: .5em;
}

#contentWrap .col ul {
	margin: -15px 0 1.5em 0;
	list-style: disc;
}

#contentWrap .col li {
	margin-left: 1.5em;
	margin-bottom: .5em;
}

table {
	font-family: "Arial","Sans-Serif";
	font-size: 1.0em;
}

table.glance {
	font-size: 1.1em;
	margin-bottom: 3.0em;
	border-top: 1px solid #999;
}

table.timeline {
	line-height: 1.6em;
}

table.timeline strong {
	color: #00467F;
}

tr.alt td, tr.even td{
	background-color: #E9E8EA;
}

tr.fundHighlight {
	color: #00467F;
	font-weight: bold;
}

th, td {
	text-align: right;
	border-bottom: 1px solid #999;
	padding: 13px 5px;
}

th {
	padding: 6px 5px;
}

td.leftAlign, th.leftAlign {
	text-align: left;
}

th.centerAlign {
	text-align: center;
}

th.groupHead1 { background-color: #D7DEEA; }
th.groupHead2 { background-color: #BCC8DD; }

.glance td {
	padding: 7px 5px;
	text-align: left;
}

table.buttons {
	margin-bottom: 3.0em;
	font-size: 1.4em;
}

table.buttons td {
	text-align: center;
	border-bottom: none;
	background-color: #D8DEEB;
	padding: 0;
}

table.buttons td.spacer {
	background-color: #fff;
}

table.buttons a {
	color: #00467F;
	width: 221px;
	height: 50px;
	line-height: 50px;
	display: block;
	border-bottom: none;
}

#contentWrap a.pdf, #contentWrap a.mail {
    background: url(../img/icon/pdf.gif) transparent no-repeat 1px 3px;
    padding: 2px 0 2px 22px;
    margin:0 0 .3em;
    text-indent: 0;
    border-bottom: none;
}

#contentWrap a.pdf:hover, #contentWrap a.mail:hover {
	border-bottom: none;
}

#contentWrap a.mail {
    background: url(../img/icon/mail.gif) transparent no-repeat 1px 3px;
}

#contentWrap a.pdf span, #contentWrap a.mail span {
	border-bottom: 1px dotted #7C0040;
}

#contentWrap a.pdf:hover span, #contentWrap a.mail:hover span {
	border-bottom: 1px solid #000;
}  

#contentWrap a.overviewDivider, #contentWrap a.performanceDivider {
	display: block;
	height: 25px;
	border-bottom: none;
}

#contentWrap a.relationshipDivider, #contentWrap a.salesDivider, #contentWrap a.careersDivider {
	display: block;
	height: 30px;
	border-bottom: none;
}

div.vcard {
	font-size: 1.4em;
	line-height: 1.4em;
}

div.vcard span {
	display: block;
}

.strategy_summary{
margin-bottom:28px;
}

.strategysummary_text{
	float: left; 
	width: 215px;
	font-size: 9.5px;
	line-height: 1.6em;
}

.strategysummary_text p{
	font-size:1.4em;
	line-height:1.6em;
}

h2.pressRelease, h3.pressRelease{
text-transform:none;
margin:1.5em 0 .8em;
}

.pressRelease_content{
margin-top:1em
}

.pressRelease_content p{

}

.pressReleases_nav{
line-height: 0em; margin-bottom: 2.5em;
}

#sandbox_notify{
	padding: 10px; 
	right: 10px; 
	bottom: 10px; 
	z-index: 10; 
	position: fixed; 
	background-color: rgb(30,30,30);

	
	font-family:Helvetica,Tahoma,Verdana,Arial,sans-serif;
	 
	color:white;
	line-height:1.3em;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}
#sandbox_notify a{
	color:#bbffbb;
}
