﻿/*! ENERGX THEME CSS !*/

/* GENERAL */
body {
    background-color: White;
	margin: 0px;
	padding: 0px;
	font: 70%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
    }
a {
    color: #000;
    text-decoration: none;
    }
a:visited {
    color: #000;
    text-decoration: none;
    }
a:hover {
    color: #000;
    text-decoration: none;
    }
a:active {
    color: #000;
    text-decoration: none;
    }
sup {
    font: 8px Arial, Tahoma, Helvetica, sans-serif;
    }

/* CONTAINER */
#container {
    position: relative;
    width: 800px;
    height: auto;
    margin: 0px auto 0 auto;
    background: Black;
    }

/* HEADER */
#container #header {
    position: relative;
    height: auto;
    width: inherit;
    }

/* BRANDING */
#container #header #branding {
	position: relative;
	}
/* branding logo */
#container #header #branding #brandingLogo {
    position: relative;
	}
#container #header #branding #brandingLogo h1 {
	position: relative;
	width: 800px;
	height: 164px;
	margin: 0px;
	text-indent: -1000px;
	overflow: hidden;
    }

/* CONTENT */
#container #content {
    position: relative;
    height: auto;
    min-height: 400px;
    width: 96%;
    text-align: left;
    padding: 0px 0px 30px 0px;
    }

/* CONTENT */
#container #content {
    position: relative;
    top: 15px;
    left: 25px;
    height: auto;
    min-height: 425px;
    width: 750px;
    text-align: left;
    padding: 0px 0px 30px 0px;
    }
    
#container #content hr {
     height: 1px;
     color: #000;
    }

#container #content p 
{
    font-size: 16px;
}

/* wizard welcome text */
#container #content #welcomeText p
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

/* wizard contact info text */
#container #content #contactInfoText p
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

/* wizard survey text */
#container #content #surveyText p
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

/* wizard thank you text */
#container #content #thankYouText p
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

/* contact info required fields */
#container #content #requiredFields p {
    margin: 20px 0 10px 0;
    font-size: 15px;
    }


/* FOOTER */
#container #footer {
    position: relative;
    top: 0px;
    left: 0px;
    }
