/* Component ID=tcm:97-49950 Name=lead_static  */
/* Component ID=tcm:97-49950 Name=lead_static  */
/* Component ID=tcm:97-49950 Name=lead_static  */
/* Component ID=tcm:97-49950 Name=lead_static  */
body, a, p, b, strong, em, tr, td, th, ul, li, h1, h2, h3, h4, h5, h6, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The following DIV acts as a container for the main content area that
  includes the page title, left display area and the right 'portlet' area.*/
/* This style sheet has been edited to allow for text changes in Supplier Guide. the original lead_static.css is saved under the name lead_static_old. */


#content {
  background-color: white;
  margin-left: 10px;
 	margin-right: 10px;
	font-size: 0.666em;
}

#content h1, h2, h3, h4, p, table {
  margin-left: 10px;
	margin-right: 10px;
}

#content p {
	margin-left: 15px;
	margin-top: 0px;
}
/*
#content li{
	margin-top: 0px;	
	margin-left: 0px;
	margin-right: 0px;
}
*/
/* h1 changed to purple for static pages */

/* h1 changed to green for SUPPLIER GUIDE ONLY static pages */



#content h1 {
	border: 0px;
	margin-left: 10px;
	padding: 0px;
	border-bottom-width: thin;
	border-style: solid;
	border-color: #993399;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;/*10pt;*/
	color: #993399;
	text-align: left;
}

#content_sg h1 {
  border: 0px;
  margin-left: 10px;
  padding: 0px;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #005000;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;/*10pt;*/
  color: #005000;
  background-color: white;
  text-align: left;
}

#content h1 a
{
  color: #993399;
  text-decoration: none;
}


/* Used for sub-headings below main heading */
#content h2 {
	margin-left: 15px;
	padding: 0px;
	border-width: 1px;
	font-weight: bold;
	font-size: 1.2em;/*10pt;*/
	color: #000000;
	text-align: left;
}
/*
#content h2 a
{
  color: #000000;
  text-decoration: none;
}
*/

/* Used for sub-headings with a box border around them */
#content h3 {
	margin-left: 15px;
	padding: 0px;
	border: 1px solid black;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

#content h3 a
{
  color: #000000;
  text-decoration: none;
}

/* Latest News heading text */
#content h4 {
	border: 0px;
	margin-left: 15px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em; /*10pt;*/
	color: #000000;
	text-align: left;
}

#content h4 a
{
  color: #000000;
  text-decoration: none;
}

#content hr {
	width: 75%;
	color: #993399;
}

/*#content p hr {
	width: 75%;
	color: #993399;
}
*/


#navigation {
  float: left;
  top: 120px;
  width: 160px;
}
#navigation ul {
  padding-left: 10px;
  margin-left: 0px;
}
/* links - list no decoration */
#navigation li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0px;
  margin-top: 5px;
	margin-bottom: 5px;
}

#navigation_sg ul {
  padding-left: 10px;
  margin-left: 0px;
}
/* links - list no decoration */
#navigation_sg li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: Green;
}

#navigation_sg {
  float: left;
  top: 120px;
  width: 160px;
}
#navigation_sg a         { color: #005000; text-decoration: underline; }
#navigation_sg a:link    { color: #005000; text-decoration: underline; }
#navigation_sg a:visited { color: #00b000; text-decoration: underline; }
#navigation_sg a:hover   { color: #707030; text-decoration: none; }


#navigation img {
   margin-top: 50px;
}


/* links - list no decoration 
#navigation ul.listStyle2 li {
	list-style-type: none;
	list-style-position: outside;
}
*/
/* links - list no decoration */

#nav_content{
	position: relative;
	margin-left: 160px;
	margin-bottom: 10px;	
	width: 445px;
	border-left: thin solid #993399;
}
#nav_content_sg {
  position: relative;
  margin-left: 160px;
  margin-bottom: 10px;	
  width: 445px;
  border-left: thin solid #005000;
}

#nav_content_sg a         { color: #005000; text-decoration: underline; }
#nav_content_sg a:link    { color: #005000; text-decoration: underline; }
#nav_content_sg a:visited { color: #00b000; text-decoration: underline; }
#nav_content_sg a:hover   { color: #707030; text-decoration: none; }


#nav_content_sg hr {
  width: 75%;
  color: #005000;
}

