body {
	background: #205699; 
}
a, a:hover{
	color: #205699; 
}

/* prevent logo from being resized */
#logo {
	padding  : 7px 0 8px;
	min-width: 169px;
}

/* buttons */
.button { 
	background-color: #205699; 
}
.button:hover { 
	background-color: #02418e;
}

/* add this */
.addthis_button {
	padding-top: 5px;
	padding-bottom: 9px;
}

/* message box */
#sitealertwrap > div > div.alert-box {
	background-color: #205699 !important;
}

/* highlight color for tabs and accordion */
dl.tabs dd.active,
ul.accordion li.active {
	border-top-color: #205699;
}

/* content for first part of teco company list */
ul#tecocomplist li:first-child:before { 
	content: "Peoples Gas is an"; 
}

a.buttondropdownnavs:hover,
.buttonlight:hover  {
	background        : #f0cf4a;
	background        : -moz-linear-gradient(top, #f0cf4a 0%, #f0cf4a 100%);
	background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0cf4a), color-stop(100%,#f0cf4a));
	background        : -o-linear-gradient(top, #f0cf4a 0%, #f0cf4a 100%);
	filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#60eaf9', endColorstr='#00b5c9', GradientType=0 );
	border 			  : 1px solid #f0cf4a;
}



/* fix iPad portrait menu issues */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	#ourcompany {
		margin-left: -280px !important;
	}
}