
/* ========= */
/* = intro = */
/* ========= */

div#index-intro
{
  margin-right: 210px;
}

div#index-intro ul
{
  float: left;
  width: 650px;
}

div#index-intro ul#index-intro-list-right
{
  width: 125px;
}

/* ============= */
/* = job-tally = */
/* ============= */

div#index-job-tally
{
  position: relative;
  float: right;
  width: 200px;
}

div#index-job-tally-tl
{
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  line-height: 38px;
  border: 1px solid #b0d3ae;
  text-align: center;
  font-size: 16px;
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
}

div#index-job-tally-tr
{
  position: absolute;
  top: 0;
  left: 91px;
  line-height: 40px;
  width: 109px;
  
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
  background-color: #b0d3ae;
  background-image: url('../images/g-job-tally-upper-right.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

div#index-job-tally-br
{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  
  background-image: url('../images/g-job-tally-lower-right.gif');
  background-repeat: no-repeat;
}

div#index-job-tally-b
{
  margin-top: 39px;
  padding: 10px 5px;
  
  border: 1px solid #b0d3ae;
  border-top: none;
}

div#index-job-tally-recent-job-name
{
  font-size: 13px;
}

div#index-job-tally-recent-job-date
{
  font-size: 10px;
}

/* ================ */
/* = not-a-member = */
/* ================ */

div#index-not-a-member
{
  position: relative;
  float: right;
  width: 250px;
  margin-left: 15px;
}

div#index-not-a-member-tl
{
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  line-height: 38px;
  border: 1px solid #b0d3ae;
  text-align: center;
  font-size: 14px;
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
  color: #009ce5;
}

div#index-not-a-member-tr
{
  position: absolute;
  top: 0;
  left: 131px;
  line-height: 40px;
  width: 119px;
  
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: 'Century Gothic', 'Segoe UI', Verdana, sans-serif;
  background-color: #b0d3ae;
  background-image: url('../images/g-job-tally-upper-right.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

div#index-not-a-member-tr a
{
  color: #fff;
  text-decoration: none;
}

div#index-not-a-member-br
{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  
  background-image: url('../images/g-job-tally-lower-right.gif');
  background-repeat: no-repeat;
}

div#index-not-a-member-b
{
  margin-top: 39px;
  padding: 10px 5px;
  
  border: 1px solid #b0d3ae;
  border-top: none;
}

div#index-not-a-member-b a
{
  color: #595959;
}

div#index-not-a-member-b a:hover
{
  color: #009ce5;
}


/* ===================== */
/* = mygateways-teaser = */
/* ===================== */

div#index-mygateways-teaser
{
  margin: 10px 0;
  padding: 10px;
  padding-bottom: 0;
  border: 1px solid #b0d3ae;
}

div.index-mygateways-teaser-subheading
{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}