@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    background-color: #fff;
    width: 645px;
    color: #043a76;
    font-size: 12px;
	font-family: arial, sans-serif;
    line-height: 150%;
}
a:active { outline: none; }
a, .green {
    color:#98bf0d;
    text-decoration:none;
}
 h1, h2, h3, h4 {
  color:#043a76;
}
h1 { text-transform: uppercase; }
p, h1, h2, h3, label, input, textarea  {
  margin-bottom:10px;
}
h1{font-size:22px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
ul{margin:0px 0px 0px 10px;}
li{margin:0px 0px 0px 5px;}
hr { height:2px; background-color:#98bf0d; color:#98bf0d; border:0px; margin: 10px; }
img.floatLeft { float: left; margin: 0px 10px 10px 0px; }
img.floatRight { float: right; margin: 0px 0px 10px 10px; }body {
    background: #fff;
    width: 100%;
}
img {
    border: 0px;
}
.clearBoth {
    clear: both;
}
.wrapper {
    margin: 0px auto;
    width: 990px;
}

/***************************** mast head **************************************/
#masthead {
    height: 131px;
}
#masthead #enercon-energy-utility-consultants-logo {
    float: left;
    margin-top: 10px;
}
#slideshow {
    float: right;
    width: 423px;
}


/***************************** top Menu **************************************/
.energy-menu-grey, .energy-menu-green {
    height: 20px;
}
.energy-menu-green {
    background: #98bf0d url(images/white-dummy.gif) bottom repeat-x;
}
.energy-menu-grey {
    background: #043a76;
}
#menu ul li {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
#menu ul li a {
/*    display: block;
    height: 19px;
    width: 150px;*/
    padding: 2px 20px 4px 20px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}
#menu ul li a:hover, #menu ul li.active a {
    background: #043a76;
}
#menu ul.energy-menu-grey li a:hover, #menu ul.energy-menu-grey li.active a {
    text-decoration: underline;
}


/***************************** content **************************************/
#content {
    float: left;
    width: 645px;
    text-align: left;
    padding: 20px 0px;
}

/***************************** right column **************************************/
#rightCol {
    float: right;
    width: 291px;
    text-align: left;
    padding: 20px 0px;
}
.energyNewsBox {
    background: url(images/energy-news-box.gif) top no-repeat;
    margin: 0px 0px 0px 0px;
}
.energyNewsBox p {
    padding: 10px 10px 0px 10px;
}
.energyNewsBox .readMore {
    background: url(images/energy-news-box.gif) bottom no-repeat;
}
.readMore {
    text-align: right;
}
.readMore p {
    padding: 0px 10px 10px 10px;
}
.readMore a {
    text-decoration: none;
    text-transform: uppercase;
    color: #98bf0d;
    font-weight: bold;
}
#rightCol hr {
    background: #043a76;
}

/***************************** index page **************************************/


#content.index {
	width: 990px;
}

#box-wrapper {
	
}

.box {
	float: left;
	background: #043A76;
	width: 240px;
	margin: 0 10px 0 0;
	height: 360px;
}

.box img {
	background: #98BF0D;
	display: block;
	width: 230px;
	height: 160px;
	padding: 5px;
}

.box-title {
	background: #98BF0D;
	padding: 7px 15px 13px 15px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.box-title a {
	color: #fff;
}

.box-title a:hover {
	text-decoration: underline;
}

.box-text {
	background: #043A76;
	padding: 15px;
	color: #fff;
}

.box-text a {
	background: #366191 url(images/arrow.png) no-repeat 120px;
	width: 120px;
	display: block;
	margin: 15px 0 0 0;
	padding: 10px;
	line-height: 12px;
	color: #fff;
}

.box-text a:hover {
	background: #28507e url(images/arrow.png) no-repeat 120px;
	text-decoration: underline;
}

.box-text a:hover  img{
	background: #28507e;
}

.last {
	margin: 0;
}

#content-wrapper {
	width: 990px;
	overflow: hidden;
	padding: 35px 0 10px 0;
}

#content-wrapper h1 {
	color: #98BF0D;
	padding: 0 0 10px 0;
}

#content-left {
	float: left;
	width: 475px;
}

#content-right {
	float: right;
	width: 475px;
}

/***************************** footer **************************************/
.footerBar {
    clear: both;
/*    height: 4px;
    background: #98bf0d;*/
    border-top: 4px solid #98bf0d;
}
.footerAddress {
    padding: 30px 0px 50px 0px;
    font-weight: bold;
}
/***************************** footerMenu **************************************/
.footerMenu {
    padding: 10px 0px 50px 0px;
}
.footerMenu ul, .footerMenu ul li {
    margin: 0px 0px 5px 0px;
}
.footerMenu ul li {
    list-style: none;
    float: left;
}
.footerMenu ul li a {
    color: #043a76;
    text-transform: uppercase;
    text-decoration: none;
}
.footerMenu ul li a:hover {
    text-decoration: underline;
}
input, textarea, .button {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999;
	background: #fff;
	padding-left: 3px;
}
textarea {
	height:100px;
	padding-left: 3px;
}
.button{
  width:75px;
  cursor:pointer;
}
