/*
 * 	pimagov.css for PCWMD Internet
 *  From Graphic Services file dated December 19, 2003
 */
 
/* html tags */ 

	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
} 	 
  
	 a {  
		 color: #663300;  
		 font-weight: bold;  }
		
	 a:visited { 
		 color: #996600;  }
		
	 a:active { 
		 color: #EE0000;  }
		
	 a:hover { 
		 color: #CC3300;  }

/* Banner  id came from old tdbanner class, tdlogopad places the logo on the left  */	

#banner {
	background-image: url(images/hdr2b.jpg); 
	background-repeat: repeat-x; 
	height: 72px; 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#banner .logoleft {
	background-color: #FFFFFF;
	text-align: left;
	background-position: left top;
	width: 165px;
	float: left;
}

#banner .logoright {
	background-color: #FFFFFF;
	text-align: right;
	background-position: right top;
	width: 505px;
	float: right;
}

/* Note following adapted from a list apart - slidingdoors technique  */

#tabs {
	float:left;
	width:100%;
	background:#fff url("images/tabbed_menu_images/bg.gif") repeat-x bottom;
	font-size:70%;
	line-height:normal;
	margin-bottom: 10px;
  }
#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url("images/tabbed_menu_images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#tabs a {
  float:left;
  display:block;
  background:url("images/tabbed_menu_images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#333;
  }
#tabs #current {
  background-image:url("images/tabbed_menu_images/left_on.gif");
  }
#tabs #current a {
  background-image:url("images/tabbed_menu_images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
  #container {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
  
#lmenu {
	width: 160px;
	margin-top:0px;
	background-color: #f6e8df;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	font-size: 80%;
	background-image: url(images/lmenu_bg_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

	/* hide the following from IE5-Mac \*/
	#lmenu {
	margin-left: 0px;
	}
	/* IE5-Mac can see the rest */

#rmenu {
	width: 155px;
	padding-left: 10px;
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	padding-top: 0px;
	color: #000;
}
		#rmenu .pics {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
		}
	/* text decoration none on the images is not working */	
		#rmenu a, #rmenu a:visited, #rmenu a:active, #rmenu a:hover {
		text-decoration:none;
		}

/*
	#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
		margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns 
		margin-right: 10px;
	}   */

			/*  Used in left and right menus  - */
			.Colored_links1 {
		background-color: #d1a483;
		border-style: none solid solid none;
		border-width:  thin;
		border-color: #666666;
		padding: 2px 2px 2px 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
	
		}
	
				#lmenu ul, #rmenu ul {
		margin-bottom: 0px;
		margin-top: 0px;
			}
			
			#lmenu li, #rmenu li {
		color: #996633;
		list-style-image: url(images/bullet_brn.gif);
		padding-right: 3px;
		padding-bottom: 5px;
		margin-left: -20px;
		font-weight: bold;
		}
		
		#lmenu a, #rmenu a {
		
		color: #663300;
		text-decoration: none; 
		}
		
		#lmenu a:visited, #rmenu a:visited {
	color: #996600;
}
			
		#lmenu a:active, #rmenu a:active {
	color: #EE0000;
}
			
		#lmenu a:hover, #rmenu a:hover {
	color: #CC3300;
}
/* container comes from the old 100% table that holds left and right menus and content  */
/* Overflow hidden added for expanding box problem in IE */

#mainContent {
	font-size: small;
	margin-left: 10px;
}
#mainContent a {
	text-decoration:none;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration:underline;
}



#mainContent ul {margin-top:0px; margin-bottom:0px;
	
}
.boxLeft_Content {
	max-width: 60%;
	text-align: left;
	margin-top: -10px;
	padding-top: 0px;
}

.boxRight_Highlight {
	background-color:#D7E0FF;
	border: thin solid #CCCCCC;
	float: right;
	width: 35%;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	font-size: 90%;

}
	
.boxRight_Highlight p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}

.boxRight_Highlight h4 {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;

}

/*
 Classes for subcolumns from YAML - see http://www.yaml.de/en/documentation/practice/subtemplates.html 	*/
  .subcolumns {
	width: 100%;
	overflow:hidden;
	text-align: left;
}
  .subcolumns p {
	margin-left: 10px;
	margin-top: 0px;
	padding-right: 5px;
	padding-top: 0px;
	margin-bottom: 10px;
	line-height: 115%;
	
}
  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 50%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }

  .subc  { padding: 0 0.5em; }
  .subcl { padding: 0 1em 0 0; }
  .subcr { padding: 0 0 0 1em; }

  .equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }
  .equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,
  .equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,
  .equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r {
    display:table-cell; vertical-align:top;
    float:none; margin:0; overflow:hidden;
  }* html .c50l, * html .c25l, * html .c33l, * html .c38l, * html .c66l,
