ul,ol { list-style:none }h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

body {
    font: 100.01%/1.4 Arial, Verdana, sans-serif;
    text-align: left;
	color: #222;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
}

a:link {
	color: #065fb9;
	text-decoration: none;
}
a:visited {
	color: #407cb9;
	text-decoration: none;
}
a:hover {
	color: #004c99;
	text-decoration: underline;
}

h1 {
	font-size: 3em;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	color: #666;
}

h6 {
	font-size: 1.1em;
	color: #999;
}

strong, b {font-weight: bold;}

.aligncenter,div.aligncenter {display: block;margin: 0 auto;}
.alignleft {float: left; margin: 2px 10px 2px 0;}
.alignright {float: right; margin: 2px 0 2px 10px;}

hr {
border-top: 1px solid #eee;
border-bottom: 1px solid #cfcfcf;
border-right: none;
border-left: none;
text-align: center;
margin: 2em 0;
}

.wrapper {
width: 960px;
margin: 0 auto;
}

.wrapper p,
.wrapper > ul,
.wrapper h3 {
    margin-bottom: 20px;
}

#main {
}


/* header 
--------------------------------------------- */

#header {}

h1#logo a {
margin: 20px 0;
display:block;
float: left;
overflow:hidden;
text-indent: -9999px;
width: 356px;
height: 66px;
background:url(http://a.eqcdn.com/tfer/files/images/titan_iron_ore.png) no-repeat left top;
}

h1#logo a:hover {
background-position: 0;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;}

#topsearch {
background: #fff;
float: right;
padding: 6px 8px;
}

#searchform .textfield {
color: #666;
width: 160px;
padding: 2px 4px;
border: 1px solid #ddd;
background: #fff;
float: right;
}

#searchform #mag {
float: right;
padding: 2px 0 0 6px;
}

/* Top Menu
-------------------------------------------------------------- */

#topmenu {
float: right;
padding: 4px 4px 0 0;
font-size: .8em;
color: #999;
}

#topmenu img {margin-bottom: -6px;}

#topmenu a:hover img {
filter: alpha (opacity=60);
-moz-opacity: .6;
opacity: .6;
-khtml-opacity: .6;
}

#topmenu a {padding: 4px;}


/* =nav -------------------------------- */	

#main-nav li a:hover {
	color: #065FB9;
}

.nav {
position: relative;
z-index: 111;
font-size: .8em;
text-transform: uppercase;
clear: both;
border: 1px solid #bbb;
border-left: none;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(240,240,240)),
    color-stop(0.9, rgb(220,220,220))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(240,240,240) 10%,
    rgb(220,220,220) 90%
);

}
.nav ul {
margin: 0 auto;
width: 960px;
position: relative;
}
.ie6 .nav{display: inline;}

/* =level 1 --------------------------------*/
.nav ul li { 
	float: left; 
	position: relative;
	border-left: 1px solid #bbb;
}
.ie6 .nav ul li {display: inline;}
.nav ul a:hover { 
	color: #000;
	text-shadow: none; 
}
.nav ul a:active{ 
	color: ; 
}
.nav ul li a { 
	color: #333;
	display: block; 
	padding: .7em 1.2em .6em 1.2em; 
	text-decoration: none;
}
.nav ul li.hover,
.nav ul li:hover { 
	color: #000;
	background: #dcdcdc; /* Old browsers */
    background: #eee;
	position: relative; 
}
.nav ul li.hover a { 
	color: #000; 
    background-color: #eee;
}

.nav.no-js li:hover > ul {
	display: block;
}

/* =level 2 --------------------------------*/

