body { 
  background: #73869E;
  margin: 0;
  text-align: center;
  font-family: verdana, tahoma, sans-serif;
  color: #333;
  overflow: -moz-scrollbars-vertical;
  }
  
a {text-decoration:none;}

a:link {color:#0000ff;}
a:visited {color:#0000ff;}
a:active {color: #ff8600;}
a:hover {color: #ff8600;}


/*  
a:link { color: #fff; text-decoration: none;}
a:visited { color: #fff; text-decoration: none;}
a:active { color: #ff8600; text-decoration: none;}
a:hover { color: #ff8600; text-decoration: none;} 
*/

p {margin: 0px 0px 10px 0px;
   padding: 0 10px 0px 0;
	}

h1 { 
  font-family:"trebuchet MS";
  font-size:22px;
  color: #003366;
  margin-left: 10px;
  padding-bottom: 3px;
  background: url("/images/h1-bg.jpg") no-repeat left bottom;
  }

h2 { 
  font-size: 130%;
  margin-left: 10px;
  }

h3 { 
  font-size: 120%;
  margin-left: 10px;
  padding-bottom:0px;
  }

/* 
---- HEADER GRAPHICS ----*/
#header-top {
  width: 824px;
  background: url("/images/top-middle.jpg") repeat-x left 50px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  }
  .left-corner { 
    float: left;
    width: 30px;
	height: 72px;
	display: block;
	background: url("/images/top-left.jpg") no-repeat left 50px;
	margin-right: 594px;
	}
  .header-top {
    float: left;
	width: 105px;
	height: 72px;
	background: url("/images/sub-header-top.jpg") no-repeat bottom;
	}
  .right-corner {
    float: right;
    width: 30px;
	height: 72px;
	display: block;
	background: url("/images/top-right.jpg") no-repeat right 50px;
	}
#header-graphic {
  width: 824px;
  height: 87px;
  background: url("/images/sub-header.jpg") no-repeat;
  margin-left: auto;
  margin-right: auto;
  }



/* 
---- MIDDLE AREA ----*/
#wrapper { 
  width: 824px;
  background: url("/images/sub-wrapper-bg.jpg") repeat-y left;
  display: table;
  margin-left: auto;
  margin-right: auto;
  }
/*    
  navigation   */
	#left-nav {
	  width: 180px;
	  background: url("/images/left-nav-gfx.jpg") no-repeat bottom;
	  float: left;
	  text-align: left;
	  border-top: 1px solid #000;
	  }
	#p7TMnav {
	  margin: 0px;
	  padding: 0px;
	  padding-left: 2px;
	  padding-top: 5px;
	  font-size: 90%; 
	  font-weight: bold;
	  list-style-type: none;
	  margin-bottom: 187px;
	  width: 100%;
	  background: url("/images/left-bg-top.jpg") no-repeat top left;
	  }
	  #p7TMnav div {
	    border-bottom: 2px solid #407ba8;
		margin: 0px;
		padding: 3px;
		padding: 3px 0 3px 5px !important;
		padding/**/: 3px 0 3px 0;
		}
/*	  #left-nav a:link { color: #fff; text-decoration: none;}
	  #left-nav a:visited { color: #fff; text-decoration: none;}
	  #left-nav a:active { color: #ff8600; text-decoration: none;}
	  #left-nav a:hover { color: #ff8600; text-decoration: none;}  */
	  
/*
  content area   */
	#content { 
	  float: right;
	  text-align: left;
	  width: 640px;
	  padding-top: 0px;
	  background: #fff url("/images/content-bg.jpg") repeat-y right;
	  font-family: Verdana, sans-serif;
	  font-size: x-small; 
	  border-top: 1px solid #000;
	  }
	  	  #content p { margin: 0px 0px 10px 10px;
                       padding: 0 10 0 10;}
          #content ul {padding-right:10px;}

/*
  subnavigation */
    #sub-nav {
	  float: right;
	  width: 200px;
	  background: url("/images/sub-sidebar-bg.jpg") repeat-y left;
	  margin-bottom: 5px;
	  margin-top: -21px;
	  }
/*	#sub-nav ul {
	  margin: 0px;
	  padding: 0px;
	  width: 100%;
	  background: url("img/sub-sidebar-top.jpg") no-repeat top left;
	  list-style-type: none;
	  padding: 5px;
	  padding-top: 20px;
	  } */
	  
