/* CSS Document */
h2 {
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  font-size: 150%; 
	  color: #000000;
	  font-weight:bold;
 }
h3 {
	font: bold 110% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-bottom: -10px;
}

h4 {
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-transform: uppercase;
}

.videoplayer-video {
	padding: 5px 12px;
	font: 85% Arial, Helvetica, sans-serif;
	background: url(/images/videoplayer/videoplayer-bg.gif) repeat;
 }
 .videoplayer-topleft {
	background: url(/images/videoplayer/videoplayer-topleft.gif) no-repeat left top;
	padding-top: 4px;
	padding-left: 15px;
	border-bottom: 1px solid #C7C7C7;
 }
 .videoplayer-topright {
	background: url(/images/videoplayer/videoplayer-topright.gif) no-repeat right top;
	border-bottom: 1px solid #C7C7C7;
}
 .videoplayer-bottomleft {
	background: url(/images/videoplayer/videoplayer-bottomleft.gif) no-repeat left bottom;
	padding-left: 10px;
	border-top: 1px solid #C7C7C7;
}
 .videoplayer-bottomright {
	background: url(/images/videoplayer/videoplayer-bottomright.gif) no-repeat right bottom;
	padding-right: 10px;
	text-align: right;
	border-top: 1px solid #C7C7C7;
}
 .separator {
 	padding-top: 10px;
 	margin-top: 20px; 
 	border-top:1px dotted #333333
 }
.emphasis {
	font-weight: bold;
	text-transform: uppercase;
}
.imageright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.imageright-framed {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #999999;
}
li.bullet {
	list-style: url(/images/bullet-red.gif) outside;
}

 /************************TABBED BOX**********************/
 
div.tabBox {}

div.tabArea {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
  padding: 5px 5px 3px 0px;
}
a.tab {
	padding: 5px 5px 15px 5px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	background: #E1E1E1;
	border-top: 1px solid #DAE0EB;
	border-right: 1px solid #ADADAD;
	border-bottom: 0px solid #ADADAD;
	border-left: 1px solid #DAE0EB;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
}

a.tab, a.tab:visited {
  color: #333333;
}

a.tab:hover {
  background-color: #E1E1E1;
  color: #FFFFFF;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #CC0000;
  border-color: #999999;
  color: #FFFFFF;
}

a.tab.activeTab {
  padding-bottom: 3px;
  top: 1px;
  z-index: 2;
}

div.tabMain {
	background-color: #FFFFFF;
	border: 1px solid #ADADAD;
	position: relative;
	z-index: 1;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #FFFFFF;
/*  height: 300px;*/
  margin: 10px 10px 5px 20px;
}

#searchAreaNews {
	position:absolute;  
	left:455px; 
	top:101px; 
	width:150px; 
	height:21px; 
	z-index:100
}

div.tabcontentsize 
{ 
	font-size: 12px; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	position: relative; 
	top: -15px; 
	margin-bottom: -15px; 
}

span.cutline
{
	font-size: 85%;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
}

span.small
{
	font-size: 85%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.xtrasmall
{
	font-size: 75%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.newshead1
{
	font-size: 150%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.newshead2
{
	font-size: 130%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.newshead3
{
	font-size: 120%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.newshead4
{
	font-size: 110%;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}

span.white
{
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
}


/************************ NEWS RELEASES AND EXCERPTS ************************/
.newsrelease-headline {
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-transform: uppercase;

}
.byline {
font-size: 80%;
}
/************************ MICROSITES ************************/
#microsites {

line-height: 140%;
padding-left: 15px;
margin-right: 20px;
}

#microsites a {
	font: bold 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left: -15px;

}
