@charset "utf-8";
/*************************************
*	CONTAINS STYLING FOR THE MAIN HOME PAGE
*	OF THE WEBSITE.
*
*	@author 	Jinkee Balino
* 	@copyright	Standard Life Canada
*	@version	08/2008 
*************************************/

/* the div under the menu that only hows two grey lines */
#menu_bottom {
	background: #f0f0f0; 
	border-bottom: #e0e0e0 2px solid; 
	height:2px;
}

.main_title {
	font-size: 13px;	
	font-weight: lighter;	
}


#section_holder {
	float: left;
	/*width:  675px;*/
}

#section_holder_more {
	float: left;
	width:  675px;
}

#section_holder .section_box {
	border: 0px #000 solid;
	float: left;
	height: 100px;
	width: 230px;
	margin: 10px 0 0 5px;
}

#section_holder .section_box p {
	line-height: 1.5;
}
#section_holder .section_box a:link { color: #000000; text-decoration:none; }
#section_holder .section_box a:active { color: #000000; text-decoration:none; }
#section_holder .section_box a:visited { color: #000000; text-decoration:none; }
#section_holder .section_box a:hover { color: #003876; text-decoration: underline;}



#home_right_content {
	float: right;
	width: 230px;
}

#home_right_content p{
	padding-top: 5px;
}


#home_right_content #protected p{
	
}


#home_right_content #tips_links select {
	color: #034ea2;
	background: #dfe4e4; 
	border: 1px #aebcbc solid; 
	width: 218px;
}



#bottom_content {
	margin: 10px 0;
}

#bottom_content  #whats_new {
	background: #ffe292 url(../images/home/fr_whatsnew.jpg) 0 0 no-repeat;
	height: 90px;
	width: 470px;
	
}

#bottom_content  #whats_new p{
	padding: 10px;
	
}
