html,body {
	height:100%;
	}
#header {
	display:none;
	}
footer {
	display:none;
	}
#page-holder {
  box-shadow: none;
  max-width: none;
  width: 100%;
  height:100%;
}
#content-container {
	height:100%;
		background-color:#FFFFFF;
	}
#rss-feed-container h2 {font-size:36px!important;}
h2 {
  margin: 0px;
  padding: 0px;
}
.fluid-container {
  max-width: none;
  padding:0px;
}
.content {
	border:none;
	}
p {
	margin:0px;
	}
#right-column {
  border-left: 1px solid #CCCCCC;
  height: 100%;
  overflow:hidden;
  position: absolute;
  right: 0;
  width: 25%;
}
#directory img {margin-top:0px}
.column-box {
  line-height: 2;
  padding:0px;
  position: relative;
}
#notices-container {
  border-top: 1px solid #CCCCCC;
  bottom: 0;
  position: absolute;
  left: 0px;
  right: 0px;
}
#notices-container ul {
  margin: 0;
  padding: 0;
}
#notices-container > ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#clock {
  border-bottom: 1px solid #CCCCCC;
  left: 0;
  position: absolute;
  top: 0;
  width: 75%;
}
#clock p {	
  color: #2E458A;
  font-size: 24px;
  margin:0px;
  padding:0px 20px;
  }
#rss-feed-container {
  font-size: 14px;
  height: 74%;
  overflow: hidden;
  position: relative;
  padding-top: 38px;
  width: 75%;

}
#rss-feed-container > h2 {
  padding: 22px 20px 10px;font-family:"nimbus-sans";
}
.story-container h3 {
font-family:"nimbus-sans";
font-weight:bold;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0 0px 8px 0px;
  text-transform: capitalize;
}

.story-container {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: justify;
  line-height:20px
}
.story-container a {
  border-bottom:1px dotted #cccccc;
}
.published-date {
  color: #666666;
  font-size: 9px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.story-image {
  float: left;
  max-width: 140px;
  padding: 0 16px 0 0;
}
.story-content {
  padding-left: 156px;
}
.story-qr {
  display:none;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  position: relative;
}
#sidebar ul li {
  list-style-type: none;
  padding: 0px;
}
#weather-container {
  border-top: 1px solid #CCCCCC;
  bottom: 0;
  position: absolute;
  width: 75%;

}
#weather-content {
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  width: 100%;
background-color:#fff;
}
#weather-items-container {
  height:100%;
  overflow:hidden;
  position:relative;
}
.weather-item {
  float: left;
  font-size: 10px;
  height: 100%;
  padding: 0 10px;
  width:210px;
}
.weather-item:first-of-type {
  width: 232px;
}
.weather-image {
  float: left;
  min-height: 45px;
  padding: 10px 0 4px;
  position: relative;
  width: 64px;
}
.weather-desc {
  float: left;
}
.weather-desc > h2 {
  font-size: 18px;
  padding: 10px 0px 0px 0px;
}
#stock-container {
  padding: 8px 0 0 2px;
  position: relative;
  width: 100%;

}
#stock-items-container {
  overflow: hidden;
}
div {
	box-sizing:border-box;
}
#stock-content {
  position: relative;
}
iframe {
	padding:0 !important;
}
.stock-holder {
  background: none repeat scroll 0 0 #2E458A;
  color: #FFFFFF;
  float: left;
  margin: 4px 4px 6px;
  padding: 2px 6px 6px;
  position: relative;
  width:149px;
}
.stock-holder h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.stock-holder h3 {
  margin: 0;
  padding: 0;
}
#last-news-build-date {
  background: none repeat scroll 0 0 #2E458A;
  color: #FFFFFF;
  font-size: 10px;
  /*min-width:202px;*/
  padding: 0 20px;
  position: absolute;
  top:38px;
  width:auto;
}
#last-weather-build-date {
  background: none repeat scroll 0 0 #2E458A;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 20px;
  position: absolute;
  top: -17px;
  width: 202px;
}
#last-stock-build-date {
  background: none repeat scroll 0 0 #2E458A;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 20px;
  position: absolute;
  top: -17px;
  width: 202px;
}
.Change-and-Percent-Change {
  padding-left:4px;
}
.stock-up {
  color:#09F407;
}
.stock-down {
  color:#FB2D2D;
}
.stock-no-change {
  display:none;
}