﻿/******List Styles****/
.MultiColumnList
{
	width:100%;
	float:left;				
	font-weight:bold;		
	list-style-type:none;	
}
.MultiColumnList li
{	
	width:45%;
	float:left;	
	padding-left:12px;
	line-height:16px;		
	margin:1px;  			
	border-style:none;
	background:url(images/bullet_child.gif) no-repeat;		
	background-position:left center;
	list-style-type:none;	
}
.MultiColumnList li a
{
	text-decoration: none;
	color: #173655;
}
.MultiColumnList li a:hover
{
	text-decoration:underline;	
	color:#ff5500;
}
.BottomList
{	
	padding-top:4px;		
}
.BottomList li
{
	width:45%;
	float:left;	
	padding-left:12px;
	line-height:16px;	
	margin:1px;  			
	border-style:none;
	background:url(images/bullet_parent.gif) no-repeat;		
	background-position:left center;
	list-style-type:none;	
}
.BottomList li a
{
	text-decoration: none;
	color: #173655;
}
.BottomList li a:hover
{
	text-decoration:underline;	
	color:#ff5500;
}
.SingleColumnList
{
	width:100%;
	/*float:left;*/
	margin:0px;
	padding:0px;
	font-weight:bold;
	list-style-type:none;	
}
.SingleColumnList ul
{
	margin:0px;
	padding:0px;
}
.SingleColumnList li
{	
	width:95%;
	/*float:left;*/
	padding:2px 0px 2px 12px;
	line-height:16px;		
	margin:1px;  			
	border-style:none;
	background:url(images/bullet_parent.gif) no-repeat;		
	background-position:left center;
}
.SingleColumnList li a
{
	text-decoration: none;
	color: #173655;
}
.SingleColumnList li a:hover
{
	text-decoration:underline;	
	color:#ff5500;
}

.SectionList
{
  list-style-image:url(images/bullet_parent.gif);
}
.SectionList li
{	
	color:#173655;			
	font-size: 12px;
	font-weight:bold;	
	text-decoration:underline;  
	padding:2px;
	list-style-type:none;		
}
.SectionList ul
{
	padding-top:3px;	
	list-style-image:url(images/bullet_child.gif);	
}
.SectionList ul li
{
	font-weight:bold;	
	padding:0px;	
	text-decoration:none;
	padding-top:2px;
	list-style-type:none;	
}
/******End Of The List Styles*****/
