﻿/* CSS Document */

body {
	background:url('images/home_bg.png') #608180 repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-top:0;
	}
	
div { behavior: url("iepngfix.htc") }

td,img { behavior: url("iepngfix.htc") }

.content {
	font-size:10pt;
	padding:10px 60px 10px 60px;	}

.footer {
	text-align:center;
	font-size:10px;
	padding-bottom:10px;
}

.image {
	width:811px;
	height:242px;
	font-size:0;
	display:inline;
}

hr {          
	width:80%; /* Width of the line in percent */
	border-bottom:##e3c8ab solid 2px; 
	/* Firefox doesn't support colors of a HR so a border is used...this changes color & the size */
	}
	
.content .book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#527053; /* 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:#e3c8ab; 
	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:#89bbbd;
	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:#e3c8ab;
	}
	
a:hover {       /* This is when you hover over the link. */
	color:#ffffff;
	text-decoration:none; /* This takes away the line under the link, set it to "underline" to remove that effect */
	}	
	
/* 
	
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:10em;
	}
	
.dental_home h4 {
	padding-right:25px;
	width:250px;
	}

	



