 div#footer {
	font-size:10px;  /* sets the font size of all links */
	text-align:center;
	color: #000000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
					}
 div#footer ul {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	color: #000000;
} /* vertical spacing between the lists */
 div#footer li {
	display:inline; /* the key CSS - makes the lists display horizontally */
	color:#000000; /* creates the vertical line to the left of each list items */
	padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer li:first-child {
	border-left-style: none;
} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:#000000; /* the color of the links */
							 }
 div#footer ul li a:hover {
	text-decoration:underline;
	color: #3865B9;
} /* underlines the links when hovered */
 div#footer ul.fineprint {

 }
 div#footer ul.fineprint li {
	color:#000000;
} /* color for copyright and vert dividers on last row */
 div#footer ul.fineprint li a {
	color: #000000;
} /* had to explicitly color these or they inherit white from div#footer li */
  div#footer ul.fineprint li a:hover {color:#3865B9;} /* turns bottom row white when hovered */
  /* ...down to here */
div#logo {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	/*holder*/
	padding: 0px;
	width: 305px;
	text-align: center;
}
#disclaimer{
	color: #000000;
	width: 600px;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#disclaimer a{
	color: #333333;
}
#disclaimer img{
	text-align: center;
}
#logo{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	display: block;
	position: relative;
}
#logo2{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	position: relative;
	text-align: center;
	padding-left: 300px;
}
#aapd{
	color: #000000;
	width: 600px;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#stickers{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ultradentLogo{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#smilesLogo{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#aapdLogo{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}

