/*--------------------- 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:#2F1D04 url(../images/bg.jpg) repeat;
	text-align:center; 
	font:14px/20px  Arial, Helvetica, sans-serif; 
	color:#F8F1E6;
	}
#bg { 
	background:url(../images/bg-body.jpg) top repeat-x;
	text-align:center; 
	}

blockquote { margin-left:24px; margin-right:20px; }

h1	{ font-size:1.7em; color:#F8F1E6; text-transform:uppercase; font-family:Georgia, Times, serif; line-height: 25px; }
h2	{ font-size:1.5em; color:#DFC7A6; text-transform:uppercase; font-family:Georgia, Times, serif; line-height: 23px; }
h3	{ font-size:1.3em; color:#ebe2bd; text-transform:uppercase; font-family:Georgia, Times, serif; line-height: 19px;}
h4	{ font-size:1.2em; color:#FFFFFF; }

h1 span.fancy-title, h2 span.fancy-title, h3 span.fancy-title { display: inline; color: #E6c5a2;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#F8F1E6; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FFFFFF; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */


span.dr-name {font-weight: bold; color: #DFC7A6; }

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/bullet-back-top.jpg) right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 6px 0px 0px;
	}

img.img-right {
	float:right;
	margin:0px 0px 0px 6px;
	}
span.location-name {
	color: #DFC7A6;
	font-family: "Georgia";
	font-weight:bold;
	text-transform:uppercase;
	font-size: 1.3em;
	padding-top: 5px;
	}

p.testimonial-text {font-size: 13px; line-height: 16px;}

body#for-dentists h3 { font-size: 1.5em; text-decoration: underline;}


/* ------------------------ form elements ------------------------ */
form {
	width:200px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; }
form label span.resume-text	{  font-size:12px; font-weight: bold;}
#contact-main label input.file-upload, input.file-upload, input[type=file] {width: 150px;}

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#414141;
	width:197px; /* 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:66px; 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:183px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:188px; height:20px;} /* 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 */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url(../images/bg-wrap.jpg) repeat-y;
	width:940px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:90px;
	}
	/* 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:653px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0px 30px 10px 64px;
		}
	body#for-dentists #column-left h4,
	body#practice-management #column-left h4
		{margin-bottom: 1px; font-style:italic;}
	
	#column-left form { margin-left:90px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:35px; }
		#column-left ul li {
			list-style:disc; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:0px; /* pushes text to the right to display bg img */
			}
		#column-left ul li.indent {margin-left: 25px;}

	/* multi column list */
	#column-left ul.multi { padding-left:15px; } 
		#column-left ul.multi li {
	background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:0px;  /* pushes text to the right to display bg img */
	float:left;
	width:160px; /* sets the width of each column */
	line-height:18px;
	margin-right: 10px;
			}
		body#provider #column-left ul.multi {padding-left: 0px; margin: 0 0px 10px 66px;}
		body#provider #column-left ul.multi li { width: 277px; margin-bottom: 7px; list-style:none;}
		body#contact #column-left ul.multi {clear: both;}
		body#contact #column-left ul.multi li {background: none; list-style: none; padding-left: 0px;}
	/* 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:287px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 60px 10px 25px;
		}

	#column-right form { padding-left:24px; }

	/* 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 */
			}
	#column-right hr {margin:0px 60px 10px 25px;}

/* ------------------------ header framework ------------------------ */
#header-flash { height:278px; background:url("../images/flash-pro-bg.jpg");  z-index: 99;} /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:278px; background:url(../images/flash-pro-01main.jpg); } /* 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 { padding-top:105px; } /* sets height for all subheads */
	body#index #subhead { background:url(../images/subhead-index.jpg) top no-repeat; }
	body#provider #subhead { background:url(../images/subhead-provider.jpg) top no-repeat; }
	body#for-dentists #subhead { background:url(../images/subhead-for-dentists.jpg) top no-repeat; }
	body#for-employment #subhead { background:url(../images/subhead-for-employment.jpg) top no-repeat; }
	body#practice-management #subhead { background:url(../images/subhead-practice-management.jpg) top no-repeat; }
	body#contact #subhead { background:url(../images/subhead-contact.jpg) top no-repeat; }
	body#thankyou #subhead { background:url(../images/subhead-thankyou.jpg) top no-repeat; height: 300px;}
	body#sitemap #subhead { background:url(../images/subhead-sitemap.jpg) top no-repeat; }

/* ------------------------ btns ------------------------ */
#btn-application-form {
	height:92px;
	background:url("../images/btn-application-form.jpg") left no-repeat ;
	position: relative;
	}
	#btn-application-form a {
		position:absolute;
		top: 14px;
		left: 10px;
		height: 71px;
		width: 223px;
		}
#btn-eval-form {
	height:95px;
	background:url("../images/btn-eval-form.jpg") left no-repeat ;
	position: relative;
	}
	#btn-eval-form a {
		position:absolute;
		top: 14px;
		left: 10px;
		height: 71px;
		width: 223px;
		}
		
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	padding-top:105px;
	background:url(../images/title-contact.jpg) top no-repeat;
	}
