/*******************************************************************************
   Homepage Stylesheet
*******************************************************************************/
div#main_banner {
	width: 800px;
	height: 336px;
	}
	
div#bottom_banner {
	width: 800px;
	margin-top: 20px;
	}
	
/*******************************************************************************
   Main Banner
*******************************************************************************/
div#main_banner h1 {
	color: #70BC1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	}

div#main_banner p {
	color: #333333;
	padding-top: 20px;
	text-align: center;
	}

div#main_banner a {
	color: #70BC1F;
	text-decoration: underline;
	}

/*******************************************************************************
   Bottom Banner
*******************************************************************************/
div#bottom_banner div#bottom_do_it_yourself {
	float: left;
	width: 210px;
	height: 171px;
	margin-right: 20px;
	padding: 10px 10px 0 170px;
	background: url(/fr/images/banners/bottom/home_bottom_banner_do_it_yourself_fr.jpg) top left no-repeat;
	}

div#bottom_banner div#bottom_tax_talk {
	float: left;
	width: 226px;
	height: 171px;
	padding: 10px 15px 0 149px;
	background: url(/fr/images/banners/bottom/home_bottom_banner_tax_talk_fr.jpg) top left no-repeat;
	}

div#bottom_do_it_yourself h2,
div#bottom_tax_talk h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 4px;
	}

div#bottom_do_it_yourself p,
div#bottom_tax_talk p {
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	}
	
div#bottom_do_it_yourself a,
div#bottom_tax_talk a {
	color: #ffffff;
	}