
.resources #page-content .upper
{
	background-color: #666666;
	padding-bottom: 20px;
	padding-right: 10px;
	color: #FFFFFF;
	position: relative;
	
	/*
		Internet Explorer has some that seem to be related to the addition
		of a comment immediately after the "upper" div
		To correct the issue:
			add "zoom: 1;"
			or add "padding-top: 1px;" (at least 1px of padding)
	*/
	zoom: 1;
}

.resources #page-content .upper .text
{
	margin-left: 230px;
	font-size: 1em;
}
.resources #page-content .lower
{
	margin-left: 230px;
	padding-right: 25px;
}

.resources #resources-category-introduction
{
	position:relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 190px;
	margin-top: 10px;
	padding-bottom: 4px;
}


.resources #resources-category-introduction-text
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 25px;
}
.resources #resources-text-scroll-up
{
	position: absolute;
	right: 0px;
	bottom: 27px;
}
.resources #resources-text-scroll-down
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.resources h1
{
	color: #D61F26;
	font-weight: normal;
	font-style: italic;
	font-size: 2em;
	margin: 0;
}
.resources h1.heading-resources
{
	height: 50px;
	background-image: url(heading-resources.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
}
.resources h1.heading-resources span
{
	display: none;
}

.resources h2
{
	float: left;
	margin: 0;
	padding-left: 1em;
}
.resources h2 span
{
	display: none;
}

.resources #resource-link-list-panel
{
	margin-top: 30px;
	margin-left: -100px;
}

.resources #resources-link-list
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 10px;
	
}
.resources #resources-link-list li
{
	padding-bottom: 10px;
}

.resources #resources-link-list a
{
	color: #666666;
	width: 100%;
	text-decoration: none;
}
.resources #resources-link-list a:hover
{
	text-decoration: underline;
}

.resources #resources-link-list .label
{
	font-weight: bold;
	width: 400px;
	text-align: right;
	float: left;
	display: block;
}
.resources #resources-link-list a .value
{
	margin-left: 40px;
}
.resources #resources-partner-logo-list
{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.resources #page-footer
{
	margin-top: 40px;
}

.resources table.case-study-list
{
	border-collapse: collapse;
	width: 300px;
}
.resources table.case-study-list td
{
	vertical-align: top;
}

.resources table.case-study-list tr.case-study td
{
	border-top: 1px solid #CCCCCC;
	padding: 20px;
}

.resources table.case-study-list td table.horizontal-picture-list td
{
	border-top-style: none;
	border-top: 1px solid #FFFFFF;
	padding: 0;
}


