body
{
  margin: 0;
  font-family: verdana, arial, ans-serif;
  background-color: #fff;
  font-size: 11px;
  background-image: url(images/tile.jpg);
  background-repeat: repeat-x;
  color: #000;
}


 a
  {
    color: #3b5182;
    font-weight: bold;
    text-decoration: none;
  }
  

 a:hover
  {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }


#wrapper
{
  margin: auto;
  width: 834px;
  text-align: left;
}

#header
{
float: left;
width: 834px;
margin: 0 0 5px 0;
}

#top
{
float: left;
width: 834px;
height: 150px;
background-image: url(images/topbg.jpg);
background-repeat: no-repeat;
margin: 0 0 5px 0;
}


.buttons
{
width: 180px;
float: left;
margin: 14px 0 0 7px;
}


html>body .buttons { margin: 14px 0 0 15px; }

  .buttons ul
  {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  .buttons li
  {
  float: left;
  }
  
  .buttons li a
  {
  display: block;
  width: 180px;
  margin-top: 0px;
  text-align: center;
  font-weight: bold;
  color: #3b5182;
  text-decoration: none;
  padding: 3px 0 4px 0px;
  }
  
  #home
  {
  background-color: #9c9c9c;
  }
  
  #stock
  {
  background-color: #b4b4b4;
  }
  
  #about
  {
  background-color: #c3c3c3;
  }
  
  #finance
  {
  background-color: #d3d3d3;
  }

  #location
  {
  background-color: #e3e3e3;
  }

  #contact
  {
  background-color: #f4f4f4;
  }

  #home:hover, #stock:hover, #about:hover, #finance:hover, #location:hover, #contact:hover
  {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: gray;
  }

#flash
{
 width: 614px;
 height: 123px;
  margin:5px 0px 0px 13px ;
  float:left;
  padding-top: 8px;
}


html>body #flash {margin: 5px 0px 0 13px;}

#main
{
float: left;
background-color: #fff;
background-image: url(images/main.jpg);
background-repeat: no-repeat;
height: 308px;
width: 834px;
}

      html>body #main{height: auto !important; min-height: 308px;}
      

  #main_left
  {
  float: left;
  width: 200px;
  margin: 6px 0 0 3px;
  }
  
  html>body #main_left{margin: 6px 0 0 6px;}
  
  
  #main_left p
  {
  margin: 0;
  padding: 7px;
  }
  
  #main_left #title
  {
  margin: 0;
  padding: 7px;
  width: 185px;
  background-color: #3b5182;
  color: white;
  font-weight: bold;
  font-size: 16px;
  }
  
  #main_right
  {
  float: left;
  width: 615px;
  margin: 6px 0 0 6px;
  }

  #main_right p
  {
  margin: 0;
  padding: 7px;
  }

  #main_right #maintitle
  {
  margin: 0;
  padding: 7px;
  background-color: transparent;
  color: #3b5182;
  font-weight: bold;
  font-size: 16px;
  }
  
  #homeblurb
  {
  float: left;
  width: 375px;
  }
  
  
#feature
{
  float: right;
  width: 200px;
  height: 265px;
  margin: 5px 10px 0 0px;
  background-image: url(images/featurebox.jpg);
  background-repeat: no-repeat;
}


html>body #feature {margin: 5px 20px 0 0px;}


#feature #inlineFourth
{
	float: left;
  height: auto;
	width: 200px;
	position: relative;
	margin: 35px 0px 0px 0px;
}
  