﻿html, img, div
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}
a
{
	text-decoration:none;
	border:0;
}
a img
{
	border:none;
}
#headerBar
{
	width: 100%;
	background-color: #b6a36a;
	height: 22px;
	margin: 0 auto;
}

#menuHolder
{
	width: 1000px;
	text-align: left;
	padding-left: 0px;
	padding-top: 3px;
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#headerBar ul
{
	display: inline;
}
#headerBar ul li
{
	display: inline;
	margin-right: 25px;
}

#subheaderBar
{
	width: 100%;
	background-image: url( '/images/smartmetering/background-subheader.jpg' );
	background-repeat: repeat-x;
	height: 27px;
	margin: 0 auto;
}


#footerBar
{
	width: 100%;
	background-color: #b6a36a;
	height: 22px;
	margin: 0 auto;
}

#contentHolder
{
	min-height: 600px;
	width: 987px;
	margin: 0 auto;
}

#textHolder
{
	min-height: 600px;
	width: 100%;
}
#sponsorHolder
{
	min-height: 600px;
	width: 170px;
}


#footerText
{
	width: 987px;
	margin: 0 auto;
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	margin-bottom: 10px;
}

#footerText a
{
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#footerText a:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#footerText a:visited
{
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}


.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}
.margintop1
{
	margin-top: 1px;
}

#sponsorHeader
{
	text-align: left;
	background-color: #b6a36a;
	width: 158px;
	height: 16px;
	color: White;
	margin-top: 10px;
	padding: 4px 6px;
	font-weight: bold;
}

#sponsorSidesAndBottom
{
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	min-height: 74px;
}

#sponsorSides
{
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	min-height: 74px;
}
