﻿/* Home Page */

.star {
  list-style:none !important;
}

.star li {
  background:#fff url(/images/star.gif) no-repeat center left;
  list-style:none !important;
  padding-left:18px !important;
}

#pitch-list {
  position:relative;
  background:#fff url(/images/pitch-list.gif) no-repeat left top;
  height:100px;
  margin-top:10px;
  _margin-top:0;
}
#pitch-list p, #pitch-list ul {
  position:absolute;
  left:-9999px;
}

.green {
  background:#fff url(/images/green_orange.gif) no-repeat left top !important;

}
.green h4 {
  background:transparent !important;
}
.green h4 a {color:White;}
.green .pb-guts {
  padding-top:0 !important;
  margin-top:6px;
}
.accent {
  background:#f6f6f6;
  padding:4px;
}

.twothirds {
  float:left;
  width:440px;  
  padding-bottom:30px;
  margin-right:10px;
  _margin-right:3px;
  margin-top:-10px;

  background:transparent url(/images/twothirds-bottom.gif) no-repeat bottom left;
}

.twothirds p 
{ /*for site launch, no items*/

    height:110px;
    _height:100px;
}

.twothirds-cap {
  padding:20px 10px;
  background:transparent url(/images/twothirds-top.gif) no-repeat top left;
  border-bottom:1px #c9c9c9 solid;
  margin-top:0px;
}
.twothirds-body {
  padding:20px 10px;

}
.twothirds-body h3 {
  border-bottom:1px #c9c9c9 solid;
  padding-bottom:4px;
  margin-bottom:1em;
  margin-left:1.5em;
  position:relative;
  padding-right:15px;

}
.twothirds-body h3 a {
  display:block;
  float:right;
  position:absolute;
  top:0;
  right:0;
}


.onethird {
  float:right;
  width:200px;
  margin-top:-10px;
  _width:200px;
}

ol {position:relative;}

ol li 
{
  
  list-style-type:decimal;
  margin-left:2em;
  margin-bottom:0.75em;
  font-size:0.9em;
}

.greenbox {
  background:transparent url(/images/greenbox-top.gif) no-repeat top left;
  padding:30px 0;  
}


.greenbox h3 {
  background:#fea456;
  padding:6px 0;
  width:188px;
  
  margin-left:6px;
  _margin-left:0px;
  _padding:6px;
  text-align:center;
  
  
  color:white;
  border-width:1px 0;
  border-style:solid;
  border-color:white;
  font-size:0.95em !important;
  font-family:Georgia;
  font-style:italic;
}

.greenbox-body {
  background:transparent url(/images/greenbox-bottom.gif) no-repeat bottom left;
  padding:20px 10px 0px;
  
  color:white;
  line-height:1.4;
}
.greenbox > .greenbox-body {padding-bottom:30px;}
.greenbox-body a {color:white;}

.links-right {
  text-align:right;
  padding:10px 0;
  margin-top:10px;
  _margin-top:20px;
}
.links-right a {color:white;}

.pitch {
  font-size:1.1em;
  
  color:#333;
}
.pitch strong {
  color:#267dc6;
}

.star {
  margin-top:10px;
}

.star li {
  list-style:disc;
  margin-left:30px;
  padding:5px 0;
}



#getStarted a.buttonLarge {
  display:block;
  float:left;
  font-size:0.8em;
  _font-size:0.75em;
  white-space:nowrap;
  text-decoration:none;
  padding:6px 0px 0px 0px;
  text-align:center;

}

