/*--------------------- Last Modified --> 2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#fff;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.1em; color:#000; }
h2	{ font-size:1.0em; color:#004E9E; }
h3	{ font-size:1.0em; color:#000; }
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited,a:active	{ color:#000; text-decoration:underline; outline:none; }
a:hover	{ color:#004E9E; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top a {
	background:url("../images/top.jpg") no-repeat;
	text-align:right;
	height:13px;
	width:34px;
	display:block;
	margin-left:400px;
	}

p.back-to-top span { display:none;}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}

img.img-left-activefx { 
	float:left; 
	margin:2px 10px 30px 0; 
	}
	
	/* ----- classes li.list-margin {margin-left:150px;} ----- */
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
#column-middle h1 span.fancy-title {
	text-transform:uppercase;
	color: #004E9E;
	font-size: 1.2em; 
	display: inline;}
body#index h1 {
	background: url("../images/subhead-index.gif") left no-repeat; 
	height: 55px; 
	margin: 0px 0 0px 0px;
	}

#column-middle p.intro-paragraph {color: #FF6600;}
/* ----- buttons ----- */ 	

#gallery_btn {
		height:107px;
		display:block;
		background:url("../images/gallery_btn.gif") no-repeat;	
		position: relative;
		margin: 0px 0 10px 0px;
		}
		#gallery_btn a {
	position: absolute;
	top: px;
	left: px;
	width: 166px;
	height: 95px;
	margin: 0 0 0 0;
			}
		#gallery_btn a:hover {
				background:url("../images/gallery_btn.gif") -171px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				height:107px;
				}
		
		#gallery_btn span { display:none; }

#expert_btn {
		height:107px;
		display:block;
		background:url("../images/expert_btn.gif") no-repeat;	
		position: relative;
		margin: 0px 0 10px 0px;
		}
		#expert_btn a {
	position: absolute;
	top: px;
	left: px;
	width: 166px;
	height: 107px;
	margin: 0 0 0 0;
			}
		#expert_btn a:hover {
				background:url("../images/expert_btn.gif") -171px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				height:107px;
				}
		
		#expert_btn span { display:none; }




/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

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:1px solid #7F9DB9;
	color:#000;
	width:125px; /* 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:.95em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:140px; 
	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:210px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:215px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:70px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 155px; }

#contact-main input.box { width:15px;}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:739px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:91px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:500px;
		top:0px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- content-left ----- */

#column-left {
	width:171px;
	float:left;
	}
	
	#column-left form { margin-left:15px;}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:10px 15px 10px 15px;
		font-size:.95em;
		}
		
	#column-middle ul { margin-bottom:10px; }
	
	/* definition list */
	#column-left dl { padding-left:15px; margin:5px 0 20px 0; }
		#column-left dl dt {
			font-weight:bold;
			color:#000;
			}
			
	#column-left a:active,#column-left a:link, #column-left a:visited  { color:#000; text-decoration:none;}
	#column-left a:hover { color:#004E9E; text-decoration:underline;}
		
		#column-left dl dd {
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- content-right ----- */

#column-middle {
	width:455px;
	float:left;}			

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle dl {
		margin:0 10px 10px 10px;
		}
	#column-middle form { margin-left:10px; }
		
		
		 
	/* single column list */
	#column-middle ul { padding:0; margin-left:15px;}
		#column-middle ul li { 
			background:transparent url("../images/bullet-sm.gif") 0px 6px no-repeat;
			padding-left:12px;  /* pushes text to the right to display bg img */
			}

	#column-middle ul.list-left { margin:0 0 18px 10px; }
		#column-middle ul.list-left li { float:left; width:270px; }

/* ----- content-right ----- */

#column-right {
	width:113px;
	height:520px;
	float:left;
	color:#6D7C81;
	}
	#column-right p {margin: 0 8px 0 8px;}
	#column-right p strong {color:#000; font-weight:normal;}
	#column-right p.number {color:#3F6572; font-weight:bold; margin-bottom:10px;}
	span.big { color:#000;}
	
#radio-show {
position:relative;
width:113px;
height:59px;
margin-top:5px;
}

#radio-show a {
height:59px;
width:113px;
position:absolute;
}
	#column-middle #procedure-left {
		width:175px;
		float:left;
		margin-left:0px;
		list-style:none;
		}
		
		#column-middle #procedure-left li {background:transparent url("../images/bullt-sm.gif") 0px 6px no-repeat;}
		
		
	#column-middle #procedure-right {
		width:175px;
		float:left;
		}
		
		#column-middle #procedure-right li {background:transparent url("../images/bullt-sm.gif") 0px 6px no-repeat;}
		
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:56px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */

#header-graphic { height:300px; } /* 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"); }
	body#gallery #header-graphic { background:url("../images/header-index.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"); }
	body#gallery #subhead { background:url("../images/subhead-index.jpg"); }


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:739px;
	margin:0 auto;
	text-align:left;
	font-size:.95em;
	}

#footer p {
	color:#000;
	margin-bottom:5px;
	}

#footer a:link, #footer a:visited, #footer a:active { color:#004E9E; text-decoration:none; }

#footer a:hover { color:#004E9E; text-decoration:underline; }

#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;
	display: inline;
	background:transparent url("../images/bullet-square.jpg") 0px 6px no-repeat;
	}

	#footer li.first { border: none; background:transparent url("") 0px 6px no-repeat; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav-2.jpg") no-repeat; 
	width:739px; 
	height:91px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:91px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 68px; margin-left:0px;}
#nav-02 { width: 109px;}
#nav-03 { width: 87px;}
#nav-04 { width: 90px;}
#nav-05 { width: 99px;}
#nav-06 { width: 120px;}
#nav-07 { width: 85px;}
#nav-08 { width: 76px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav-2.jpg")  -0px -91px no-repeat; }
#nav-02 a:hover { background:url("../images/nav-2.jpg") -68px -91px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-2.jpg") -177px -91px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-2.jpg") -264px -91px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-2.jpg") -354px -91px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-2.jpg") -453px -91px no-repeat; }
#nav-07 a:hover { background:url("../images/nav-2.jpg") -573px -91px no-repeat; }
#nav-08 a:hover { background:url("../images/nav-2.jpg") -658px -91px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav-2.jpg")  -0px -91px no-repeat; }
body#about #nav-02 { background:url("../images/nav-2.jpg") -68px -91px no-repeat; }
body#procedures #nav-03 { background:url("../images/nav-2.jpg") -177px -91px no-repeat; }
body#gallery #nav-04 { background:url("../images/nav-2.jpg") -264px -91px no-repeat; }
body#practice #nav-05 { background:url("../images/nav-2.jpg") -354px -91px no-repeat; }
body#inthenews #nav-06 { background:url("../images/nav-2.jpg") -453px -91px no-repeat; }
body#qa #nav-07 { background:url("../images/nav-2.jpg") -573px -91px no-repeat; }
body#contact #nav-08 { background:url("../images/nav-2.jpg") -658px -91px no-repeat; }





