/*--------------------- 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 { 
	text-align:center; 
	font:13px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	background:#242c33 url("../images/bg-gradient.jpg") repeat-x;
	}

blockquote { margin-left:60px; margin-right:80px; }

p.h1	{ font-size:15px; color:#364b5c; font-weight:bold; }
p.h2	{ font-size:15px; color:#364b5c; font-weight:bold; }
p.h3	{ font-size:15px; color:#364b5c; font-weight:bold; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#cc9966; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#cc9966; 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; 
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* ------------------------ form elements ------------------------ */
form {
	width:295px;
	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:#6b879e !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #242c33;
	color:#fff;
	width:130px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	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:4px;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; width:274px; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; padding-left:30px; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label.select-label { margin-bottom:13px; }

#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; height:24px; border:1px solid #000; } /* 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 {
	background:url("../images/btn-submit.jpg"); 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0;
	border:none; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { 
	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:900px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:335px;
	float:left;
	padding-bottom:100px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 20px 38px;
		}

	#column-left form { margin-left:38px; } /* set form margin here */
	
	#left-col-top { 
		height:255px;
		background:url("../images/left-col-top.jpg");
		}
	
	#areas-of-practice {
		height:186px;
		background:url("../images/bg-areas-of-practice.jpg");
		}

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 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-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.gif") 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 ul#areas-of-practice-links {
			margin:0;
			padding:54px 0 0 38px;
			}
			#column-left ul#areas-of-practice-links li { 
			background:transparent url("../images/bullet.gif") 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 */
			margin-bottom:8px;
			}
			#column-left ul#areas-of-practice-links li a { color:#2f4a5c; font-weight:bold; text-decoration:none; font-size:17px; }
			#column-left ul#areas-of-practice-links li a:hover { color:#cc9966; }
			
#column-left #listed_best {
	margin: 673px 0 0 30px;
}

#column-left #logo_trademark {
	margin: 600px 0 0 30px;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:565px;
	float:left;
	background:url("../images/right-col-top.jpg") top no-repeat;
	padding-bottom:225px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol {
		margin:0px 40px 20px 20px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:20px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 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 */
			}
	
	#column-right ol { padding-left:40px; }
		#column-right ol li { 
			list-style:decimal;
			padding-left:0px;  /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-right dl { padding-left:20px; }
		#column-right dl dt {
			font-weight:bold;
			color:#cc9966;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.gif") 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 */
			margin-left:20px;
			}
			
	#img-attorneys {
		position:relative;
		height:229px;
		background:url("../images/img-attorneys.jpg");
		}
		#img-attorneys a span { display:none; }
		#img-attorneys a.img-attorneys-link-1 {
			position:absolute;
			width: 141px;
			height: 200px;
			left: 45px;
			top: 28px;
			}
		#img-attorneys a.img-attorneys-link-2 {
	position:absolute;
	width: 141px;
	height: 200px;
	left: 204px;
	top: 28px;
			}
		#img-attorneys a.img-attorneys-link-3 {
	position:absolute;
	width: 141px;
	height: 200px;
	left: 364px;
	top: 28px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { 
	height:294px; /* sets height for all non-flash headers */
	background:url("../images/header-graphic.jpg");
	position:relative;
	}
	#header-graphic a {
	position:absolute;
	left:394px;
	width:460px;
	top:84px;
	height:55px;
		}
	#header-graphic a span { display:none; }

/* ------------------------ 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:58px;
	background:url("../images/title-qcontact.jpg");
	padding-top:70px;
	}
	#title-contact #phone {
		line-height:40px;
		width:272px;
		background:url("/images/bg-phone.jpg");
		background-position:left top;
		background-repeat:no-repeat;
		color:#c89d66;
		font-size:18px;
		margin:0 0 0 38px;
		text-align:center;
	}
		#title-contact #phone strong {
			font-size:26px;
		}

body#contact #title-contact, body#thankyou #title-contact {
	background:url("../images/title-location.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") bottom no-repeat;
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:900px;
	height:192px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url("../images/bg-footer.jpg");
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin:0 10px 10px 10px; padding-top:15px;}
	#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 #000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#column-right #nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:565px; 
	height:51px; 
	margin:0 0 24px 0;
	padding:0; 
	}

#column-right #nav span { display: none; }

#column-right #nav li, #column-right #nav a { height:51px; display:block; margin:0; padding:0; } /* change height here also */

#column-right #nav li { float:left; list-style:none; _display:inline; position:relative; background:none; }

#column-right #nav-01 { width: 60px;}
#column-right #nav-02 { width: 105px;}
#column-right #nav-03 { width: 104px;}
#column-right #nav-04 { width: 84px;}
#column-right #nav-05 { width: 118px;}
#column-right #nav-06 { width: 79px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#column-right #nav-01 a:hover { background:url("../images/nav.jpg")  0 -51px no-repeat; }
#column-right #nav-02 a:hover { background:url("../images/nav.jpg") -60px -51px no-repeat; }
#column-right #nav-03 a:hover { background:url("../images/nav.jpg") -165px -51px no-repeat; }
#column-right #nav-04 a:hover { background:url("../images/nav.jpg") -269px -51px no-repeat; }
#column-right #nav-05 a:hover { background:url("../images/nav.jpg") -353px -51px no-repeat; }
#column-right #nav-06 a:hover { background:url("../images/nav.jpg") -471px -51px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #column-right #nav-01 { background:url("../images/nav.jpg")  0 -51px no-repeat; }
body#about #column-right #nav-02 { background:url("../images/nav.jpg") -60px -51px no-repeat; }
body#medical-malpractice #column-right #nav-03 { background:url("../images/nav.jpg") -165px -51px no-repeat; }
body#product-liability #column-right #nav-04 { background:url("../images/nav.jpg") -269px -51px no-repeat; }
body#other-practice-areas #column-right #nav-05 { background:url("../images/nav.jpg") -353px -51px no-repeat; }
body#contact #column-right #nav-06 { background:url("../images/nav.jpg") -471px -51px no-repeat; }
