/******************************************************************************/
/* GLOBAL HOUSE KEEPING */

* {
    padding: 0; 
    margin: 0; 
}


/******************************************************************************/
/* GLOBAL LAYOUT */

.global-width {
    width: 950px;
    margin: 0 auto;
}

.navigation-width { 
    width: 22%;
    float: left;
}

.content-width { 
    width: 78%;
    float: right;
}

.content-width.full { 
    width: 100%;
}

.bar-background {
    background: #ffffff;

/* blue */
/*    border-bottom: solid #09B4E2 3px;*/

/* orange */
/*    border-bottom: solid #ff9d68 3px; */

/* green */
/*    border-bottom: solid #95E245 3px;*/
}


/******************************************************************************/
/* HEADER */

#headerbar {
    background-color: #eef7f9;
    background-image: url('/images/header-background.png?v=3');
    background-repeat: repeat-x;
    border-bottom: solid #484a32 3px;
}

#headerbar.bar-background.home_page {
    border-bottom: 0;
}

#header {
    height: 85px;
    display: block;
}

#logo {
    position: relative;
    float: left;
    padding-top: 15px;
}

#logo #beta {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 2;
    top: 12px;
    left: 295px;
}

.logo_text {
    margin-left: 13px;
    border: none;
}

.logo_image {
    margin-bottom: 8px;
    border: none;
}

#header .actions {
    float: right;
    padding-top: 0px;
    width: 600px;
}

#header .actions .user {
    height: 20px;
    padding-top: 15px;
    float: right;
    font-size: 12px;
}

#header .actions .user a {
    font-weight: bold;
}


#header .actions .user a {
    /* color: #DFE8FF;*/
}

#header .actions .user a:hover {
    /*color: #A4B8EF;*/
}


#header .actions .nav {
    position: absolute;
    top: 62px;
    height: 24px;
    z-index: 2;
    width: 600px;
}

#header .actions .nav ul {
    float: right;
    margin: 0;
    list-style: none;
}

.nav ul li {
    float: left;
    padding: 0;
    color: #555;
    display: block;
    margin-left: 6px;
    font-weight: bold;
}

.nav ul li a {
    display: block;
    margin: 0 2px 0 2px;
    padding: 0 4px 0 4px;
    text-decoration: none;
    color: #999;
    font-size: 14px;
    font-weight: bold;
}

.nav ul li.active a {
    color: #a9bd38;
    display: block;
    height: 20px;
    border-bottom: 3px solid #a9bd38;
}

.nav ul li a:hover {
    color: #ccc;
}

.nav ul li.active a:hover {
    color: #a9bd38;    
}

/******************************************************************************/
/* CONTENT MIDDLE */

#body_content {
    clear: both;
    background-color: white;
    border-top: 1px solid white;
}


#body_content_end {
    clear: both;
}


/******************************************************************************/
/* HOME PAGE */
#homebar {
    background: url(/images/home/bottom-shadow.png) repeat-x #78b2b4;
    width: 100%;
    color: white;
    color: white;
    padding: 1em;
}

#homebar h1, #homebar h2, #homebar p {
    color: white;
}
#homebar h1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

#homebar h2 {
    font-size: 25px;
}

#homebar .left {
    width:48%;
    float: left;
}

#homebar .right {
    width:48%;
    float: right;
    text-align: right;
}


/******************************************************************************/
/* FOOTER */

#footerbar {
    background: #b5b8a7;
    clear: both;
}

#footer {
    font-size: 12px;
    padding-top: 22px;
    padding-bottom: 22px;
}


#footer .nav {
    color: #83847A;
}

#footer .nav .bullet {
    margin-left:10px;
    margin-right:10px;
}

#footer .nav a {
    color: white;
}

.copyright {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 27px;
    margin-bottom: 27px;
}

.copyright a {
    color: #9a9a9a;
}

.copyright a:hover {
    color: #00898B;
}

/******************************************************************************/
/* NAVIGATION AND CONTENT */

.middle-margin {
    margin: 25px 0px 17px 0px;
}

.middle-height {
}

#content {
    /* border: 3px solid #dddddd; */
    /* background: #ffffff; */
    /* padding: 15px; */
    padding-bottom: 1em;
}

.full .middle-margin #content {
    margin-right: 0;
}