#nav_content h1{
	margin-left: 15px;
}

#nav_content h3{
	margin-left: 15px;
	border: 0px; 
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-size: 1em;
}

#nav_content ul{
	margin-bottom: 10px;
	margin-top: 10px;
}

#nav_content li{
	margin-bottom: 10px;
	margin-top: 10px;	
	margin-left: 0px;
	margin-right: 0px;
	list-style: disc;
}

#nav_content img
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#nav_content table
{
	margin-left: 15px;
	margin-bottom:15px;
}



.textonly
{
	display: none !important;
	width: 0px;
	height:0px;
}

.current_nav_item {
	font-weight: bold;
}

#nav_index img {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border-style: none;
}

#nav_index p.index {
	margin-bottom: 40px;
}

#nav_index hr {
	width: 75%;
	height: 1px;
	color: #993399;
}

#archive h2 {
	margin-left: 15px;
	padding: 0px;
	border-width: 1px;
	font-weight: bold;
	font-size: 1.2em;/*10pt;*/
	color: #000000;
	text-align: left;
}

#archive h4 {
	margin-left: 15px;
	padding: 0px;
	border-width: 1px;
	font-weight: bold;
	font-size: 1.2em;/*10pt;*/
	color: #000000;
	text-align: left;
}

p.BackToTop {
text-align: right;
  /*float:right*/
  }
 
img.ImageFloatRight {
  float:right;
 }

#ComingSoon th
{
  background-color:#C2D4F2;
}

#leftcontent
{
width:58%;
float:left;
}

#toparticle
{
width:85%;
margin-bottom: 25px;
}

.Article
{
float:left;
width:49%;
margin-bottom:25px;
}

.Article p
{
font-size: 1.0em;	
}

.Article h2
{
margin-bottom: 5px;
}

#Articles
{
clear:both;
}
#CensusArticles
{
clear:both;
margin-left: 10px;
}
#SelectedArticles
{
width: 50%;
float:left;
padding-right:10px;
}

#SelectedArticles h2
{
margin-bottom: 10px;
}

#SelectedArticles h2 a
{
font-size:0.85em;
font-weight: normal;
color: #0066CC;
text-decoration: underline; 
}

#SelectedArticles h2 a:link    { color: #0066CC; text-decoration: underline; }
#SelectedArticles h2 a:visited { color: #551A8B; text-decoration: underline; }
#SelectedArticles h2 a:hover   { color: #0066CC; text-decoration: none; }



#SelectedArticles ul
{
margin-top: 0px;
padding-left: 0px;
margin-left: 15px;
list-style: none;
}

#SelectedArticles li
{
margin-top:5px;
}

#RelatedArticles
{
width: 40%;
float:left;
}

#RelatedArticles h2
{
margin-bottom: 10px;
margin-left:7px;
}

#RelatedArticles h2 a
{
font-size:0.85em;
font-weight: normal;
}


#RelatedArticles ul
{
margin-top: 0px;
padding-left: 0px;
margin-left: 7px;
list-style: none;
}

#RelatedArticles li
{
margin-top:5px;
}


#rightnav
{
width:40%;
float:right;
}

#rightnav h2
{
margin-bottom: 2px;
}

#rightnav ul
{
margin-top: 5px;
padding-left: 0px;
margin-left:25px;
list-style: none;
width: 80%;
margin-bottom: 0px;
}

#rightnav li
{
	margin-top:5px;
}

.more
{
	text-align: right;
	padding-right: 40px;
	margin-top: 5px;
}

.rssimage
{
	float:left;
	padding-left:10px;
	margin-bottom:10px;
}

.rsslink
{
	padding-bottom:3px;
                
}

#content a, brdcrmbLink {}
#content a.brdcrmbLink   { font-size: 1.1em; background-color: white; color: #666666; text-decoration:  none; }
#content a.brdcrmbLink:link    { font-size: 1.1em; background-color: white; color: #666666; text-decoration:  none; }
#content a.brdcrmbLink:visited { font-size: 1.1em; background-color: white; color: #666666; text-decoration:  none; }
#content a.brdcrmbLink:hover   { font-size: 1.1em; background-color: white; color: #000000; text-decoration:  none; }

li.brdcrmb {font-size: 1.1em;}