/*=== General ===*/
	#bodyContent {
		font-size: small;
	}
	
	.rndbox {
	
		background-color:#FFD65D;
		padding: 10px 10px 10px 10px;
		border: 1px solid #FFD65D;
	}
	

/*Lists */
	
	#contentLeft ul li { /*Level 1*/
			list-style-type: circle;
			list-style-image: url(/media/2449/checkmarkorangeshadow.png);
			list-style-position: outside;
			margin-bottom: 5px;
		}
		
	#contentLeft ul li li { /*Level 2*/
			list-style-type: disc;
			list-style-position: inside;
			list-style-image: none;
			margin-left: 25px;
		}
		
	#contentLeft ul li li li {  /*Level 3*/
			list-style-type: circle;
			list-style-position: inside;
			list-style-image: none;
			margin-left: 25px;
		}
		
	#contentLeft ul li li li li {  /*Level 4*/
			list-style-type: square;
			list-style-position: inside;
			list-style-image: none;
			margin-left: 25px;
		}
		
	#contentLeft ul li li li li li {  /*Level 5*/
			list-style-type: disc;
			list-style-position: inside;
			list-style-image: none;
			margin-left: 25px;
		}
	
	#contentLeft	ol li { /*Level 1*/
			list-style-type: decimal;
			list-style-position: outside;
			margin-bottom: 5px;
			margin-left: 10px;
		}
		
	#contentLeft	ol li li { /*Level 2*/
			list-style-type: lower-alpha;
			margin-left: 25px;
		}
		
	#contentLeft	ol li li li {  /*Level 3*/
			list-style-type: lower-roman;
			margin-left: 25px;
		}
		
	#contentLeft	ol li li li li {  /*Level 4*/
			list-style-type: lower-alpha;
			margin-left: 25px;
		}
		
	#contentLeft	ol li li li li li {  /*Level 5*/
			list-style-type: lower-roman;
			margin-left: 25px;
		}

	#contentLeft li.nestedlist {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	margin-left: 25px;
	}

	#contentLeft ul li.PlainList {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	margin-left: 25px;
	}



/*===Privacy page ===*/
	#PrivacyPage	ol li { /*Level 1*/
			list-style-type: upper-alpha;
			list-style-position: inside;
		}
		
	#PrivacyPage	ol li li { /*Level 2*/
			list-style-type: decimal;
			margin-left: 25px;
		}
		
	#PrivacyPage	ol li li li {  /*Level 3*/
			list-style-type: lower-alpha;
			margin-left: 25px;
		}


/*===State Law Table ===*/
	table.StateLaw { 
		width: 100%; 
		padding: 0px; 
		border: 1px solid #000000;
	}

	table.StateLaw td { 
		border: 1px solid #000000;
		background-color: #F4F4F4; 
		vertical-align: top; 
		padding: 5px; 
	}

	table.StateLaw tr.TableHeader {
		vertical-align: middle; 
		font-weight: bold;
		font-size: 95%;
	}

	table.StateLaw td.ColFirst {
		background: #6E6F73;
		color: #FFFFFF;
		vertical-align: middle; 
		font-weight: bold;
		text-transform: uppercase;
		width: 30px;
	}

	table.StateLaw td.ColSecond {
		background: #F04D22;
		background: url(/media/15987/grad_red.jpg);
		background-repeat: repeat-y;
		color: #000000;
		vertical-align: top; 
		max-width: 175px;
	}

	table.StateLaw tr.TableHeader td.ColSecond {
		background: #F04D22;
	}

	table.StateLaw td.ColThird {
		background: #FEB811;
		background: url(/media/15979/grad_yellow.jpg);
		background-repeat: repeat-y;
		color: #000000;
		vertical-align: top; 
		max-width: 150px;
	}

	table.StateLaw tr.TableHeader td.ColThird {
		background: #FEB811;
	}

	table.StateLaw td.ColFourth {
		background: #00AEC0;
		background: url(/media/15971/grad_blue.jpg);
		background-repeat: repeat-y;
		color: #000000;
		vertical-align: top; 
		max-width: 150px;
	}

	table.StateLaw tr.TableHeader td.ColFourth {
		background: #00AEC0;
	}



/*For the editor*/
	.tinymceContainer li {
		list-style-type: circle;
		list-style-image: url(/media/2449/checkmarkorangeshadow.png);
		list-style-position: outside;
	}
	
	.tinymceContainer li.nestedlist {
		list-style-type: disc;
		list-style-position: inside;
		list-style-image: none;
		margin-left: 25px;
	}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {
font-weight: bold;
font-size: 16px;
color: #21B2B2;
padding-top: 12px;
}

.rndBox {
background-color:#FFD65D;
padding: 10px 10px 10px 10px;
border: 1px solid #FFD65D;
}

h3 {
font-weight: bold;
font-size: 14px;
color: #F04D22;
padding-bottom: 3px;
}

h4 {
font-weight: bold;
font-size: 13px;
color: #FEB811;
}

h5 {
font-weight: bold;
font-size: 12px;
}

.NestedList {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	margin-left: 25px;
}

.PlainList  {
list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	margin-left: 25px;
}

p {

}

.ColFirst {
background:#6E6F73;
}

.ColSecond {
background: #F04D22;
}

.ColThird {
background: #FEB811;
}

.ColFourth {
background: #00AEC0;
}

.TDrop {
float:left;
font-size:2.5em;
font-weight: 200;
padding-right:5px;
margin-left:-3px;
margin-top:-3px;
}

.TableHeader  {
vertical-align: middle; 
font-weight: bold;
}