#navigation {
    padding: 15px;
    background: #f3f3f3;
    border: solid 1px #c5c5c5;
    font-size: 12px;
   /*-moz-border-radius: 6px; -webkit-border-radius: 6px;*/
}

#navigation_shadow {
    margin-right: 30px;
}

#navigation a {
    font-size: 12px;
}

#balance {
    padding: 15px;
    background: #f3fff3;
    border: solid 1px #c5dfc5;
    font-size: 18px;
}

/******************************************************************************/
/* ALERTS */

div.flash, span.alert, span.info {
    -moz-border-radius:6px; -webkit-border-radius: 6px;
    background:#FFEF8F;
    padding: 3px;
    border:1px solid #F9DD34;
    color:#363636;
    margin-top: 1em;
}

div.flash.alert, div.flash.error, span.alert {
    background:#CD0A0A;
    border:1px solid #CD0A0A;
    color:#FFFFFF;
}

span.info {
    border:1px solid orange;
    background:orange;
}

.important {
    background:orange;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}


/******************************************************************************/
/* EFFECTS */

.shadow {
    background: url(../images/shadow.png) no-repeat bottom right;
    padding: 0px 6px 6px 0px;
}


/******************************************************************************/
/* BASIC HTML ELEMENTS */

body {
    background: #eaeade;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

p {
    margin-bottom: 1em;
}

ol, li {
    margin-left: 1em;
}

a {
    color: #00898B;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #333;
}

h2, h3 {
    color: #86A32D;
}

h1, h1 a {
    font-size: 22px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
}

h2, h2 a, .large {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}

ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

ul ul {
    margin-top: 0;
    margin-left: 2em;
}

/******************************************************************************/
/* GENERAL TABLES */

table {
}

table.list_table td {
    border-top: solid #DDDDDD 1px;
    padding-top: 10px;
    cell-spacing-top: 10px;
}

table.list_table .first_row td {
    padding: 0px;
    border: none;
}

/******************************************************************************/
/* PHONE LIST TABLES */

table.phone_list {
    border: solid black 1px;
}

table.phone_list td, table.phone_list th {
    border: solid black 1px;
    vertical-align: middle;
    padding-right: 5px;
}

/******************************************************************************/
/* USERS TABLE */
table.users td {
    padding: 4px;
    padding-right: 8px;
}


/******************************************************************************/
/* FORMS */

.formError {
    color: red;
    font-size: 12px;
}

.fieldWithErrors * {
    border: solid red 2px;
}

.fieldWithErrors option {
    border: none;
}

.formHint, .formHint a {
    font-size: 10px;
    font-style: italic;
}

/******************************************************************************/
/* TABLES FOR FORMS */

table.input_form {
    width: none;
    margin: 0px;
    padding: 0px;
}

table.input_form td {
    vertical-align: baseline;
    padding-right: 5px;
    padding-top: 10px;
}

table.input_form td.label {
    padding-left: 20px;
    vertical-align: top;
}

table.input_form td.stronglabel {
    padding-left: 20px;
    vertical-align: top;
    font-weight: bold;
    padding-right: 10px;
}

table.input_form td.section_title {
    color: #86A32D;
    padding-top: 20px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin-bottom: 4px;
}

table.input_form td.formHint {
    padding-top: 0px;
}

table.input_form td.submit {
    padding-top: 20px;
}

table.input_form td.note {
    padding-top: 40px;
}

table.input_form td.note a {
    font-size: 14px;
}

table.input_form td.short {
    padding-top: 2px;
}

/******************************************/
/* Edit poll */
#information table td {
    padding-bottom: 4px;
    
}

#information table td.label {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding-right: 8px;
}

#instructions, #email, #information {
    padding: 15px;
    -moz-border-radius: 10px; -webkit-border-radius: 10px;
    margin-bottom: 1em;
    background: #ffd477;
}

#instructions, #instructions a {
    font-size: 18px;
}

#information ul li {
    margin-bottom: 1em;
}

.hilight {
    -moz-border-radius: 4px; -webkit-border-radius: 4px;
    background: #fe8000;
    padding: 2px;
    font-weight: bold;
}

.select_sound {
    min-height: 28px;
}

/******************************************************************************/
/* Generic display box, e.g. for a poll */

