@charset "utf-8";
/* CSS Document */


/*
###########################################################################
						RESOURCES SUB-PAGE
###########################################################################						
*/

.greendivide {
border-bottom:3px dashed #84C225;
}

.margin20 {
	margin: 20px 0;
}

.resourcecontainer {
position:relative;
width:100%;

}
.resourcecontainer img {

}
.resourceinfo {
position:absolute;
bottom:0; right:0;
width:150px;
}
.resourceinfo div {
background-color:#28356B;
color:#FFFFFF;
font-size:18px;
line-height:25px;
text-align:center;
}
.resourceinfo ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.resourceinfo ul li {
	background:url(/images/right_arrow_pink.gif) no-repeat 5px 50%;
	line-height:25px;
}

.resourceinfo ul li a {
padding-left:25px;
	color:#DD127B;
	font-size:14px;
}

.rounded {
width:150px;
line-height:40px;
margin-bottom:5px;
}