#sub-nav ul {
	  margin: 0px;
	  width: 100%;
	  background: url("http://www.thespecific.com/images/sub-sidebar-top.jpg") no-repeat top left;
	  list-style-type: none;
	  padding: 20px 0 5px;
	  }	  
	  
	#sub-nav li { 
	  padding: 3px;
	  font-weight: bold;
	  font-size: 85% !important;
	  font-size/**/: 75%;
	  }
	#sub-nav span {
	  display: block;
	  width: 100%;
	  height: 5px;
	  background: url("/images/sub-sidebar-bottom.jpg") no-repeat bottom;
	  }
	#sub-nav a:link { color: #154688; text-decoration: none;}
	#sub-nav a:visited { color: #154688; text-decoration: none;}
	#sub-nav a:active { color: #355d91; text-decoration: none;}
	#sub-nav a:hover { color: #355d91; text-decoration: none;}
	br .clear { clear: right;}
/*
  headline */
	.headline { 
	  width: 100%;
	  height: 20px;
	  background: url("/images/title-bg.jpg") repeat-x;
	  }

	.headline span {
	  background: url("/images/title-right.jpg") no-repeat top right;
	  width: 100%;
	  height: 20px;
	  display: block;
	  }
/*  blurb boxes */
	.blurb {
	  display: block;
	  float: left;
	  clear:left;  
	  margin-left: 10px;
	  margin-right: 10px;
	  margin-bottom: 10px;
	  background: #f6eadc;
	  width: 252px;
	  border-bottom: 1px solid #ff8600;
	  }
	.blurb img { 
	  border: 1px solid #ff8600;
	  display: block;
	  }
	.blurb span { 
	  display: block
	  padding: 10px;
	  padding-top: 5px;
	  font-size: x-small;
	  font-family: tahoma, arial;
	  color: #444;
	  }
	  hr .clear { clear: both; color: #fff; width: 90%; border: 0px;}


/*  blurb boxes - RIGHT */
	.blurb-rt {
	  display: block;
	  float: right;
	  clear:right;  
	  margin-left: 10px;
	  margin-right: 10px;
	  margin-bottom: 10px;
	  background: #f6eadc;
	  width: 252px;
	  border-bottom: 1px solid #ff8600;
	  }
	.blurb-rt img { 
	  border: 1px solid #ff8600;
	  display: block;
	  }
	.blurb-rt span { 
	  display: block
	  padding: 10px;
	  padding-top: 5px;
	  font-size: x-small;
	  font-family: tahoma, arial;
	  color: #444;
	  }
	  hr .clear { clear: both; color: #fff; width: 90%; border: 0px;}



	  
/* Added by Emery for doctors.html page */	  
	  .blurbd {
	  display: block;
	  float: left;
	  margin-left: 7px;
	  margin-right: 3px;
	  margin-bottom: 10px;
	  background: #f6eadc;
	  width: 302px;
	  border-bottom: 1px solid #ff8600;
	  }
	.blurbd img { 
	  border: 1px solid #ff8600; 
	  display: block;
	  }
	  .blurbt {
	  display: block;
	  float: left;
	  margin-left: 10px;
	  margin-right: 10px;
	  margin-bottom: 10px;
	  background: #f6eadc;
	  width: 277px;
	  border-bottom: 1px solid #ff8600;
	  }
	.blurbt img { 
	  border: 1px solid #ff8600; 
	  display: block;
	  }


/* 
---- FOOTER ----*/
#footer {
  clear: both;
  width: 824px;
  height: 30px;
  background: url("/images/sub-footer.jpg") no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  }
#wmlink a {font-size:xx-small;}   

/*======================== CLICKABLE FAQ ======================*/
div.faq {
	padding: 1em 1em 0em 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
div#quiz img {
	border: none;
	}
div#quiz div {
	font-size: .95em;
	margin-top: .75em;
	margin-bottom: .75em;
	padding-left: .50em;
	margin-left: 0em;
	}
div#quiz div a {
	display: block;
	line-height: 1.4em;
	margin-left: 1.5em;
	padding: 0;
	}
div#quiz div img {
	margin-left: -1.5em;
	padding-right: 10px;
	}
div#quiz a {
	display: block;
	margin-left: 1.5em;
	font-weight: normal;
	font-size: 95%;
	}
div#quiz ul {
	font-size: 100%;
	}
div#quiz div.faqanswer {
	color: #555;
	margin: .6em 0em .4em 1.25em;
	line-height: 1.4em;
	}
div#quiz div.faqanswer a {
	display: inline;
	}
/*======================MULTI-VIDEO PLAYER==========================*/
div#multiplayer {
	float: right;
	margin-top: 0;
	padding-top: 0;
	margin-right: 5px;
	}
p#video_para1 {width: 180px;}
p#video_para2 {width: 400px;}

/*========================= For Show-Hide EJG =====================*/
div.show_hide {
	position: relative;
	display:none; 
}

div.test_text {
    margin-left:70px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/*========================= Copy Treatment =====================*/
.copy { display: block; margin-bottom: 30px; clear: both;}
.copy p { padding: 0 20px 0 0 !important;}
.copy h2 {margin-left: 10px;}
