/**
 MAPLE LIFE, INC.
 
 Created by Vincent Perlerin
 For 		WebFirst, Inc
 6/16/2006
 
 */
 
 /* HOMEPAGE LAYOUT */

/* CONTENT  ****************************************************************/  		 

body {
	/*font-size: small;*/
	font-size: 11px;
}

#main_content {
	/*position:absolute;*/
	width:770px;
	height:auto;
	background:url(../_graphics/layout/bg_content.gif) repeat;
}

#main_part {
	float:left;
	width:462px;
	padding-top:40px; /*27px*/
	padding-left:45px;
}

#main_part p {
	margin-bottom:20px;
}

/* TABLES ON HOMEPAGE  ****************************************************************/  	
	.table {
		float:left;
		width:250px;
	}
	
	#table_right {
		padding-left:10px;
		
	}
	
	.table_content {
		/*border-top   :1px solid #999999;*/
		border-right :1px solid #999999;
		border-bottom:1px solid #999999;
		border-left  :1px solid #999999;
		margin-top	 :-3px;
		/*height:126px;*/
	}

	.table_content td.bullet 
	{
		text-align: center;
		vertical-align: center;
		font-weight: bold;
		width: 15px;
	}	

/* LOGOS  ****************************************************************/  		
	#logos {
		padding-top:30px;
		padding-bottom:18px;
	}

#homepage_bottom {
	position:relative;
	width:770px;
	height:11px;
	background-image:url(../_graphics/layout/bottom_content.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:-6px; /* IE box model */
}

/* FOOTER  ****************************************************************/  		
#footer {
		background:#fff none ;
		padding-left:76px;
		margin-top:-4px;		/* IE Box model */
		padding-top:5px;		/* IE Box model */
		padding-bottom:3px;
		
}

/* LISTS *********************************************************************/

.table ul {
	margin:5px 0px 5px 30px;
	padding-top:2px;
	list-style:none;
}

.table ul span, #main_part ul span {
	font-weight: bold;
	color: #fbac00;
	
}

.table ul li, #main_part ul li {
	line-height:18px;
	
}

.tableXXX ul {
	margin:5px 0px 5px 30px;
	padding-top:2px;
	list-style-image:url(../_graphics/shared/bullet2.gif);
}