.nav ul ul 	{ 
	display: none;
	position: absolute; 
	top: 100%; 
	left: 0;
	width: 18em;
	font-size: .9em;
	background-color: #eee;
}
.nav ul ul li { 
	background-color: #eee; 
	border: 0 none;
	border: 1px solid #ccc;
	border-top: none;
	color: #eee;  
	float: none;
	text-wrap: none;
}
.nav ul ul li:first-child {
border-top: 1px solid #ccc;
} 				
.nav ul ul.children li:hover a { 	
	color: #065fb9 !important; 
    background-color: #eee;
}	                                      
.nav ul ul li a	{
	padding: .5em 1.2em .6em 1.2em; 
	text-wrap: none;
	display: inline-block; /* IE 6 & 7 Needs Inline Block */
} 

/* =level 3 --------------------------------*/

.nav ul ul ul 	{ 
	display: none;
	left: 100%; 
	top: 0;
}
.nav ul ul.children ul.children li a { 	
	background-color: #eee;
}
.nav ul ul.children ul.children li:hover a { 	
	background-color: #eee;
}	

/* sitemap 
--------------------------------------------- */

ul.sitemap li {
	list-style-type: square !important;
	padding: 4px 0;
}

ul.sitemap li li {
	list-style-type: circle !important;
	margin: 0 0 0 15px;
}

#Sitemap #sidebar {
	display: none;
}

#Sitemap #content {
	width: 100%;
}

/* sidebar 
--------------------------------------------- */

#sidebar {
float: left;
display:inline;
width:200px;
text-align:left;
voice-family:inherit;
margin-top: 30px;
padding: 0 0 50px 0;
}

#sidebar h2 {
font-size: 1.4em;
font-weight: normal;
line-height: 1.8em;
}

#sidebar li {
	list-style: none;
	font-size: 12px;
	border-top: 1px solid #ccc;
}

#sidebar li a {
	padding: 7px;
	display: block;
}

#sidebar li a:hover {
	background: #efefef;
}

#sidebar li.active {
	background: #efefef;
}

.widget_pages a {
display:block;
text-align: left;
height:1%;
padding:2px;
text-decoration: none;
}

.widget_pages li {
}

.widget_pages li li {
padding-left: 1em;
}

ul.breadcrumbs li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 15px 0;
	font-size: 11px;
}

ul.breadcrumbs {
	border-bottom: 1px solid #ccc;
	padding: 15px 0 30px 0;
	margin: 0 0 15px 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* home 
--------------------------------------------- */

#homecontent {
text-align: left;
float: right;
width: 400px;
font-size: .9em;
padding: 0 0 50px 0;
}

#homecontent h3 {
    margin-bottom: 1em;
}

#content h1 {
	margin-bottom: 30px;
}

#content p {
    margin-bottom: 1.5em;
}

#homemap {
padding-top: 8px;
width: 529px;
float: left;
}

#stockquote {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(38,169,224)),
    color-stop(0.9, rgb(27,117,187))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(38,169,224) 10%,
    rgb(27,117,187) 90%
);
color: #fff;
padding: 10px;
}

#stockquote h3 {
font-weight: normal;
}

.stockdetails {
color: #333;
background: #fff;
padding: 5px;
font-size: .9em;
}

/* content 
--------------------------------------------- */

#content {
text-align: left;
float: left;
width: 700px;
font-size: .9em;
margin-top: 20px;
margin-left: 30px;
padding: 0 0 50px 0;
}

#content ul {
    margin: 0 0 0 10px;
}

#content li {
    margin: 5px;
    list-style-type: disc;
}

.one-column {
    margin-left: 0 !important;
}

.post {
background: #fff;
margin: 0;
overflow: auto;
width: 100%
}

.blogpost {
background: #fff;
margin-bottom: 10px;
padding: 20px;
border: 1px solid #eee;
}

.entry {padding: 0 0;}

.entry p {
margin: 0 0 1.1em 0;
line-height: 1.5em;
}

.entry h2 {
color: black;
font-weight: normal;}

h2.pagetitle  {
color: #666;
padding-bottom: .4em;
font-weight: normal;
text-align: center;
}

.entry h3 {
color: #666;
font-weight: normal;
padding-bottom: .3em;
}

