/* CSS Document */


* {
padding: 0;
margin: 0;
}

body {
background: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
line-height: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
line-height: 1.5em;
font-family:"Lucida Sans Unicode","Arial Unicode MS","Lucida Sans","Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
margin-top: .7em;
margin-bottom: 1.5em;
}

h1 {
font-size: 180%;
}

h2 {
font-size: 140%;
background: url(/img/line.gif) no-repeat 70% 50%;
text-transform: uppercase;
color: #666;
}

body.home h3 {
font-size: 200%;
}

p {
margin: 1em 0 1.5em 0;
font-size: 110%;
}

a:link {color: #f90;}
a:visited {color: #f90;}
a:hover {color: #c00;}
a:active {color: #f90;}


/* ================================ the big divs =============================*/

#header {
height: 120px;
}


#menu {
clear: both;
background: #b5d2e8;
height: 35px;
overflow: hidden;
}

#banner {
clear:both;
height: 212px;
background: #e6e8f2 url(/img/main_image2.jpg) no-repeat top left;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}

#main {
clear: both;
background: transparent url(/img/bg_grad_top.jpg) repeat-x top left;

}

#footer {
clear: both;
height: 100px;
background: #234B89;
color: #fff;
padding: 10px 10px 10px 10px;
border-top: #fff solid 2px;
}

/* ================================ the rest =============================*/

/* header stuff */
#logoimage {
float: left;
margin: 20px 0px 0px 20px;
}

#language {
float: right;
padding-right: 20px;
}

#header p {
margin: 25px 25px 0 0;
color: #666;
}

#header p.ticker {
font-size: 150%;
font-family:"Lucida Sans Unicode","Arial Unicode MS","Lucida Sans","Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
margin-right: 40px;
}

#header p.ticker a {
color: #333;
text-decoration: none;
}

#logo {
margin-left: 20px;
margin-top: 10px;
}

/* menu stuff */
 /*

#menu ul {
padding-left: 20px;
padding-top: 8px;
font-size: 110%;
margin: 0;
text-transform: uppercase;
list-style-type: none;
}

#menu ul li{
float: left;
position: relative;
}

#menu ul li a {
text-decoration: none;
color: #333;
margin-right: 5px;
padding: 10px;
margin-top: 4px;
}

#menu ul li a:hover {
color: #c00;
}


#menu ul li ul {
background: #b5d2e8;
width: 150px;
font-size: 100%;
margin: 0;
padding: 0;
text-transform: capitalize;
display: none;
}

#menu ul li ul li {
margin: 0;
padding: 0;
}

#menu ul li ul li a{
display: block;
margin: 0;
padding: .5em .5em .5em 1.8em;
background: transparent;
}

#menu ul li ul li a:hover{
color: #000;
background: #fff;
}


#menu ul li:hover ul {
display:block;
}

*/


/*submenu on subpages */

#submenu {
background: #eee url(/img/sub_bg.jpg) repeat-x bottom left;
height: 50px;
border-bottom: 2px solid #fff;
}

#submenu h3 {
font-size: 110%;
text-transform: uppercase;
color: #666;
margin:0;
padding: 15px 10px 0 10px;
float: left;

}

#submenu ul {
list-style-type: none;
padding-top: 14px;
float: left;
}

#submenu ul li {
float: left;
margin-left: 10px;
padding-left: 10px;
border-left: 1px solid #999;
}

#submenu ul li a {
color: #666;
text-decoration: none;
}

#submenu ul li a:hover {
color: #c00;
}

/* main stuff */

#main_pad {
background: transparent url(/img/bg_grad_bot.jpg) repeat-x bottom left;
padding: 25px;
}

#main1 {
width: 180px;
float: left;
}

body.home #main1 {
width: 410px;
}

#main1_pad {
padding-right: 30px;
}

#main2 {
width: 580px;
float: left;
}

body.home #main2 {
width: 390px;
}

#main_clear {
clear: both;
height: 40px;
}
/* footer stuff */



#footer ul {
list-style: none;
width: 800px;
float: left;
font-size: 100%;
margin-bottom: 1em;
}

#footer ul li {
float: left;
text-transform: uppercase;
font-family:"Lucida Sans Unicode","Arial Unicode MS","Lucida Sans","Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
}

#footer ul a {
display:block;
padding: 0 .8em;
line-height: 2.1em;
text-decoration:none;
color:#fff;
}

#footer ul a:hover {
color: #999;
}

#footer p {
clear: both;
margin: .4em;
color: #fff;
}


/* misc */

#news {
background: #eee;
margin: 8px;
margin-top: 20px;
margin-bottom:20px;
padding: 10px;
}

#news h2 {
color: #039;
font-size: 120%;
text-transform: uppercase;
margin: 0 0 1em 0;
}

#news span {
font-weight: bold;
}

.badge_flourite {
text-indent: -9999px;
}

.badge_flourite a {
width: 302px;
display: block;
height: 102px;
background: url(/img/badge_flourite.jpg) no-repeat top left;
}

.badge_flourite a:hover {
background: url(/img/badge_flourite.jpg) no-repeat top right;
}

.badge_copper {
text-indent: -9999px;
}

.badge_copper a {
width: 302px;
display: block;
height: 102px;
background: url(/img/badge_copper.jpg) no-repeat top left;
}

.badge_copper a:hover {
background: url(/img/badge_copper.jpg) no-repeat top right;
}

.badge_lead {
text-indent: -9999px;
}

.badge_lead a {
width: 302px;
display: block;
height: 102px;
background: url(/img/badge_lead.jpg) no-repeat top left;
}

.badge_lead a:hover {
background: url(/img/badge_lead.jpg) no-repeat top right;
}

.badge_zinc {
text-indent: -9999px;
}

.badge_zinc a {
width: 302px;
display: block;
height: 102px;
background: url(/img/badge_zinc.jpg) no-repeat top left;
}

.badge_zinc a:hover {
background: url(/img/badge_zinc.jpg) no-repeat top right;
}

#main ul {
margin-left: 2.5em;
}

#main ol {
margin-left: 3.5em;
margin-bottom: 2em;
}
#main ul li {
margin-bottom: 1.5em;
}

#main ol li {
margin-bottom: .5em;
font-size: 110%;
}

#main h4 {
font-size: 120%; 
margin-bottom: 0em;
text-decoration: underline;
}

.subimage {

background: #fff;
border: 2px solid #ccc;
padding: 5px;
margin: 15px 0 10px 0;
}

.mgmtimg {
float: left;
padding: 2px;
margin: 0 8px 1px 0;
border: 1px solid #ccc;
}

.space {
border-top: 1px dashed #ccc;
margin: 3px 0 8px 0;
height: 10px;

}