/* Right Column layout - includes related resources and common search */

/*NOTE: The definition of the rightcolumn is contained in the layout css curently in the typography style sheet.*/

/* Related Resources layout */

div.relatedResources {
	background-color: #E7E6E5;
	border-top: 1px dotted #CCCCCC;
	min-height: 60px;
	margin-bottom: 10px;
	margin-top: 0;
}

div.relatedResources #featureImage {
}

div.relatedResources h2 {
	background-color:#E7E6E5;
	border-bottom:1px solid #CCCCCC;
	color: #c00;
	color: #B20000;
	font-size: .9em;
	margin: 0 0 0.2em;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
	font-style: normal;
}

div.relatedResources ul {
	margin-bottom: 5px;
	margin-top: 0;
	margin-left: 15px;
	padding-left: 10px;

}

div.relatedResources ul li {
	font-size: .9em;
	list-style-image: url(../images/chevron_transparent_related.gif);
	padding:0;
	margin:0;
}

div.relatedResources a {
	color: #000;
	text-decoration: none;
}

div.relatedResources a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related Resources homepage layout */

div.relatedResourcesHome {
	background-color: #E7E6E5;
	border-top: 1px dotted #CCCCCC;
	min-height: 60px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom:3px
}

div.relatedResourcesHome h2 {
	background-color:#E7E6E5;
	border-bottom:1px solid #CCCCCC;
	color: #c00;
	color: #B20000;
	font-size: .9em;
	margin: 0 0 0.2em;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
	font-style: normal;
}

div.relatedResourcesHome ul {
	margin-bottom: 5px;
	margin-top: 0;
	margin-left: 15px;
	padding-left: 10px;

}

div.relatedResourcesHome ul li {
	font-size: .9em;
	list-style-image: url(../images/chevron_transparent_related.gif);
	padding:0;
	margin:0;
}

div.relatedResourcesHome a {
	color: #000;
	text-decoration: none;
}

div.relatedResourcesHome a:hover {
	color: #333;
	text-decoration: underline;
}

/* Search boxes */

#searchBoxes ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}

#searchBoxes li {
	background-color: #E7E6E5;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	padding: 5px 8px 8px;
}

#searchBoxes li h2 {
	font-size: .9em;
	padding: 0;
	margin: 0;	
	font-style: normal;
	line-height: 1.0em;
	margin-bottom: 2px;
}

#searchBoxes li p {
	margin: 0;
	line-height: normal;
	font-size: .9em;
}

#searchBoxes li a {
	color: #B20000;
	text-decoration: none;
}

#searchBoxes li a:hover {
	text-decoration:underline;
}

