/*--------------------- Last Modified --> 2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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:#FFFFFF;
	text-align:left; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#000;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.5em; color:#3B106C; }
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:#999999; text-decoration:underline; }
a:hover,a:active	{ color:#666666; text-decoration:underline; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	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 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 5px 10px;
	border: 1px solid #410E75;
	padding: 3px;
	}

.trackingcode { display:none; }
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	}

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

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

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

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 242px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

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


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label { 
	width:180px; 
	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:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:696px;
	margin:0;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/update-2006-10-16/masthead.jpg") no-repeat;
	height:38px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:150px;
		top:0px;
		height:12px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:348px;
	float:left;
	margin: 15px 0 0 0;
	}
	
	#column-left h1, #column-left h2{
		margin: 0 0 10px 25px;
		}
	#column-left p{
		margin: 0 0 10px 25px;
		}
	#column-left blockquote{
		margin: 0 10px 5px 35px;
		font-style: italic;
		}
	#column-left hr{
		border: none;
		height: 1px;
		margin: 0 0 10px 25px;
		color: #FFEBA2;
		background: #FFEBA2;
	}
	/* background image list items */
	#column-left ul { 
		margin-left:25px; 
		}
	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}

/* ----- column-right ----- */

#column-right {
	width:348px;
	float:left;
	margin: 15px 0 0 0;
	}
	#column-right h1{
		margin: 0 0 10px 25px;
		}
	#column-right blockquote{
		margin: 0 10px 5px 35px;
		font-style: italic;
		}
	#column-right p{
		margin: 0 0 10px 25px;
		}

	/* background image list items */
	#column-right ul { 
		margin-left:25px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}

	#column-right form {
		width: 300px;
		margin: 0 0 0 25px;
		}
	#column-right form select {
		width: 250px;
		}
	#column-right hr{
		border: none;
		height: 1px;
		margin: 40px 0 40px 25px;
		color: #FFEBA2;
		background: #FFEBA2;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash {
	height:0px;
	background:url("../images/bg-header-flash.jpg") no-repeat;
	}

#header-graphic {
	height:299px; /* sets height for all non-flash headers */
	}

	body#breast #header-graphic {
		background:url("../images/header-breast.jpg"); 
		}


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:20px; /* sets height for all subheads */
	}

	body#face #subhead {
		background:url("../images/subhead-face.jpg"); 
		}
	
	body#breast #subhead {
		background:url("../images/subhead-breast.jpg"); 
		}

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

#footer p {
	color:#999;
	font-size: .9em;
	}

#footer a:link, #footer a:visited {
	color:#999;
	}

#footer a:hover, #footer a:active {
	color:#666;
	}

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 3px 0 5px;
	display: inline;
	border-left: 1px solid #999;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/update-2006-10-16/nav.jpg") no-repeat; 
	width:696px; 
	height:33px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:33px; display:block; }

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

#nav-01 { width: 147px;}
#nav-02 { width: 128px; margin-left: 36px;}
#nav-03 { width: 109px;}
#nav-04 { width: 94px;}
#nav-05 { width: 113px;}
#nav-06 { width: 62px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/update-2006-10-16/nav.jpg")    0px -33px no-repeat;}
#nav-02 a:hover {background:url("../images/update-2006-10-16/nav.jpg") -183px -33px no-repeat;}
#nav-03 a:hover {background:url("../images/update-2006-10-16/nav.jpg") -311px -33px no-repeat;}
#nav-04 a:hover {background:url("../images/update-2006-10-16/nav.jpg") -420px -33px no-repeat;}
#nav-05 a:hover {background:url("../images/update-2006-10-16/nav.jpg") -514px -33px no-repeat;}
#nav-06 a:hover {background:url("../images/update-2006-10-16/nav.jpg") -627px -33px no-repeat;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
body#index #nav-01 a				{background:url("../images/update-2006-10-16/nav.jpg")    0px -66px no-repeat;}
body#about #nav-02 a 				{background:url("../images/update-2006-10-16/nav.jpg") -183px -66px no-repeat;}
body#findspeaker #nav-03 a 			{background:url("../images/update-2006-10-16/nav.jpg") -311px -66px no-repeat;}
body#contactus #nav-04 a 			{background:url("../images/update-2006-10-16/nav.jpg") -420px -66px no-repeat;}
body#industry_articles #nav-05 a	{background:url("../images/update-2006-10-16/nav.jpg") -514px -66px no-repeat;}
body#index #nav-06 a 				{background:url("../images/update-2006-10-16/nav.jpg") -627px -66px no-repeat;}
