
/*--------------------------- Last Modified --> 2010.04.23 ----------------------------*/
 /*-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------
  Copyright AD1200 2010.

MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

  fieldset,img,a img,:link img,:visited img {border:0;}

address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
 ol,ul {list-style:none;}
caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */


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

h1	{ font-size:1.2em; color:#FFF; }
h2	{ font-size:1.1em; color:#FFF; }
h3	{ font-size:1.0em; color:#FFF; }

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

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

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:295px;
	margin:10px 0 15px 15px; /* set margin left and right below */
	}

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

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

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #001127;
	color:#414141;
	width:290px; /* 5 pixles smaller than form width !important */
	height:14px;
	line-height:14px;
	vertical-align: middle;
	margin-bottom:4px; /* 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:.9em;
	}
	
input#contact_location {
	width:45px;
}

select { width:295px; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

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

#contact_choose_location {
	height:18px;
	padding-left:0px;
}


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	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:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }


/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
	}
#inner-wrap {
	background:url("../images/inner-wrap.jpg") top no-repeat;
	width:960px;
	margin:0 auto;
	text-align:left;
	}
#content {
	width:960px;
	margin:0 auto;
}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:117px;
	width:960px;
	margin:0 auto;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:130px;
		width:375px;
		top:0px;
		height:110px;
		}
	#masthead a span {
		display:none;
		}
		
/* ------------------------ Boxes ----------------------------------*/
#box-gallery {
	width:311px;
	height:210px;
	background:url("../images/box-gallery.jpg") no-repeat;
	float:left;
	margin:20px 0 0 0;
	position:relative;
	}
	#box-gallery p#gallery1 {
		margin:75px 0 0 30px;
		width:250px;
		text-align:center;
	}
	#box-gallery p {
		margin:5px 0 0 0;
	}
	#box-gallery a {
		color:#FFF;
	}

#box-vms {
	width:311px;
	height:210px;
	background:url("../images/box-vms.jpg") no-repeat;
	float:left;
	margin:20px 0 0 13px;
	position:relative;
	}
	#box-vms a {
		display:block;
		width:180px;
		height:105px;
		position:absolute;
		left:65px;
		top:80px;
	}

#box-location {
	width:311px;
	height:210px;
	background:url("../images/box-location.jpg") no-repeat;
	float:left;
	margin:20px 0 0 13px;
	font-size:16px;
	}
	#box-location p#location1 {
		margin:90px 0 0 0;
	}
	#box-location p {
		margin:5px 0 0 0;
		line-height:22px;
	}
	#box-location a {
		color:#001127;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:648px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 10px 10px 0px;
		line-height:20px;
		}
		#column-left p {
			margin-bottom:20px;
		}
		body#offers #column-left p {
			width:500px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#column-left #box-sedation {
	width:635px;
	height:196px;
	background:url("../httpimages/box-sedation.jpg") no-repeat;
	margin:15px 0 20px 0;
}

#column-left #box-sedation p {
	width:335px;
	padding:50px 0 0 280px;
}

/* ------------------------ column-middle framework ------------------------ */
#column-middle {
	width:960px;
	float:left;
	}

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0px 10px 10px 0px;
		line-height:20px;
		}
		#column-middle p {
			margin-bottom:20px;
		}
		body#offers #column-middle p {
			width:500px;
		}

	#column-middle form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-middle ul { padding-left:5px; } 
		#column-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			}

	/* definition list */
	#column-middle dl { padding-left:5px; }
		#column-middle dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-middle dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:312px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 15px;
		}
		
	

	#column-right form { margin-left:15px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#column-right .maps img {
	float:left;
	margin:0px 10px 15px 15px;
	border:solid 3px #4C83C3;
}

#column-right .maps {
	margin-top:10px;
}

/* ------------------------ header framework ------------------------ */
#header-graphic { 
	width:960px; 
	margin:0 auto; 
	height:356px; 
	background:url("../images/header.jpg") no-repeat; 
	position:relative;
	z-index:1;
} 
	

	
	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:60px; } /* sets height for all subheads */
	body#home #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#home #subhead-meet { background:url("../images/subhead-index-meet.jpg") no-repeat; width:635px; height:60px; }
	body#about-the-practice #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#procedures #subhead { background:url("../images/subhead-procedures.jpg") no-repeat; }
	body#dental-education-center #subhead { background:url("../images/subhead-dental-education.jpg") no-repeat; }
	body#dental-health-guides #subhead { background:url("../images/subhead-dental-guides.jpg") no-repeat; }
	body#offers #subhead { background:url("../images/subhead-offers.jpg") no-repeat; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg") no-repeat; }
	body#financing #subhead { background:url("../images/subhead-financing.jpg") no-repeat; }
	body#patient-forms #subhead { background:url("../images/subhead-forms.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thank_you #subhead { background:url("../images/subhead-thank-you.jpg") no-repeat; }
	
	body#cosmetic-dentistry #subhead { background:url("../images/subhead-cosmetic-dentistry.jpg") no-repeat; }
	body#porcelain-veneers #subhead { background:url("../images/subhead-porcelain-veneers.jpg") no-repeat; }
	body#teeth-whitening #subhead { background:url("../images/subhead-teeth-whitening.jpg") no-repeat; }
	body#smile-makeovers #subhead { background:url("../images/subhead-smile-makeovers.jpg") no-repeat; }
	body#restorative-dentistry #subhead { background:url("../images/subhead-restorative-dentistry.jpg") no-repeat; }
	body#dental-implants #subhead { background:url("../images/subhead-dental-implants.jpg") no-repeat; }
	body#general-dentistry #subhead { background:url("../images/subhead-general-dentistry.jpg") no-repeat; }
	body#sedation-dentistry #subhead { background:url("../images/subhead-sedation-dentistry.jpg") no-repeat; }
	body#mouth-reconstruction #subhead { background:url("../images/subhead-mouth-reconstruction.jpg") no-repeat; }
	body#botox-cosmetic #subhead { background:url("../images/subhead-botox.jpg") no-repeat; }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:60px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

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