div.box {
    margin-bottom: 1.5em;
    clear: both;
    border: 1px solid #9daecb;
    padding: 4px;
}

.box .header {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    vertical-align: bottom;
    min-height: 28px;
    line-height: 28px;
    padding: 8px;
    background-color: #d3dff9;
    background: url(/images/box-heading-background.png) repeat-x;
    margin-bottom: 4px;
}

.controls {
    float: right;
    padding: 0px;
    margin: 0px;
}

.box .content {
    clear: both;
}
.box .content.big {
    font-size: 130%;
}

.box .section {
    clear: both;
    font-weight: bold;
    color: #6b7072;
    margin: 6px 0 6px 0;
}

.box .content.alternate {
    /* border-top: 1px solid #838880; */
    /*background-color: #f6f8ba; */
}

/******************************************************************************/
/* DASHBOARD */

table.normal {
    width: 100%;
    /*border: 1px solid #d4c49f;*/
    border-collapse: collapse;
    border-spacing:2px;
    display: table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0;
}

table.normal th {
    background-color: #F0F3F9;
    border-bottom:1px solid #DDDDDD;
    text-align: left;
    padding:3px;
}

table.normal td {
    border-top:1px solid #d4c49f;
    padding:3px;
}


table.phone_lists td.list_name {
    width: 80%;
}

table.phone_lists td.commands {
    text-align: right;
    width: 20%;
}


/******************************************************************************/
/* DASHBOARD CREATE POLL DIALOG */

#dialog_create_poll_copy {
    margin: 1em 0em 1em 1.5em;
}

/******************************************************************************/
/* Tab look-and-feel jquery overrides */
.ui-tabs {
    border: 0;
    background: none;
}

.ui-tabs-nav {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: none;
}

.ui-tabs-panel {
    margin-left: -0.5em;
}

.ui-widget-overlay {
    background: #a7b8bc;
}


/******************************************************************************/
/* Results */

hr.result {
    border: 1px solid #333;
}

p.result.question {
    font-size: 16px;
}

h2.heading {
    padding:4px;
    color: #a25000;
    border-bottom: 1px solid #dec0a3;
    margin-bottom: 1em;
    margin-top: 1em;
}

h2.heading.inactive {
    color: #bbb;
    border-bottom: 1px solid #eee;
}

table.result {
    border: 1px solid #ddd;
    padding: 0;
    spacing: 0;
}

table.result td {
    spacing: 4px;
    padding: 4px;
}

table.result td.label {
    font-weight: bold;
}

.result {
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
}

.result .title {
    margin-top: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}


.result .hgraph {
    spacing: 0px;
    padding: 0px;
    background-color: #fff6de;
}

.result .hgraph .bar {
    height: 20px;
    border: 1px solid #d5bc62;
    background-color: #fdd158;
    background-image: url('/images/hgraph_bar.png');
    background-repeat: repeat-x;
}

.hrating .range{
    float: left;
    height: 32px;
    width: 402px;
    border: 0;
    background-color: #666;
    background-image: url('/images/hbar_rating.png');
}

.hrating .range .bar {
    height: 32px;
    border-right: 4px solid black;
}

.hrating .scale {
    float: left;
    padding: 5px;
    width: 1em;
}

.result .chart {
    width: 450px;
    height: 200px;
    float: left;
}

.result .data {
}

.result .crosstabs {
    clear: both
}

.crosstabs table {
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 30px;
}

.crosstabs table td {
    padding: 5px;
    border: 1px solid #C5C5C5;
    text-align: right;
}

.crosstabs table td.base {
    background-color: #FFFFEE;
}

.crosstabs table td.alternate {
    background-color: #EFF5FF;
}

.crosstabs table td.header {
    font-weight: bold;
    text-align: left;
}

.crosstabs table tr.top_header td.header {
    text-align: center;
}

.crosstabs table tr.composition td {
    background-color: #DFDFDF;
}

.crosstabs table td.main_value {
    font-weight: bold;
}

.crosstabs table td.filler {
    border: none;
}

span.absolute_value {
    font-size: 80%;
}

/******************************************************
 * BUTTON STYLE 
 * From http://www.hedgerwow.com/360/dhtml/css-round-button/round-button.css 
 * (GPL'd)
 */

