﻿#splash-container
{
	color: white;
	height: 485px;
	width: 100%;
	overflow: hidden;
	background: url("/SiteCollectionImages/SPLASH_BG.png") no-repeat center center;
	text-align: center;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	position: absolute;
	left: 0;
}

.splash-text
{
	padding-top: 100px;
}

.splash-text h1
{
	font-size: 70px !important;
	font-weight: 700 !important;
	margin: 0px;
}

.splash-text h2
{
	font-size: 30px !important;
	font-weight: 300 !important;
	margin: 0px;
}

.splash-choose
{
	line-height: 18px !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	margin-bottom: 0px;
}

.splash-buttons
{
	width: 250px;
	height: 115px;
	margin-top: 15px;
	margin: 15px auto;
}

.splash-elec-button
{
	width: 110px;
	height: 115px;
	margin-right: 30px;
	background: url("/SiteCollectionImages/green_bg.png") no-repeat center center;
	float: left;
	overflow: hidden;
}

.splash-gas-button
{
	width: 110px;
	height: 115px;
	background: url("/SiteCollectionImages/blue_bg.png") no-repeat center center;
	float: left;
	overflow: hidden;
}

.splash-buttons p
{
	text-transform: none;
	margin-top: 5px;
	font-weight: 700;
}

.splash-elec-button:hover, .splash-gas-button:hover
{
	cursor: pointer;
}