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 ------------------------ */
body { 
	background:#7c7555 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

#inside-column-left p.blockquote { margin-left:10px; margin-right:10px; margin-bottom:10px; padding-bottom: 7px; font-size:1.1em; color:#000;; 
	color:#000;}

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

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

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

#bokovoy, #schuyler {color:#19333e; font-size:14px; margin-top:20px;}



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


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



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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:100%;
	margin:0 auto;
	text-align:left;
	}
	
	#content-wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:980px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:125px;
	width:980px;
	}
	/* index page link within #masthead */		
	.home_button a {
	position:absolute;
	left:54px;
	width:328px;
	top:15px;
	height:89px;
		}
		
	/* faqs page link within #masthead */		
	.view_button a {
	position:absolute;
	left:821px;
	width:94px;
	top:407px;
	height:27px;
		}

	#masthead a span {
		display:none;
		}

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

#content-left { width:347px; float:left;}
	#column-left  #content-left h1, #column-left  #content-left h2, #column-left  #content-left p { margin-left:20px;}
#content-right { width:355px; float:left;}
#content-footer {background:#2b2b2b url("../images/callout-index-bottom.jpg")  no-repeat;
	width:702px;
	display:block;
	text-align:center;
	height:51px;}
	#column-left #content-right ul { width:300px; clear:both;}
	
	#column-left  #content-right h1, #column-left  #content-right p { margin-left:20px; margin-right:15px;}
	#column-left  #content-right h2 { margin-left:20px; margin-right:15px; margin-top:10px;}	
	#column-right p, #column-right h3, { margin-left:20px; margin-bottom:10px;}


#content-left-inside { width:702px; float:left;}
	#column-left #content-left-inside h1, #column-left #content-left-inside p, #column-left #content-left-inside h2 { margin-left:20px; margin-right:20px;}

#column-left #content-left-inside h1 { margin-bottom:20px;}
/* ------------------------ column-left framework ------------------------ */

#column-left {
	background-color:#fff;
	width:702px;
	float:left;
	}

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

	#column-left h1{color:#19333e; font-size:20px; line-height:20px;}

	#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:20px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet-2.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:280px; /* sets the width of each column */
			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-right framework ------------------------ */
#column-right {
	width:278px;
	float:left;
	}

#column-right img{
margin-bottom:20px;
}

	#column-right h1, #column-right h2, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}
		
		#column-right p.right-txt {margin:0px 0px 10px 20px;}
		
		#column-right h3 {
		font-size:1.8em; color:#741414;
		margin:10px 0px 10px 0px;
		}
		#column-right p.callus { font-size:11px; color:#113646; font-weight:bold;}
		#column-right span {
		font-size:1.8em; color:#741414;
		font-weight:bold;
		}


	/* 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-middle-framework------------------*/

#column-middle img{
margin-bottom:15px;
}

#column-middle {
	width:334px;
	float:left;
	margin:0 0 0 30px;
	}

	#column-middle p, #column-left h1,  #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}

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

	/* single column list */
	#column-middle ul { padding-left:20px; }

	/* multi column list */
		#column-middle ul li { 
			background:transparent url("../images/bullet-2.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px;  /* pushes text to the right to display bg img */
			width:250px; /* sets the width of each column */
			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;
			}

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

