/**
* news box
*/
#newsBox {
	width: 168px;
	height: 155px;
	float: left;
	color: #00386B;
	position: absolute;
	margin:-190px 0 0px 0;
	left: 10px;
	top: 416px;
/*	margin:0px 0 260px 0;*/
	/*background: url("../images/newsBox.jpg");*/
}

#newsBox ul {
	margin: 7px 0 7px 0;
	padding-left: 20px;
	/*font-size: 12px;*/
	list-style: url("../images/submenu/orangeBulletTitle.gif");
}

#newsBox div.padding {
	/*padding: 7px;*/
	padding: 7px;
}

#newsBoxFooter {
	bottom: 25px;
	left: 0px;
	width: 168px;
	position: absolute;
	/*top: 234px;*/
	top: 0px;
	height: 15px;
}

.viewAllNews {
	height: 14px;
	background: url("../images/viewAllNews2.gif") no-repeat;
}

.viewAllNewsLink {
	height: 14px;
	width:74px;
	display:block;
	text-indent:-9999px;
	font: 1px/1px sans-serif;
	text-decoration:none;
}

#viewStory{
	width:40px;
	height:14px;
	margin:0 0 0 134px;
}

.viewStory2{
	width:40px;
	height:14px;
	margin:0 0 0 105px;
}


/**
* white box
*/
.whiteBox {
	position: relative;
	float: left;
	width: 168px;
	height: 140px;
	color: #00386B;
/*	line-height: 14px;*/
	line-height: 1.2em;
	/*background: url("../images/whiteBox.gif");*/
}

.whiteBox div.padding {
	padding: 9px;
}

.whiteBox div.whiteBoxFooter {
	bottom: 5px;
	left: 7px;
	width: 179px;
	position: absolute;
}

/**
* general
*/
.whiteBox p {
	margin: 0;
	padding: 0;
}

p.title {
	font-size: 14px;
	margin: 0 0 7px 0;
	padding: 0;

}

.view {
	height: 14px;
	background: url("../images/view.gif") no-repeat right;
}

.viewLink{
	height: 14px;
	width:40px;
	display:block;
	text-indent:-9999px;
	font: 1px/1px sans-serif;
	margin: 0 0 0 140px;
	text-decoration:none;
}


#pscroller1{
width: 166px;
height: 125px;

}



.someclass{ //class to apply to your scroller(s) if desired
}

