
/* -- SETUP -- */

html, body {height: 100%;}
 
body{
	font: 76% 'Roboto', sans-serif;
	background: #766354 url(../graphics/BSOG_web_background.jpg) top center fixed repeat-y;
	color: #000;
}

p{
	margin: 0 0 20px 0;
}

a{
	text-decoration: none;
	color: #8DD3EF;
}

a:hover{
	text-decoration: underline;
}

#container{
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	background: url(../graphics/BSOG_web_contentfill.png);
}

/* -- HEADER -- */

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

#header{
	height: 142px;
	background: url(../graphics/BSOG_web_logoheader.jpg) no-repeat;
}

#photo{
	height: 340px;
	position: relative;
}
#photo-contact{
	height: 230px;
	position: relative;
}

h1{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 400;
	font-size: 2.5em;	
	position: absolute;
	top: 39px;
	left: 75px;
}


#socialmedia{
	float: right;
	clear: right;
	align: top;
	margin: 10px 15px 0 0;
	font-size: .9em;
	color: #155060;
	text-transform: uppercase;
}

#socialmedia-home{
	float: left;
	margin: 35px 0 0 0;
}

.socialmediaimg{
	padding: 0 1px 0 2px;	
}


/* -- MAIN NAVIGATION -- */

#mainNav {
	height: 35px;
	padding: 106px 0 0 0;
}

#mainNav ul {
	height: 35px;
	width: 810px;
	margin: 0 auto;
	border-top: 1px solid #e7d1cc;
	border-left: 1px solid #e7d1cc;
	border-right: 1px solid #e7d1cc;
}

#mainNav li{
	float: left;
}

#mainNav li:first-child{
	margin: 0 0 0 7px;
}

#mainNav li.divider{
	width: 1px;
	margin: 12px 8px 0 8px;
	background: url(../graphics/BSOG_web_navdivider.png) no-repeat;
}

#mainNav a {
	display: block;
	height: 25px;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	color: #155060;
}

#mainNav a:hover,

body#company #button1 a,
body#projects #button2 a,
body#regions #button3 a,
body#regionplayers #button4 a,
body#market #button5 a,
body#management #button6 a,
body#investors #button7 a,
body#contact #button8 a{

	background: url(../graphics/BSOG_web_nav-tile-hit.png) repeat-x;
	
}

/* -- DROPDOWN -- */

#mainNav ul li ul{
	margin-left: 0;
	border: none;
	width: 160px;
	height: auto;
	background: #3c3830;
	z-index: 5000;
	padding: 5px 0 0 0;
}

#mainNav ul li ul, #mainNav ul li ul li ul.subMenu{
	position: absolute;
	left: -999em;
}

#mainNav li ul li, #mainNav li ul li:first-child{
	float: none;
	height: 20px;
	text-align: left;
	margin: 0;
	padding: 3px 0;
}

#mainNav li ul li a{
	font-size: 10px;
	line-height: 11px;
	color: #8DD3EF;
	margin: 0;
	padding: 0 0 0 10px;
	clear: both;
	text-indent: 0;
	width: 150px;
	text-transform: none;
}


#mainNav ul li ul li a:hover{
	color: #FFF;
	background: none;
}

#mainNav ul li:hover ul{
	left: auto;
}

#mainNav ul li ul li:hover ul.subMenu{
	top: -1px;
	left: 162px;
}

#mainNav li:hover a{
	
}

/* -- CONTENT -- */

#contentTop{
	margin: 10px 50px 30px 0;
	overflow: auto;
}

h2{
	margin: 0 0 10px 75px;
	color: #fff;
	font-size: 1.5em;
	float: left;
}

#quote{
	width: 400px;
	float: right;
	text-align: right;
	color: #8DD3EF;
	font-size: 1.1em;
}

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

#subNav{
	clear: both;
	float: left;
	background: #0e4352;
	padding: 3px 20px 3px 55px;
}

#subNav li{
	float: left;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 10px 0 0;
}

#subNav li.divider{
	width: 1px;
	background: url(../graphics/BSOG_web_subnavdivider.png) 0 2px no-repeat;
}

#subNav li a{
	color: #fff;
}

#subNav li a:hover{
	color: #69aac4;
	text-decoration: none;
}

#subNav li a:selected{
	color: #69aac4;
	text-decoration: none;
}

#content{
	clear: both;
	float: left;
	width: 600px;
	margin: 0 50px 20px 75px;
	color: #FFF;
}

#content-sub{
	clear: both;
	float: left;
	width: 600px;
	margin: 20px 50px 20px 75px;
	color: #FFF;
}

h3{
	font-size: 1.2em;
	color: #fff;
}

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

#gallery img {
	width: 600px;
	margin-top: 8px;
}

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

#rightColumn{
	width: 180px;
	margin: 0 50px 0 0;
	float: right;
	color: #fff;
}

#rightColumn div{
	width: 180px;
	height: 69px;
	margin-bottom: 2px;
}

#popups{
	padding: 1px 10px 0 5px;
}

#investor-popups{
	padding: 30px 10px 20px 5px;
}

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

}

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

#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;
}

/* -- FOOTER -- */

#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: -94px; /* negative value of footer height */
	height: 94px;
	clear: both;
	background: url(../graphics/BSOG_web_footer.jpg) no-repeat;
} 

#footer a{
	color: #FFF;
}

#footerLeft, #footerMiddle1, #footerMiddle2, #footerRight{
	background: #bd6450;
	height: 44px;
	margin-top: 10px;
	float: left;
	padding: 8px;
	font-size: .8em;
	color: #FFF;
	text-transform: uppercase;
}

#footerLeft p, #footerMiddle1 p, #footerMiddle2 p, #footerRight p{
	margin: 0 0 8px 0;
}

#footerLeft{
	width: 160px;
	margin-right: 1px;
}

#footerMiddle1{
	width: 104px;

}

#footerMiddle2{
	width: 160px;
	margin-right: 1px;
}

#footerRight{
	width: 470px;
	text-align: right;

}

#footerRight ul{
	margin: 0 0 30px 0;
}

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

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

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

#socialmedia-footer{
	float: right;
	clear: right;
	margin: 10px 15px 0 0;
	font-size: .9em;
	color: #155060;
	text-transform: uppercase;
}

#socialmedia-footer{
	float: left;
	margin: 35px 0 0 0;
}

.socialmediaimg-footer{
	padding: 5px 1px 10px 2px;	
}

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


