﻿/* CSS Document for Children's Dental Care

		Website Designed by Dentists4kids.com */
		
body {
	margin:0;padding:0;
	background:#0265b6 url('images/site/bg_repeat.jpg') repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
}

.content {
	vertical-align:top;
	font-size:10pt;
	padding:10px 37px 5px 34px;
	line-height:1.5em;

}

.Captions {
font-family: Trebuchet MS, Arial, sans-serif;
font-weight: normal;
font-size:  20pt;
color: #000000; }

.image {
	font-size:0;
}

.testimonial {
	padding-left:15px;padding-right:15px;
	font-size:10pt;
	text-align:center;
}

.footer {
	font-size:8pt;
	text-align:center;
	color:#e9e9e9;
}

.footer a:visited {
	color:#64c5ff;
}

.footer a:link {
	color:#64c5ff;
}

.footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

.content .book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#b1e1fe; /* Change background color of book tables */
	margin:0 auto; /* Centers the book table in the middle of page */
	}

/* 

---------  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:#ffffff; 
	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:#0159a1;
	font-weight:bold;
	}
	
/* Header for the back to top links. Call it using "Heading 3." */

h3 {
	font-size:8pt;
	font-style:italic;
	}	
	
.content img {
	margin:0 10px;
}
	
	
/* 
	
DON'T CHANGE ANYTHING BELOW THIS LINE------------------------------------------------------------------------
	
*/
	
#sealant { 
	width:400px;
	height:125px;
	padding:5px 10px 20px 10px;
	margin:0 auto;
	}
	
.seal {
	width:200px;
	text-align:center;
	float:left;
	}

.predev {
	font-size:11pt;
	font-weight:bold;
	margin-bottom:-10px;
	}
	
.footer {
	text-align:center;
	font-size:8pt;
	}
	
#malocclusion {
	width:600px;
	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;
	list-style-type:circle;
	}

.diet {
	float:left;
	width:30%;
	height:auto;
	padding-bottom:2%;
	}
	
.dhome_title {
	width:250px;
	float:left;
	height:10em;
	}
	
.dental_home h4 {
	padding-right:25px;
	width:250px;
	}