a.button, span.button, del.button{
    
    display:-moz-inline-box;
    display:inline-block;
    cursor:pointer;
    border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}

.button img, .button span img, a img {
    border: 0;
    vertical-align: middle;
}

a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url(/images/buttons/buttons.png);
    _background-image:url(/images/buttons/buttons.gif);
}


a.button span, span.button button, span.button input, del.button span{
	
    white-space:nowrap;
    cursor:pointer;
    color:#222;
    display:-moz-inline-box;
    display:inline-block;
    line-height:1;
    letter-spacing:0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:12px !important;
    font-style:normal;    
    font-weight:bold;
    background-color:transparent;
    background-position:100% 0;
    background-repeat:no-repeat;
    height:30px;
    padding:8px 20px 0 10px;
    margin:0 -16px 0 10px;
    border:none;
    vertical-align:text-top;
    zoom:1;
    _position:relative;
    _padding-left:0px;
    _padding-right:12px;
    _margin-right:-10px;	
    _display:block;
    _top:0;
    _right:-5px;
}


span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 
a.dom-button-focus, 
span.button-behavior-hover
{
    background-position:0 -60px;
    color:#222;
    text-decoration:none;
}


a.button:hover span, 
span.button:hover button, 
a.button:focus span, 
span.button-behavior-hover button, 
span.button-behavior-hover input,
span.button:hover input
{
    background-position:100% -60px;
}


a.button:active, a.button:focus span{
    color:#444;
}


del.button-behavior-hover, del.button:hover{
    background-position:0 -180px;
    cursor:not-allowed; 
}


del.button-behavior-hover span, del.button:hover span{
    background-position:100% -180px;
    cursor:not-allowed; 
}


/******************************************************************************/
/* TERMS OF SERVICE */

div.terms h2 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}

div.terms li {
    margin-bottom: 10px;
}


/******************************************************************************/
/* HOME PAGE */

div.home {
}

div.home .section {
    clear: both;
}

.benefits_banner h2 {
    color: red;
}

div.home .two_cols {
    float: left;
    width: 600px;
}

.home span.headline {
    font-size: 35px;
    font-weight: bold;
}

.home span.subheadline {
    font-size: 24px;
}

div.home .left_col {
    float: left;
    width: 300px;
}

div.home .right_col .box {
    border: 1px solid #bdc1c6;
    background-color: #daebff;
    width: 100%;
}

div.middle_col {
    width:300px;
    float: left;
    margin-left: 13px;
}

div.left_col {
    float: left;
    width: 300px;
}

/** deprecated below */


div.main_banner {
    margin-top: 44px;
    clear: both;
    height: 280px;
}

div.main_banner .description {
    width: 330px;
    float: left;
    margin-right: 0px;
}

