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

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

h1	{ font-size:1.8em; color:#1641a8; font-family:"Times New Roman", Times, serif; }
h2	{ font-size:1.6em; color:#1641a8; font-family:"Times New Roman", Times, serif; font-weight:lighter; }
h3	{ font-size:1.0em; color:#fff; }

body#inside #column-left h2, body#inside #column-left p, body#inside #column-left h3  { padding-left:20px; color:#fff;}
body#inside #column-right h3  { color:#000;}

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

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

body#inside #column-left a:link,body#inside  #column-left a:visited	{ color:#fff; text-decoration:underline; outline:none; }
body#inside  #column-left a:hover,body#inside  #column-left 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 ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #ccc;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* 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: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 */ 


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

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

/* ------------------------ form elements ------------------------ */
form {
	width:315px;
	margin:0px 0 5px 40px; /* set margin left and right below */
	padding-top:0px;
	
	}
	
form label	{ font-size:1.2em; display:block; width:125px; 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;
	margin-right:10px;
	}

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



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

input {background:url(../images/input-bg.png) no-repeat scroll 0 0; width:182px; height:27px; background-color: transparent; color:#000; border:1px solid #000;}
textarea {background:url(../images/textarea-bg.png) no-repeat scroll 0 0; width:210px; height:156px; background-color: transparent;  color:#000; border:1px solid #000;}

/* ------------------------ 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:114px;
	height:29px;
	border:none;
	cursor:pointer;
	float:right;
	}
	
	input.quickcontact-button-hover1 {
	background:url("../images/btn-submit-hvr.png");
	width:114px;
	height:29px;
	border:none;
	cursor:pointer;
	float:right;
	}

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


/* ------------------------ 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-x;
	text-align:left;
	background-color:#f3ebe1;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/bg-masthead.jpg") top center no-repeat;
	height:610px;
	}
	/* 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:350px;
	float:left;
	}

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

	#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-center framework ------------------------ */
#column-center {
	width:320px;
	float:left;
	}

	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
	margin:0px 35px 20px 15px;
		}

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

	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center 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 center to display bg img */
			}

	/* multi column list */
	#column-center ul { padding-left:5px; } 
		#column-center 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 center to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center 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 center to display bg img */
			margin-left:5px;
			}




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

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



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



body#inside #column-right {
	width:297px;
	float:left;
	}
body#inside #column-right h1 { margin-top:30px;}
	body#inside #column-right p, body#inside #column-right h1, body#inside #column-right h2, body#inside #column-right h3, body#inside #column-right ul, body#inside #column-right dl {
		padding:0px 0px 10px 30px;
		}
			
		
		
/* ------------------------ header framework ------------------------ */

#header-graphic { 
	position:relative;
	height:428px;
	background:url("../images/bg-contact.jpg") top center no-repeat;
	} 

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


/* ------------------------ 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:url("../images/bg-footer.jpg") repeat-x;
	text-align:left;
	padding-top:40px;
	padding-bottom:20px;

}

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

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

#footer ul {margin:0px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 0px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#nav-wrap {width:970px; margin:0 auto; }

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:240px;	/* Width of buttons, not entite image (or half of entire image) */
	height:301px;	 /* Height of entire image */
	margin:270px 0 0 20px;
	padding:0;
	float:left; 
	}

#nav li span { display: none; }

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

#nav li, #nav a { 
	height:43px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:240px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07 { margin-top:0; width:240px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -240px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -240px  -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -240px  -86px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -240px  -129px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -240px -172px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -240px -215px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -240px -258px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg") -240px  -15px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -240px  -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -240px  -60px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -240px  -90px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -240px -120px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -240px -150px no-repeat; }


/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#2d4a91;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:240px; /* Set to same width as in #nav */
	margin-top:-43px; /* Set to each button height, same as used above */
	}

#nav li ul li {
	height:43px; /* Height of each drop down nav item */
	border:1px solid #fff;
	}

#nav li ul li a {
	width:100%;
	height:43px; /* Height of each drop down nav item, should match above */
	line-height:43px;	 /* 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-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#fff;
	color:#008c99;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:180px; }		
#nav-04 ul, #nav-04 li { width:180px; }


.container-970 { width:970px; margin: 0 auto;}

#header-img {
background:url("../images/header1.png") no-repeat scroll 0 0 transparent;
height:462px;
position:absolute;
right:0;
top:0;
width:693px;
z-index:1000;
}

#home1, #home2, #home3 { color:#fff;}
#home1  { width:260px; float:left;}
#home2  { width:485px; float:left;}
#home3  { width:225px; float:left; background: url("../images/devider.png") top left repeat-y;}
#home3 ul li a { color:#fff; text-decoration:none; margin-left:30px;}
.name { display:none;}
