/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

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:'';}

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

body {
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

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

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

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

#content-wrap {
	background:transparent url("../images/bg-inner-wrap.jpg") bottom no-repeat;
	padding-bottom:150px;
	padding-left:30px;
	}
#flash-banner {
	height: 330px;
	width: 941px;
	margin:0;
	padding:0;
}

	
/* ------------------------ 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.jpg") right no-repeat;
	}

p.read-more {
	text-align:right;
	display:block;
	padding-right:13px;
	background:url("../images/bullet.jpg") right no-repeat;
	font:bold small-caps 15px "arial";
	}
	
	p.read-more a { color:#c5a97f; text-decoration:none; }

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

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

/* ------------------------ form elements ------------------------ */

input, textarea, select {
	background-color:#b3bb4d !important;
	border:0;
	color:#fff;
	width:126px;
	height:23px;
	line-height:18px;
	vertical-align: middle;
	margin:0 4px 4px 0;
	padding:1px 0 0 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

select { width:150px; padding:0; }

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

#contact_business { display: none; }

input[name="contact_email"], textarea { float:right; clear:both; }

/* ------------------------ 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:-4px;
	}

#contact-main label select { width:175px; }

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

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

input.submit, input.submit-contact-main { 
	width:58px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	background:url("../images/contact-submit.jpg") no-repeat;
	float:right;
	}

input.submit-contact-main { margin:80px 0 0 358px; float:none; } /* defines placement of contact-main submit button */

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

#wrap {
	width:1010px;
	text-align:left;
	margin:0 auto;
	}
	
	
	#inner-wrap {
		background:transparent url("../images/bg-inner-wrap.jpg") bottom no-repeat;
		margin-bottom:150px;
		width:900px;
		}
		
	#outer-wrap {
		width:100%;
		background:#fff url("../images/bg-wrap.jpg") bottom repeat-x;
		text-align:center;
		}
	
#header-graphic #masthead-link a {
	height:93px;
	width:286px;
	position:absolute;
	left: 37px;
	top: 9px;
	}
#header-graphic a span {
	display:none;}
		
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:941px; 
	height:31px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 228px; margin-left:21px;}
#nav-02 { width: 187px;}
#nav-03 { width: 165px;}
#nav-04 { width: 127px;}
#nav-05 { width: 186px;}

	#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-left:2px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -21px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -251px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -440px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -607px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -736px -30px 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:#d66f0e;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border-bottom:1px solid #b46114;
	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:#FFFFFF;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-image:none;
	background-color:#e69f32;
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	}


/* width of drop down nav - choose width that allows items to display on one line */	
#nav-01 ul, #nav-01 li { width:228px; }
#nav-02 ul, #nav-02 li { width:187px; }
#nav-03 ul, #nav-03 li { width:167px; }

/* ------------------------ top navigation ------------------------------- */

#top-nav {
	width:337px;
	height:36px;
	background:url("../images/top-nav.jpg") no-repeat; 
	margin:0;
	padding:0 0 0 604px;
	
	}

#top-nav li span { display: none; }

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

#top-nav li, #top-nav a { 
	height:36px;
	display:block;
	}
#header-graphic a {
	height:120px;
	width:309px;
}
#header-graphic a span{
	display:none;
}
	
#top-nav-01 { width: 95px;}
#top-nav-02 { width: 101px;}
#top-nav-03 { width: 136px;}

#top-nav-01 a:hover { background:url("../images/top-nav.jpg") -604px  -36px no-repeat; }
#top-nav-02 a:hover { background:url("../images/top-nav.jpg") -699px  -36px no-repeat; }
#top-nav-03 a:hover { background:url("../images/top-nav.jpg") -800px  -36px no-repeat; }

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

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

#top-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 */
	}

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

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

#top-nav li:hover ul, #top-nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#top-nav-02 ul a:hover { 
	background-image:none;
	background-color:#e69f32;
	color:#FFFFFF;
	text-decoration:none;
	}


/* width of drop down nav - choose width that allows items to display on one line */	

#top-nav-02 ul, #top-nav-02 li { width:187px; }


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

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left img {
		margin:0px 14px 10px 25px;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:600px;
	float:left;
	border-left:1px dashed #CCC;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin:0px 30px 10px 24px;
		}
		
	#column-right ul {
		margin:0 30px 10px 34px;
		}
		#column-right ul li {
		background:url("../images/bullet.jpg") 0 3px no-repeat;
		padding-left:13px;
		margin-bottom:3px;
		}
		
	#column-right dt { margin-left:75px; }


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