div.main_banner div.description h1 {
    font-size: 30px;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

div.main_banner div.description div {
    margin-bottom: 50px;
}

div.main_banner ul {
    list-style-type: none;
}

div.main_banner li {
    font-size: 18px;
    margin-bottom: 25px;
}

div.call_to_action {
    width: 100%;
    text-align: left;
    height: 60px;
}

/*
div.main_banner #clients {
    width: 100%;
    height: 40px;
    background-color: red;
}*/

div.slideshow {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

div.slideshow .slide {
    width: 100%;
    height: 35px;
    color:#666;
    font-size:10pt;
}


div.benefits_banner {
    clear: both;
}

div.benefit {
    float: left;
    padding: 0px 0px;
    margin-bottom: 1em;
}

div.benefit_col1 {
    float: left;
    padding-right: 20px;
    width: 230px;
}

div.benefit_col2 {
    float: left;
    padding-right: 20px;
    width: 230px;
}

div.benefit_col3 {
    float: left;
    padding-right: 20px;
    width: 230px;
}

div.benefit_col4 {
    float:right;
    width: 200px;
}

div.benefit_col3 img {
    margin-bottom: 3px;
}

div.benefit_col3 table {
    padding-top: 10px;
}

div.benefit_col3 table td {
    font-size: 12px;
    padding-bottom: 25px;
    width: 120px;
    text-align: center;
    vertical-align: top;
    padding-right: 20px;
}

div.home div.quote {
    font-family:Georgia,'Times New Roman',Times,Serif;
    font-size:14px;
    font-style:italic;
    font-weight:normal;
    display: block;
    width: 200px;
}

div.home div.quote .top {
    width: 200px;
    height: 7px;
    background: url('/images/home/quote-top.png');
    display: block;
}

div.home div.quote .body {
    padding: 1em;
    background-color: #d4d4d4;
}

div.home div.quote .bottom {
    width: 200px;
    height: 27px;
    background: url('/images/home/quote-bottom.png');
    display: block;
}

div.home div.attribution {
    margin-left:2em;
    font-size:12px;
    color: #333;
}


div.benefit .quote {
    padding: 10px;
    font-size: 18px;
    line-height: 150%;
}

div.benefit .quote .author {
    font-size: 14px;
    color: #6F6F6F;
    margin-left: 60px;
    margin-top: 10px;
    line-height: 120%;
}

div.benefit .highlight {
    padding: 10px;
    border: 1px solid #CDCDCD;
    background: #FFFDDF;
    line-height: 150%;
}

div.benefits_banner h2 {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    text-align: left;
    color: black;
}

div.benefits_banner h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    text-align: left;
}

div.benefits_banner h4 {
    font-size: 14px;
    color: black;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

div.benefits_banner ul {
    list-style-type: none;
}

div.benefits_banner li {
    margin: 20px 0px 0px 0px;
    padding-bottom: 10px;
}


#free_minutes_promo {
    position: absolute;
    width: 126px;
    height: 88px;
    z-index: 2;
    top: 360px;
    left: 400px;
}


#sign_up_button, #learn_more_button, #demo_button { 
    display: block; 
    border: none;
    margin: 0px;
    padding: 0px !important;
}

#learn_more_button {
    width: 171px;
    height: 45px;
    background-position:0px 0px;
    background: url('/images/home/learn-more.png');
}

#learn_more_button:hover {
    background: url('/images/home/learn-more.png');
    background-position:0px -45px;
}
 
#sign_up_button {
    width: 212px;
    height: 83px;
    float: left;
    background-position:0px 0px;
    background: url('/images/home/sign-up-button.png?v=2');
}
   
#sign_up_button:hover {
    background: url('/images/home/sign-up-button.png?v=2');
    background-position:0px -83px;
}

#demo_button {
    width: 212px;
    height: 83px;
    float: left;
    background: url('/images/home/demo-button.png?v=2');
    background-position:0px 0px;
}
   
#demo_button:hover {
    background: url('/images/home/demo-button.png?v=2');
    background-position:0px -83px;
}

#small_get_started_button { 
    width: 110px;
    height: 46px; 
    display: block; 
    border: none;
    margin: 0px auto;
    margin-top: 30px;
    padding: 0px !important;
}

#small_get_started_button {
    background: url('/images/features/small-get-started.png');
}

#small_get_started_button:hover {
    background: url('/images/features/small-get-started-active.png');
}



/******************************************************************************/
/* FEATURES NAV */

#features_nav {
    font-size: 12;
}

#features_nav .title {
    color: #5D5D5D;
    padding-top: 15px;
    font-weight: bold;
    font-size: 14px;
}

#features_nav ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 40px;
}

#features_nav li {
    margin-left: 12px;
    padding-left: 0;
}

#features_nav li.last {
    border-bottom: none;
}

#features_nav li a {
    display: block;
    padding: 4px;
}

#features_nav li a.selected {
    font-weight: bold;
    font-size: 13px;
}

#features_nav ul {
    margin: 0 0 1em 0;
}

#features_nav ul.noindent a {
    display: block;
    padding: 10px 10px 10px 0px;
}

#features_nav li a:hover {
    background-color: #DFE8FF;
    text-decoration: none;
}

#features_nav ul.subnav {
    margin-bottom: 0px;
}

#features_nav ul.subnav li {
    list-style-type: square;
    margin-left: 32px;
}

/******************************************************************************/
/* FEATURES */

.features { 
    padding: 0px 15px;
}

.features p {
    line-height: 1.6;
}

.features h2 {
    margin-bottom: 10px;
}

.features ol.instructions {
    font-weight: bold;
}

.features ol.instructions li p {
    font-weight: normal;
}

.features ol.instructions li .title {
    font-weight: bold;
    font-size: 14px;
}

