/* 
    Document   : tlr2009beta.css
    Created on : Sep 8, 2009, 9:45:17 AM
    Author     : bgoldsworthy
    Description:
        Purpose of the stylesheet follows.
*/

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

div.masthead {
  margin:0 auto;
  padding:20px 0 0;
  text-align:center;
  width:100%;
  font-family:helvetica,arial,sans-serif;
}

div.masthead h1 {
  color:#000000;
  font-size:38px;
  font-weight:bold;
  letter-spacing:-2px;
  margin:0;
  text-align:center;
}

div.masthead h2 {
  color:#444444;
  font-size:24px;
  font-weight:normal;
  letter-spacing:0;
  margin:0;
}

div.masthead h3 {
  color:#B24A15;
  font-size:14px;
  font-weight:normal;
  letter-spacing:0;
  margin:0;
}

div.pricebox
{
  border:solid 2px #FF691E;
  background:#FFF;
  padding:8px 10px 10px;
  text-align:center;
  width:220px;
  height:250px;
  float:left;
  margin: 25px;
  vertical-align: baseline;
  position:relative;
}

div.pricebox h1
{
  margin:2px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:38px;
}

div.pricebox h2
{
  color: #FF691E;
  font-size:36px;
  margin:3px 0 8px 0;

}

div.pricebox h3
{
  color: #B24A15;
  font-size:12px;
  margin:3px;
  font-weight:bold;
}

div.pricebox h4
{
  color: #808080;
  font-size:10px;
  margin:1px;
  font-weight:normal;
}

div.pricebox div.signup
{
  position: absolute;
  bottom: 5px;
  border: none;
}

div.masthead div.note
{
  position: absolute;
  margin-left: 500px;
  margin-top:-15px;
}

.clearboth { clear: both; }

em
{
  color: #FF691E;
  font-style: normal;
  font-weight: bold
}

a:link
{
  color: #000;
}

a:visited
{
  color: #000;
}

a:hover, a:active
{
  color: #FF691E;
}

div.action p {
  padding:20px 10px 20px 5px;
}

div.action {
  background-color:#FEDAC7;
  border-bottom:1px solid #B24A15;
  border-top:1px solid #B24A15;
  float:left;
  font-size:16px;
  font-weight:bold;
  margin:10px 0px 30px;
  padding:0px 10px 0px;
  text-align:left;
  width:95%;
  color:#000;
}

div.notice
{
  font-size:13px;
  font-weight:normal;
}


