/* Resources Template Side Menu*/
div#resourcesrightnavigation {
	/*float: right;*/
	width: 140px;
	background:url(../images/template/resources_links_bg.jpg) 18px 0px no-repeat;
	height: 300px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
#rightnavigation {
	float:right;
	margin:17px 0px 0px 0px;
	padding:0px;
	width:143px;
}

/* Resource Left hand side menu*/
.RsideMenu ul{
	list-style:none;
	margin:0px;
	padding: 40px 0px 0px 0px;
}

.RsideMenu ul li{
	margin:0px;
	padding: 10px 0px 0px 7px;
}

.RsideMenu ul li span{
	padding: 0px 0px 0px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color:#1e3c5e;
	position:relative;
	top: 1px;
}

.RsideMenu a{
	width: 125px;
	height:35px;
	display:block;
	text-align: center;
}

.RsideMenu a:link, a:visited{
	text-decoration: none;
}

.RsideMenu a:hover{
	background-color: #d8d8d8;
}

/*Resources Template Main content*/
div#textcontent {
	margin-left: 25px;
	/*Original content
	margin-left: 150px;*/
}

/*Section areas for the resources page*/
.box {
	margin-top: 17px;
	background: #fff url(img/resources_box_bg.jpg) 0 0 repeat-y;
	width: 470px;
}

#content .box p {
	margin: 0px;
	font-size: 0.9em;
}
#content .box ul li{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}
#paddingres{
	*padding: 5px 0px 0px 0px;
	/*margin-top: 15px; */
}
#paddingres1{
	*padding: 5px 0px 0px 0px;
	/*margin-top: 10px; */
}

.points tr td ul {
	padding: 9px 0px 0px 36px;
	*padding: 4px 0px 0px 0px;
	margin-top: 0px;

}

.boxfooter {
	background: url(img/resources_box_btm.jpg) 0 0 no-repeat;
	width: 470px;
	height: 55px;
	clear: both;
}
.backtotop{
	width: 60px;
	margin-left: 410px;
	padding-top: 15px;
	text-align:left;
}
.backtotop a {
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
.Rtextcontent{
	
		width: 470px;
}


