/* @override http://www.gentledentaldoc.com/css/layout.css */

/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Rosemont Media 2009. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#FCFCFA url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1,p.h2,p.h3 { margin-bottom:8px; }

p.h1	{ font-size:1.2em; color:#000; padding:0 50px 0 37px; }
p.h2	{ font-size:1.1em; color:#000; padding:0 50px 0 37px; }
p.h3	{ font-size:1.0em; color:#000 ;padding:0 50px 0 37px; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#075911; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top a, p.back-to-top a:link, p.back-to-top a:visited {
	text-align:right;
	display:block;
	padding-right:18px;
	background:url("../images/back-to-top.jpg") right no-repeat;
	color:#000;
	text-decoration:none;
	margin:0px;
	}
	
p.back-to-top a:hover {
	color:#075911;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-dr-left {
	padding:60px 10px 0 37px;
	float:left; 
	}
	
img.img-right { 
	float:right; 
	margin:-6px 0 5px 35px; 
	}

body#index #column-left p.above-contact {
	font-size:0.9em;
	line-height:13px;
	padding:0 35px 0 42px;
	}
	
#column-left p.above-contact {
	font-size:0.9em;
	line-height:13px;
	padding:102px 35px 0 42px;
	}
	
#column-left p {
	font-size:0.9em;
	line-height:13px;
	padding:0 35px 0 42px;
	}
	
#column-left a.patient-login {
	padding:102px 35px 13px 42px;
	display:block;
	font-weight:bold;
	}
	
#column-left a.new-patient-login {
	padding:0 35px 13px 42px;
	display:block;
	font-weight:bold;
	}
	
#directions {
	margin:33px 0 0 0;
	position:relative;
	background:url("../images/directions.jpg") no-repeat;
	width:210px;
	height:121px;
		}
#interactive-btn {
	margin:10px 0 10px 14px;
	padding:0px 0 0 26px;
	position:relative;
		}

#directions a {	
		position:absolute;
		left:42px;
		width:123px;
		top:0px;
		height:120px;
		}
	#directions a span {
		display:none;
		}
	
/* ----- global form elements ----- */ 

form {
	width:133px;
	padding:10px 0 15px 42px;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #434343;
	color:#414141;
	width:128px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:2px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.9em;
	}
	
select { 
	width:133px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:68px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:59px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { 
	margin:85px 0 0 194px;
	background:url("../images/btn-submit.jpg");
	border:none;
	}

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:59px;
	height:22px;
	border:none;
	cursor:pointer;
	padding:0 0 0 0px;
	margin:0 0 0 -4px;
	}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:85px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:176px;
		width:411px;
		top:15px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:210px;
	float:left;
	background: url("../images/col-left-subhead.jpg") no-repeat;
	}	
	
#btn-contact	{
	background: url("../images/btn-contact.jpg") left 0;
	width:210px;
	height:110px;
	position:relative;
}
#btn-contact a:hover	{
	background: url("../images/btn-contact.jpg")  -210px;
	width:210px;
	height:110px;
	position:absolute;
	top:0;
	left:0;
}
#btn-contact a	{
	width:210px;
	height:110px;
	position:absolute;
	top:0;
	left:0;
}
/* ----- column-right ----- */

#column-right {
	width:550px;
	float:left;
	}
		
	#column-right p.top {
		padding:60px 50px 0 37px;
		font-size:1.0em;
		}
		
	#column-right p {
		padding:0 50px 0 37px;
		}
		
	.top-notch {
		background: url("../images/col-right-subhead-index.jpg") no-repeat;
		width:550px;
		}
		
	.subhead-testimonials {
		background: url("../images/col-right-subhead-testimonials.jpg") no-repeat;
		width:550px;
		}
		
	#patient-video {
		background: url("../images/patient-video.png") transparent no-repeat;
		width:550px;
		height:176px;
		position:relative;
		top: 0px;
		background-color: transparent;
		}
		

			
.welcomevid {
	margin-left: 30px;
	margin-bottom: 10px;
	display: block;
}

#patient-video .videopost{
	width: 500px;
	height: 130px;
	overflow: hidden;
	background: transparent;
	background-color: transparent;

}

