/*--------------------- Last Modified --> 2006.03.20 by Jeff ---------------------*/
/*--------------------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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: url("../images/bg-body.jpg") top repeat;
	text-align:center; 
	font:11px/17px Verdana, Arial, Helvetica, sans-serif; 
	color:#fff;
	}

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.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3,h4	{ font-size:1.0em; color:#fff; }

h1 span, h2 span, h3 span, h4 span	{ display:none; }

hr { text-align:center; width:300px; margin-top: 20px; margin-bottom: 20px; padding-left:25px; }

a:link,a:visited	{ color:#FFDDBB; text-decoration:underline; }
a:hover,a:active	{ color:#DAE4FC; 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:0; 
	}

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

input, textarea, select { 
	background-color:#8496A5 !important; /* to prevent highlighting by Google Toolbar */
	color:#fff;
	width:150px; /* 5 pixles smaller than form width !important */
	height:18px;
	border: 1px solid #000;
	vertical-align: middle;
	margin-left:23px;
	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:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
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; }

#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:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:88px;
	}
	#masthead span { display:none; }

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

#column-left {
	width:546px;
	float:left;
	}
	#column-left h1 {margin-top:10px;}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4 {margin-left: 57px; margin-right: 20px;}
	/* background image list items */
	#column-left ul { 
		margin-left:65px; 
		}
	#column-left ul li { 
		background:transparent url("../images/bullet.jpg") 0px 1px no-repeat;
		padding-left:20px;
		margin-bottom: 3px;
		}

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

#column-right {
	width:214px;
	float:left;
	color: #669;
	}
	
	#column-right p, #address {margin-left:23px; margin-right:20px;}
		#address {margin-left:15px; margin-right:20px;}
		#address dt {font-weight:bold;}
	#column-right a:link, #column-right a:visited {color:#669;}
	#column-right a:hover, #column-right a:active {color:#FF8000;}
	div#sponsored {
		width:202px;
		height:140px;
		background: url("../images/sponsored_hd.jpg") no-repeat;
		margin-bottom:10px;
	}
	div#rights {
		width:202px;
		height:49px;
		background: url("../images/legal-rights_hd.jpg") no-repeat;
		margin-bottom:10px;
	}

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

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:63px;
	clear:both;
	width:100%;
	}
	
/* ----- index-specific ----- */
 
body#home #wrap {background:url("../images/bg-wrap_index.jpg") repeat-y;}

body#home #column-left {width: 213px; float:left;color: #669;}
	#situation {
		width:200px;
		height:56px;
		background: url("../images/situation_hd.jpg");
		margin-left:12px;
		margin-bottom:10px;
		clear:both;
		}
	#stereotypes {
		width:201px;
		height:71px;
		background: url("../images/stereotypes_hd.jpg");
		margin-left:12px;
		margin-bottom:10px;
		}
	body#home #column-left p {margin-left:32px;}

#column-middle {width:333px; float:left; color:#F93;}
	#column-middle p {margin:7px 10px;}
	#what-is-meso {
		width:333px;
		height:74px;
		background: url("../images/what-is-meso_hd.jpg");
		}
	#living-with-meso {
		width:332px;
		height:69px;
		background: url("../images/living-with-meso_hd.jpg");
		clear:both;
		}
	#legal-help {
		width:332px;
		height:53px;
		background: url("../images/legal-help_hd.jpg");
		clear:both;
		}
	#column-middle a:link, #column-middle a:visited {color:#FFDDBB;}
	#column-middle a:hover, #column-middle a:active {color:#DAE4FC;}

body#home #column-right {float:right;}

.more-white {width: 72px; height: 23px; background:transparent url("../images/readmore-white_btn.jpg");  margin: 0 15px 7px 0; position: relative; float: right;}
.more-white a {height: 23px; display: block; left: 0; width: 72px; line-height: 23px;}
.more-white a:hover {background: transparent url("../images/readmore-white_btn.jpg") 0 -23px no-repeat;}

