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

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

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

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

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:underline; 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 ------------------------ */




/* ------------------------ main contact form ------------------------ */


/* ------------------------ 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.jpg") top no-repeat;
	margin:0 auto;
	text-align:center;
	
	}
	#inner-wrap {
	width:1000px;
	margin:0 auto;
	text-align:center;
	}
	#menu {
	background:url("../images/menu.jpg") top no-repeat;
	width:236px;
	height:42px;
	margin:0 auto;
	text-align:center;
	}

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




/* ------------------------ column-one framework ------------------------ */

#cta-wrap {
	width:772px;
	float:left;
	text-align:left;
	}
#lines-wrap { 
	background:url("../images/content-lines.png") left top repeat-y; margin-bottom:20px; text-align:left; display:table;
	}

#column-one {
	background:url("../images/left-nav.png") left top no-repeat; display:table;
	width:228px;
	float:left;
	}

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

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

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

	/* definition list */
	#column-one dl { padding-left:5px; }
		#column-one dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-one 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-two framework ------------------------ */
#column-two {
	width:300px;
	float:left;
	/* border-left:1px #fff solid; */
	}
	

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

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

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

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

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

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

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

/* ------------------------ header framework ------------------------ */
#header-flash { height:395px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:395px;}
#header-graphic { height:395px; margin-top:-20px; background:url("../images/header-index.png");} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.png"); }
	body#about #header-graphic { background:url("../images/header-index.png"); }
	body#contact #header-graphic { background:url("../images/header-index.png"); }
	body#thankyou #header-graphic { background:url("../images/header-index.png"); }
	body#sitemap #header-graphic { background:url("../images/header-index.png"); }


/* ------------------------ 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/contact-bg.jpg") top no-repeat;
	text-align:center;
	width:100%; /* fix for Safar */
	height:100%;
	margin: 0 auto;
	display:table;
	clear:both; /* important - do not remove */
	}
	#inner-bottom { width:900px; margin:0 auto; text-align:left;}
	
	#bottom-wrap #b-left { width:370px; float:left; margin:50px 0 0 10px; }
	#bottom-wrap #b-right {width:480px; float:left; margin:50px 0 0 0px; }
	
	#bottom-wrap h3 { color:#ABCC23; margin-bottom:5px;}
	#bottom-wrap p { width:360px; color:#fff; margin-bottom:5px;}
	
	
/* ------------------------footer framework ------------------------ */
#footer {
	background:#fff url("../images/footer-bg.jpg") top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:center;
	display:table;
	font:11px/16px Arial, Helvetica, sans-serif; 
	}
#tweetie {width:1000px; margin:0 auto; text-align:left;}
#inner-footer { width:900px; margin:0 auto; text-align:left;}
#footer p {
	color:#000;
	margin-top:10px;
	}

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

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

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

ul#nav { text-align:left; color:#FFFFFF; margin-top:35px; margin-left:10px}
ul#nav li { border-bottom:1px dashed #41637a; padding-bottom:8px;}
ul#nav li a { text-decoration:none;}


/* ------------------------ form elements ------------------------ */
form {
	width:460px;
	margin:0px 0 5px 0; /* set margin left and right below */
	padding-top:0px;
	}
	
form label	{ font-size:1.2em; display:block; width:200px; color:#fff; } 

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

input, textarea, select { 
	background-color: transparent; !important; /* to prevent highlighting by Google Toolbar */
	border:0 none;
	color:#000;
	width:253px; /* 5 pixles smaller than form width !important */
	height:22px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:15px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

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

input {background:url(../images/input-bg.png) no-repeat scroll 0 0; width:213px; height:27px; background-color: transparent; color:#e0ee50;}
textarea {background:url(../images/textarea-bg.png) no-repeat scroll 0 0; width:213px; height:107px; background-color: transparent;  color:#e0ee50;}

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

/* ------------------------ 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, input.quickcontact-button1 { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.png");
	width:162px;
	height:27px;
	border:none;
	cursor:pointer;
	}
	
	input.quickcontact-button-hover1 {
	background:url("../images/btn-hover.png");
	width:162px;
	height:27px;
	border:none;
	cursor:pointer;
	}

input.name, label.name { display:none;}

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


p.number { font-size:1.6em; color:#394446; font-weight:bold; padding-top:5px; }

#icons {float:right; padding-top:30px;}
#icons img { padding-right:10px;}

