html,body{
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
}

#header{
}

#logo{
	width:1140px;
	margin:0 auto;
	height: 155px;
}

#banner{
	height:390px;
	background-color:#e1eefe;
	background-image: url(/s/site/csenergy/bg-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	margin-top:-445px;
}

#head{
	height:55px;
	text-transform:uppercase;
	line-height:55px;
	margin-bottom: 390px;
	font-weight:700;
	text-align:right;
}

#head a, #head a:link, #head a:visited{
	color:#333;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	padding: 13px 0px;
	margin: 0px 10px;
}

#head a:hover, #head a:active, #head a:focus{
	border-bottom: 5px solid #00519e;
	text-decoration:none;
}

#user,#headlinks{
	margin:0px;
	float:right;
}

#body{
	padding: 15px;
	min-height:700px;
}

h1{
	font-size: 35px;
	color: #00519e;
	font-weight: 700;
}

a, a:link, a:visited{
	color:#00519e;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #00519e;
	text-decoration: underline;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#lastSaved{
    margin-top:-70px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

#appnav{
	float:left;
	background-color:white;
	border:none;
	margin-bottom:-4000px;
	color:white;
	padding:0px;
	width: 170px;
}

#appnav h3{
	border:none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 17px;
	border-bottom: 1px #333 solid;
	color:#333;
	background-color:transparent;
	font-weight:100;
	margin:0px;
	padding: 7px 10px 7px 0;
	width: inherit;
}

#appnav .current{
	border:none;
	margin:0px;
	font-size:14px;
	padding:4px;
	padding-left:24px;
	text-transform:uppercase;
	color:#97be0d;
	font-weight:700;
	background:none;
}

#appnav li{
	border:none;
	padding:0px;
	margin:0px;
}

#appnav a, #appnav a:link, #appnav a:visited, #appnav a:hover{
	display:block;
	color:#333;
	font-weight:100;
	font-size:14px;
	padding:4px;
	padding-left:24px;
}

#appnav a:active, #appnav a:focus{
	text-transform:uppercase;
	color:#97be0d;
	font-weight:700;
}

#htmlForm .appform{
	margin-left:200px;
}

.ftEditForm{
	/*margin-left: 190px;*/
	width: 100%;
}

.appform h2, .ftEditSectionHeading{
	background-color:#97BE0D;
	color:white;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	border: 1px solid #D9DAD9;
	padding: 5px;
	background: #F2F1F1;
	margin: 10px 0 10px 0;
	height: 28px;
	/*width:100%;*/
	position: relative;
}

.appform .btn .mid{
	width:60%;
}

.appform .l{
	width: 197px;
}

#footer{
	background-color:#00519e;
	height:230px;
	color:white;
}

#footer-content{
	width:960px;
	margin:0 auto;
}

h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
	font-weight: 400;
}

.footer-position{
	width: 37%;
	float: left;
	height: 85px;
	padding: 15px;
	margin-top: 40px;
	font-size: 14px;
	font-weight: 100;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	font-weight: 400;
	padding-bottom: 7px;
	margin: 0px;
}

#footer a, #footer a:link, #footer a:visited{
	color:white;
	text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:white;
	text-decoration:underline;
}

#footer-lower{
	height: 106px;
	background-color:#414142;
}

#footer-logo{
	width:960px;
	margin:0 auto;
	padding:14px 0px;
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}
