/* Jim Hay Holderpage Stylesheet */
/* Main layout + presentational CSS */

body {
  margin: 0;
  padding: 0;
  background: #bda500;
  font: normal 0.7em/1.7em arial, helvetica, verdana, sans-serif;
  color: #000;
  text-align: center;
  }

form { margin: 0; padding: 0;} 
label.formLabel { margin: 0; padding: 0; display: block; float: left; clear: both;}

input, textarea, select {
  margin: 0;
  border: 1px solid #000;
  padding: 2px 2px;
  background: #fff;
  font: normal 1em/1em arial, helvetica, verdana, sans-serif;  
  color: #000;
  vertical-align: middle;
  }

div.leftCol, div.rightCol { margin: 0; padding: 0; display: inline;}
div.leftCol { float: left;}
div.rightCol { float: right; text-align: left;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.breaker { margin: 0; padding: 0; width: 100%; height: 1px; clear: both;}

a {color: #000;}
a:link, a:visited, a:active {text-decoration: none;}
a:hover {text-decoration: underline;}
a img { border: 0;}

p {
  margin: 1em 0;
  padding: 0;
  }

div#topPeak, div#btmPeak {
  padding: 0;
  width: 729px;
  height: 21px;
  }
 
 div#topPeak {
  margin: 35px auto 0 auto;
  padding: 0;
  background: url(../img/topPeak.gif) center bottom no-repeat;
  }

div#btmPeak {
  margin: 0 auto 25px auto;
  padding: 0;
  background: url(../img/btmPeak.gif) center top no-repeat;
  }

div#btmPeak div.leftCol, div#btmPeak div.rightCol {
  padding: 0;
  width: 300px;
  font: normal 0.9em/1em arial, helvetica, verdana, sans-serif;
  }

div#btmPeak div.leftCol {
  margin: 0 0 0 20px;
  text-align: left;
  color: #fff;
  }

div#btmPeak div.rightCol {
  margin: 0 20px 0 0;
  text-align: right;
  }

div#btmPeak div.rightCol a { color: #fff;}

div#wrapper {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  width: 729px;
  }

div#wrapper div#bevelTop, div#wrapper div#bevelTop span, div#wrapper div#bevelBtm, div#wrapper div#bevelBtm span {
  margin: 0;
  padding: 0;
  width: 729px;
  height: 20px;
  }

div#wrapper div#bevelTop { background: url(../img/bevelTopLeft.gif) top left no-repeat;}
div#wrapper div#bevelTop span { background: url(../img/bevelTopRight.gif) top right no-repeat;}
div#wrapper div#bevelBtm { background: url(../img/bevelBtmLeft.gif) bottom left no-repeat;}
div#wrapper div#bevelBtm span { background: url(../img/bevelBtmRight.gif) bottom right no-repeat;}
div#wrapper div#bevelTop span, div#wrapper div#bevelBtm span { display: block;}

div#wrapper div.leftCol {
  margin: 0 0 10px 30px;
  padding: 0;
  width: 330px;
  }

div#wrapper div.leftCol p, div#wrapper div.leftCol form  { text-align: left;}

div#wrapper div.leftCol form input#email {
  border: 1px solid #b62f28;
  width: 182px;
  }

div#wrapper div.leftCol form input#submit {
  padding: 1px 2px;
  background: #b62f28;
  border: 1px solid #b62f28;
  text-transform: uppercase;
  color: #fff;
  }

div#wrapper div.leftCol form input#submit:hover {
  color: #000;
  cursor: pointer;
  }

div#wrapper div.rightCol {
  margin: 5px 25px 0 0;
  padding: 0;
  width: 323px;
  }

div#wrapper div.rightCol img {
  width: 323px;
  height: 498px;
  }

/* end */