/* 
    Document   : main.css
    Created on : Dec 21, 2009, 1:18:51 PM
    Author     : smcit03
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #229730;
}

.smcbody {
  width:780px;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana,Arial,Tahoma;
  font-size: 12px;
/*  border: red solid 1px;*/
  text-align: left;
}

#page-header {
  float: none;
  display: block;
  width: 780px;
  height: 113px;
  background-image: url('images/bg_header.png');
  background-repeat: no-repeat;
}

#site-menu {
  float:left;
  margin-top: 88px;
  right: 0;
  width: 100%;
  height: 24px;
  line-height: 22px;
  text-align: right;
  font-weight: normal;
  font-family: Arial;
  font-size: 1em;
  font-weight: bold;
  text-align:right;
  overflow: hidden;
}



#page-body {
  float: left;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  background: url('images/bg_body.png');
  background-position: right;
  background-repeat: repeat-y;
  padding-top: 19px;
}

#page-content {
  float: left;
  width: 473px;
  padding-left:40px;
  /*border: 1px red solid;*/
  overflow: visible;
}

#page-content div {
  display: inline;
  /*width: 473px;*/
  overflow: visible;
}


#flash-right {
  float: right;  
  width: 260px;
  height: 299px;
  background-image: url('images/bg_flash_right.png');
  /*border:1px solid blue;*/
  text-align: center;
}

.flash-content {
  display: block;
  clear:both;
  width: 260px;  
  /*border:1px solid red;*/
}


#footer-home {
  float: left;
  clear: both;
  width: 600px;
  margin-top: 30px;
  padding-left: 110px;
  padding-bottom: 20px;
  font-weight: bold;
  /*border:1px solid red;*/
  background-image: url('images/logo_footer_home.gif');
  background-position: 40px 40%;
  background-repeat: no-repeat;
  font-size: 0.9em;
}

#footer-all {
  float: left;
  clear: both;
  width: 600px;
  margin-top: 30px;
  padding-left: 40px;
  padding-bottom: 20px;
  font-weight: bold;
  /*border:1px solid red;*/
  font-size: 0.9em;
}


td {
  font-family: Verdana,Arial,Tahoma;
  font-size: 12px;
}

h1, h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em 0 0 0;
  color: #229730;
}

td.content-menu {
  font-family: Arial;
  font-size: 12px;
  padding-left:75px;
}

table.address th {
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  color: #666666;
  padding-bottom: 3px;
}

table.address td {
  color: gray;
  padding-bottom: 3px;
}


table.product-table th{
  background-color: #DCEECF;
  font-size: 11px;
  white-space: nowrap;
  padding: 3px 2px;
}

table.product-table td{
  background-color: #ffffff;
  font-size: 11px;
  vertical-align: top;
  color: #333333;
}

table.product-table ol{
  margin:0 0 0 25px;
  padding:0;
}

table.product-table ul{
  margin:0 0 0 15px;
  padding:0;
}

table.product-table li{
  padding:0;
  padding-left: -5px;
  padding-bottom: 0.3em;
}



.smc-bold {
  font-weight: bold;
  color: #229730;
}

.end-section {
  padding-top: 1em;
  padding-bottom: 2em;
}

text-gray {
  color: gray;
}

p.greenpoint {
  background-image: url('images/greenpoint.gif');
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: gray;
  padding-top: 0;
  margin-top: 1em;
  padding-bottom: 0.5em;
  line-height: 1.4em;
  text-align: justify;
}

p.gray {
  color: gray;
  padding-top: 0;
  margin-top: 1em;
  padding-bottom: 0.5em;
  line-height: 1.4em;
  text-align: justify;
}

a:link, a:visited {
  color: #990000;
}

a:hover {
  color: #006600;
}

a.menu-actived {
  color: #20A009;
  text-decoration: none;
}
.menu-actived {
  color: #20A009;
}




/************************* CSS for News ******************************/
div.silomNews {
  display: inline;
  float:left;
  width:100%;
  clear:both;
  padding: 0.5em 0.5em 2em 0.5em;
}

div.silomNews h2 {
  font-size: 14px;
  font-weight: bold;
  padding:0 0 0.5em 0;
  margin:0;
}

div.silomNews div {
  display: inline;
  float:left;
  overflow: visible;
  font-size: 11px;
  /*border: 1px solid green;*/
}

div.silomNews ul {
  margin: 0px;
  padding-left:20px;
}

div.silomNews li {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0.5em;
  color:gray;
}

div.silomNews img {
  border:0;
  padding:1px;
  margin:0;
}


.newsPreview {width:154px;}

.newsTOC {width:270px;}

.newsLink {
  clear:both;
  padding-left:20px;
  padding-top:0.75em;
}

