/* News */
.news {
	color: #ffffff;
	margin: 0 0 15px;
}
.news a {
	color: #ffffff;
}
.news.bordered {
	border: 3px solid #ffffff;
	height: 265px;
}
.news .focus div {
	float: left;
	overflow: hidden;
	width: 486px;
	height: 270px;
}
.news .content {
	background: url(../images/news-bgr.gif) #61968f repeat-x bottom;
	color: #ffffff;
	float: right;
	height: 239px;
	padding: 13px;
	width: 195px;
}
.news ul {
	background: #5D9696;
	min-height: 270px;
	float: right;
	width: 228px;
	
}
.news li {
	border-bottom: 2px solid #bdcbca;
	padding: 10px 15px 10px 28px;
	min-height: 46px;
}
.news li.last {
	border: 0;
}
.news li:hover, .news li.sfhover, .news li.hover {
	background: url(../images/news-hover-bgr.gif) repeat-x bottom;
}

.news .focus {
	overflow: hidden;
}
.news .focus div {
	display: none;
}

.news .focus div.selected {
	display: block;
}

.news a span {
	font-weight: bold;
}

#columns .news h2 {
	color: #ffffff;
	font-size: 24px;
}

/* Online Services */
.oservices {
	background: #ffffff;
	clear: both;
	height: 1%;
	margin: 0 0 15px;
	padding: 0 22px;
}

div.scrollpanel { background-color: #fff; padding: 10px 2px; width: 425px; overflow: hidden; position: relative;}
div.scrollpanel dl {margin: 0; padding: 0; display: none; }
div.scrollpanel dl dt { float:left; width: 24%; color: #642163; font-size: 0.834em;}
div.scrollpanel dl dd { width: 76%; float: left;}
div.scrollpanel dl dd div.bar { margin-left: 8px; width: auto;}
div.scrollpanel div.data { width: 100%; overflow: scroll; margin-bottom: 5px; }
div.scrollpanel div.data div.area { width: 300%; position: relative; display:inline-block;}
div.scrollpanel div.data div.area div.wrap { float: left; margin: 0 0px 11px 0; text-align: center; width: 85px;}
div.scrollpanel div.data div.area div.wrap.last { margin: 0;}

/* Shared Slider styles */
.x-slider {
	zoom:1;
}
.x-slider-inner {
	position:relative;
	left:0;
	top:0;
	overflow:visible;
	zoom:1;
}
.x-slider-focus {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
	line-height:1px;
	font-size:1px;
	-moz-outline:0 none;
	outline:0 none;
	-moz-user-select: normal;
	-khtml-user-select: normal;
}

/* Horizontal Slider styles */
.x-slider-horz {
	background:transparent url(../images/slider-bg.png) no-repeat 0 -22px;
}
.x-slider-horz .x-slider-end {
	zoom:1;
	background:transparent url(../images/slider-bg.png) no-repeat right -44px;
}
.x-slider-horz .x-slider-inner {
	background:transparent url(../images/slider-bg.png) repeat-x 0 10px;
	height:26px;
	width: 95%;
}
.x-slider-horz .x-slider-thumb {
	width:16px;
	height:26px;
	position:absolute;
	left:0;
	top:0px;
	background:transparent url(../images/slider-thumb.gif) no-repeat 0 0;
}
.x-slider-horz .x-slider-thumb-over {
	background-position: -14px -15px;
	background:transparent url(../images/slider-thumb.gif) no-repeat 0 0;
}
.x-slider-horz .x-slider-thumb-drag {
	background-position: -28px -30px;
	background:transparent url(../images/slider-thumb.gif) no-repeat 0 0;
}
.x-slider-horz .x-slider-end-thumb {
	background-position: -14px -15px;
	background:transparent url(../images/slider-thumb-end.gif) no-repeat 0 0;
}

/* Weather */
div#weather div.spacer br {
	clear: left;
}

div#weather div.search br {
	clear: both;
}

div.forecast {
	float: left;
	text-align: center;
	width: 50%;
}

div.weather div.search p {
	float:left;
}

div.weather div.search form {
	float:right;
}

div.forecast div.img {
	height: 65px;
}

div.forecast div.day {
	color: #641263;
}

div.forecast div.conditions {
	font-size: 0.875em;
	color: #7f8082;
}

div.forecast div.temperature {
	font-size: 0.875em;
	color: #7f8082;
}

/* Popup */
#surveypopup {
	margin: 10px 11px;
	padding-top: 123px;
	background: transparent url(../images/survey_header.png) no-repeat scroll top left;
}

#surveypopup h1 {
	font-size: 15px;
	font-weight: bold;
	color: #662162;
	margin-bottom: 1em;
}

#surveypopup p.intro {
	font-weight: bold;
}

#surveypopup p {
	margin-bottom: 1.2em;
	line-height: 1.4em;
}

#surveypopup p.links {
	margin-top: 1.2em;
}

#surveypopup p.links a {
	color: Blue;
}