/* Header
-----------------------------------------------------------------------*/
a{color:#0571ad;}
a:hover{color:#043956;}

/* Changes the background behind the main navigation */
#nav{background:#0662BC url(../images/tabShadow.png) bottom repeat-x;*background-image:none;}

/* Changes the headline in the main big box */
#overview .account h2{font-size:3.4em;line-height:1em;margin:15px 0 0;color:#E05E19;position:relative;letter-spacing:-0.01em;*margin-top:25px;}

/* Changes the font title on the secondary pages (e.g. how it works, what you get etc.) */
#how h1{color:#E05E19;font-size:2.7em;letter-spacing:-.03em;margin:.5em 0 .75em;}
#what h1{color:#E05E19;font-size:2.7em;letter-spacing:-.03em;margin:.5em 0 .75em;}
#testimony h1{color:#E05E19;font-size:2.7em;letter-spacing:-.03em;margin:.5em 0 .75em;}

/* Changes the font in the right-side boxes */
.mod h2{font-size:1.3em;font-weight:bold;color:#333333;}

/* Changes the background of the right-side boxes */
/* NOTE: Change both this line and the line below for the "keys to success" box */
.mod .title{background:#D0ECF0;padding:1.25em 1.5em;}
#keys.mod .title{background:#D0ECF0 url(/homepage/images/iconKey.png) 96% 50% no-repeat;}

/* Changes the background of the account name boxes */
.accountBox .accountName{background:#0662BC;}

/* Changes the background of the "inactive" account underneath the account name */
.accountBox .tagline{background:#D0ECF0;}

/* Changes the background of the "selected" account underneath the account name */
.accountBox.active .tagline{background:#FFF8CC;}

/* Changes the color of certain buttons */
#join_buttons {position:relative; background:#E05E19 url(/homepage/images/tabShadow.png) bottom repeat-x; padding:1.2em 1em 1em 1em;}
#join_buttons a {color:#FFFFFF; font-weight:bold; font-size:1.6em; text-decoration:none}

