.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 549px; /*width of featured content slider*/
height: 223px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 549px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
visibility: hidden;
}

/*
.pagination{
background-color: #d6d6d6;
border-left-color: #c0c0c0;
border-bottom-color: #c0c0c0;
border-left-style: solid;
border-bottom-style: solid;
border-left-width: 1px;
border-bottom-width: 1px;
text-align: right;
position: absolute;
top: 0px;
right: 0px;
z-index: 100;
}
*/

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #585858;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #999999;
}

/* Tooltip */

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #555555;
	padding: 6px;
	background-color: white;
	visibility: hidden;
	overflow: hidden;
	z-index: 100;
	color: #555555;
	font-size: 93%;
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}


.bodycopy {
	background-color: white;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-top: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #555555;
	position: relative;
}

/* end tooltip */


.contentdivbutton {
	position: absolute;
	right: 35px;
	bottom: 15px;
}

.contentdivbutton a {
	background-color: #fed76a;
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 12px;
	color: #0047b6;
	text-decoration: none;
}

.contentdivbutton a:hover {
	background-color: #fff4d7;
	}
	
	
.billpaylinks {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 12px;
	color: #0047b6;
}

.billpaylinks a {
	font-weight: bold;
	color: #0047b6;
}

.billpaylinks a:hover {
	text-decoration: none;
}


a.mrtgbutton {
	width: 145px;
	height: 37px;
	position: absolute;
	bottom: 23px;
	right: 125px;
	background-image: url(../img/mrt_button.jpg);
}

a.mrtgbutton:hover {
	background-image: url(../img/mrt_button.jpg);
	background-position: 0 -37px;
}