.more-blue {width: 74px; height: 25px; background:transparent url("../images/readmore-blue_btn.jpg");  margin: 0 10px 7px 0; padding: 0; position: relative; float: right;}
.more-blue a {height: 25px; display: block; left: 0; width: 74px; line-height: 25px;}
.more-blue a:hover {background: transparent url("../images/readmore-blue_btn.jpg") 0 -25px no-repeat;}


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

#header-graphic {
	width:373px; /* sets width for all non-flash headers */
	height:213px; /* sets height for all non-flash headers */
	float:left;
	margin-left:12px;
	display:inline;
	}

	body#mesothelioma-group #header-graphic {background:url("../images/header-mesothelioma.jpg");}
	body#asbestos-group #header-graphic {background:url("../images/header-asbestos.jpg");}
	body#living-group #header-graphic {background:url("../images/header-living.jpg");}
	body#home #header-graphic, body#news-group #header-graphic {background:url("../images/header-news.jpg");}
	body#legal-group #header-graphic {background:url("../images/header-help.jpg");}
	body#contact-group #header-graphic {background:url("../images/header-contact.jpg");}
	body#sitemap-group #header-graphic {background:url("../images/header-news.jpg");}


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

#subhead {
	width:534px; /* sets width for all subheads */
	height:70px; /* sets height for all subheads */
	margin-left: 12px;
	}

	body.mesothelioma #subhead { background:url("../images/subheader-mesothelioma.jpg"); }
	body.mesothelium #subhead { background:url("../images/subheader-mesothelium.jpg"); }
	body.benign #subhead { background:url("../images/subheader-benign.jpg"); }
	body.malignant #subhead { background:url("../images/subheader-malignant.jpg"); }
	body.pleural #subhead { background:url("../images/subheader-pleural.jpg"); }
	body.peritoneal #subhead { background:url("../images/subheader-peritoneal.jpg"); }
	body.pericardial #subhead { background:url("../images/subheader-pericardial.jpg"); }
	body.symptoms #subhead { background:url("../images/subheader-symptoms.jpg"); }
	body.diagnosis #subhead { background:url("../images/subheader-diagnosis.jpg"); }
	body.staging #subhead { background:url("../images/subheader-staging.jpg"); }

	body.asbestos #subhead { background:url("../images/subheader-asbestos.jpg"); }
	body.asbestosis #subhead { background:url("../images/subheader-asbestosis.jpg"); }
	body.health-effects #subhead { background:url("../images/subheader-effects.jpg"); }
	body.history #subhead { background:url("../images/subheader-history.jpg"); }
	body.jobs #subhead { background:url("../images/subheader-jobs.jpg"); }
	body.lung-cancer #subhead { background:url("../images/subheader-lung-cancer.jpg"); }
	body.asbestos-mesothelioma #subhead { background:url("../images/subheader-asbestos-mesothelioma.jpg"); }
	body.products #subhead { background:url("../images/subheader-products.jpg"); }
	body.properties #subhead { background:url("../images/subheader-properties.jpg"); }
	body.related-diseases #subhead { background:url("../images/subheader-diseases.jpg"); }
	body.exposure #subhead { background:url("../images/subheader-exposure.jpg"); }

	body.living #subhead { background:url("../images/subheader-living.jpg"); }
	body.prognosis #subhead { background:url("../images/subheader-prognosis.jpg"); }
	body.surgery #subhead { background:url("../images/subheader-surgery.jpg"); }
	body.non-operational #subhead { background:url("../images/subheader-non.jpg"); }
	body.radiation #subhead { background:url("../images/subheader-radiation.jpg"); }
	body.chemotherapy #subhead { background:url("../images/subheader-chemotherapy.jpg"); }
	body.experimental #subhead { background:url("../images/subheader-experimental.jpg"); }
	body.side-effects #subhead { background:url("../images/subheader-side-effects.jpg"); }

	body#news-group #subhead { background:url("../images/subheader-news.jpg"); }

	body.help #subhead { background:url("../images/subheader-help.jpg"); }
	body.representation #subhead { background:url("../images/subheader-representation.jpg"); }
	body.faq #subhead { background:url("../images/subheader-faq.jpg"); }
	body.compensation #subhead { background:url("../images/subheader-compensation.jpg"); }
	body.fees #subhead { background:url("../images/subheader-fees.jpg"); }
	body.statute #subhead { background:url("../images/subheader-statute.jpg"); }
	body.death #subhead { background:url("../images/subheader-death.jpg"); }
	body.clients #subhead { background:url("../images/subheader-clients.jpg"); }
	body.about #subhead { background:url("../images/subheader-about.jpg"); }

	body#contact-group #subhead { background:url("../images/subheader-contact.jpg"); }

	body#sitemap-group #subhead { background:url("../images/subheader-sitemap.jpg"); }


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