* html .c75l, * html .c62l, * html .c50r, * html .c25r, * html .c33r,
* html .c38r, * html .c66r, * html .c75r, * html .c62r {
  display:inline; 
}

* html .subcolumns .subc,
* html .subcolumns .subcl,
* html .subcolumns .subcr { 
  word-wrap: break-word;
  overflow:hidden;
}	

/*bottom banner  */

#footer {
	margin-top: 10px;
	font-size: 9px;
	font-style: italic;
	line-height: 1.3;
	font-weight: lighter;
	color: #663300;
	margin-bottom: 20px;
}
	#footer .pics1 {
		float: left;
		width: 90px;
	}
		
	#footer .info {
		width: 600px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/* Note using 1.3 in line-height instead of 130% was more consistent across browsers  */
	
	 p {
	font-size: 100%;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-transform: none;
	color: #000000;
	background-image: none;
	margin-bottom: .5em;
	margin-top: 0em;
}

	.justify {
	text-align: justify; }

	.center {
	text-align: center;  }

 	.left { 
	text-align: left; }
	.p_indent1 {
	margin-left: 1em;
	margin-top: .1em;
}
	.p_indent2 {
	margin-left: 2em;
	margin-top: .1em;
}
	.p_indent3 {
	margin-left: 3em;
	margin-top: .1em;
}	.p_indent4 {
	margin-left: 4em;
	margin-top: .1em;
}
		
	ul {  
		font-size: 100%; 
		font-style: normal; 
		line-height: 1.3; 
		font-weight: normal; 
		font-variant: normal; 
		text-transform: none; 
		color: #000000; 
		padding-top: 0px; 
		padding-right: 5px; 
		padding-bottom: 0px; }
		
/* Note using percentage on padding-bottom in li caused tables with li commands to expand vertically indefinitely  */
	
 	li { list-style-position: outside; 
	line-height: 1.3; 
	text-align: left; 
	padding-bottom: 7px; }				
		
/* html tags - Modified headers */
	h5 {
	font-size: 80%;
	line-height: 1.2;
	font-weight: bolder;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0em;
}
		
	h4 {
	font-size: 95%;
	line-height: 1.2;
	font-weight: bold;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0em;
}
				
	 h3 {
	font-size: 110%;
	line-height: 1.2;
	font-weight: bold;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0px;
}
		
	 h2 {
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0px;
} 
		
	 h1 {
	font-size: 150%;
	line-height: 1.2;
	font-weight: bold;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0px;
}
		 		 
/*text options*/

	.txtVeryBg {font-size: 200% }
	.txtBg {font-size: 125%}
	.txtSm {font-size: 90%}
	.txtVs {font-size: 70%}
  
  /* inner spans for special emphasis text color */
	.txtRed { color: #990000}
	.txtOrange { color: #FF6633}
	.txtGreen{ color: #336633}
	.txtGray { color: #666666}
	.txtBlue1 { color: #0066CC}
	
	/* Other */
	.txtBold {font-weight: bold }
	.txtItal {font-style:italic}
  
/*  links is the setting for the How do I... sections for residents etc.. standard is similar but for general pages - it differs in the lack of max-width. I could have used a local style to control that, but figured I'd forget, so I made a separate id for it.  */
#links {
	font-size: 90%;
	max-width: 50em;
	}
	
#links a{
	font-weight: normal;
	text-decoration:none;
	color: #000000;
}

#links a:hover, #standard a:hover {
	text-decoration:underline;
}	

#links .headers {
	background-image: url(images/Horiz_spacer3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	margin-top: 25px;
}	

#links h3, #standard h3 {
	color: #000000;
	font-style: italic;
	padding-top: 10px;
}


#links h4 {
	color: #000000;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 1em;
	margin-top: 5px;
	vertical-align: middle;
	padding-top: 1px;
	background-color: #C2D2FC;
}
#links h5, #standard h5 {
	color: #000000;
	padding-bottom: 2px;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 5px;
	vertical-align: middle;
	padding-top: 1px;
	font-size: 90%;
}


#links img{
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: -5px;

}

#links p {
	margin-left: 50px;
	margin-bottom: 0.8em;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px;
	line-height: 120%;
	}
	
#links ul, #standard ul {
	margin-top: 0em;
	margin-bottom: 0.2em;
	}
#links li {
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 0.5em;
	margin-left: 1.5em;
	line-height: 120%;
	font-style: normal;
	}	
 #links ul li ul li, #standard ul li ul li {
	line-height: 120%;
	font-style: normal;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: -1em;
	}
	
/* Settings for pages with highlight standard - need to go full width, not max width defined in links.   */
#standard {
	font-size: 90%;
	margin-top: -16px;
	max-width: 50em;
	}
