div.slide_small {
	position: absolute;
	top: 269px;
}


div.slidered {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	width: 115px;
	height: 87px;
	background-image: url('/images/red.png');
	background-position:  top;
	background-repeat: no-repeat;
	z-index: 100;
}
div.slideblue {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	width: 115px;
	height: 87px;
	background-image: url('/images/blue.png');
	background-position:  top;
	background-repeat: no-repeat;
	z-index: 100
}
.newsslidetitle { 
 	text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    color: #0b3d0f;
    }
 .newsslideanons { 
    font-style: normal;
    font-size: 11px;
    color: #0b3d0f;
    }
    
div.birthday{
	position: relative;
  width: 296px;
  padding: 7px 7px 0px 7px;
  border-bottom: 1px dashed #005d24;  
}


.slidenews {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 990;
}
.slidetitle {
	position: relative;
  top: 0px;
  left: 0px;
	background-repeat: no-repeat;
	background-position:  center;
	z-index: 10;
}
.slidetitle h1 {
	margin: 0px 10px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	font-weight: normal;
	color: white;
	z-index: 10;
}