#header-graphic { height:321px; width:980px; } /* sets height for all non-flash headers */
#header-graphic2 { height:321px;  width:980px;} /* sets height for all non-flash headers */
#header-graphic3 { height:321px;  width:980px;} /* sets height for all non-flash headers */
#header-graphic4 { height:321px;  width:980px;} /* sets height for all non-flash headers */
#header-graphic5 { height:321px;  width:980px;} /* sets height for all non-flash headers */
#header-graphic6 { height:321px;  width:980px;} /* sets height for all non-flash headers */
#header-graphic7 { height:321px;  width:980px;} /* sets height for all non-flash headers */
#header-graphic8 { height:321px;  width:980px;} /* sets height for all non-flash headers */
#header-graphic9 { height:321px;  width:980px;} /* sets height for all non-flash headers */


	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#index #header-graphic2 { background:url("../images/header-laws.jpg"); }
	body#index #header-graphic3 { background:url("../images/header-why.jpg"); }
	body#index #header-graphic4 { background:url("../images/header-recent.jpg"); }
	body#index #header-graphic5 { background:url("../images/header-blog.jpg"); }
	body#index #header-graphic6 { background:url("../images/header-get-help.jpg"); }
	body#index #header-graphic7 { background:url("../images/header-faqs.jpg"); }
	body#index #header-graphic8 { background:url("../images/header-bios.jpg"); }
	body#index #header-graphic9 { background:url("../images/header-news.jpg"); }


	/* index page link within #masthead */		
	.view_options a {
	position:absolute;
	left:828px;
	width:100px;
	top:409px;
	height:23px;
		}
		
/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	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"); }

/* ------------------------ 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:55px;
	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 {
	background:#2b2b2b;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:30px;
	}
#footer #bg-footer {background: url("../images/bg-footer2.jpg") no-repeat;
	width:980px;
	height:146px;
	display:block;
	margin:0 auto;
	text-align:center;
	margin-bottom:30px;}
	
#footer p {
	color:#FFFFFF;
	padding:5px;
	}

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

#footer ul {margin:0;}
	#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 #FFFFFF;
		}
	#footer li.first { border: none; }
	

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

#nav {
background:#2b2b2b url("../images/nav.jpg") no-repeat;
width:980px;
height:31px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
}

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

#nav li, #nav a { 
	display:block; 
	float:left; 
	list-style:none; 
	_display:inline; 
	position:relative; 
	margin-left:10px; 
	text-decoration:none;
	margin-top:6px;}





#wrap-img {

	background:url("../images/bottom-image.jpg") bottom repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
	padding-bottom: 30px;

	}


/* ------------------------ horizontal sprite nav ------------------------ */

#inside-column-left {
	width:624px;
	float:left;
	}

	#inside-column-left p, #inside-column-left h2, #inside-column-left h3, #inside-column-left ul, #inside-column-left dl {
		margin:0px 0px 10px 0px;
		}

	#inside-column-left h1{color:#19333e; font-size:20px; line-height:20px;}

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

	/* single column list */
	#inside-column-left ul { padding-left:5px; }
		#inside-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 */
	#inside-column-left ul { padding-left:5px; } 
		#inside-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 */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#inside-column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#inside-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 #content-left-inside .nfm_block { margin-left:20px; background-color:#fff;}





/*-------------- Shortform 295 width or smaller  ------------- */ 
form { padding-left:20px ; font-family:Arial, Helvetica, sans-serif;}
div.row { margin:0 0 1px 0; width:100%; padding:2px 0; }

textarea { width: 195px; margin-bottom:10px; height:90px;}
select { margin-bottom:0px; width:90px; }
label { font-size: 13px; font-weight:bold; color:#FFF6EF; padding-bottom:2px;}
input {font-size:13px; line-height:14px; padding:2px 0px; width: 195px; border:1px solid #5F5C4D; }

#zip { width: 90px !important; }

#homephone { width: 50px !important; }
#homephone2 { width: 50px !important; }
#homephone3 { width: 65px !important; }
#button { padding: 11px 11px; font-size:13px; font-weight:bold; width:160px; margin-bottom:10px; 	cursor:pointer; cursor: hand;}
#checkbox { float:left; width:15px; }
#disclaimer { padding:0px 5px 5px 0; font-size: 10px; color:#DFDCD1; }

.disclaimer_box {height:80px; margin-top:10px;}
.span1 {width:11%; float:left;}
.span2 {width:77%; float:left;}




/* ########################### quick  FORM SET UP   ########################### END*/   
/* ########################### quick  FORM SET UP   ########################### END*/

.f1 { margin-bottom:100px;}
.f2 { margin-bottom:200px;}
.f3 { margin-bottom:300px;}
.f4 { margin-bottom:400px;}

