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 {
	text-align:center;
	font:11px/16px verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color: #888d94;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
blockquote { margin-left:10px; margin-right:10px; }

h1	{
	font-size:1.6em;
	color:#a3fec8;
	background-image:url(../images/h1-bg.jpg) no-repeat;

	 }
h2	{ font-size:1.2em; color:#a3fec8; }
h3	{ font-size:1.6em;
	color:#a3fec8; }
.date { font-size:1.5em; color:#fff; font-weight:bold; padding-top:10px; }
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#282314; text-decoration:underline; outline:none; font-weight:bold;}
a:hover,a:active	{
	color:#393524;
	text-decoration:underline;
	outline:none;
	font-weight:bold;
}

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

#top-curve { 
	position:relative;
	background:url("../images/top-bg.jpg") no-repeat;
	height:28px;
	width: 779px;
	}

/* ------------------------ 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 {
	background:url("../images/bg-wrap.jpg") repeat-y scroll left top;
	width:960px;
	text-align:left;
	margin:0 auto;
	
		}
		#content-wrap {
	background:url("../images/bg-wrap.jpg") repeat-y scroll left top;
	width:960px;
	text-align:left;
	margin:0 auto;
	display:inline-table;
	
		}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:37px;
	width: 960px;
	text-align:center;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

#sub-masthead {
	position:relative;
	background:url("../images/sub-masthead.jpg");
	height:74px;
	width: 960px;
	}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:604px;
	float:left;
	background:url("../images/left-bg.jpg") top no-repeat;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:0 30px 0 30px;
	padding: 0px 0px 20px;
	line-height:16px;
		}

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


	/* multi column list */
	#column-left ul { margin: -10px 0px -10px 40px; clear:both;} 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px 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:350px; /* sets the width of each column */
			line-height:20px; 
			color:#fff;
			font-weight:bold;
			}

	/* 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:356px;
	float:left;
	background:url("../images/right-bg.jpg") top no-repeat;
	}

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

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

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

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:404px;
	width:960px;
} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header.jpg"); }
	
#header-graphic-123 { height:377px; } /* sets height for all non-flash headers */

	body#index #header-graphic-123 { background:url("../images/123.jpg") no-repeat; }
	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:49px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-loved-one.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-bg {
	background:url("../images/bottom-bg.jpg") top repeat-x;
	width:100%; /* fix for Safar */
	margin:0 auto;
	height:40px;
	clear:both; /* important - do not remove */
	}
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") top no-repeat;
	width:960px; /* fix for Safar */
	margin:0 auto;
	height:40px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:100%;
	margin:0 auto;
	text-align:left;
	background-color:#777777;
	padding-bottom:20px
	}
	#footer-wrap { width:960px; margin:0 auto;}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

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

#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 #2f86af;
		}
	#footer li.first { border: none; }

/* ------------------------ CONTACT FORM SECTION ------------------------ */
form input{
/*margin-bottom: 5px;*/
margin-bottom: 0px;
width:200px;
}
form input.check{
margin-bottom: 8px;
width:14px;
}

form .width200{
margin-bottom: 5px;
width:200px;
}

form .radio{
width: 15px;
margin-left:10px;
}

form textarea{
width: 230px;
height: 150px;
margin-bottom: 5px;
}

form label{
width: 230px;
}

form .label {
display: block;
width: 80px;
float: left;
margin-bottom: 15px;
margin-right: 8px;
}


form br{
clear:left;
}



form table {
	font:11px/16px verdana, Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	margin-left:0px;
	margin-right:0px;
}

form .checkbox{
float: left;
width: 15px;
margin-right:10px;
margin-bottom:40px;
}
form .button { text-align:center; margin-top:20px;}
form no_border { padding-top:20px;}
input.name, label.name { display:none;}
/* ------------------------ CONTACT FORM SECTION ------------------------ */
.td {
	border-bottom: solid #fff;
	padding-top:10px;
}
.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto }

