/* TuitionCoach Landing Page CSS */ 

/* Layout */
.col {float:left;}
.left_col {width:500px; padding:0 15px 0 30px;}
.right_col {width:336px; padding:0 30px 0 0; text-align:center;}

/* Content */
.content {overflow:auto; padding:30px 0 15px 0; width:auto; font-family:tahoma, verdana, arial, helvetica, sans-serif; text-align:left; border-top:2px solid #F1E8A5; border-bottom:2px solid #F1E8A5; _height:1%; /* IE6 ONLY */}
.content h1 {margin:0 0 9px 0; font-size:36px; line-height:36px; color:#C3A220;}
.content h2 {margin:0 0 20px 0; font-size:18px; line-height:18px; color:#C3A220;}
.content h3 {margin:0 0 10px 0; font-size:14px; line-height:14px; color:#333;}
.content p {margin:0 0 15px 0; font-size:12px; line-height:16px; color:#333;}
.content a {text-decoration:underline;}

/* Sign Up */
.sign_up {margin:0 -5px 5px 0; overflow:auto; width:auto; _height:1%; /* IE6 ONLY */}
.sign_up img {float:right;}
.sign_up .price {float:left; margin:4px 0 0 0; font-size:12px; line-height:16px; color:#C3A220; text-align:left; color:#333;}
.sign_up .price_info {font-size:10px; color:#C3A220;}
.sign_up .discount_strike {text-decoration:line-through;}

/* Discount */
.discount {overflow:visible;}
.discount img {float:none;}
.discount .price {float:none; display:block; margin:0 0 12px 0; font-size:14px; line-height:18px; color:#C3A220; text-align:center;}
.discount .price strong {color:#333;}
.discount .promo {color:#333;}
.discount .price_info {display:block; margin:10px 0 0 0; font-size:10px;}

/* Testimonial */
.testimonial {margin:0 0 20px 0;}
.testimonial blockquote {margin:0;}
.testimonial blockquote p, .testimonial blockquote ul {margin:0 0 10px 0; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; line-height:20px; font-style:italic; color:#333;}
.testimonial blockquote ul {padding:0 0 0 15px;}
.testimonial .author {margin:13px 0 0 0; font-size:11px; font-weight:900; color:#333;}
.testimonial_img {margin:0 0 15px 0;}

/* Features */
.features_top {border-bottom:1px solid #F1E8A5;}
.features_bottom {padding:30px 30px 40px 30px; *padding:30px 30px 10px 30px; /* IE6+7 ONLY */ border-top:0;}
.features_bottom .col {width:263px; margin-right:30px;}
.features_bottom .last {margin-right:0;}
.features_bottom h2 {margin:0 0 25px 0;}
.features_bottom h3 {margin:0 0 6px 0; font-size:12px; line-height:12px; font-weight:normal; font-weight:900;}
.features_bottom p {color:#848383;}
.features_bottom .sign_up {margin:18px -5px 5px 0;}
.features_bottom .discount .price {float:none; display:block; margin:15px 0 0 0; font-size:12px; line-height:16px; color:#333; text-align:center;}
.features_bottom .discount .price_info {margin:2px 0 0 0;}

