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

#contentnoresources	{
	/* background-color: #FFF;
	width: 754px;
	height: 100%;
	display:block;
	float:right;
	top: 0px;
	right:0px;
	text-align:left;
	border-right: 1px #B4B4B4 solid;
	border-left: 1px #C6C6C6 solid; */
	background: #FFF;
	width: 754px;
	position: relative;
	/* height: 100%; */
	/* display:block;  */
	float:right;
	top: 0; 
	right: 0;
	text-align:left;
	border-top: none;
	border-right: 1px #B4B4B4 solid;
	border-left: 1px #C6C6C6 solid;
	border-bottom: none;
	margin: -1px 0 0 0;
	padding: 0;
}

#contentnoresources > p.image	{
	position:relative;
	right: 0px;
	top: 0px;
	margin: -1px 0 0 0;
	padding: 0 0 0 0;
}

.textnoresources	{
	margin: 10px 10px 10px 10px;
	text-align:left;
	padding: 5px 10px 10px 5px;
	position:relative;
	float:left;
	width: 700px;
}

.textnoresources ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	list-style-image:url(../images/sngl-arrow-dk-blue.gif);
	list-style-position:outside;
	color:#666;
	border: 0;
}
.textnoresources ul li {
	padding: 0 0 0 -5px;
	
}
.textnoresources ul li ul   {
	margin: 5px 0 5px 5px;
	padding: 0 0 0 5px;
	list-style-image:url(../images/sngl-arrow-md-blue.gif);
	list-style-position:outside;
	position:relative;
	border: 0;
}
.textnoresources ul li ul li {
	padding: 0 0 0 -5px;
}

/* Showcase Pages */

#showcase	{
	display:block;
	width: 700px;
	min-height: 600px;
	margin: auto;
	background-color:#FFF;
	overflow:hidden;
}
