/* General */
#contentArea 
{
	position: absolute;
	top: 289px;
	left: 233px;
	z-index: 50;
}

/* Review List */
#quickCategoryAnchors 
{
	position: absolute;
	top: 0;
	left: -233px;
	margin: 0;
	padding: 0 5px;
	width: 200px;
	overflow: hidden;
	list-style: none;
	text-align: right;
	border-right: solid 1px #890C08;
	z-index: 1000;
}
#quickCategoryAnchors li
{
	list-style: none;
	margin: 2px 0;
	padding: 0;
	font-size: 80%;
}
#quickCategoryAnchors a
{
	color: #19338F;
}
#quickCategoryAnchors li.index 
{
	font-weight: bold;
	letter-spacing: 1px;
}
#resourceList 
{
	position: absolute;
	top: 0;
	left: 0;
}
#resourceList h2 
{
	padding: 2px;
	background: #CEEBF7;
}
.resourceItem 
{
	width: 450px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #890C08;
	position: relative;
	overflow: hidden;
}
.resourceItem .logo 
{
	width: 66px;
	height: 66px;
	margin-right: 5px;
	float: left;
}

.resourceItem h3, .resourceItem .teaser, .resourceItem .more, .resourceItem .url
{
	width: 375px;
	margin: 0;
	padding: 0;
	float: right;
}
.resourceItem .url a
{
	display: block;
	text-decoration: underline;
	margin: 3px 0 0 0;
}
.resourceItem p 
{
	width: 100%;
	margin: 3px 0;
	padding: 0;
}

.resourceItem .more 
{
	margin: 3px 0;
	text-align: right;
}


/* Individual Review */
.cornerArticle 
{
	width: 567px;
	position: relative;
	overflow: hidden;
}
.cornerArticle h2 
{	
	margin: 5px 0;
	padding: 0;
}
.cornerArticle div.filedunder
{
	margin-top: 10px;	
	padding-top: 10px;
	border-top: solid 1px #eee;
	text-align: right;	
}
.cornerArticle div.more, .cmsIndexLink 
{
	margin: 20px 0;
	clear: both;
}