.entry ul {
list-style:disc;
padding: .5em 0;
}

.entry ol {
list-style-type:decimal;
padding-bottom: .5em;
}

.entry li {
margin-left: 30px;
padding-bottom: .3em;
line-height: 1.3em;
}

.entry ul ul {
padding-top: .5em;
padding-bottom: 0;
}

.entry ol {
margin-left: 5px;
}

.entry blockquote {
padding-left: 1em;
border-left: 2px solid #cfcfcf;
font-size: .9em;
color: #666;
}

.entry img {max-width: 660px;}

.entry table {border: 2px solid #ddd;}
.entry th {
border: none;
padding: 2px 4px;
}
.entry td {
padding: 2px 4px;
border: 1px solid #cfcfcf;
}


.wp-post-image {
}

.postmetadata {
font-size: .8em;
color: #666;
margin: .5em 0 1em 0;
}

.entry .wp-caption {
border: 1px solid #ccc;
text-align: center;
background-color: #eee;
padding: 4px 0 0 0;
}

.entry .wp-caption p.wp-caption-text {
padding: 3px;
margin:0;
color: #666;
font-size: .8em;
}

.gallery-caption {
color: #666;
font-size: .9em;
}

.avatar {float: right; border: 1px solid #cfcfcf;}

.navigation {
height: 18px;
margin-top: 10px;
font-size: .9em;
padding: .5em 1em;
}

.navigation a {
padding: 2px 4px;
font-weight: bold;
}


/* comments
--------------------------------------------- */

#content #commentarea {
padding: 15px 20px;
color: #666;
}

ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li.odd {background: #ddd;}
ol.commentlist li {
border:1px solid #eee;
background: #fff;
margin:0 0 .5em;
padding:5px 7px 5px 66px;
position:relative;
}
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; line-height: 1.4em;}
ol.commentlist li div.vcard cite.fn { font-style:normal;  }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #ccc; padding: 2px; left:5px; position:absolute; top:5px; }
ol.commentlist li div.comment-meta { font-size: .8em; line-height: 1.4em; position:absolute; right:1em; text-align:right; top:.8em; }

ol.commentlist li p { font-weight:normal; line-height: 1.3em; margin:.5em 0; }
ol.commentlist li ul { font-weight:normal; line-height: 1em; list-style:square; margin:0 0 .5em; }

ol.commentlist li div.reply {text-align: right;}
ol.commentlist li div.reply a:hover { background:#fef0b6;}
ol.commentlist li div.reply a {
text-decoration:none;
background:#ddd; 
line-height: 1.7em;
border:1px solid #fff;
padding:1px 4px;
font-weight: bold;
font-size: .7em;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; list-style: none; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#eee; }
ol.commentlist ul.children li.even { background:#fff; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

#commentform textarea {
width: 90%;
border: 1px solid #cfcfcf;
margin: 5px 0;
padding: 5px;
}

/* footer
--------------------------------------------- */

#footer {
clear: both;
border-top: 1px solid #ccc;
color: #999;
font-size: .8em;
padding: 25px 0;
}

#footer a {}

#footertext {
clear: both;
text-align: left;
padding: 1em 0;
}

#footer ul li {
	float: left;
	margin: 0 10px 0 0;
}

p#copyright {
	float: left;
	margin: 0 15px 0 0;
}

/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#homeslideshow {
margin: 1px 0 20px 0;
height: 300px;
}

#slider {
position:relative;
width:960px; /* Change this to your images width */
height:300px; /* Change this to your images height */
background: url(images/loader.gif) no-repeat 50% 50% #eee;
}


#slider a {
    border:0;
    display:block;
}


#homeslideshow .nivo-caption p {margin: 0;}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivo-controlNav {
	position:absolute;
	left:45%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {background-position: 0 -22px;}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {left:10px;}

#sidebar li li {padding-left: 15px;}