/* FONT SIZES: ONLY USE % VALUES
   px  %
   10  77
   11  85
   12  93
   13  100
   14  108
   15  116
   16  123.1
   17  131
   18  138.5
   19  146.5
   20  153.9
   21  161.6
   22  167
   23  174
   24  182
   25  189
   26  197
*/

#home_column1 {
    float: left;
    width: 25%;
    margin-top: 2em;
    margin-right: 3%;
}
#home_column2 {
    float: right;
    width: 35%;
    margin-top: 5.15em;
    overflow: hidden;
    margin-right: 3%;
}

#what_is_coaching {
    margin-top: 1.6em;
}

#h_bullet {
    margin-top: 0;
    margin-bottom: 1em;
}
.bullet {
    background-repeat: no-repeat;
    font-family: "Trebuchet MS",arial,helvetica,clean,sans-serif;
    padding-left: 2.25em;
    padding-top: 0.2em;
    height: 2.1em;
}
.odd_bullet {
	background-image: url('../images/circle_100_purple.gif');
    color: #411485;

}
.even_bullet {
    background-image: url('../images/circle_100_green.gif');
    color: #019587;
}


#sidebar_home {
    margin-top: 9.75em;
}

#contact_bar {
    background-color: #666666;
    background-position: top right;
    background-image: url('../images/bar_gradient_lr.gif');
    background-repeat: repeat-y;
    color: white;
    font-family: 'Trebuchet MS',arial,helvetica,clean,sans-serif;
    font-size: 85%;
    height: 1.7em;
    padding: 0.3em 0 0 10%;
    width: 90%;
}
#contact_details {
    margin-left:10%;
    margin-top: 0.5em;
    font-family: "Trebuchet MS",arial,helvetica,clean,sans-serif;
    font-size: 108%;
    color: #411485;
    line-height: 1.5em;
}
#contact_text {
    margin-left:10%;
    margin-right: 10%;
    margin-top:1em;
}

#quote_container {
    float: right;
    width: 100%;
    overflow: hidden;
    margin-top: 3em;
}
#open_quote {
    float: left;
    background-image: url('../images/quote_open.gif');
    background-repeat: no-repeat;
    width: 3em;
    height: 8em;
    margin-left: 13%;
}
#quote {
    float: right;
    background-image: url('../images/quote_close.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 1em 2.25em 0 0;
    margin-right: 2.25em;
    width: 11em;
    height: 8em;
    color: #411485;
    font-family: "Trebuchet MS",arial,helvetica,clean,sans-serif;
    font-size: 108%;
    line-height: 1.5em;
}