#footer p {
	color:#fff;
	}

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

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

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

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

	#footer li.first { border: none; }


/*---------- START NAV ------------------*/
   
  #vert {width: 363px; height: 213px; background: url("../images/sprite-nav-header.jpg") no-repeat; margin: 0; padding: 0; position: relative; float: left;}
  #vert li {position: absolute;}
  #vert li, #vert a {height: 55px; display: block;}

  #vert-01 {top: 10px;}
  #vert-02 {top: 75px;}
  #vert-03 {top: 140px;}


  #vert-01, #vert-02, #vert-03 {left: 0; width: 363px;} 

  #vert-01 a:hover {background: transparent url("../images/sprite-nav-header.jpg") -363px -10px no-repeat;}
  #vert-02 a:hover {background: transparent url("../images/sprite-nav-header.jpg") -363px -75px no-repeat;}
  #vert-03 a:hover {background: transparent url("../images/sprite-nav-header.jpg") -363px -140px no-repeat;}

  ul#vert a span {display:none;}
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.jpg") no-repeat; 
	width:736px; 
	height:41px; 
	margin:0 0 0 12px;
	padding:0;
	clear:both
	}

#nav span { display: none; }

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

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

#nav-01 { width: 40px; margin-left: 54px;}
#nav-02 { width: 89px; margin-left: 6px; }
#nav-03 { width: 63px; margin-left: 6px; }
#nav-04 { width: 156px; margin-left: 5px; }
#nav-05 { width: 130px; margin-left: 6px; }
#nav-06 { width: 70px; margin-left: 4px; }
#nav-07 { width: 52px; margin-left: 4px; }

#nav-01 a:hover {background:url("../images/nav.jpg")  -54px -41px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -100px -41px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -195px -41px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -263px -41px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -425px -41px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -559px -41px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -633px -41px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	z-index:9999;
	margin:0;
	padding:0;
	left: -9999px;
	border:1px solid #9FA5C7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #31415A;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height: 20px; 				/* Height of each drop down nav item */
	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: 11px;
	color: #FDB;
	text-decoration: underline;
	}

#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-06 ul a:hover { 
	background-image: none;
	background-color: #8B98BF;
	color:#FFF;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 160px; }		
#nav-03 ul, #nav-03 li { width: 190px; }		
#nav-04 ul, #nav-04 li { width: 180px; }
#nav-06 ul, #nav-06 li { width: 175px; }		


/**************************
 * Start style for news.html *
 **************************/
 /* Classes:
 * 
 *  .news-menu ---------------------- div wrapper for category drop-down select menu
 *
 *  .news-item ---------------------- div wrapper for each news item (headline/excerpt/body/etc)
 *  .open/.closed ------------------- used with .news-item (class="news-item open") - switches with show/hide article
 *  .news-headline ------------------ div wrapper for headline header
 *  .news-details ------------------- paragraph that holds date & news source information
 *  .news-excerpt ------------------- div wrapper for article lead paragraph
 *  .news-toggle-top ---------------- show/hide link
 *  .news-article ------------------- full article body text
 *  .news-toggle-btm ---------------- show/hide link
 *
 */

#wrap-news-feed {
	margin:0 15px 10px 46px;
	width: 450px;
}


