body {
	background-color: white;
	font: 10px Verdana, Arial;
	line-height: 1.6em;
}

body#map {
	background-image: none;
	background-color: white; 
	height: 100%;
}

/* TABLE STYLES */
TABLE {
	border-collapse: collapse;
}
 
caption {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 6px;
	line-height: 1.6em;
	color: #53658B;
} 
TH {
	font-size: 10px;
}
TD {
	font: 12px Verdana, Arial;
	line-height: 1.6em;
}


/*****************/

 
A {
	color: #CF7040;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.on {
	font-weight: bold;
}
INPUT.keyword {
	height:16px;
	width: 140px;
	border: 1px solid white;
}
INPUT.button {
	background-color:#EEEEEE;
	color:#333333;
	font-size: 9px;
	width:60px;
}
INPUT.radio {
	
}
TEXTAREA {
	height: 80px;
	border: 1px solid #CECECE;
}
SELECT {
	font-size: 11px;
}
img {
	border: 0px;
}

UL, OL {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
ul.list li {
	padding-top: 2px;
	padding-bottom: 2px;
}
TD.footer  {
	background-image: url('../img/home/spacer_navy.gif');
	background-color: white;
	color:white;
	font: 9px Arial;	
	line-height: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 1px;
	vertical-align:bottom;
	font-variant: normal;
}
TD.footer A {
	color: white;
	text-decoration: none;
}
TD.footer A:hover {
	text-decoration: underline;
}

/*====================================================
	left-nav
====================================================*/
TABLE.nav {
	width:179px;
	background-image: url('../img/home/spacer_blue.gif');
}
TABLE.nav TD {
	padding: 0px; 
	line-height: 0px
}
TABLE.nav table.subnav td {
	color:white;
	text-decoration: none;
	padding:3px;
}
TABLE.nav td,
	TABLE.subnav a {
	color:white;
	text-decoration: none;
}
TABLE.nav td, 
	TABLE.subnav a.on {
	color:white;
	text-decoration: underline;
}
 
/****************************************************/
/*====================================================
	Home
====================================================*/
TABLE.home {
	background-color: white;
}
TABLE.home TD {
	background-color: white;
}
TABLE.home TD.nav {
	background-color: #5774B8;
	color: white;
	font: 12px Verdana;
	font-weight: bold;
	line-height: 17px;
	padding: 8px 15px;
	background-image: url('../img/home/bg_nav_intro.gif');
	background-repeat: no-repeat;
}
TABLE.home TD.content {
	padding: 15px 30px 20px 0px;
}
/****************************************************/

/*====================================================
	interior 
====================================================*/

TD.nav-top {
	color: white;
	font: 10px Verdana;
	font-weight: bold;
	line-height: 16px;
	padding: 8px 25px;	
}
TD.nav-top a {
	color: white;
	text-decoration: none;
}
TD.nav-top a.on {
	color: white; /* #53658B; */
	text-decoration: none;
}
TD.content {
	padding: 0px 0px 0px 0px;		
}
TD.content2 {
	background-color: white;
	padding: 20px;	
	font-size:11px;
	line-height: 1.6em;	
}
TD.content3 {
	background-color: white;
	padding: 20px;	
	font-size:12px;
	line-height: 1.6em;		
}
table.list td.star {
	width:5px;
	text-align: center;
	border-right: 0;
}

.header, h1 {
	color: #53658B;
	font-size: 15px;
	font-weight: bold; 
	line-height: 1.6em;
}


h1 {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.subheader, h2 {
	color: #53658B;
	font-size: 12px;
	font-weight: bold;	
	margin-top: 4px;

}
.hdrvideo {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;	
	margin-top: 4px;
    padding-left: 4px;
}
.message {
	font-weight: bold;	
	color: red;
}

div.right {
	text-align: right;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px ridge #CCCCCC;
	margin-bottom: 6px;
}
/*
a.right  {
	text-align: right;
	float:right;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px ridge #CCCCCC;
	margin-bottom: 6px;
}
*/


DIV.notes {
	padding: 3px;
	background-color: #FFFFE0;
	margin-top: 4px;
}

DIV.right {
	float: right;
}
/****************************************************/
TABLE.form {

}
TABLE.form TD {
	padding: 4px;
}

TABLE.form TD INPUT.text {
	width: 180px;
	height: 20px;
	border: 1px solid #CECECE;
	font-size: 10px;
	padding: 2px 2px;
}
TABLE.form TD INPUT.radio {
	width: auto;
	height: auto;
	border: 0px;
	vertical-align: middle;
}
TABLE.form TD INPUT.button {
	width: 74px;
}



TABLE.list {
	width: 100%;
	border: 1px solid #CECECE;
	border-right: 0px;
	border-bottom: 0px;		

}
TABLE.list td, th {
	padding: 4px;
	border: 1px solid #CECECE;
	border-left: 0px;
	border-top: 0px;
}
table.list th {
	background-color: #DCDCDC;
}
 
TABLE.list thead {
	padding: 4px;	
	background-color: #DCDCDC;
	border: 1px solid #CECECE;
	border-right: 0px;
	border-bottom: 0px;		
}

.row0 TD {
	background-color:  white;
}
.row1 TD {
	background-color: #EEEEEE;
}
.row2 TD {
	background-color: white;
}


/*********************************************
	DHTML subnav
**********************************************/
/*submenu item font / color styles*/

/*
	div.dropshadow { 
		background-color: #E5F4F1; 
		float: right; 
		border: 1px solid red; 
		margin-left: 25px; 
		margin-right: 25px; 
		margin-top: 15px; 
		margin-bottom: 15px; 
		padding: 0px
	}
	div.dropshadow div.dmMenu { 
		margin-left: -5px; 
		margin-right: 0px; 
		margin-top: -5px; 
		margin-bottom: 0px 
	}	
*/	
	div.dmMenu a.dmMenuItem { 
		font:9px/18px   Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal; 
		font-style: normal; 
		color: #53658B; 
		background-color: 5774B8; /*#D8CC46;*/
	}

	/*submenu item ROLLOVER font / color styles*/
	div.dmMenu a.dmMenuItem:hover, div.dmMenu a.dmMenuItemHighlight { 
		color: white;
		background-color:#D8CC46;
	}
	/*root menu item font / color styles*/
	div.dmRootMenu {  }
	div.dmRootMenu a.dmRootButton {  }
	/*root menu item ROLLOVER font / color styles*/
	div.dmRootMenu a.dmRootButtonActive, div.dmRootMenu a.dmRootButtonActive:hover {  }
	
	div.dmMenu   { 
		background-color: #01628D;
		position: absolute; 
		left: 0px; 
		top: 0px; 
		display: block; 
		margin: -5px 5px 5px -5px;
	   padding: 0px;
		border: 1px solid #5673B9;
		visibility: hidden ;
		z-index: 101 ;
		color: white;
		font-size: 9px;
	}
	div#menuabout.dmMenu {
		top: 158px !important;

	}
	div#menumentalhealth.dmMenu {
		top: 183px !important;

	}
	div#menuclinic.dmMenu {
		top: 207px !important;

	}
	div#menulocation.dmMenu {
		top: 232px !important;

	}
	div#menucommDiseases.dmMenu {
		top: 257px !important;

	}
	div#menucommHealth.dmMenu {
		top: 282px !important;

	}
	div#menuemergency.dmMenu {
		top: 306px !important;

	}	
	div#menuenvironmental.dmMenu {
		top: 356px !important;

	}
	div#menuinformation.dmMenu {
		top: 381px !important;

	}	
	
	DIV.dmMenu UL {
		margin: 6px 20px 4px 10px;
		padding: 0px 0px 0px 15px;
		list-style: disc;
	}
	DIV.dmMenu UL LI {
		margin-left: 5px; 
		padding-top: 2px;
		padding-bottom: 2px;
	}
	div.dmMenu a.dmMenuItem { 
		cursor: default; 
		display: block; 
		text-decoration: none; 
		 
	   padding: 0px;
		font-weight: bold;
		color: white;
	}
	div.dmMenu a:hover {
		text-decoration: underline;
	}
	
	div.dmMenu a.dmMenuItem span.dmMenuItemText {  }
	div.dmMenu a.dmMenuItem span.dmMenuItemArrow {  }
	div.dmMenu div.dmMenuItemSep { 
		border: 0px inset #CBCB7F; 
		margin-left: 2px; 
		margin-right: 2px; 
		margin-top: 4px; 
		margin-bottom: 4px 
	}
	
	div.dmMenu a.on {
		text-decoration: underline;
	}
/***********************************************/


.pagingNav {
	float: right;
	border: 0px solid red;
}

#print {
	float: right;
}
#foodnotes {
	line-height: 1.4em;
	border: 1px solid #CECECE;
	width: 300px;
	z-index: 101;
	background-color: #FFFFE0;
	color: black;
	position: absolute;
	padding: 6px ;
	padding-right: 10px;
	top:0px;
	right:60px;
	text-align:left;
	visibility: hidden;
	 
}
a.notes {
	cursor: pointer;
}
/* RECIPE STYLES */

.bgon{
	background-color:#5673b9;
	color:#ffffff;
	
	}
input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}



