@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('./fonts/League_Gothic-webfont.eot');
    src: url('./fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/League_Gothic-webfont.woff') format('woff'),
         url('./fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('./fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-repeat: repeat-x;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    color: #666;
    width: 100%;
}

h2 {
	font-family: 'LeagueGothicRegular';
	margin: 0px 0px 25px 0px;
	font-weight: normal;
	font-size: 369%;
	color: #333;
}

#ventures h2 {
	color: #0099cc;
}

#energy h2 {
	color: #660000;
}

#partners h2 {
	color: #1d4177;
}

h3 {
	font-family: 'LeagueGothicRegular';
	margin: 0px 0px 25px 0px;
	font-size: 230%;
	color: #333;
	font-weight: normal;
}

#energy h3 {
	color: #666;
}

#partners h3 {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}

#tabs h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}

h3 a {
	text-decoration: none;
	color: #666;
}

.subtitle {
	margin-top: -20px;
	font-size: 138%;
	font-weight: bold;
}

hr {
	border: 0px;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 25px 0px 35px 0px;
}

td {
	border: none;
	padding: 3px;
}

textarea {
	resize:none;
}

.small_text {
	font-size: 77%;
}

#ft, #hd {
    padding: 0px;
}

#ft {
	width: 874px;
	margin: auto;
	margin-top: 35px;
}

#bd {
	margin: auto;
    width: 874px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#bd.padding_top0 {
	padding-top: 0px;
}

#banner {
	height: 182px;
	overflow: hidden;
}

#ventures #banner {
	background: url(../images/shadow.png) repeat-x;
}

#banner.minibanner, .minibanner {
	height: 5px;
}

.header_content {
	margin: auto;
    width: 874px;
}

.minibanner img {
	float: left;
}

#partners #banner, #partners .minibanner {
	background-color: #020d27;
	border-top: 1px solid #bee0ff;
}

#energy #banner {
	background-color: #f1933b;
}

#ventures #banner {
	height: 240px;
	overflow: hidden;
	padding-top: 20px;
}

#ventures #banner.minibanner {
	background-color: #3a9ce5;
	padding-top: 0px;
	height: 5px;
}

#banner img {
	margin: 0px;
}

#topbar {
	height: 26px;
	background-color: #000;
}

#site_hopper {
	padding: 2px 0px 0px 24px;
	margin: 5px 0px 0px 0px;
	float: right;
	display: inline;
	font-size: 10px;
	background: url(../images/tiny_logo.png) no-repeat;
}

#site_hopper li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	color: #ccc;
}

#site_hopper a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

#site_hopper li a:hover, #site_hopper li.active a {
	color: #ccc;
}

#social_networks {
	float: left;
	display: inline;
	margin: 4px 0px 0px 5px;
}

#social_networks li {
	float: left;
	list-style-type: none;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
}

#navbar {
	height: 48px;
	margin: auto;
	overflow: hidden;
	margin-top: 0px;
}

#navbar img {
	margin-top: 6px;
}

#navbar.partners {
	background-image: url(../images/navbar_partners.png);
}

#navbar.ventures {
	background-image: url(../images/navbar_ventures.png);
}

#navbar.energy {
	background-image: url(../images/navbar_energy.png);
}

ul {
	margin-left: 15px;
}

ul li {
	margin-bottom: 4px;
}

#navbar ul {
	margin: 0px 75px 0px 0px;
	display: inline;
	float: right;
}

#navbar ul li {
	float: left;
	list-style-type: none;
	height: 48px;
	overflow: hidden;
	margin-top: 1px;
}

#navbar ul li a {
	padding: 15px;
	display: block;
	text-decoration: none;
	margin: 0px 1px 0px 1px;
}

#navbar ul li a:hover, #navbar ul li.active a {
	color: #fff;
	margin: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url(../images/navbar_bg.png) repeat-x;
}

#navbar.energy a {
	color: #666;
}

#navbar.energy ul li a:hover, #navbar.energy ul li.active a  {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	color: #333;
}

#navbar.partners a {
	color: #9cf;
	border-color: #9cf;
}
#navbar.partners ul li a:hover, #navbar.partners ul li.active a  {
	border-left: 1px solid #9cf;
	border-right: 1px solid #9cf;
	color: #fff;
}

#navbar.ventures a {
	color: #ccc;
	border-color: #ccc;
}
#navbar.ventures ul li a:hover, #navbar.ventures ul li.active a  {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color: #fff;
}

#ft p {
	color: #666;
	font-size: 10px;
	margin-top: 10px;
	padding: 10px 0px 35px 0px;
	border-top: 1px solid #ccc;
	text-align: center;
}

