/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* 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:#53111d 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.2em; color:#fff; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

p.subhead{color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:24px;}

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 ------------------------ */
.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; 
	}
	
	/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav2.jpg") no-repeat; 
	width:938px; 
	height:54px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:54px; display:block; } /* change height here also */

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

#nav-01 { width: 80px; margin-left: 1px;}
#nav-02 { width: 162px;}
#nav-03 { width: 245px;}
#nav-04 { width: 132px;}
#nav-05 { width: 250px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav2.jpg")  1px -54px no-repeat; }
#nav-02 a:hover { background:url("../images/nav2.jpg") -79px -54px no-repeat; }
#nav-03 a:hover { background:url("../images/nav2.jpg") -241px -54px no-repeat; }
#nav-04 a:hover { background:url("../images/nav2.jpg") -486px -54px no-repeat; }
#nav-05 a:hover { background:url("../images/nav2.jpg") -618px -54px no-repeat; }

	
	

/* ------------------------ form elements ------------------------ */
#form {
	width:151px;
	margin-left:20px;
	/* set margin left and right below */
	}

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

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */
select { width:150px; padding:0; } /* same width as form - !important */

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

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

#form1 input{
width: 150px;
margin-bottom: 5px;
}

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

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

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

#form1 .zip{
width: 65px;
}

#form1 .month{
width: 62px;
}

#form1 .day{
width: 38px;
}

#form1 .year{
width: 52px;
}

#form1 .radio{
width: 15px;
}

#form1 .radio1{
width: 15px;
margin-left: 165px;
float:left;
}

#form1 textarea{
width: 150px;
height: 100px;
margin-bottom: 5px;
}

#form1 label{
width: 160px;
}



#form1 .label {
display: block;
width: 160px;
float: left;
margin-bottom: 15px;
margin-right: 8px;
}

#form1 .label1 {
display: block;
width: 380px;
float: left;
margin-bottom: 8px;
margin-top: 5px;
margin-right: 8px;
}


#form1 br{
clear:left;
}

#form1 h1{
font-size: 14px;
color: #990000;
margin-bottom: 8px;
background-color: #EEEDED;
padding: 2px;
}

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

#form1 .checkbox1{
float: left;
width: 15px;
margin-left: 165px;
}

#form1 .select1{
float: left;
margin-left: 165px;
}

#form1 .required {
display: inline !important;
color: #FF0000;
font-weight: bold;
font-size: 15px;
}

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

/* ------------------------ 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-y;
	width:938px;
	margin:0 auto;
	text-align:left;
	}

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

/*-------------------------main-bg-framework-------------------------------*/

#main-bg{
	background-image:url(../images/sides.jpg);
	width:938px;}


/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:621px;
	float:left;
	color:#000;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 30px;
		color:#000;
		}
		#column-left h1{color:#53111d; font-size:18px; font-family:Arial, Helvetica, sans-serif;}
		
		#column-left .subheaad1{margin-top:50px;}
	
	#column-left form { margin-left:130px; } /* 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:40px; } 
		#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:20px;  /* pushes text to the right to display bg img */
			width:400px; /* 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:317px;
	float:left;
	background-image:url(../images/help-bg.jpg);
	background-repeat:repeat-y;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}
		
		.button 
{float: left;
cursor: pointer;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;

}.contact{margin-top:20px; margin-left:30px; line-height:8px;}
		.contact-form{margin-top:20px; margin-left:20px; width:250px;}
		.contact2{margin-left:20px; margin-top:-28px;}
		
		p.right1{color:#131e2a; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
		p.right2{color:#131e2a; font-size:24px; font-family:Arial, Helvetica, sans-serif;}
		p.right3{color:#53111d; font-size:14px; font-family:Arial, Helvetica, sans-serif;}

	#column-right form { margin-left:35px; }

	/* 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-graphic { 
	height:361px;
	background:url("../images/main-pic.jpg");
	width:938px;
	background-repeat:no-repeat;} /* 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("../images/bottom-main.jpg");
	width:938px; /* fix for Safar */
	height:34px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

	
	p.footer1{color:#fff;}
	p.footer2{color:#885a62;}

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

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

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#shortform 			
{ 	width:290px; font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;

display:inline;
	}

#shortform form { 	width:290px; font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;

	}

#shortform input		{ width: 225px; 	
border:1px solid #370f16;
background-color:#fff;

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	padding:2px;
	}
#shortform .phone1 	{ width: 55px !important; }
#shortform .phone2 	{ width: 65px !important; }
#shortform .zip		{ width: 65px; }
#shortform .radio	{ width: 12px; }
#shortform textarea	{ width: 225px; height: 100px;  margin-bottom:3px;}
#shortform .label 	{ display: block; width: 265px; float: left; margin-top:5px;  margin-bottom:2px; }
#shortform br		{ clear:left;}
#shortform .checkbox	{ float: left; width: 15px; margin-right:3px; margin-top:4px;}
#shortform .wide_description { display: block; width: 175px; float: left; margin-top:5px;  margin-bottom:2px; font-size:14px; ;}
#disclaimer1, 
#disclaimer2, 
#disclaimer3, 
#disclaimer4 		{float:left; width: 205px;  font-size: 11px; color: #999;}

#shortform2 			{ 	width:290px; font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#000;
padding-left:100px;

	}
#shortform2 input		{ width: 275px; 	
border:1px solid #b2b1b1;
background-color:#fff;

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	padding:4px;
	}
#shortform2 .phone1 	{ width: 55px !important; }
#shortform2 select 	{ border:1px solid #ccc;
background-color:#fff;

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	padding:4px;width: 85px !important; }
#shortform2 .phone2 	{ width: 65px !important; }
#shortform2 .zip		{ width: 85px; }
#shortform2 .radio	{ width: 12px; }
#shortform2 textarea	{ width:280px; height: 100px;  ; margin-bottom:3px; border:1px solid #ccc;}
#shortform2 .label 	{ display: block; width: 275px; float: left; margin-top:5px;  margin-bottom:0px; font-family: Arial,Helvetica,sans-serif;

color: #1f303f;

font-size: 16px;}
#shortform2 br		{ clear:left;}
#shortform2 .checkbox	{ float: left; width: 15px; margin-right:45px; margin-top:4px;}
#shortform2 .wide_description { display: block; width:275px; float: left; margin-top:5px;  margin-bottom:2px; font-size:14px; ;}


