/* CSS Document */

/*

LAYOUT STYLES 

*/

body {
	background:#cfa261 url(images/bg_repeat.jpg) top repeat-x;
	margin:0;
	padding:0;
	font-family:"Verdana", san-serif;
	font-size:12pt;
	color:#32322e;
}

#container {
	width:929px;
	margin:0 auto;
}

#header {
	float:left;
}

iframe#ada {
	margin-top:0px;
	width:810px;
	height:950px;
}

#slideshow {
	margin-top:0;
	float:left;
}

#title {
	margin-top:0;
	position:relative;
}

#SM_icons {
	width:auto; 
	text-align:right; 
	position:absolute; 
	right:50px; 
	top:60px;
}

#name {
	position:absolute;
	width:400px;
	right:120px;
	top:0;
	text-align:right;
	font-family: 'Patrick Hand', cursive;
	font-size:2.15em;
	color:#abd037;
}

#content {
	background:url('images/index_05.png') repeat-y;
	padding:0 50px;
	overflow:hidden;
}

#content .book { /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#c3e45c; /* Change background color of book tables */
	margin:0 auto; /* Centers the book table in the middle of page */
}

.get {
	font-size:1.2em;
	font-weight:bold;
	margin:-5px 0;
	color:#7f3f98;
}

.address1 {
	float:left;
	width:300px;
}

.address2 {
	float:left;
	width:300px;
	margin-left:0px;
}

#footer {
	font-size:8pt;
	text-align:center;
	color:#000000;
}

#footer a {
	color:#7F3F98;
}

#footer a:hover {
	color:#fce1bc;
}

a {
	color:#3c5c4e;
}

a:hover {
	text-decoration:none;
}

img {
	border:0;
}

.dental_home { /*For the baby dental visit on dental home */
	width:800px;
	margin:0 auto;
	margin-bottom:15px;
	padding:5px 10px 5px 10px;
	background-color:#c3e45c; /*Edit this for the background of each step on dental home*/
	overflow:hidden;
}
	
.dhome_title {
	width:260px;
	margin-right:30px;
	float:left;
	font-size:1em;
}

.dhome_bullets {
	width:490px;
	float:left;
}
	
/*

COPY STYLES

*/

p {padding:5px 0;}

p.large {
	font-size:14pt;
}

h1 {
	font-size:2em;
	padding-top:15px;
	font-family: 'Patrick Hand', cursive;
	color:#7f3f98;
}

h2 {
	font-size:16pt;
	padding-top:15px;
	color:#57370f;
}
a.btn {
  background: #8B5C39;
  background-image: -webkit-linear-gradient(top, #8B5C39, #D2A362);
  background-image: -moz-linear-gradient(top, #8B5C39, #D2A362);
  background-image: -ms-linear-gradient(top, #8B5C39, #D2A362);
  background-image: -o-linear-gradient(top, #8B5C39, #D2A362);
  background-image: linear-gradient(to bottom, #8B5C39, #D2A362);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #424242;
  -moz-box-shadow: 0px 1px 3px #424242;
  box-shadow: 0px 1px 3px #424242;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}
	
/* 
	
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;
	}
	
ul li {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:30px;
}

.predev {
	font-size:11pt;
	font-weight:bold;
}
		
ol li {
	padding-bottom:10px;
	list-style-type:circle;
	}
	
.dhome_title {
	width:250px;
	float:left;
	height:10em;
	}
	
.dental_home h4 {
	padding-right:25px;
	width:250px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
}

.floatleft {
	float:left;
	margin-right:10px;
	}

table td p {
	text-align:left;
}

#form .clear {clear:both;}
#form .center {text-align:center;}
#form h3 {margin:0 1%;}
#form small {font-style:italic;}
#form hr {width:98%;margin:10px 1% 15px 1%;}

/*GRID */
#form .column {
	float:left;
	margin:0 1%;
}

#form .full {width:98%;margin:0 1%;}
#form .half {width:48%;}
#form .twothird {width:65%;}
#form .onethird {width:31%;}

/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
	width:96%;
	padding:10px 2%;
}

#form input[type=radio] {
	margin-bottom:5px;
}

#form textarea {
	width:96%;
	resize:none;
	padding:10px 2%;
	font:95%/1.4 'Tahoma',sans-serif;
}

#form select {
	width:101%;
	padding:10px 2%;
}

/*MEDIA QUERIES */

@media (max-width:767px) {
	#form .column {
		float:none;
		margin:0;
	}
	#form .full, #form .half, #form .twothird, #form .onethird {
		width:100%;margin:0;
	}
}