#patient-video .videopost p{
	position: relative;
	top: 40px;
	width: 500px;
	margin-bottom: 10px;
		background: transparent;
	background-color: transparent;

}

a.videoposta {
	position: relative;
	top: 10px;
	font-size: 14px;
	font-family: georgia, 'serif';
		background: transparent;
	background-color: transparent;

}
.thumbnail {
	
	padding: 0px 10px 0px 10px;
	float: left;
	background: transparent;
	background-color: transparent;
	
}

#bumper {
	width: 150px;
    height: 200px;
	background: transparent;
    background-color: transparent;
  
}
.excerpt{
	margin-top: 15px;
	background: transparent;
    background-color: transparent;	
}

#prev2 {
	padding: 5px; 
	margin-right: 15px;
	margin-left: 40px;
	font-size: 12px; color: #03719c; text-decoration: none;
	border: 2px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;

}
#next2 {
	padding: 5px; 
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px; color: #03719c; text-decoration: none;
	border: 2px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
#prev2:hover , #next2:hover {
	background: #0A7A16;
	color: #fff;
	border: 2px solid #AFAFAF;

}






			
	.sedation-dentistry {
		background: url("../images/sedation-dentistry.png") no-repeat;
		width:550px;
		height:161px;
		position:relative;
		padding-bottom: 20px;
		}

#sedcolRight {
	position: relative;
}

#sedcolRight .para {
font-family:georgia;
font-size:13px;
left:230px;
position:relative;
text-align:center;
top:32px;
width:240px;
}
	#sedcolRight a{
	position:relative;
	top: 30px;
	left:280px;
	width: 220px;
	font-family: arial;
	text-align: center;
	font-size: 12px;
}


	.sedation-dentistry a {	
		position:absolute;
		left:40px;
		width:200px;
		top:142px;
		height:10px;
			}
			
	.sedation-dentistry a span {
		display:none;
			}
		
		.subhead-media {
			background: url("../images/subhead-media.jpg") no-repeat;
			width:550px;
			height:400px;
			position:relative;
			padding:40px 0;
			}	
		

			
	.procedures-list {
		background: url("../images/procedure-list.jpg") no-repeat;
		width:550px;
		height:187px;
		}
		
	
 	.procedures-list ul { 
		padding:68px 0 0 35px;
		height: 0px;
		} 
	
	.procedures-list ul li { 
		float: left;
		width: 172px;
		line-height: 24px;
		}
		
		#column-right ol { 
		padding:0 50px 0 45px;
		} 
		
		#column-right ol.top { 
		padding:68px 50px 0 45px;
		} 
	
		#column-right ol li { 
		list-style-type:decimal;
		margin-bottom:10px;
		}
		
		#column-right div.thumbs {
			margin-left: 35px;
		}
		
		#column-right div#thumbs-gum {
			margin-left: 140px;
		}
		
		.magazine {float:left; border:none;}
	
/* -------------- Sub Page classes/styles/divs  ------------  */

/*About Page */		

	#column-right p.top-inside {
		padding:48px 50px 0 37px;
		font-size:1.0em;
		}
		
	#column-right img.staff-photo { padding:48px 0 0 27px; }

	.the-practice {
		background: url("../images/col-right-subhead-about.jpg") no-repeat;
		width:550px;
		}
		
	.about-list {padding:10px 50px 10px 60px;}	
		
		.about-list ul { 
			margin:0 0 0 0px;
			padding:0 0 0 0px;		
		}
		.about-list ul li {
			line-height:18px; 
			background:url("../images/bullet.gif") left no-repeat;
			padding:0 0 0 15px; }
	

	.about-dr {
		background: url("../images/about-dr.jpg") no-repeat;
		width:550px;
		position:relative;
		}
	.ourstaff {
		background: url("../images/col-right-subhead-about-our.jpg") no-repeat;
		width:550px;
		position:relative;
		}
		
		.blog {
			background: url("../images/col-right-subhead-blog.jpg") no-repeat;
			width:550px;
			position:relative;
			padding-top:50px;
			}
		
		