#wrap-news-menu {
    width: 450px;
    height: 25px;
	margin:0 15px 10px 46px;
	padding: 0;
    border-bottom: 1px solid #8FA0CC;
    }
	
	#wrap-news-menu form {
		margin: 0;
		padding:0;
		width: 450px;
	}


	#wrap-news-menu label {
		color:#fff;
		margin: 4px 0 0 5px;
		padding: 0;
		font-weight:bold;
		font-family: Arial, Helvetica, sans-serif;
		}
	

	#wrap-news-menu select {
		margin-left: 10px;
		z-index:0;
		}


#wrap-news-feed .news-item {
	margin-left: 20px;
	margin-bottom: 25px;
	padding-left: 0px;
    }


	#wrap-news-feed .news-item.open		{ border-left: 1px solid #FDB; }
	#wrap-news-feed .news-item.closed	{ border-left: 1px solid #8FA0CC; }


#wrap-news-feed .news-item ul {	
	padding-left: 3px;
	list-style: none;
	}


#wrap-news-feed .news-item ul li {
	_position:relative;	/* to fix the IE bullet peekaboo pug */
	padding-left: 9px;
	line-height: 16px;
	list-style: none;
	background: transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	}


#wrap-news-feed .news-item p.news-details {
	margin: 0;
	padding: 0 0 0 5px;
	font-size:10px;
	font-weight: bold;
	font-style: normal;
	color: #ccc;
	border:none;
	background:transparent;
    }


#wrap-news-feed .news-item p.news-toggle-top {
	color: #73798B;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 87px;
	font-size: 10px;
    }


#wrap-news-feed .news-item p.news-toggle-btm {
    padding: 0 0 0 0;
    width: 87px;
    margin-left: 0;
    margin-top: 0;
    }


	#wrap-news-feed .news-item.open p.news-toggle-btm, #wrap-news-feed .news-item.open p.news-toggle-top		{ border-bottom: 1px solid #FDB;}
	#wrap-news-feed .news-item.closed p.news-toggle-btm, #wrap-news-feed .news-item.closed p.news-toggle-top	{ border-bottom: 1px solid #8FA0CC;}


#wrap-news-feed .news-item p.news-toggle-btm a, #wrap-news-feed .news-item p.news-toggle-top a {
	font-size:10px;
	text-decoration: none;
	padding-left: 0;
	margin-left: 0;
    }

#wrap-news-feed .news-item .news-headline {
	margin-left:0px;
    }


#wrap-news-feed .news-item .news-headline h2 {
	margin: 10px 0 0 0;
	padding: 5px 5px 0 5px;
    }
	
#wrap-news-feed .news-item .news-headline h2 a:link, #wrap-news-feed .news-item .news-headline h2 a:visited {
	color:#FFDDBB;
	text-decoration:underline;
	}

#wrap-news-feed .news-item .news-headline h2 a:hover, #wrap-news-feed .news-item .news-headline h2 a:active {
	color:#fff;
	text-decoration:none;
	}

#wrap-news-feed .news-item .news-excerpt {
	margin:5px 0 0 0;
	padding:0;
    }


#wrap-news-feed .news-item .news-excerpt p, #wrap-news-feed .news-item .news-article p {
	margin: 0px 5px 7px 0;
	padding: 0 5px 0 5px;
	color: #fff;
    }

#wrap-news-feed .news-item p {
	border:none;
	background:transparent;
    }

#wrap-news-feed .news-item p a:link, #wrap-news-feed .news-item p a:visited {
	color:#FFDDBB;
	text-decoration:underline;
	}

#wrap-news-feed .news-item p a:hover, #wrap-news-feed .news-item p a:active {
	color:#fff;
	text-decoration:underline;
	}

/**************************
 * End style for news.html *
 **************************/
 
 
 /* misc
 * ------------------------------------------------------------------------- */
#info-box {
	margin:25px 0 25px 58px;
	background-color:#8496A5;
	border:1px solid #fff;
	width:465px;
	}
	#info-box p {margin:11px 12px;}
	#info-box a:link, #info-box a:visited {color:#fff;}
	#info-box a:hover, #info-box a:active {color:#003;}