#standard a{
	font-weight: bold;
	text-decoration:none;
	color: #1D44AB;
	font-style: normal;
}
#standard h4 {

	margin-top: 25px;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 1em;
	
	vertical-align: middle;
	padding-top: 1px;
	background-color: #C2D2FC;
}	
#standard li {
	list-style-type: none;
	padding-bottom: 0.4em;
	margin-left: 0em;
	line-height: 120%;
	font-style: normal;
	}	
	
#standard p {
	margin-left: 25px;
	margin-bottom: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	line-height: 120%;
	}	
	
#standard img{
	margin-right: 10px;
}
/* These next two over-ride the link definitions where needed. Place a div section after header divs and close before the next header div */	
#standard .link_bold a 
{font-weight:bold;}
#standard .link_underline a 
{text-decoration:underline;}
#standard .link_bold a:hover 
{font-weight:bold;}
#standard .link_underline a:hover 
{text-decoration:underline;}


/* The next section is used for pages like Publications to list links. It is set to 55 em wide, so the Standard id has to be over-written on width. See the Publications file */
#pub_list  {
	max-width:50em;
}
#pub_list a {
	color: #1D44AB;
	font-weight: normal;
}
#pub_list hr  {
	margin-left:40px;
	margin-bottom:5px;
	border-width:0px;
	height:2px;
	color:#c2d2fc;
	background-color:#c2d2fc;
}
               
#pub_list .info {
	width: 20em;
	text-align: left;
	float: right;
	color: #333333;
	font-size: x-small;
	font-style: italic;
}
#pub_list .info2 {
	width: 20em;
	text-align: left;
	float: right;
	color: #333333;
	margin-top: 10px;
	font-size: x-small;
	font-style: italic;
}

#pub_list .title {
	margin-right: 20.3em;
	margin-left: 40px;
}
#pub_list .title2 {
	margin-right: 20.3em;
	margin-left: 60px;
	margin-top: 10px;
}
#pub_list .gray_bar {
	background-color:#D9D9D9;
	margin-left:40px;
	margin-bottom:10px;
}
		
/* links popup method from trentrichardson.com - bubble tooltip  */

a.tt{
	position:relative;
	cursor: default;
	font-weight:normal;
	z-index:24;
	color:#000000;
	/* text-decoration:none; */
}
	a.tt span{ display: none; }
	
	/*  "background:;" ie6 hack; something must be changed in "a" for ie to execute it. Per another website, "border: none" does the same thing: "http://www.quirksmode.org/css/ie6_purecsspopups.html. The  border in "#links a:hover" is to solve the ie6 problem"  */ 

	a.tt:hover{
	z-index:25;
	color: #000000;
	text-decoration: underline;
	border: none;

	}
	a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	text-decoration: none;
	top:0px;
	left:0;
	width:400px;
	color: #000000;
	text-align: left;
	/*
	
		filter: alpha(opacity:90);
		KHTMLOpacity: 0.90;
		MozOpacity: 0.90;
		opacity: 0.90;   */
		font-size: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	font-weight: normal;
	}
	a.tt:hover span.top{
		display: block;
		padding: 30px 8px 0;
		background: url(images/tooltip_bubble_top.gif) no-repeat top;
	}
	a.tt:hover span.middle{ /* different middle bg for stretch */
		display: block;
		padding: 0 8px; 
		background: url(images/tooltip_bubble_middle.gif) repeat bottom; 
	}
	a.tt:hover span.bottom{
		display: block;
		padding:3px 8px 10px;
		color: #548912;
		background: url(images/tooltip_bubble_bottom.gif) no-repeat bottom;
	}
 /* end section */ 
  
/* Box1 to be used within the Standard div to create a blue box full width. Note - you must insert a style command on paragraphs to over-ride left-margin of 25 */
.Box1 {
	background-color:#D8E2FE;
	padding: 10px;
	border: thin solid #CCCCCC;
	margin: 10px 0px 10px 20px;	
	}	
	
	
/*BoxMain is on the main index page - can be used elsewhere to put highlight images */	
.BoxMain {
	border: thin solid #CCCCCC;
	font-size: 80%;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #D8E2FE;
}	
	.BoxMain p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 155px;
}			
	.BoxMain a:hover {
	text-decoration:underline;
}
	.BoxMain img {
	float:left;
	margin-right: 10px;
	margin-bottom: 0px;
}
			

		



/* specialty 

img { border: none; }*/

.invisible {  
	visibility: hidden; }

img { border: none; }

.img_inlineLt {
	float: left;
	margin: 0px 10px 5px 0px;
}

.img_inlineLt_border {
	border: 1px solid #666666;
	float: left;
	margin: 0px 10px 5px 0px;
}

.img_inlineDropCap {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.img_inlineRt {
	float: right;
	margin: 0px 0px 5px 25px;
}