body#thankyou #title-contact, body#contact #title-contact {
	padding-top:105px;
	background:url(../images/title-contact.jpg) top no-repeat;
	}
body#contact #title-contact p {margin-right: 40px;}
#technology-logos {
	height: 92px;
	background: url(../images/technology-logos.jpg) top no-repeat;
	clear:both;}
	
#title-media {
	height:240px;
	background:url("../images/title-media.jpg") left no-repeat ;
	position:relative;
	margin-bottom: 10px;
	}
	#title-media a.mag1 {
	position:absolute;
	top: 71px;
	left: 43px;
	width: 75px;
	height: 104px;
		}
	#title-media a.mag2 {
	position:absolute;
	top: 71px;
	left: 133px;
	width: 80px;
	height: 105px;
		}
	
#title-testimonials {
	height:88px;
	background:url("../images/professionals-testimonials.jpg") left no-repeat ;
	margin-top: 30px;
	}
	
	
#locations {
	background: url(../images/locations-wrap.jpg) repeat-y;
	margin-bottom: 15px;
	color: #111520;
	}
#locations a:link, #locations a:visited {color: #111520; text-decoration:underline;}
#locations a:hover, #locations a:active {color: #271E0C; text-decoration:none;}

	#locations-top {
		padding-top: 88px;
		background: url(../images/locations.jpg) top no-repeat;
		}
	#locations-bottom {
		height: 35px;
		background: url(../images/locations-bottom.jpg) top no-repeat;
		clear: both;
		}
	#locations h2 {color: #271E0C;}
	#locations p, #locations h2 {margin: 0 40px 10px 80px;}
	/* LOCATIONS multi column list */
	#column-left #locations ul.multi { padding-left:15px; clear: both; } 
		#column-left #locations ul.multi li  { 
			background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
			list-style:none;
			padding:5px 0 0 0px;  /* pushes text to the right to display bg img */
			float:left;
			width:165px; /* sets the width of each column */
			line-height:18px; 
			}


/* ------------------------ 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:40px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background: url(../images/footer.jpg) top no-repeat;
	width:940px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	font-size:.95em;
	}

#footer p {
	color:#141825;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#141825; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#141825; text-decoration:none; }

#footer ul {margin-bottom: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 #141825;
		}
	#footer li.first { border: none; }

/* ------------------------ BOTTOM-NAV 2nd  NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#bottom-nav { 
	background:url(../images/bottom-nav.jpg) no-repeat; 
	width:940px; 
	height:37px; 
	margin:0;
	padding:0; 
	}

#bottom-nav span { display: none; }

#bottom-nav li, #bottom-nav a { height:37px; display:block; } /* change height here also */

#bottom-nav li { float:left; list-style:none; _display:inline; position:relative; }

#bottom-nav-01 { width: 121px; margin-left: 197px;}
#bottom-nav-02 { width: 89px;}
#bottom-nav-03 { width: 107px;}
#bottom-nav-04 { width: 109px;}
#bottom-nav-05 { width: 120px;}

/*-------------- (-79px) X position of button / (-37px) height of image from above ------------- */
#bottom-nav-01 a:hover { background:url(../images/bottom-nav.jpg) -197px -37px no-repeat; }
#bottom-nav-02 a:hover { background:url(../images/bottom-nav.jpg) -318px -37px no-repeat; }
#bottom-nav-03 a:hover { background:url(../images/bottom-nav.jpg) -407px -37px no-repeat; }
#bottom-nav-04 a:hover { background:url(../images/bottom-nav.jpg) -514px -37px no-repeat; }
#bottom-nav-05 a:hover { background:url(../images/bottom-nav.jpg) -623px -37px no-repeat; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url(../images/nav.jpg) no-repeat; 
	width:940px; 
	height:51px; 
	margin:0;
	padding:0;
	}

#nav span { display: none; }

#nav li, #nav a { height:51px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 101px; margin-left: 20px;}
#nav-02 { width: 136px;}
#nav-03 { width: 175px;}
#nav-04 { width: 201px;}
#nav-05 { width: 159px;}
#nav-06 { width: 131px;}

/*-------------- (-79px) X position of button / (-51px) height of image from above ------------- */
#nav-01 a:hover { background:url(../images/nav.jpg) -20px -51px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.jpg) -121px -51px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.jpg) -257px -51px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.jpg) -432px -51px no-repeat; }
#nav-05 a:hover { background:url(../images/nav.jpg) -633px -51px no-repeat; }
#nav-06 a:hover { background:url(../images/nav.jpg) -792px -51px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#DFC7A6;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 9999; 
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #2F1D04;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* 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:#191D29;
	text-decoration:none;
	font-weight: bold;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover {
	background-image:none;
	background-color:#F8F1E6;
	color:#191D29;
	text-decoration:none;
	font-weight: bold;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:230px; }		
#nav-03 ul, #nav-03 li { width:180px; }
#nav-04 ul, #nav-04 li { width:200px; }		
#nav-05 ul, #nav-05 li { width:270px; }

#nav-05 ul li.indent a span {
	display:block;
	padding-left:25px;
	}
