/*
 * 	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: 100%;
	line-height:1.3;
} 	 
  
	 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:60%;
	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;
}
			/*  Used in left and right menus  - */
			.Colored_links1 {
	background-color: #D9B795;
	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 {
	width: 160px;
	margin-top:0px;
	background-color: #f6e8df;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	font-size: 55%;
	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: 55%;
	font-weight: bold;
	;
	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;
		}

				#lmenu ul, #rmenu ul {
	margin: 5px 0px 5px 10px;
	padding-left:0px; /* Set the indenting back to far left. */

			}
			
			#lmenu li, #rmenu li {
	color: #996633;
	list-style-type:none; /* Switch the list bullet off altogether. */
	background-image:url(images/bullet_brn.gif); /* The replacement bullet image */
	background-position:0px 0px; /* Place bullet 0px from left and 4px from top */
	background-repeat:no-repeat; /* Stops bullet tiling, important */
	padding-left:12px; /* separation from li txt and bullet */
	padding-bottom: 2px;
	font-weight: bold;

		}
		
				#lmenu ul li ul, #rmenu ul li ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
		}	
			
		#lmenu ul li ul li, #rmenu ul li ul li {
	color: #996633;
	list-style-type:none; /* Switch the list bullet off altogether. */
	background-image:url(images/bullet_brn.gif); /* The replacement bullet image */
	background-position:5px 0px; /* Place bullet 0px from left and 4px from top */
	background-repeat:no-repeat; /* Stops bullet tiling, important */
	padding: 0px 0px 0px 15px;/* left margin sets separation from li txt and bullet */
	margin: 5px 0px 0px 0px;
		}

		#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: 80%;
	margin-left: 10px;
}
#mainContent a {
	text-decoration:underline;
	font-weight: normal;
}
#mainContent a:hover {
	text-decoration:underline;
	color: #006600;
}

 #mainContent ul {margin-top:0px; margin-bottom:0px; 
	
}  

.boxLeft_Content {
	max-width: 60%;
	text-align: left;
	margin-top: -10px;
	padding-top: 0px;
}
.box_Highlight1 {
	background-color:#D7E0FF;
	border: thin solid #CCCCCC;
	padding: 10px;
	margin: 0px 0px 10px 20px;

}
.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 {

}



.boxRight_Highlight h4 {
	font-size: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #999999;
	text-align: left;
}
.boxRight_Highlight img {
	margin-bottom: 0px;
}

/*
 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;
	
	
}
  .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: 50%;
	font-style: italic;
	
	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;
	
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-transform: none;
	color: #000000;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0em;
}

	.justify {
	text-align: justify; }

	.center {
	text-align: center;  }

 	.left { 
	text-align: left; }


		ul {  
		font-size: 100%; 
		font-style: normal; 
		
		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; 
	
	text-align: left; 
	padding-bottom: 7px; }		
		
/* html tags - Modified headers */
	h5 {
	font-size: 80%;
	
	font-weight: bolder;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0em;
}
		
	h4 {
	font-size: 95%;
	
	font-weight: bold;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0em;
}
				
	 h3 {
	font-size: 110%;
	
	font-weight: bold;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0px;
}
		
	 h2 {
	font-size: 120%;
	font-weight: bold;
	color: #663300;
	background-image: none;
	margin-bottom: 0.5em;
	margin-top: 0px;
} 
		
	 h1 {
	font-size: 150%;
	
	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}
  

	
/* 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: normal;
	text-decoration:underline;
	color: #1D44AB;
	font-style: normal;
}
#standard a:hover {
	text-decoration:underline;
	color: #006600;
}
#standard p {
	margin-left: 25px;
	margin-bottom: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	
	}
#standard h3 {
	color: #000000;
	font-style: italic;

}
#standard h4 {
	background-color: #C2D2FC;
	color: #000000;
	padding: 1px 3px 2px 3px;
	margin-top: 25px;	
	margin-bottom: 1em;
	vertical-align: middle;

}
#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%;
}

#standard ul  {
	margin: 5px 0px 10px 25px;
	padding-left:0px; /* Set the indenting back to far left. */
}
#standard li{
	list-style-type:none; /* Switch the list bullet off altogether. */
	background-image:url(images/bullet_brn2.gif); /* The replacement bullet image */
	background-position:0px 1px; /* Place bullet 0px from left and 4px from top */
	background-repeat:no-repeat; /* Stops bullet tiling, important */
	padding-left:12px; /* separation from li txt and bullet */
	padding-bottom: 4px;
		}
		
