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

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

h1	{
	font-size:1.8em;
	color:#000;
	line-height: 1.2em;
}
h2	{
	font-size:1.6em;
	color:#000;
}
h3	{
	font-size:1.3em;
	color:#CC6600;
}

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

/* ------------------------ classes ------------------------ */
.h3 {
	font-size:1.3em;
	color:#CC6600;
}
.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 FIELD STYLES ###########################################*/


#form1 input{
	width:114px;
	margin-bottom:0px;
}

#form1 select{
	margin-bottom:0px;
}

#form1 .phone1 {
	width:25px !important;
}

#form1 .phone2 {
	width:35px !important;
}

#form1 .zip{
	width:65px;
}

#form1 .month{
	width:100px;
}

#form1 .day{
	width:65px;
}

#form1 .year{
	width:80px;
}

#form1 .radio{
	width:15px;
}

#form1 textarea{
	margin-bottom:10px;
}

#form1 label{
	width:90px;
}

#form1 .label {
	display:block;
	width:90px;
	float:left;
	margin-bottom:13px;
	margin-right:5px;
}

.disclaimer {
font-size: 10px;
margin-left:5px;
}

#intake_form .label {
	display:block;
	width:105px;
	float:left;
	margin-bottom:17px;
	margin-right:5px;
}

#intake_form input {
	width:250px;
}

#form1 .textarea {
	width:220px;
	height:220px;
}


#form1 br{
	clear:left;
}

#form1 h1{
	font-size:13px;
	text-decoration:underline;
	color: #FFFFFF;
	margin-bottom:8px;
	padding:2px;
}

#form1 .checkbox{
	float:left;
	width:15px;
}

#disclaimer {
	padding:0px 5px 5px 0;
}

.form_field {
	padding-bottom:8px;
}

/*INTAKE FORMS*/

#notice {
	color: #990000;
	width: 600px;
	padding: 25px 25px 0px 0px;
}

#notice img {
	float:left;
	margin: 0px 8px 0px 0px;
}

.script {
	background-color: #EEEDED;
	border: 1px solid #D7D7D7;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	line-height: 18px;
}

.script h2{
	color: #990000;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 19px;
	margin: 0px 0px 8px 0px;
}

/* ------------------------------- COMMENTS AREA ------------------------------- */

#comments { margin-left:45px;
	}

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

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

#wrap-thankyou {
	background:url("../images/bg-wrap-thankyou.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}

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

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

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

	#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 */
			float:left;
			width:150px; /* 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:289px;
	float:left;
	}
	#column-right a:link,a:visited	{ color:#FFFFFF; text-decoration:underline; outline:none; }
	#column-right a:hover,a:active	{ color:#FFFFFF; text-decoration:underline; outline:none; }

	#column-right p, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right form {
	margin:0px 40px 10px 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;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic {
	height:244px;
} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#help #header-graphic { background:url("../images/header-2.jpg"); }
	body#share #header-graphic { background:url("../images/header-3.jpg"); }
	body#rights #header-graphic { background:url("../images/header-5.jpg"); }
	body#contact #header-graphic { background:url("../images/header-4.jpg"); }
	
	
	
	
	
	body#thankyou #header-graphic { background:url("../images/header-thankyou.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:85px;
	clear:both; /* important - do not remove */
	}

#bottom-wrap-thankyou {
	background:url("../images/bottom-wrap-thankyou.jpg");
	width:100%; /* fix for Safar */
	height:85px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

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

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

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

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav {
	width:900px;
	height:41px;
	background:url("../images/nav.jpg") no-repeat;
	font:16px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
#nav ul {margin:10px;}
	#nav li { /* if your li's float, you can adjust border height w/ line-height */
		padding:10px 20px 0 20px; /* adjusts the spacing between each li display and border-left */
		height:31px;
		display: inline;
		border-right: 1px solid #cc5d17;
		float:left;
		}
	#nav li.first {padding-left:30px; }	

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

