/*  ================ 
	used on AzDWR home page */

/* The size of the Drops links is set below via little and bigDrop */

<!-- li.littleDrop {text-indent:30px; text-decoration:none; color:Navy; margin-left:35px; list-style-position:outside; list-style-image:url(/AzDWR/images/Assets/WaterDropListItem2.jpg);} -->
<!-- li.bigDrop {text-indent:1px; text-decoration:none; color:Navy; margin-left:35px; list-style-position:outside; list-style-image:url(/AzDWR/images/Assets/WaterDropListItem2Lg.jpg);} -->
li.littleDrop {font-size:1.3em; text-indent:1px; margin-left:15px; list-style-position:inside; list-style-image:url(/AzDWR/images/Assets/WaterDropListItem2.jpg); text-decoration:none; color:Navy;}
li.bigDrop {font-size:1.3em; text-indent:1px; margin-left:15px; list-style-position:outside; list-style-image:url(/AzDWR/images/Assets/WaterDropListItem2Lg.jpg);text-decoration:none; color:Navy; }

.BoldText {color:#333333; font-weight:800; font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;} 
.NormalText {color:#333333; font-weight:200; font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;} 

a.BoldTextLinks:link{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:0.9em; font-weight:500; color:#081ea4; }
a.BoldTextLinks:visited{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:0.9em; font-weight:500; color:#081ea4; }
a.BoldTextLinks:hover{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:0.9em; font-weight:500; color:red; } 
a.BoldTextLinks:active{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-size:0.9em; font-weight:500; color:#081ea4; }

a.newQLs:link{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; text-align:left; font-size:1.0em; font-weight:500; color:#081ea4; }
a.newQLs:visited{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; text-align:left; font-size:1.0em; font-weight:500; color:#081ea4; }
a.newQLs:hover{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; text-align:left; font-size:1.0em; font-weight:500; color:red; } 
a.newQLs:active{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; text-align:left; font-size:1.0em; font-weight:500; color:#081ea4; }


/* for text in the shadow box */
div.indentDiv {
	color:#333333; margin-left:10px; Z-index: 2; text-align: left;
	position: relative; padding: 1px; overflow:hidden; font-size:10px; 
	display:none; width: 90%; 
	-moz-opacity:0.0; filter:alpha(opacity=0); 
}

.breakingNews { vertical-align:bottom; font-style:italic;}

/* just for the breaking news in the shadow box */
#divbreakingNews { vertical-align:bottom; font-style:italic; font-size:1.2em;} 

/*  ================ */
.Herb12em {
	font-size:1.2em;
}
/*  ================ */


ul.lst {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.lst li {
	margin: 0;
	padding: .5em 1em;
	color: #646870;
	/* alan commented our - border-bottom: 1px dashed #e3e3e3; */
	overflow: hidden;
	}

ul.lst li a {
	display: block;
	line-height: 1.2em; /* alan line height was 1.4em */
	color: #8f9195;
	overflow: hidden;
	font-size:7pt; /* alan added */
	}
div.mod-body ul.lst li a {
	text-decoration: none;
	}
ul.lst li a strong {
	display: block;
	color: #317b9e;
	padding: .2em 0 .1em 0;
	}
ul.lst li a em {
	display: block;
	}
ul.lst li a img { 
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: .4em;
	border: 1px solid #e0e0d5;
	background: #fff;
	}
ul.lst li a:hover {
	color: red; /* #646870; */  /* this sets the mouse over color of the drops links */
	}
ul.lst li a:hover strong {
	color: #104c68;
	}
ul.lst li a:hover img {
	background-color:#666666; /* alan added */
	}
.lst a img { 
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: .4em;
	border: 1px solid #e0e0d5;
	background: #fff;
	}

/* ======================================= */

.lstMod a {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;  /* top right bottom left */
	padding: 0.2em; /* orig .4em */
	/* border: 1px solid #e0e0d5; */ /*  - this is the outermost box arouond the image */
	background: #fff;
	vertical-align:bottom;
	}

.lstMod img {  
	float: left;
	display: block;
	margin: -5px 0px 0px 0px;   /* top right bottom left - the "-5 drives the InTheSpotlight image down to the level of the text "*/
	padding: .2em; /* orig .4em */
	/* border: 1px solid #e0e0d5; */ /*  - this is the outermost box arouond the image */
	background: #fff;
	vertical-align:bottom;	
	}


.lstMod a:hover img {
	background-color:#666666; /* alan added - the thick gray border that pops up on mouse over */
	}	

