.bordered_columns .column {
  margin-right: 0 !important;
  width: 31.3%;
}

.bordered_columns .column_border {
  width: 3%;
  float: left;
  height: 272px;
  background: transparent url(../images/column-border.gif) no-repeat scroll bottom center;
}

#how-it-works .content {
  width: 160px;
  float: left;
  margin-right: 10px;
}

.column .title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #CA9B4B;
  padding-bottom: 3px;
}

.sidebar .title {
  color: #CC9947;
  font-size: 13px;
}

.sidebar img {
  padding: 10px 0 20px 15px;
}

.introduction {
  color: #5D5D5F;
  font-size: 14px;
}

#main_content .introduction {
  margin-bottom: 10px;
}

#main_content .column {
  margin-right:25px;
  width: 505px;
}

#main_content .last {
  margin-right:0;
  width:430px;
}

.page_title {
  font-size: 20px;
}

.callout ul.arrowed {
  margin-bottom: 10px;
}


/* -------------------------------------------------------------- 
   Callout
-------------------------------------------------------------- */

.get_started {
  background:url('../images/get_started_bg.gif') no-repeat left top;
  height:208px;
  width:430px;
}
  .column .get_started h2.title {
    color: #FFFFFF;
    font-family: "Myriad Pro", "Tahoma";
    font-size: 20px;
    margin-bottom:0;
    padding:6px 15px;
  }
  .column .get_started ul.arrowed {
    margin:15px 0 0 23px;
  }
  .column .get_started a {
    display:block;
    margin:15px 0 0 25px;
  }


/* -------------------------------------------------------------- 
   Arrowed list
-------------------------------------------------------------- */

ul.arrowed {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.arrowed li {
  margin: 0;
  padding: 0 0 0 20px;
  background: transparent url(../images/list-item-arrow.jpg) no-repeat scroll top left;
  color: #35283B;
  font-size: 14px;
}

/* -------------------------------------------------------------- 
   Helpers
-------------------------------------------------------------- */

.borderless {
  border: none !important; 
}

.center {
  text-align: center;
}

/* -------------------------------------------------------------- 
   Video Player
-------------------------------------------------------------- */

.video_player {
  width: 412px;
  height: 346px;
  margin-bottom: 20px;
}


/* -------------------------------------------------------------- 
   Lists
-------------------------------------------------------------- */

ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

li {
	margin: 0;
	padding: 0 0 10px 15px;
	background-position:left 6px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/list-item-bullet.gif);
	background-repeat: no-repeat;
}