#header-graphic {
	width:941px;
	height:330px;
	background:url("../images/header-index.jpg");
}
#about #header-graphic { width:941px; height:330px; background:url("../images/header-index.jpg");}
#cosmetic #header-graphic { width:941px; height:330px; background:url("../images/header-invisalign.jpg");}
#technology #header-graphic { width:941px; height:330px; background:url("../images/header-cosmetic-dentistry.jpg");}
#thankyou #header-graphic { width:941px; height:330px; background:url("../images/header-dental-crowns.jpg");}
#Sitemap #header-graphic { width:941px; height:330px; background:url("../images/header-general-dentistry.jpg");}
#tooth-whitening #header-graphic { width:941px; height:330px; background:url("../images/header-contact.jpg");}
#gallery #header-graphic { width:941px; height:330px; background:url("../images/header-general-dentistry.jpg");}
#cosmetic #header-graphic { width:941px; height:330px; background:url("../images/header-dental-crowns.jpg");}
#cosmetic #header-graphic { width:941px; height:330px; background:url("../images/header-cosmetic-dentistry.jpg");}
#about #header-graphic { width:941px; height:330px; background:url("../images/header-invisalign.jpg");}
#general #header-graphic { width:941px; height:330px; background:url("../images/header-contact.jpg");}
#restorative #header-graphic { width:941px; height:330px; background:url("../images/header-general-dentistry.jpg");}
#apnea #header-graphic { width:941px; height:330px; background:url("../images/header-apnea.jpg");}
#masthead-link {
	position:relative;
}

/* ------------------------ subhead framework ------------------------ */
#subhead { height:61px; } /* sets height for all subheads */
	body#index #subhead {
	margin:10px 30px 10px 24px;
	height:340px;
	/*background:url("../images/subhead-index.jpg");*/
	text-align: right;
	
	
}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#Sitemap #subhead { background:url("../images/subhead-Sitemap.jpg"); }
	
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#technology #subhead { background:url("../images/subhead-technology.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg"); }
	body#apnea #subhead { background:url("../images/subhead-apnea.jpg"); }
	body#aems #subhead { background:url("../images/subhead-aems.jpg"); }		

/* ------------------------ subhead framework with varying heights ------------------------ */

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	padding-top:61px;
	background:url("../images/title-contact-inside.jpg") no-repeat;
	}
	
	body#index #title-contact {
	padding-top:34px;
	background:url("../images/title-contact.jpg") no-repeat;
	}
	
#title-patientforms {
	padding-top:61px;
	background:url("../images/title-patientforms-inside.jpg") no-repeat;
	}
	
	body#index #title-patientforms {
	padding-top:34px;
	background:url("../images/title-patientforms.jpg") no-repeat;
	}

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

#featured-call {
	height:121px;
	background:url("../images/img-call-for-appt.jpg");
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:100%;
	padding-top:21px;
	height:223px;
	background:url("../images/bg-footer.jpg") repeat-x;
	}

#footer-wrap {
	width:941px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#b57726;
	margin-bottom:10px;
	width:907px;
	}

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

#footer ul {margin:10px; width:907px;}
	#footer li {
		padding:0 5px 0 7px;
		display: inline;
		border-left: 1px solid #000;
		}
	#footer li.first { border: none; }
	
.textSmall {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 10px;

	color: #666666;

}
.img-center {
	text-align: center;
}

#flash-banner {
	width:941px;
	height:330px;
}

.java-note {
	padding-left: 90px;
}

#gallery #wrap #content-wrap #column-right .bna_gallery {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 265px;
}
#gallery #wrap #content-wrap #column-right .bna_gallery h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#gallery #wrap #content-wrap #column-right .bna_gallery img {
	margin: 0px;
	padding: 0px;
}
#column-left .coulmn-left-header {
	font-size: 14px;
	font-weight: bold;
}

#contactBtn {
display:block;
width:307px;
height:55px;
background:url(../images/email.jpg) no-repeat;}


/*CSS EXAMPLE
---------------*/
#jointitle {background:url("../images/joinouronline.jpg") no-repeat; width:307px; height:25px;}
#online-network {
	width: 213px;
	margin: 10px 0 20px 30px;
}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:15px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#youtube { background:url("../images/youtube.png") no-repeat; }
#facebook {	background:url("../images/facebook.png") no-repeat; margin-left: 0px;}
#rss { background:url("../images/rss.png") no-repeat; }
#twitter { background:url("../images/twitter.png") no-repeat; }