﻿/* CSS Document for Dr. LaCorte Home Page */

body {font-family:Trebuchet MS, Verdana, sans-serif;margin:0;padding:0;background:url(images/bg_home.jpg) #b0c4d4 repeat-x scroll; }

.footer {text-align:center;font-size:8pt; }

.content {font-size:10pt; padding:0px 25px 0px 20px;line-height:20px;margin:0;}

.img {border:3px solid #9d3c96; margin: 7px 7px 7px 7px; }

div { behavior: url(iepngfix.htc)}

img { behavior: url(iepngfix.htc)}

td {
	behavior:url(iepngfix.htc);
	margin:0;
	vertical-align:top;
}

hr {          
	width:90%; /* Width of the line in percent */
	border-bottom:#ed1b2d solid 2px; 
	/* Firefox doesn't support colors of a HR so a border is used...this changes color & the size */
	}
		
/* 

---------  HEADER STYLES  ------------------------------------------------------------------------

*/

/* This is the header for the main subjects such as GENERAL TOPICS & FAQ, using HEADING 1 in frontpage */

h1 { 
	font-size:14pt; /* Size of the font, then the color and then the code to make it bold */
	color:#00907f; 
	font-weight:bold;
	text-align:center; /*This aligns the header in the center, if you want to make it left justified say "left" */
	}

/*These are the headers, use the "heading 2" tag in your Website editor to call these values */

h2 { 
	font-size:12pt; /* Size of the font, then the color and then the code to make it bold */
	color:#0061aa;
	font-weight:bold;
	}
	
/* Header for the back to top links. Call it using "Heading 3." */

h3 {
	font-size:8pt;
	font-style:italic;
	}	
	
	
/* 
	
DON'T CHANGE ANYTHING BELOW THIS LINE------------------------------------------------------------------------
	
*/

.content img {
	margin-left:10px;
	margin-right:10px;
	}
	
#sealant { 
	width:400px;
	height:125px;
	padding:5px 10px 20px 10px;
	margin:0 auto;
	}
	
.seal {
	width:200px;
	text-align:center;
	float:left;
	}

.predev {
	font-size:10pt;
	font-weight:bold;
	}
	
.footer {
	text-align:center;
	font-size:8pt;
	}
	
#malocclusion {
	width:650px;
	height:225px;
	margin:0 auto;
	padding:15px 15px 15px 15px;
	}
	
.malo_sect {
	float:left;
	text-align:center;
	width:185px;
	padding-left:10px; padding-right:10px;
	}
	
#occlusion {
	width:600px;
	height:350px;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	}
	
.o_sect {
	float:left;
	text-align:center;
	width:280px;
	padding-left:10px; padding-right:10px;
	}
	
ol li {
	padding-bottom:10px;
	}
	

