﻿/* CSS Document created by Dentists4kids.com for
	East Brunswick Pediatric Dentistry */
	
/* MAIN STYLES */

body {
	margin:0;padding:0;
	font:10pt Trebuchet MS, Arial, sans-serif;
	background:#8ec33c url('images/site/background.jpg') no-repeat fixed center top;
}

.content {
	vertical-align:top;
	padding:5px 55px 5px 20px;
}

.content_home {
	padding:0 55px;
}

.footer {
	text-align:center;
	font-size:8pt;
}

hr {
	width:90%;
	border-bottom:1px #51b5d3 solid;
}

.grass {
	background:url('images/site/bottom_grass.png') repeat-x 0 0;
	position:fixed;
		bottom:0;
		width:100%;
		height:105px;
		overflow:hidden;
		z-index:222;
}

.content .book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#bdd5e1; /* 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*/
	}

/* 

---------  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: #36712f; 
	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:14pt; /* Size of the font, then the color and then the code to make it bold */
	color:#3366CC;
	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:visited {    /* These set the color for the links and also when they've been visited */
	color:#0078d5;
	}
	
a:link {    /* 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:visited {
	color:#0078d5;
	}
	
.footer a:link {
	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:11pt;
	font-weight:bold;
	margin-bottom:-10px;
	}
	
.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;
	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;
	}

	
