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

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

h1	{ font-size:1.5em; color:#2c2978; font-family:"Times New Roman", Times, serif; font-style:italic; }
h2	{ font-size:1.5em; color:#000; font-family:"Times New Roman", Times, serif; font-style:italic; }
h3	{ font-size:1.0em; color:#000; }

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

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

p { margin-bottom:15px;}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrapper {
	background: url("../images/bg-wrap-wide.jpg") top no-repeat;
	text-align:center; 
	margin:0;
	padding:0;
	}

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

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:100px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:150px;
		width:210px;
		top:75px;
		height:0px;
		font-size:1.6em;
		font-weight:bold; 
		color:#fff;
		text-decoration:none;
		}
	#masthead a span {
		display:none;
		}
	#masthead  p.number {position:absolute;
		left:845px;
		width:140px;
		top:75px;
		height:0px;
		font-size:1.6em;
		font-weight:bold; 
		color:#fff;
		text-decoration:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:240px;
	float:left;
	margin-left:95px;
	margin-top:20px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 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-right framework ------------------------ */
#column-right {
	width:270px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	}

	#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;
			}
			
			
/* ------------------------ column-extra framework ------------------------ */
#column-extra {
	width:350px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	}

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

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

	

	/* multi column list */
	#column-extra ul { padding-left:5px; float:left; width:160px; } 
		#column-extra ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-extra dl { padding-left:5px; }
		#column-extra dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-extra 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;
			}
			
/* ------------------------ INSIDE-column-left framework ------------------------ */
#inside-column-left {
	width:530px;
	float:left;
	margin-left:95px;
	margin-top:20px;
	}

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

	#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:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:200px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#inside-column-left dl { padding-left:5px; }
		#inside-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;
			}
			

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

#header-graphic { height:259px; } /* sets height for all non-flash headers */

	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("");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}
#baseboard {
	background:url("../images/bottom-wrap.jpg") repeat-x;
	width:100%; /* fix for Safar */
	height:76px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	margin:0 auto;
	text-align:left;
	padding-bottom:1px;
	padding-top:1px;
	background-color:#FFFFFF;
	}

#inner-footer { width:1000px; margin:0 auto;}
#footer p {
	color:#000;
	margin-bottom:10px;
	padding-left:17px;
	}

#footer a:link, #footer a:visited { color:#262367; }
#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 #262367;
		}
	#footer li.first { border: none; }

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

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:950px; 
	height:24px; 
	margin:0;
	padding:0; 
	margin-left:90px;
	}


#nav li, #nav a { height:24px; display:block; vertical-align:middle;  text-align:center; text-transform:uppercase; font-weight:bolder; text-decoration:none; color:#fff; margin-top:-1px; line-height:20px; padding-top:4px; font-size:1.1em; } /* change height here also */

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

#nav-01 { width: 130px;}
#nav-02 { width: 150px;}
#nav-03 { width: 150px;}
#nav-04 { width: 150px;}
#nav-05 { width: 150px;}
#nav-06 { width: 150px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -79px -30px no-repeat; background-color:#d6610b;}
#nav-02 a:hover { background:url("../images/nav.jpg") -158px -30px no-repeat; background-color:#d6610b;}
#nav-03 a:hover { background:url("../images/nav.jpg") -247px -30px no-repeat; background-color:#d6610b;}
#nav-04 a:hover { background:url("../images/nav.jpg") -341px -30px no-repeat; background-color:#d6610b;}
#nav-05 a:hover { background:url("../images/nav.jpg") -428px -30px no-repeat; background-color:#d6610b;}
#nav-06 a:hover { background:url("../images/nav.jpg") -460px -30px no-repeat; background-color:#d6610b;}


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -30px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -30px no-repeat; }



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

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



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

input {background:url(../images/input-bg.png) no-repeat scroll 0 0; width:125px; height:27px; background-color: transparent; color:#e0ee50;}
textarea {background:url(../images/textarea-bg.png) no-repeat scroll 0 0; width:168px; height:99px; 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:125px;
	height:25px;
	border:none;
	cursor:pointer;
	}
	
	input.quickcontact-button-hover1 {
	background:url("../images/btn-submit-hover.png");
	width:125px;
	height:25px;
	border:none;
	cursor:pointer;
	}

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


/*   additional divs */

#map { float:left; width:296px; margin-top:30px; margin-left:30px;}
#map p { padding-left:20px;}
#devide { float:left; width:90px;}
#map-content { float:left; width:560px; margin-top:30px;}
#continue h2, #continue h3 { margin-top:20px; margin-bottom:15px;}
#continue p img { margin-right:20px; margin-bottom:20px;}

.topofpage {
clear:left;
text-align:right;
}

#pic-box { width:400px; display:block; margin:0px 0px 0px 20px; float:left;}

#bottompix { margin:0 auto; width:385px; }

.staffpics {width: 106px; text-align: center; float:left; margin:10px 10px 10px 0px;}

#continue .staffpics p{ margin: 2px 0px; font-size: 11px; }

/* RSS FEED *//* RSS FEED *//* RSS FEED *//* RSS FEED *//* RSS FEED *//* RSS FEED *//* RSS FEED */

#pscroller1{
width: 450px;
height: 1.2em;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 540px;
height: 80px;
/* border: 1px solid black;*/
padding: 5px;
/* background-color: #F0F0F0;*/
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}
/* END RSS FEED */