#standard ul li ul  {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
		}	
			
#standard ul li ul li {
	list-style-type:none; /* Switch the list bullet off altogether. */
	background-image:url(images/bullet_brn2.gif); /* The replacement bullet image */
	background-position:5px 1px; /* Place bullet 5px from left and 4px from top */
	background-repeat:no-repeat; /* Stops bullet tiling, important */
	padding: 0px 0px 0px 15px;/* left margin sets separation from li txt and bullet */
	margin: 5px 0px 0px 10px;
		}
	
#standard img{
	margin-right: 10px;
}


/* the gray_bar classes create subcategory bars with various options  */
#standard .gray_bar1 {
	background-color:#D9D9D9;
	margin:10px 0px 10px 15px;	
	padding: 1px 5px 1px 5px;
	font-size: 100%;
}
#standard .gray_bar_min {
	margin:10px 0px 10px 15px;
	padding: 1px 5px 1px 5px;
	font-size: 100%;
	background-image: url(images/2x2gray.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


/* 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_underline a 
{text-decoration:underline;}

#standard .link_none a
{text-decoration:none;}

#standard .link_none a:hover
{
	text-decoration:underline;
	color: #006600;
}


/*  links is the setting for the How do I... sections for residents etc.. It is a div inside the standard div, and modifies it specifically for their different setup  */
#links {  
	}

#links a{
	font-weight: normal;
	text-decoration:none;
} 

#links .headers {
	/*	background-image: url(images/Horiz_spacer3.jpg);
	background-repeat: no-repeat;
	background-position: left top; */
	padding-top: 1px;
	margin-top: 15px;
	margin-bottom: 25px;
}
	

#links h4 {
	margin-top: 0px;	
}

#links .headers img{
	float: left;
	margin: 0px 15px 0px -5px;
}


/* Could hr be moved to the Standard id? ????????????????????????????? 
#links hr  {
	margin-left:50px;
	margin-bottom:0.2em;
	border-width:0px;
	height:2px;
	color:#c2d2fc;
	background-color:#c2d2fc;
	margin-top: -0.2em;
	}*/	
	
#links .gray_bar1 {
	margin:10px 0px 0px 15px;
}



/* The next section is used for pages like Publications, News and Directive  to list links and info with two columns. Contacts is similar, but uses its own definitions.   It is a div inside the standard div, and modifies it specifically for their different setup*/
#pub_list  {
	
}

#pub_list a{
	font-weight: normal;
	text-decoration:none;
} 

#pub_list hr  {
	margin-left:40px;
	margin-bottom:5px;
	border-width:0px;
	height:2px;
	color:#c2d2fc;
	background-color:#c2d2fc;
}

#pub_list .title {
	width:30em;
	margin-left: 40px;
	float: left;
}

/* title 2 is used when there are subtitles but no sub-info  */
#pub_list .title2 {
	margin-left: 20px;
	margin-top: 10px;
}
/* title_full is used when there are sections that span both columns  */
#pub_list .title_full {
	margin-right: 0px;
	margin-left: 40px;

}
#pub_list .info {
	text-align: left;
	color: #333333;
	font-size: 90%;
	font-style: italic;
	margin-left: 38em;
}

		
/* 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;	
	}	
.Box2 {
	background-color:#C7E3B9;
	padding: 10px;
	border: thin solid #CCCCCC;
	margin: 10px 0px 10px 20px;
	}	
.Box3 {
	padding: 10px;
	border: thin solid #CCCCCC;
	margin: 10px 0px 10px 20px;
	}
.Box4 {
	padding: 10px;
	border: thin solid #CCCCCC;
	margin: 10px 0px 10px 20px;
	background-color: #FEF4CD;
	}
/*BoxMain is on the main index page - can be used elsewhere to put highlight images */	
.BoxMain {
	border: thin none #CCCCCC;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-size: 90%;
	min-height:210;
}	
	.BoxMain p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}			
	.BoxMain a:hover {
	text-decoration:underline;
	color: #006600;
}
/*	.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;
}

