/*-------------------------------------------------------------------------------------*/
/* 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;
	text-align:center; 
	font:14px/28px Helvetica, Arial, sans-serif; 
	color:#000;
	}

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

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

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

a:link,a:visited	{ color:#ffae00; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#ffae00; 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 {
	margin: 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:0;
	color:#000;
	width:223px; /* 5 pixles smaller than form width !important */
	height:27px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:4px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Helvetica, Arial, sans-serif; 
	font-size:1.3em;
	}

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


textarea { height:97px; overflow:auto; margin: -.5px 0 0 10px; }

form#searchform {
	height: 34px;
	width: 275px;
	position: absolute;
	right: 18px;
	top: 49px;
	}
	
	form#searchform input#search {
		border: 1px solid #959595;
		width: 180px;
		float: left;
		}
		
	form#searchform input#searchsubmit {
		width: 70px;
		background: #ffae00 !important;
		color: #FFF;
		border: 1px solid #c6c6c6;
		margin-left: 9px;
		height: 33px;
		font-size: 15px;
		padding: 0 10px;
		}
		
		form .header-form {
			float: left;
			display: inline;
			}
			
	form#contact-quick {
		padding: 91px 0 0 435px;
		}

form small {
	display: block;
	margin-top: -10px;
	}

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

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:0px 0 10px 0; }

#contact-main label { 
	width:250px; 
	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:220px;
	position:absolute; 
	left:110%; 
	top:-2px;
	border: 1px solid #8f8f8f;
	}
	#contact-main label.radio-label {
		width: 243px;
		margin-right: 30px;
		position: relative;
		float:left;
	}
	#contact-main .radio-push {
		margin-left:15px;
	}
	#contact-main .radio-first, #contact-main .radio-push {
		margin-right:5px;
		width: 16px;
	}

#contact-main .checkbox {top:6px;}

#contact-main label select { width:223px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:200px; overflow:auto; width: 300px; margin-left:0; }

#contact-main .required {
	color:#468BBB;
	}
	
#column-left .after-text-area {
	margin-top: 180px;
	}

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

input.submit, input.submit-contact-main, input.submit-contact-main-input { 
	width: 150px;
		height: 32px;
		border: 1px solid #FFF;
		background: #ffae00 !important;
		font: 16px Helvetica, sans-serif;
		color: #FFF;
	
	}

input.submit-contact-main { margin:155px 0 0 275px; } /* defines placement of contact-main submit button */
input.submit-contact-main-input { margin:0 0 0 275px; } /* defines placement of contact-main submit button */
	
	 #contact-quick input.submit {
	 	margin: 4px 0 0 10px;
		width: 227px;
		height: 28px;
		border: 1px solid #FFF;
		background: #ffae00 !important;
		font: 16px Helvetica, sans-serif;
		color: #FFF;
		}

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

/* ------------------------ main framework ------------------------ */
#wrap {
	width:936px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:110px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:20px;
		width:310px;
		top:30px;
		height:70px; 
		text-indent: -9999px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:659px;
	float:left;
	}
	
	#column-left h1 {
		font-size: 22px;
		font-weight: normal;
		border-bottom: 1px solid #2d7bb2;
		margin-bottom: 10px;
		padding-bottom: 10px;
		margin: 0 0 10px 25px;
		color: #2d7bb2;
	}
	
	#column-left p, #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") 0 11px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}


	/* 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-left h2 {
		font-size: 20px; 
		font-weight: normal;
		color: #2d7bb2;
		}
/* ------------------------ column-left index specifics ------------------------ */
	#buckets {
		margin-left: 23px;
		}
		
		#buckets div {
			float: left;
			display: inline;
			width: 288px;
			padding: 18px 15px 8px 15px;
			}
			
			div.grey-bucket {background: #f9f9f9;}
			
			div.white-bucket {background: #FFF;}
			
	#column-left .post {
		background: #f9f9f9;
		margin-left: 23px;
		padding: 20px 13px;
		}
			
		

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:277px;
	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 div.post {
			padding: 0 14px;
			font-size: 12px;
			line-height: 22px;
			}
			
		#column-right h3 {
			font-size: 16px;
			margin: 20px 0 5px 0;
			}
			
			a.read-more {
				border-bottom: 1px solid #e5e5e5;
				display: block;
				margin-top: -8px;
				padding-bottom: 10px; 
				}


	#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-right index specifics ------------------------ */

body#index #column-right {background: url("../images/rss-button.gif") top no-repeat; padding-top: 80px; position: relative;}
	
	a#rss-index {
		position: absolute;
		height: 80px;
		width: 242px;
		top: 0;
		left: 11px;
		}
		
		a#rss-index span {display: none;}
		

/* ------------------------ column-right inside specifics ------------------------ */

body#inside #column-right {background: url("../images/bg-right-inside.gif") top no-repeat; padding-top: 177px; position: relative;}
	
	a#rss-inside {
		position: absolute;
		height: 80px;
		width: 242px;
		top: 97px;
		left: 11px;
		}
		
		a#rss-inside span {display: none;}
		
	a#request-a-quote {
		position: absolute;
		height: 80px;
		width: 242px;
		top: 0px;
		left: 11px;
		}
		
		a#request-a-quote span {display: none;}

#commentform input, #commentform textarea {
	border: 1px solid #000;
	margin-left: 0;
	}
	#column-left #commentform p {
	margin-left: 0;
	}
	#commentform #submit {
	background: #FFAE00 !important;
	color: #FFF;
	}


/* ------------------------ header framework ------------------------ */
#header-graphic { height:309px; background:url("../images/header.png"); } /* sets height for all non-flash headers */

body#inside #header-graphic { height:309px; background:url("../images/header-inside.png"); position: relative; }

	#header-graphic h1 {
		font-size: 20px;
		color: #FFF;
		font-weight:normal;
		position: absolute;
		left: 437px;
		top: 53px;
		}
	
	#header-graphic p {
		color: #2d7bb2;
		font-size: 14px;
		line-height: 24px;
		position: absolute;
		width: 430px;
		left: 453px;
		top: 107px;
		}


/* ------------------------ 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 {
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width: 100%;
	text-align:center;
	background: #2d7bb2;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
	}

#footer p {
	color:#FFF;
	margin: 0 auto 10px;
	width: 867px;
	}

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

#footer ul {margin:0 auto; width: 867px; padding-top: 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 #FFF;
		}
	#footer li.first { border: none; padding-left: 0px; }

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

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	height:36px; 
	margin:0;
	padding: 12px 0 0 38px; 
	font-size: 16px;
	}

#nav span { display: none; }

#nav li, #nav a { color: #FFF; text-decoration: none; } /* change height here also */

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

#nav #nav-01 {padding-left: 0px;}

#nav a:hover {color: #ffae00;}