/**
 MAPLE LIFE, INC.
 
 Created by Vincent Perlerin
 For 		WebFirst, Inc
 6/16/2006
 
 */
 
 /* HOMEPAGE LAYOUT */

body {
	/*font-size: small;*/
	font-size: 11px;
}
/* CONTENT  ****************************************************************/  		 

#main_content {
	/*position:absolute;*/
	width:770px;
	height:auto;
	background:url(../_graphics/layout/bg_content_sub.gif) repeat;
}

#sub_menu {
	float:left;
	width:146px;
	padding-top: 15px;
}

#sub_menu span 
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}





#sub_menu ul li a 
{
	text-decoration:none;
	font-weight:bold;
}





#main_part {
	float:left;
	width:404px;
	padding-top:15px;
	padding-left:25px;
	padding-bottom:10px;
}

#main_part p {
	margin-bottom:10px;
}

#main_part .listTable td.bullet
{
	font-weight: bold;
	/*color: #929496;*/
	color: #333333;
}

#main_part td.bullet 
	{
		text-align: center;
		vertical-align: top;
		font-weight: bold;
		/*width: 15px;*/
	}	

#main_part td.bullettext 
	{
		
		text-align:right;
		
		font-weight: bold;
		/*width: 15px;*/
	}



#main_part .listTable td.sectionHead
{
	font-weight: bold;
}

/* TABLES ON HOMEPAGE  ****************************************************************/  	
	.table {
		float:left;
		width:213px;
	}
	
	#table_right {
		padding-left:34px;
	}
	
	.table_content {
		border-top   :1px solid #FFF;
		border-right :1px solid #999999;
		border-bottom:1px solid #999999;
		border-left  :1px solid #999999;
	}




#bottom {
	position:relative;
	width:770px;
	height:11px;
	background-image:url(../_graphics/layout/bottom_content_sub.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:-5px; /* IE box model */
}

/* FOOTER  ****************************************************************/  		
#footer {
		text-align:left;
		background:#fff none ;
		margin-top:-4px;		/* IE Box model */
		padding-top:5px;		/* IE Box model */
		padding-bottom:3px;
		padding-left:157px;
}


/* LISTS *********************************************************************/
#main_part ul {
		list-style-type: none;
		padding:10px;
		//margin:-15px 0px 20px 45px ; /* Margin-bottom for FIREFOX */
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
}

#main_part5555 ul {
		list-style-image:url(../_graphics/shared/bullet2.gif);
		padding:10px;
		//margin:-15px 0px 20px 45px ; /* Margin-bottom for FIREFOX */
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
}
#main_part ul li {
	padding-bottom: 0px;
}

#main_part ul li a {
	list-style:none;
}

#main_part ul li span {
	font-weight: bold;
	/*color: #929496;*/
}

#main_part ul li ul {
	margin-left: 20px;
}

/*Added by MLF 7/10******************************************************************/
.sublevel_table td {
	padding-left:2px;
	padding-right:2px;	
	
}

.sublevel_table_header {
	.color: #315381;
	.font-weight: bold;
	
}
