/*Prevents image borders in Mozilla, etc.*/
a img{
	border:0 solid #fff;
	}
a:hover img{
	border:0 solid #fff;
	}
a:active img{
	border:0 solid #fff;
	}
a:visited img{
	border:0 solid #fff;
	}
a:hover:visited img{
	border:0 solid #fff;
	}
/*Standard Hyperlink Action and colors, universal for entire website*/
a{
	text-decoration: none;
	color:#4097AA;
	}
a:hover{
	border-bottom:3px solid #CC311B;
	color:#CC311B;
	}
a:active{
	text-decoration: none;
	color:#c90000;
	}
/*Hide-Accessibility*/
.hide{
	width:0;
	height:0;
	overflow:hidden;
	}
/*Standard Displays*/
/*Quotes*/
blockquote{
	padding:.5em 3.2em .5em .5em;
	font:italic 1.2em/1.5 Georgia, Century Schoolbook, Garamond, serif;
	color:#000;
	background: url(../images/s_72_btm_mid.jpg) bottom left repeat-x;
	text-align:center;
	border-bottom:1px solid #ccc;
	margin:2em 0;
	}	
.lquote{/*Styles the l (left) and r (right) quotes*/
	font:bold 6em Helvetica, Arial, sans-serif;
	color:#CC311B;
	float:left;
	height:.5em;
	margin-top:-20px;
	}
.rquote-absolute{/*This one only applies to the Art and Culture home page, do not use*/
	font:bold 6em Helvetica, Arial, sans-serif;
	color:#CC311B;
	position:absolute;
	top:325px;
	right:20px;
	height:.5em;
	margin-top:-20px;
	padding-top:0;
	}
.rquote{/*Styles the l (left) and r (right) quotes*/
	font:bold 6em Helvetica, Arial, sans-serif;
	color:#CC311B;
	float:right;
	height:.5em;
	margin-top:-20px;
	}
.quote-speaker{
	font:normal .8em Helvetica, Arial, sans-serif;
	color:#666;
	clear:both;
	text-transform:uppercase;
	}
address{
	font:normal 1.1em/1.5 Helvetica, Arial, sans-serif;
	color:#000;
	background-color:#fff;
	border:1px solid #ccc;
	padding:.5em;
	}
acronym{/*Is solid*/
	border-bottom:1px solid #aaa;
	font-style:normal;
	cursor:help;
	}
abbr{/*Is dotted*/
	border-bottom:1px dotted #aaa;
	font-style:normal;
	cursor:help;
	}
dfn{/*Is emphasized*/
	border-bottom:1px dotted #999;
	color:#3F3F3F;
	font-weight:bold;
	font-style:italic;
	cursor:help;
	}
p+p{
	text-indent:1.5em;
	}
hr{
	display:none;
	}
.normal{
	display:inherit;
	}
.linehlf{
	line-height:1em;
	clear:both;
	}
.all-caps{
	text-transform:uppercase;
	}
.bc{
	text-transform:uppercase;
	font-size:smaller;
	}
.source{
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	color:#5C8888;
	}
.imp{
	color:#000;
	font:1.1em/1.5 Arial, Helvetica, sans-serif;
	padding:1em;
	border:1px solid #ccc;
	background: #E2E2E2 url(../images/shadow_btm_high.jpg) top left repeat-x;
	}
.tr{/*Turkish*/
	font-style:italic;
	color:#555;
	}
.it{
	font-style:italic;
	}
.bd{
	font-weight:bold;
	}
.super{
	vertical-align:super;
	font-family:Georgia,Helvetica;
	text-transform:uppercase;
	font-size:.6em;
	}
.sub{
	vertical-align:sub;
	font-size:smaller;
	}
.rotate-ad{
	clear:both;
	}
.li{
	float:none;
	display:list-item;
	list-style-image:  url(../images/icn_icons/icn_arw_red_rgt.gif);
	text-align:left;
	border-width:0;
	display:list-item;
	}
.li2{/*Removes list style, sort of*/
	float:none;
	text-align:left;
	list-style-type:none;
	border-width:0;
	display:block;
	}
.li3{
	float:none;
	display:list-item;
	list-style-image:  url(../images/icn_icons/icn_bullet_plus.gif);
	background:#fff url(../images/shdw_btm_small_delicate.jpg) bottom left repeat-x;
	text-align:left;
	border:1px solid #ccc;
	padding:.3em;
	margin-bottom:.3em;
	width:80%;
	}
/*The bird bck motto used in Newsroom, now defunct*/
.mottobrd{
	font:italic .9em "Century Schoolbook", Georgia, "Times New Roman", serif;
	color:#333;
	text-align:left;
	vertical-align:middle;	
	border-top:1px dotted #aa4130;
	border-bottom:1px dotted #ccc;
	height:50px;
	background: url(../images/nr/bird_bckgrnd.gif) top right no-repeat;
	padding:.5em;
	margin:1.5em 0;
	}
/*Used for Newroom, but map_visual.css uses it now
	.location{
	text-transform:uppercase;
	color:#444;
	border-right:1px solid #ccc;
	padding-right:.3em;
	}*/	