/* Current page link */

#right_column li a
{
	display: block;
}

#right_column a.current
{
	background-color: #fafdb5;
	color: black;
}

/* Breadcrumbs */

#today_and_breadcrumbs h3
{
	display: inline;
	font: 1em Tahoma, Verdana, Arial, sans-serif;
}

#today_and_breadcrumbs ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-size: 1em;
}

#today_and_breadcrumbs li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#today_and_breadcrumbs ul li:after { content: "\0020 \003E"; }

#today_and_breadcrumbs ul li.last:after { content: " "; }

#today_and_breadcrumbs a
{
	color: black;
	margin: 0;
	padding: 5px 2px;
	white-space: nowrap;
	text-decoration: underline;
}

#today_and_breadcrumbs a:hover
{
	border-bottom: none;
}

/* Columns */

#left_column
{
	width: 50%;
}

#middle_column
{
	width: 50%;
}

.two_column_span div
{
	padding: 0 30px 0 20px;
}

/* Text formatting */

.intro
{
	font: 1em/1.5em Georgia, "Times New Roman", serif;
	margin-bottom: 24px;
}

.smallcaps
{
	font-size: .85em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Captioned photo */

div .captioned_photo
{
	margin: 0;
	padding: 0;
}

.captioned_photo 
{
	float: right;
	width: 220px;
}

.captioned_photo div
{
	margin: 0 0 8px 0;
}

.photo_caption
{
	margin-top: 2px;
	margin-left: 2px;
	font: .85em/1.1em Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
}

/* Currency for resources pages */

div .currency_photo
{
	margin: 0;
	padding: 0;
}

.currency_photo 
{
	float: right;
	width: 220px;
}

.currency_photo div
{
	margin: 0 0 8px 0;
}

.currency_text
{
	margin-top: 2px;
	margin-left: 2px;
	font: .85em/1.1em Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
}

/* Table formatting */

table
{
	width: 100%;
	margin: 12px 0;
	padding: 0;
	font: .9em/1.2em Tahoma, Verdana, Arial, sans-serif;
}

#two_column_table th, #two_column_table td
{
	width: 50%;
}

#three_column_table th, #two_column_table td
{
	width: 33%;
}

th, td
{
	vertical-align: top;
	text-align: left;
	padding: 6px 8px 6px 0;
	margin: 0;
}

th
{
	border-bottom: 1px solid #d7d7d1;
	font-weight: bold;
}

td
{
	border-bottom: 1px solid #d7d7d1;
}

/* Didn't find what you're looking for? */

div #page_bottom_alert /* Don't add additional margin and padding to nested div */
{
	clear: both;
	background-color: #fafdb5;
	border: 1px solid #ebebe2;
	font: .8em/1.2em Tahoma, Verdana, Arial, sans-serif;
	margin: 22px 0 0 0;
	padding: 4px 8px;
}

/* On this page navigation */

div #on_this_page
{
	margin: 0;
	padding: 0;
}

#on_this_page div
{
	margin: 0;
	padding: 0;
}

#on_this_page h3
{
	display: inline;
	font: .8em Tahoma, Verdana, Arial, sans-serif;
	padding-right: 4px;
}

#on_this_page ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-size: .8em;
}

#on_this_page li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#on_this_page ul li:after { content: "\0020 \00B7"; }

#on_this_page ul li.last:after { content: " "; }

#on_this_page a:hover
{
	border-bottom: none;
}

#on_this_page a
{
	text-decoration: underline;
	padding-right: 4px;
}

/* Sights and Sounds */

.two_column_span div #ss_main_feature, .two_column_span div .ss_second_feature
{
	margin: 0;
	padding: 0;
}

#ss_main_feature img
{
	float: left;
	margin-right: 10px;
}

#ss_main_feature h2, .ss_second_feature h3
{
	margin-top: 0;
}

.ss_second_feature
{
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

.ss_second_feature div
{
	margin: 0 22px 0 0;
	padding: 0;
}