.features .column {
    padding-top: 20px;
    width: 45%;
}

.features .column.one {
    float: left;
}

.features .column.two {
    float: right;
}

.features .column .section {
    margin-bottom: 20px;
}

.features .column .section .special {
    font-size: 12px;
    margin: 15px 30px;
    padding: 5px;
    line-height: 1.5;
}

.features .column .section h2 {
    font-size: 16px;
}

.features .column .section li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.features .column .section .picture {
    border: solid black 1px;
    height: 175px;
    width: 315px;
}

.features .header {
}

.features .header .subtitle {
    color: #888888;
    font-weight: normal;
    float: left;
    font-size: 26px;
    width: 190px;
    padding: 20px 10px 0px 0px;
}

.features .header div.picture {
    float: right;
    text-align: center;
}

/******************************************************************************/
/* ABOUT US */

.about_us .tagline {
    color: #888888;
    margin-bottom: 5px;
    font-style: italic;
}

.about_us .team_member .name {
    font-weight: bold;
    margin-bottom: 10px;
}

.about_us .team_member .bio {
    padding-left: 20px;
}

.about_us h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

/******************************************************************************/
/* CALCULATOR */

#calculator table tr th {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: left;
}

#calculator table tr td {
    padding-bottom: 6px;
    padding-right: 10px;
    vertical-align: middle;
}

#calculator table tr.lastrow td {
    padding-bottom: 0px;
}

#calculator table tr td input {
    font-size: 14px;
    text-align: right;
}

#estimate {
    text-align: left !important;
    border: none;
    font-weight: bold;
    font-size: 14px !important;
    background: #FFFBBF;
    padding: 5px;
}


/******************************************************************************/
/* PROGRESS BARS */


div.progress-container {
    height: 30px;
}

div.progressbar {
  border: 3px solid #ccc; 
  width: 600px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left; 
  background: white;
  height: 100%;
}

div.progressbar div {
    background-color: #07b4d3; 
    background-image: url('/images/progress_bar_bg.png');
    background-repeat: repeat-x;
    height: 30px;
}

div.progress-container div.error {
  color: red;
  font-weight: bold;
  width: 600px;
}

div.progress-container div.label {
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    padding-top: 10px;
}

/******************************************************************************/
/* RESULT PAGE - BRANDING */

div.client_brand {
    padding: 1em;
}

div.client_brand .heading {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 1em;
}

div.client_brand .subheading {
    font-size: 125%;
}

div.client_brand .logo {
    float:right;
    height: 75px;
}


/******************************************************************************/
/* Co-branded footer */

.pp_footer_image {
    float:left;
}

.pp_footer_label {
    float:right;
    font-size:10px;
}


/******************************************************************************/
/* DEFAULT LANDING PAGE */

#default_landing {
    background: url(/images/home/bottom-shadow.png) repeat-x #4c9bb5;
    width: 100%;
    color: white;
    color: white;
    padding: 10px 0px;
}

#default_landing .picture {
    float: left;
    height: 225px;
    margin-top: 10px;
}

#default_landing h1, #default_landing h2, #default_landing p {
    color: white;
}

#default_landing .newsquote {
    float: left;
    width: 640px;
    margin-top: 25px;
}

#default_landing .newsquote h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
}

#default_landing .newsquote img {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    float: right;
}

#default_landing_main h1 {
    padding-bottom: 15px;
}

#default_landing_main h2 {
    padding-bottom: 13px;
}

#default_landing_main .content {
    float: left;
    width: 600px;
}

#default_landing_main .content p {
    font-size: 16px;
}

#default_landing_main .content li {
    font-size: 16px;
    margin-bottom: 10px;
}

#default_landing_main .form {
    width: 290px;
    float: right;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    border: solid 1px #CDCDCD;
    background: #EEEEEE;
    font-size: 18px;
}

#default_landing_main .form input {
    font-size: 16px;
}

#default_landing_main .form p {
    font-size: 16px;
}

#default_landing_main #pollie_image {
    float: left;
    margin: 0px 10px 10px 0px;
}

/************************/
/* FAQ */

div.faq_section {
   margin-bottom: 2em;
}

div.faq_question {
   margin-top: 1em;
   margin-left: 2em;
}
