
/* -- SETUP -- */

html, body {height: 100%;}
 
body{
	font: 76% "Lato", arial, sans-serif;
	background: #394e69;
	/*-webkit-background-size: 1800px 1050px;*/	
	color: #FFF;
}

p{
	margin: 0 0 15px 0;
}

a{
	text-decoration: none;
	color: #99fefe;
}

a:hover{
	text-decoration: underline;
}

a[name] {
  padding-top: 166px;
  margin-top: -166px;
  display: inline-block; /* required for webkit browsers */
}

#container{
	width: 980px;
	margin: 0 auto;
	position: relative;
	/*min-height: 100%;*/
	/*background: url(../graphics/photos/GFP_web_pic-02.jpg) no-repeat;*/
}

#photo{
 	position: absolute;
 	z-index: 0;
}

#photo img{
	display: none;
}

/* -- HEADER -- */

#main{
	overflow: auto;
	padding-bottom: 65px; /* must be same height as the footer */
	position: relative;
}

#header{
	width: 980px;
	left: 50%;
	margin-left: -485px;
	height: 181px;
	background: url(../graphics/GFP_web_logobar.png) no-repeat;
	position: fixed;
	z-index: 100;
}

#headerLinks{
	color: #838383;
	font-size: .9em;
	margin: 17px 60px 0 60px;
}

#headerLinks a{
	color: #ffffff;
}

#headerLinks a:hover{
	text-decoration: none;
}

#newsletterSignup{
	float: left;
	text-transform: uppercase;
	color: #79909b;	
}

#headerSocialMedia{
	clear: left;
	margin: 17px 60px 0 60px;

}

.headerSocialMedia{
	padding: 15px 5px 15px 0px;
}

#stockLink{
	float: right;
		color: #79909b;
}

#stockLink #stockQuote{
	padding-left: 10px;
	margin-right: 20px;
}

#stockLink #stockData{
	font-size: .9em;
}

#stockLink span{
	color: #79909b;
}

/* -- MAIN NAVIGATION -- */

#mainNav {
	width: 910px;
	margin: 0 auto;
	height: 48px;
	padding: 5px 0 0 40px;
}

#mainNav ul {
	height: 48px;
}

#mainNav li{
	float: left;
	margin-right: 1px;
}

#mainNav a {
	display: block;
	height: 34px;
	padding: 14px 15px 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #aadfd2;
	background: url(../graphics/GFP_web_nav-tile.png) repeat-x;
}

#mainNav a:hover,
body#home #button1 a,
body#company #button2 a,
body#projects #button3 a,
body#westernusenergy #button4 a,
body#market #button5 a,
body#region #button6 a,
body#management #button7 a,
body#investors #button8 a,
body#contact #button9 a{
	color: #ffffff;
	background: url(../graphics/GFP_web_nav-tile-hit.png) repeat-x;
}


/* -- CONTENT -- */

#contentContainer{
	/*/overflow: auto;/*/
	background: url(../graphics/GFP_web_content-bg.png) no-repeat;
	width: 880px;
	min-height: 600px;
	margin: 0 auto;
	margin-top: 450px;
	padding: 0 30px 0 60px;
	position: relative;
}

h1{
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 5px 0 15px 0;
}

h2{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

body#company h2{
	margin: 0 0 15px 0;
}

#subNav{
	margin-bottom: 10px;
	height: 37px;
}

#subNav li{
	float: left;
	text-transform: uppercase;
	margin: 0 1px 0 0;
	list-style-type: none;
	font-size: .9em;
}

#subNav li a{
	display: block;
	height: 22px;
	color: #aadfd2;
	padding: 10px 30px;
	background: url(../graphics/GFP_web_subnav-tile.png) repeat-x;
	text-decoration: none;
}

#subNav li a:hover, #subNav ul li a.highlight{	
	color: #ffffff;
	background: url(../graphics/GFP_web_subnav-tile-hit.png) repeat-x;
}

#leftColumn{
	float: left;
	width: 540px;

}

#content{
	clear: both;
	color: #FFF;
	font-weight: 300;
	padding: 0 0 20px 0;
	text-align: justify;
}

#content a, #rightColumn a{
	color: #99fefe;
}

#content ul{
	margin: 0 0 20px 40px;
	list-style-type: disc;
}

#footnotes ol{
	font-size: .8em;
	margin: 0 0 20px 10px;
	list-style-type: decimal;
	list-style-position: inside;
}

.logo{
	padding-top: 20px;
}

#rightColumn{
	width: 300px;
	margin: 30px 0 20px 40px;
	float: right;
}

#quote, #popups{
	background: #436776;
}

#quote{
	text-transform: uppercase;
	font-style: italic;
	font-weight: 300;
	font-size: .9em;
	line-height: 1.7em;
	color: #aadfd2;
	margin: 0 0 1px 0;
	padding: 30px 40px;
}

#quote sup{
	font-size: .6em;
}

#popups{
	padding: 30px 40px 20px 40px;
	margin: 0 0 1px 0;
}

#popups div, #videos div{
	margin: 0 0 10px 0;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	height: 60px;

}

#popups div.brochure{
	width: 64px;
	float: left;
	margin: 0 30px 0 0;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
}

#popups div img, #videos div img{
	margin: 0 10px 0 0;
	float: left;
}

#popups div a{
	display: block;
	text-decoration: none;
	color: #FFF;
	height: 34px;
}

#videos div a{
	display: block;
	text-decoration: none;
	color: #FFF;
	height: 4px;
}

#videos div, #videos div a{
	text-transform: none;
	height: 60px;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
}

#popups h2{
	margin-bottom: 10px;
}

/* -- FOOTER -- */

#footer {
	width: 100%;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	background: #0e1a1e;
	position: fixed;
	bottom: 0;
} 

#footer a{
	color: #808D9E;
}

#footerContent{
	width: 970px;	
	margin: 0 auto;
	overflow: auto;
}

#footerLogo, #footerLeft, #footerMiddle, #footerRight{
	background: url(../graphics/GFP_web_footer-tile.png) repeat-x;
	height: 44px;
	margin-top: 5px;
	float: left;
	padding: 15px 8px 0 5px;
	font-size: .8em;
	text-transform: uppercase;
	color: #808D9E;
	text-align: center;
}

#footerLeft p, #footerMiddle p, #footerRight p{
	margin: 0;
}

#footerLeft span, #footerMiddle span, #footerRight span{
	color: #FFF;
}

#footerLogo{
	width: 143px;
	height: 54px;
	margin-right: 0;
	padding: 5px 5px 5px 15px;
}

#footerLogo a{
	display: block;
	width: 171px;
	height: 48px;
	background: url(../graphics/GFP_web_logo-footer.png) no-repeat;
	margin: 0 auto;
}

#footerLeft{
	width: 243px;
	margin-right: 0;
	text-align: left;
}

#footerMiddle{
	width: 206px;
	margin-right: 0;
	text-align: left;
}

#footerLeft p, #footerMiddle p{
	margin: 0 0 5px 0;
}

#footerRight{
	width: 318px;
}

#footerRight ul{
	padding: 0 0 0 0px;
	overflow: auto;
}

#footerRight li{
	float: right;
	margin: 0 15px 0 0;
}

.copyright{
	padding-top: 10px;
}


/* Opera Fix - Sticky Footer */
/*
body:before {
	content:"";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}
*/

