@charset "utf-8";

/* CSS Document */
/********************************************************/
/*                    Reset Styles                      */
/********************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  }
  
a:active { outline: none; } /* Removes dotted line in firefox */

/********************************************************/
/*                  Main Text Styles                    */
/********************************************************/
body, td, th, p, div, span, textarea, button, input, a { font-family: Arial, Verdana, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: Arial, Verdana, Helvetica, sans-serif;  }

body {
  margin: 0px;
  background-color: #fffff;
  padding-bottom: 30px;
  }
hr {
  border-top: 1px solid #e3e6e8;
  background: none;
  clear: both;
  height: 1px;
  margin: 10px 30px;
  }
  
p {
  font-size: 0.75em;
  color: #7c7c7c;
  padding-bottom: 14px;
  }
a { text-decoration: none; }
a:link { color: #4c88c1; }
a:visited { color: #4c88c1; }
a:hover { color: #64b560; }
a:active { color: #4c88c1; }

h1 { }
h2 {
  color: #64b560;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 30px;
  }
h3 {
  margin-bottom: 4px;
  margin-top: 12px;
  font-size: .9em;
  font-weight: bold;
  color: #0056a7;
  }
h4 {
  color: #013155;
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 12px;
  }
h5 { }
h6 { }

ul, ol {
  margin-left:16px;
  margin-right:8px;
  color: #7c7c7c;
  }
ul li, ol li {
  font-size: 0.75em;
  list-style-type: disc;
  list-style-position: outside;
  color: #7c7c7c;
  
  }
ol li {
  list-style-type: decimal;
  color: #7c7c7c;
  }

img.imgright {
  float: right;
  margin: 0px;
  }
img.imgleft {
  float: left;
  margin: 0px;
  }
.clear {
  clear: both;
  height: 1px;
  }  
p.readMore {
  clear: both;
  border-top: 1px solid #e1e0e0;
  border-bottom: 1px solid #e1e0e0;
  padding: 3px 0px;
  text-transform: uppercase;
  font-size: .65em;
  }
 
div.talison_lithium
 {
	float: left;
	margin: 40px 20px 40px 66px;
 }
 
div.talison_tantalum
 {
	float: left;
	margin: 40px 64px 40px 20px;
 }
 div.landing_content
 {
	margin: 0px 65px 0px 65px;
	padding: 50px 0px 0px 0px;
	clear:both;
 }
 
/********************************************************/
/*                 Main Layout Styles                   */
/********************************************************/
#wrapper {
  position: relative;
  margin: 36px auto 0px auto;
  width: 950px;
  background: #fff url('../gfx/content_bkg.gif') no-repeat center 150px ;
  }
#wrapper.home {
  background: #fff url('../gfx/content_bkg_home.gif') repeat-y top;
  }
#header {
  background-color: #fff;
  }
#headerExtra {
  position: absolute;
  right: 0px;
  }
#main { width: 950px;}
#nav {
  width: 194px;
  margin: 10px 35px 0px 25px;
  float: left;
  }
#content {
  width: 438px;
  margin: 20px 35px 0px 35px;
  float: left;
  padding-bottom: 20px;
  }
#content.home {
  width: 368px;
  margin-top: 66px;
  }
#rightPanel {
  width: 118px;
  margin-top: 60px;
  margin-left: 20px;
  float: left;
  }
#rightPanel.home {
  width: 188px;
  margin-top: 66px;
  margin-left: 30px;
  }