body {
	 margin: 0px;
	 padding: 0px;
	 background-color: black;
	 font-family: gill sans, arial;
	 font-size: 14pt;
}

.maincon {
	width: 100%;
	height: 100%;
}

#container {
	width: 950px;
	height: 800px;
	text-align: left;
	color: white;
}

#topsection {
	font-size: 22pt;
	margin-bottom: 5px;
	height: 50px;
}

.homelogo {
	font-size: 36pt;
	color: white;	
}

#menu {
	color: white;
	margin-bottom: 10px;
	margin-left: -10px;
}

.menu {
	color: white;
	text-decoration: none;
	font-size: 16pt;
	margin-right: 10px;
	margin-left: 10px;
}

.menu:hover {
	color: #57c152;	
}

#main{
	height: 680px;
	width: 950px;
	border-top: 2px solid #57c152;
}

#termmain{
	width: 950px;
	border-top: 2px solid #57c152;
}

a {
	color: #5fcce7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	margin-bottom: 5px;
}

.home {
	background: url(images/home.jpg) top right no-repeat;
	text-align: center;
	font-size: 20pt;
}

.installation {
	background: url(images/installation.jpg) top right no-repeat;
}

#installationleft {
	float: left;
	width: 450px;
	margin-top: 10px;
}

#installationright {
	float: right;
	width: 350px;
	margin-top: 10px;
	color:  #57c152;
}

#install-v {
	text-align: center;
	font-size: 24pt;
}

#install-vsmall {
	text-align: left;
	width: 320px;
	margin: 40px 0px 40px 52px;
}

.servicing {
	background: url(images/meterreader.jpg) bottom left no-repeat;
}

#servicingleft {
	float: left;
	width: 450px;
	text-align: center;
	font-size: 20pt;
	margin-top: 10px;
}

#servicingright {
	float: right;
	width: 350px;
	margin-top: -20px;
}

.green {
	color: #57c152;
	text-decoration: none;
}

.small {
	font-size: 8pt;
}

.energy {
	background: url(images/energybg.jpg) bottom right no-repeat;
}

#energy-box1 {
	width: 450px;
	margin-top: 20px;
	text-align: center;
	font-size: 14pt;
}

#energy-box2 {
	width: 450px;
	margin-left: 100px;
	margin-top: 20px;
	text-align: center;
	font-size: 14pt;
}

.energyheading {
	font-size: 20pt;
	color: #57c152;
}

.about {
	background: url(images/about.jpg) center no-repeat;
	text-align: center;
}

.tests {
	background: url(images/tests.jpg) center no-repeat;
}

#testbox1 {
	width: 300px;
	margin-top: 40px;
}

#testbox2 {
	margin-top: 75px;
	width: 300px;
}

.emergency {
	font-size: 10pt;
}

.links {
	font-size: 10pt;
	}
	
#mainbottom {
	text-align: center;
	color: white;
	font-size: 8pt;
	margin-top: -35px;
}

#logobottom {
	float: right;
	margin-top: -190px;
}