/* Procedures Page */
		
	#procedure-list {
		background:url("../images/procedures-box-bg.gif") repeat-y;
		width:200px;
		float:right;
		margin:80px 30px 0 0px;
		}
		
		

		
		.procedures-top { background:url("../images/procedures-box-top.gif") no-repeat; height:32px;}
		.procedures-bottom { background:url("../images/procedures-box-bottom.gif") no-repeat; height:20px;}
		
		#procedure-list ul {
			padding:0 0 0 25px;
		}
		
		#procedure-list ul li {
			line-height: 22px;
			font-weight:bold;
			background:url("../images/bullet.gif") 0px 7px no-repeat;
			padding:0 0 0 20px;
			margin:0px;
			}
		
	.procedures {
		background: url("../images/col-right-subhead-procedures.jpg") no-repeat;
		width:550px;
		}
	
	#column-right p.toph2	{ font-size:1.1em; color:#000; padding:60px 50px 0 37px; font-weight:bold; }
	#column-right p.h2	{ font-size:1.1em; color:#000; padding:10px 50px 5px 37px; font-weight:bold; }
		
		
/* Sedation-Dentistry Page */	
			
		ul.faq-list { padding:40px 0 0 80px;}
		
		 ul.faq-list li {
			line-height: 24px;
			font-weight:bold;
			background:url("../images/bullet.gif") left no-repeat;
			padding-left:20px;
			}
			
	#column-right p.faqh2	{ font-size:1.1em; color:#000; padding:50px 50px 0 37px; font-weight:bold; }  /* The reason I added a different H2 style instead of using toph2 is 
																											because the padding is different for the very top sub head 
																											image and ones that follow under it.  */
			
	.sedation {
		background: url("../images/col-right-subhead-sedation.jpg") no-repeat;
		width:550px;
		}
		
	.faq {
		background: url("../images/col-right-subhead-faq.jpg") no-repeat;
		width:550px;
		}
	
/* Gallery Page */		
	
	.gallery {
		background: url("../images/col-right-subhead-gallery.jpg") no-repeat;
		width:550px;
		}
		
		.gallery p.h2 {
			text-align:center;
			}

	.gallery p.bna, .gallery p.bna a {
		text-align:center;
		}
	
	
/* Contact Page */		
	
	.contact {
		background: url("../images/col-right-subhead-contact.jpg") no-repeat;
		width:550px;
		}
		
/* Contact Page */		
	
	.thanks {
		background: url("../images/col-right-subhead-thanks.jpg") no-repeat;
		width:550px;
		height:220px;
		}
		
		
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:47px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic {
		background:url("../images/header-flashbg.jpg"); 
		height:226px;
		width:760px;
		}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#075911;
	}

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:52px; 
	margin-bottom:0; 
	position:relative;
	z-index:9999;
	}

#nav span { display: none; }

#nav li, #nav a { height:52px; display:block; }

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 66px; margin-left:26px;}
#nav-02 { width: 73px;}
#nav-03 { width: 112px;}
#nav-04 { width: 172px;}
#nav-05 { width: 83px;}
#nav-06 { width: 113px;}
#nav-07 { width: 91px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg")  -26px -52px no-repeat;  }
#nav-02 a:hover {background:url("../images/nav.jpg") -92px -52px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -165px -52px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -277px -52px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -449px -52px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -532px -52px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -645px -52px no-repeat;}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 9999;
	font-size: .95em;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #033C09;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#3d402b;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: 0; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#44944B;
	color:#000;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:145px; }
#nav-03 ul, #nav-03 li { width:185px; }
#nav-04 ul, #nav-04 li { width:200px; }
#nav-05 ul, #nav-05 li { width:170px; }		
#nav-06 ul, #nav-06 li { width:170px; }

.ba {padding:4px; border:1px solid #0B4314; margin-top:4px;}
.ba-box {float:right; width:220px; margin-right:40px;}
.gallery-title {font-size:18px; color:#0B4314; margin:20px 0;}

.post h1 {padding:0 50px 0 37px;}

.gallery ul {margin-left:37px;list-style-type:disc;}