select{
	border: 1px solid red !important;
}
/*----- Font Changes -----*/
body{
	font-family: arial, sans-serif;
	color: #000;
}
#content{
	font-size: 1em !important;
}
#breadcrumb{
	font-size: 0.917em !important;
}
a{
	text-decoration: none;
	color: #000;
}

/*----- Hide Content -----*/
#nav,
#nav_secondary,
#nav_tertiary,
#nav_sub,
#home #main #portal,
#home #main #content #info_boxes,
#home #panels .panel .tabs,
#home #panels #panel_opinions,
#home #panels .panel .slide_nav,
#content_sub_nav,
#nav_footer,
#nav_tabbed_info,
#search,
#help,
#toolbar,
#actions,
#auto_quote,
#actions_footer,
#aside,
#header #offscreen,
iframe,
.field_r,
.button,
button
{
	display: none !important;
}

/*----- Show Accordion Content -----*/
dl.accordion dt{
	font-weight: bold;
}
dl.accordion dd,
#home #panels .panel .slides{
	visibility: visible !important;
	display: block !important;
	height: auto !important;
	margin: 3px 0 15px;
}

/*----- Footnotes -----*/
span.super{
	margin: 0 0.250em 0 0.083em;
	font-weight: bold;
	font-size: 0.812em; /* 13.0px at 16px base */
	vertical-align: 0.375em; /* 6.0px at 16px base */
}
p.footnote{
	font-size: 0.812em; /* 13.0px at 16px base */
	color: #424242;
}

/*----- Tables -----*/
table thead tr th{
	text-align: left;
}
table thead tr th, table tbody tr td{
	padding: 0.5em;
	vertical-align: text-top;
}
table thead tr th.yui-dt-col-distance,
table tbody tr td.yui-dt-col-distance{
	padding-left: 0;
}
table tbody tr td.yui-dt-col-contact{
	white-space: nowrap;
}
table thead tr th.yui-dt-col-languages,
table tbody tr td.yui-dt-col-languages{
	padding-right: 0;
}
table tbody tr td a.action{
	display: none;
}
table tbody tr td a.inline{
	display: inline;
}