.left_col {
	width: 574px;
	float: left;
}

.right_col {
	width: 250px;
	margin-left: 624px;
}

.trigger, .pointer {
	cursor: pointer;
}

.box {
	padding: 15px;
	background: #eaeaea;
	margin: 0px 0px 20px 0px;
	color: #666;
}

.box ul {
	margin-left: 18px;
}

.box h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	margin: 0px 0px 15px 0px;
	color: #666;
}

.box.smaller p {
	font-size: 92%;
}

#partners .box.smaller h3 {
	border-bottom: none;
	margin-bottom: 5px;
}

#partners .box hr {
	margin: 15px 0px 15px 0px;
}

.eq_cols_sml a, .box a {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #666;
}

a:hover {
	color: #999;
}

.article {
	padding: 0px 0px 0px 40px;
	background: url(../images/article_icon.png) no-repeat;
	min-height: 30px;
	margin-bottom: 15px;
	top: 4px;
}

.eq_cols {
	width: 412px;
	float: left;
}

.eq_cols_sml {
	width: 194px;
	float: left;
}

#three_site_split div {
	width: 270px;
	float: left;
	border-left: 1px solid #999;
	padding-bottom: 40px;
}

#three_site_split h3 {
	padding-left: 14px;
	border-left: 6px solid #999;
	color: #666;
}

#three_site_split div p, #three_site_split div img, #three_site_split div ul {
	padding: 0px 0px 0px 20px;
	width: 250px;
}

#energy_blocks {
	background: #333;
	width: 100%;
	height: 114px;
}

#energy_blocks .block {
	width: 217px;
	height: 114px;
	color: #fff;
	position: relative;
	margin: 0px;
	float: left;
}

#energy_blocks h3 a, #energy_blocks h3 {
	color: #fff;
	text-decoration: none;
}

#energy_blocks h3 a:hover {
	color: #ccc;
}

#energy_blocks div * {
	margin: 5px 15px 0px 25px;
}

#energy_blocks h3 {
	padding-right: 44px;
	float: left;
	margin-bottom: 5px;
	margin-left: 25px;
}

#energy_blocks p {
	clear: both;
	font-size: 11px;
}

#energy_blocks .investors {
	border-left: 1px solid #000;
	background-color: #000;
}
#energy_blocks .investors h3 {
	background: url(../images/energy_icons.png) no-repeat right 0;
}
#energy_blocks .generation {
	border-right: 1px solid #333;
	background: #333 url(../images/energy_blocks_bg.png) no-repeat;
}
#energy_blocks .generation h3 {
	background: url(../images/energy_icons.png) no-repeat right -50px;
}
#energy_blocks .markets {
	border-right: 1px solid #666;
	background: #666 url(../images/energy_blocks_bg.png) no-repeat 0 -150px;
}
#energy_blocks .markets h3 {
	background: url(../images/energy_icons.png) no-repeat right -100px;
    line-height: 90%;
    font-size: 200%;
}
#energy_blocks .distribution {
	background: #999 url(../images/energy_blocks_bg.png) no-repeat 0 -300px;
}
#energy_blocks .distribution h3 {
	background: url(../images/energy_icons.png) no-repeat right -150px;
}

.profile {
	margin-bottom: 70px;
}

.profile img {
	margin-right: 25px;
}

.profile .name {
	font-size: 184%;
	font-weight: bold;
	margin: 0px;
}

.profile a {
	text-decoration: none;
	color: #999;
}

.profile a:hover {
	color: 333;
}

.profile .top {
	height: 95px;
	position: relative;
}

.profile .bottom {
	clear: both;
	padding-top: 20px;
}

.profile .info {
	position: absolute;
	padding-bottom: 15px;
	bottom: 0px;
	left: 110px;
	border-bottom: 1px solid #ccc;
	width: 464px;
}

#contact_form table {
	width: 100%;
}

#contact_form .field {
	border: none;
	background: #eaeaea;
	width: 100%;
	padding: 3px;
}

#contact_form textarea {
    overflow: auto;
}

.darkblue {
	color: #1d4177;
}

.medblue {
	color: #4e77a8;
}

.lightblue {
	color: #54a9d4;
}

.notify {
	cursor: pointer;
	float: left;
	margin-left: 5px;
}

.error {
	color: #ab110d;
	font-weight: bold;
}

.success {
	color: #00ac13;
	font-weight: bold;
}

.smaller_text li {
    font-size: 10px;
}

#boxes div {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    float: left;
    width: 405px;
    height: 150px;
}

#boxes div.odd {
    margin-right: 20px;
}