/* CSS Document */
body{
text-align:center;
font-weight:normal;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
color:#000;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color:#FFF
}


.wrapper{
width:801px;
margin:auto;
background-color: #78BBF1;
border-right: 1px #3f3f3f solid;
border-left: 1px #3f3f3f solid;
border-bottom: 1px #3f3f3f solid;
background-image: url(images/wrapper_bg.jpg);
}

.wrapperstock{
width:801px;
height: 2450px;
margin:auto;
background-color: #3f727f;
border-right: 1px #3f3f3f solid;
border-left: 1px #3f3f3f solid;
border-bottom: 1px #3f3f3f solid;
background-image: url(images/wrapper_stock_bg.jpg);
}


a{
color: #000;
text-decoration: none;
font-weight: bold;
}

a:hover{
text-decoration: underline;
}

.top{
float: left;
width: 801px;
height: 102px;
}


.buttons{
width: 801px;
float: left;
background-color: #3786c4;
margin: -5px 0px 0px 0px;
}


      html>body .buttons{
      margin: 0px 0px 0px 0px;
      }


  .buttons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  .buttons li{
  float: left;
  }
  
  .buttons li a{
  display: block;
  width: 150px;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-right: 1px #3f3f3f solid;
  font-size: 14px;
  }
  
  .buttons li a:hover{
  background-color: #529dd8;
  color: #000;
  }
  

.flash{
float: left;
background-color: #fff;
}


.content{
text-align: left;
}

  .leftcol{
  float: left;
  width: 150px;
 color: black;
  }


  .middlecol{
  float: left;
  width: 501px;
  }


  .rightcol{
  float: left;
  width: 150px;
  }
  
  
  .stock{
  float: left;
  width: 651px;  
  }


  .content h4, .stock h4{
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin: 0;
  padding: 2px 10px 2px 10px;
  text-align: left;
  background-image: url(images/bar.jpg);
  background-repeat: repeat-x;
  }
  
  
  .leftcol p, .middlecol p, .rightcol p{
  margin: 0;
  padding: 10px;
  }
  
  
  .content .homeblurb{
  float: left;
  width: 280px;
  }

.clearfix{
width: 801px;
clear: both;
}


.feature {
	float: left;
	width: 200px;
	position: relative;
  margin: 10px 0px 0px 10px;
  height: 200px;
	background-image: url(images/feature.jpg);
	background-repeat: no-repeat;
	border: 1px #fff solid;
	
}
   html>body .feature{
   height: auto !important;
   min-height: 200px;
   }


.feature #inlineFourth {
	height: auto;
	width: 200px;
	position: relative;
	margin: 22px 0px 0px 0px;
}


.legal{
font-size: 9px;
}
