@charset "utf-8";
/* CSS Document */


/**  Import default stuff  **/
@import url(global.css);


/**  Main content  **/

#main_content_wrapper { width:85%; }
#person { background:url(../images/people/family.png) no-repeat; height:365px; position:absolute; right:-80px; top:1%; width:225px; }

#balloons { margin:1em 0; }
#balloons li.balloon { display:block; float:left; height:180px; margin-right:1em; width:160px; }
#balloons li.balloon a { background-position:top left; background-repeat:no-repeat; color:white; display:block; height:180px; width:160px; }

/**  Individual balloons  **/
#balloon1 a { background-image: url(../images/lozenge1_1.gif); }
#balloon1 a:hover { background-image: url(../images/lozenge1_2.gif); }
#balloon2 a { background-image: url(../images/lozenge2_1.gif); }
#balloon2 a:hover { background-image: url(../images/lozenge2_2.gif); }
#balloon3 a { background-image: url(../images/lozenge3_1.gif); }
#balloon3 a:hover { background-image: url(../images/lozenge3_2.gif); }
#balloon4 a { background-image: url(../images/lozenge4_1.gif); }
#balloon4 a:hover { background-image: url(../images/lozenge4_2.gif); }

.balloon_bullets { margin-top:1em; }
.balloon_bullets dt, .balloon_bullets dd { background:url(../images/balloon_bullet.gif) no-repeat 10px 50%; color:white; font-size:11px; font-weight:bold; letter-spacing:-10%; margin:0 .25em .5em 1em; }

#we_guarantee, #we_guarantee_not { margin:1em 0; }
#we_guarantee ul, #we_guarantee_not ul { margin:.5em 0; }
#we_guarantee li, #we_guarantee_not li { background-position:left 40%; background-repeat:no-repeat; clear:both; display:block; font-size:100%; line-height:17px; margin-left:1em; padding: .2em 0 0 1.75em; }

#we_guarantee li { background-image:url(../images/green_tick.gif); }
#we_guarantee_not li { background-image:url(../images/red_cross.gif); }

#apply_link { background-color:#99CC33; margin:2em auto; text-align:center; position:relative; width:200px; }
#apply_link .curve_top_right { background-image:url(../images/curves/99CC33/tr.gif); }
#apply_link .curve_bottom_left { background-image:url(../images/curves/99CC33/bl.gif); }
#apply_link .curve_bottom_right { background-image:url(../images/curves/99CC33/br.gif); }
#apply_link a { background-color:#99CC33; color:white; display:block; font-size:125%; font-weight:bold; padding:1em 0; width:auto; }
#apply_link a:hover { background-color:#666666; color:#white; }