/* Stylesheet for Pre-Developed Content */

body { 

/* Change the first font if you want to alter the font for the entire site */
	font-family: Arial;
	color:#000000; /*This is the color of the text for the whole site. */

	}
	
/* You have two options above for background...either a solid color, or a background image. Remove the asterisk and the slashes around the second line to use that and make sure you delete the first background: #ffffff;. The second line that uses a bg image calls the location of the background (where url goes) and then repeat-x is repeating the image horizontally and repeat-y repeats it vertically, center and top center the initial image and puts it on the top. */

	
.content {
	font-size:10pt; /* This will change the font size where your content goes */
	margin:10px 10px 10px 10px; 
/* The margin is how much spacing is between the text and the borders of the site. The numbers are in order like this: top, right, bottom, left. */
	}

/* The HR is the horizontal rule (divider lines) on the page. */

hr {          
	width:90%; /* Width of the line in percent */
	border-bottom:#990000 solid 2px; 
	/* Firefox doesn't support colors of a HR so a border is used...this changes color & the size */
	}
	
.book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#F9F9F7; /* Change background color of book tables */
	margin:0 auto; /* Centers the book table in the middle of page */
	}
	
.dental_home { /*For the baby dental visit on dental home */
	width:95%;
	height:10em;
	margin:0 auto;
	margin-bottom:15px;
	padding:5px 10px 5px 10px;
	background-color:#bdd5e1; /*Edit this for the background of each step on dental home*/
	}

/* Headings 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:#004477; 
	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:#900813;
	font-weight:bold;
	}
	
/* Header for the back to top links. Call it using "Heading 3." */

h3 {
	font-size:8pt;
	font-style:italic;
	}	
	
/* Link Styles */

a:link, a:visited {    /* These set the color for the links and also when they've been visited */
	color:#0078d5;
	}
	
a:hover {       /* This is when you hover over the link. */
	color:#004477;
	text-decoration:none; /* This takes away the line under the link, set it to "underline" to remove that effect */
	}

/* The next two values are exactly like the links above except they set the options for the links in the footer, if you have imported the footer coding. */

.footer a:link, .footer a:visited {
	color:#0078d5;
	}
	
.footer a:hover {
	color:#004477;
	text-decoration:none;
	}	
	
	/* 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;
	}

.diet {
	float:left;
	width:30%;
	height:auto;
	padding-bottom:2%;
	}
	
.dhome_title {
	width:250px;
	float:left;
	height:9em;
	}
	
.dental_home h4 {
	padding-right:25px;
	width:250px;
	}

	