#footer p {
	color:#FFF;
	padding-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFF; }
#footer a:hover, #footer a:active { color:#FFF; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav {
	background:url("../images/nav.gif");
	height:39px;
	width:960px;
	margin:0 auto;
	padding:0; 
	position: relative;
	z-index:999;
}



#nav li.primary, #nav a.primary { height:39px; display:block; } /* change height here also */

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

li#hover-home { width: 63px; margin-left: 9px;}
li#hover-about-the-practice { width: 91px;}
li#hover-procedures { width: 109px;}
li#hover-offers { width: 75px;}
li#hover-gallery { width: 86px;}
li#hover-patient-forms { width: 135px;}
li#hover-dental-education { width: 151px;}
li#hover-contact { width: 110px;}

.primary, .primary a:hover, .primary a:focus, .primary a:active
 {
	background-color:transparent !important; 
}
.sf-menu, .sf-menu * {
	margin:			0;
	list-style:		none;
}
.sf-menu {
	float:none;
}
.sf-menu a {
	padding:0;
	border:none;
}
.sf-menu a, .sf-menu a:hover, .sf-menu a:active, .sf-menu a:visited {
	color:#FFF;
	text-decoration: none;
}
.sf-menu a.sf-with-ul {
	padding-right:0;
}
.sf-sub-indicator {
	display:none;
}
.sf-menu a.primary {border:0}
span.primary {
	display:none;
}
a.primary { height:39px; display:block; }
.sf-shadow ul {
	margin-top:0px;
}
.sf-shadow ul#firstlevel {
	margin-top:10px;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#4A8FC6;
}
.sf-menu ul li ul {
width:100%;
margin:0 0 0 30px;
}
.sf-menu ul li {line-height:2em;}
.sf-menu li li {
	background:#61646B;
	border:1px solid #fff;
}
.sf-menu li li li {
	background:#61646B;
}
.sf-menu a {
	padding-left:5px;
	text-decoration:none;
}
.sf-menu ul {
position:absolute;
top:-999em;
width:150px;
margin:8px 0 0 0;

}

#footer ul li ul {display:inline;}

.nav-hover-hilite { background:url("../images/nav.gif") -39px no-repeat; }

ul#nav li#hover-home a.primary:hover { background:url("../images/nav.gif") -9px -39px no-repeat; }
.nav-hover-home { background:url("../images/nav.gif") -9px -39px no-repeat; }
body#home ul#nav li#hover-home { background:url("../images/nav.gif") -9px -39px no-repeat; }

ul#nav li#hover-about-the-practice a.primary:hover { background:url("../images/nav.gif") -73px -39px no-repeat; }
.nav-hover-about-the-practice { background:url("../images/nav.gif") -73px -39px no-repeat; }
body#about-the-practice ul#nav li#hover-about-the-practice { background:url("../images/nav.gif") -73px -39px no-repeat; }

ul#nav li#hover-procedures a.primary:hover { background:url("../images/nav.gif") -164px -39px no-repeat; }
.nav-hover-procedures a.primary:hover { background:url("../images/nav.gif") -164px -39px no-repeat; }
body#procedures ul#nav li#hover-procedures { background:url("../images/nav.gif") -164px -39px no-repeat; }

ul#nav li#hover-offers a.primary:hover { background:url("../images/nav.gif") -273px -39px no-repeat; }
.nav-hover-offers a.primary:hover { background:url("../images/nav.gif") -273px -39px no-repeat; }
body#offers ul#nav li#hover-offers { background:url("../images/nav.gif") -273px -39px no-repeat; }

ul#nav li#hover-gallery a.primary:hover { background:url("../images/nav.gif") -348px -39px no-repeat; }
.nav-hover-gallery a.primary:hover { background:url("../images/nav.gif") -348px -39px no-repeat; }
body#gallery ul#nav li#hover-gallery { background:url("../images/nav.gif") -348px -39px no-repeat; }

ul#nav li#hover-patient-forms a.primary:hover { background:url("../images/nav.gif") -434px -39px no-repeat; }
.nav-hover-patient-forms a.primary:hover { background:url("../images/nav.gif") -434px -39px no-repeat; }
body#patient-forms ul#nav li#hover-patient-forms { background:url("../images/nav.gif") -434px -39px no-repeat; }

ul#nav li#hover-dental-education a.primary:hover { background:url("../images/nav.gif") -569px -39px no-repeat; }
.nav-hover-dental-education a.primary:hover { background:url("../images/nav.gif") -569px -39px no-repeat; }
body#dental-education ul#nav li#hover-dental-education { background:url("../images/nav.gif") -569px -39px no-repeat; }

ul#nav li#hover-contact a.primary:hover { background:url("../images/nav.gif") -842px -39px no-repeat; }
.nav-hover-contact a.primary:hover { background:url("../images/nav.gif") -842px -39px no-repeat; }
body#contact ul#nav li#hover-contact { background:url("../images/nav.gif") -842px -39px no-repeat; }


#column-right h2.galleryCare {
color:#FFFFFF;
font-size:1.4em;
margin:25px 0 10px 15px;
}

