/* CSS Document */
/*right one?)*/

/* this UL is needed to give lists in the newsroom proper bullets and padding*/

ul {
	list-style:disc;
        margin-left:3em;
}


.imgFloatRight {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

.imgFloatLeft {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

/*----------------------------*/	
/* Relative Content Component */
/*----------------------------*/
#mainContentArea h1 {
	font-size : 2em;
	clear : both;
	color : #036;
	/*margin-bottom:0.5em;*/
	padding: 0;
}

#brandWebIcon {
	display : none;
}

#mainContentArea {
	float:none;
}
#contentNavArea {
	padding-top : 20px;
}

.contentNav_l1 {
	width: 160px;
	padding: 0 5px 5px 0;
	font-weight : bold;
/*	font-size : 0.7em;*/
}

.contentNav_l1 a{
	display : block;
}

#newscenterSubscribe {
	margin: 2px 0 3px 0;
	padding : 3px 0 0 40px;
	font-weight : bold;
	font-size : 1.1em;
	text-decoration : underline;
	display : block;
	width : 140px;
	height : 18px;
	background : transparent url(/NR/rdonlyres/35DE67C0-19EF-4803-A0CC-B05348E1DBC2/0/bullettSubscribe.gif) no-repeat 5px top;
}

#newscenterUnsubscribe {
	margin: 2px 0 3px 0;
	padding : 3px 0 0 40px;
	font-weight : bold;
	font-size : 1.1em;
	text-decoration : underline;
	display : block;
	width : 140px;
	height : 18px;
	background : transparent url(/NR/rdonlyres/E351B317-CC0E-4CBA-BDA9-91EAE9296BC1/0/bullettUnsubscribe.gif) no-repeat 5px top;
}


/*-------------*/
/* common tags */
/*-------------*/


#newsroomListControl ul ul li { border-bottom: 1px dotted #B5C3CF;

}

#newsroomListControl #newsRss {	
float:none;
margin:0;
clear:none;
}


.pmc-pr-issuedby-text
{
font-size:2em;
font-family:Arial,Helvetica,sans-serif;
color:#036;
font-weight: bold;
display:block;
}

.pmc-pr-title-text
{
	font-weight: bold;
	
}

.pmc-pr-md-label
{
	font-weight: bold;
	white-space: nowrap;
}

.pmc-pr-md-text
{
	font-size: smaller;
}

.pmc-pr-input-issuing-agency-label
{
	font-weight: bold;
	font-size: larger;
	white-space: nowrap;
}

.pmc-pr-input-issuing-agency-text
{
	font-weight: normal;
	font-size: larger;
}

.pmc-pr-input-md-label
{
	font-weight: bold;
	font-size: smaller;
	white-space: nowrap;
}

.pmc-pr-input-md-error
{
	font-weight: bold;
	color: red;
}

.pmc-pr-input-md-checkbox-text
{
}

.pmc-topics-label
{
	font-weight: bold;
	font-size: smaller;
	white-space: nowrap;
}

.pmc-topics-text
{
	font-size: smaller;
}

.pmc-topic-select-table
{
}

.pmc-topic-select-table-inner
{
}

.pmc-topic-select-checkbox
{
}

.pmc-topic-select-name
{
	
	font-weight: bold;
}

.pmc-topic-select-description
{
	
}

.pmc-pr-list-title-link
{
	font-size:1em;
        font-weight:bold;
	text-decoration: none;
}

.pmc-pr-list-title-link:link {
	text-decoration: none;
}
.pmc-pr-list-title-link:visited {
	
}
.pmc-pr-list-title-link:hover {
	color: #003366;
	text-decoration: underline;
}
.pmc-pr-list-title-link:active 
{
}

.pmc-pr-list-date
{
	font-size:1em;
	font-weight: bold;
	color: black;
}

.pmc-pr-list-summary
{
	
	color: black;
}

.pmc-newsroom-list-box
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	background-color: #eeeeff;
}
.pmc-newsroom-list-title-link
{
	
}

.pmc-newsroom-list-title-link:link {
	
}
.pmc-newsroom-list-title-link:visited {
	
}
.pmc-newsroom-list-title-link:hover {
	color: #003366;
	text-decoration: none;
}
.pmc-entity-select-name
{
	
	font-weight: bold;
}

.contentNav_l2 {
	font-size:.7em;
	font-family:verdana,arial,helvetica,sans-serif;
	margin-left:10px;
	padding-bottom:5px;
}
#contentArea .contentNav_l2 a {
	color:#333;
}

@media print {
	#topNav, #contentNavArea, #footer {
		display : none;
	}
	
	#pageContainer 	{
		width: 8in;
	}
}