body  {
	behavior: url("css/csshover3.htc");
	font: 12px Arial, Helvetica, Verdana,  sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888888;
}

.vid body {
	margin:0px;
	background:#00ff00;
}

.main #container {
	width: 806px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #939598;
	/*text-align: left;  this overrides the text-align: center on the body element. */
}

.main #content {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-color:#939598;
	border: 0px solid #990000;
	float:none;
	margin: 0px;
	position: relative;
	top: 0;
	z-index: 400;
}
.main #contentbdr {
	border:1px solid #990000;
}

.main #contentp3 {
	border:0px solid #990000;
	/*background-image:url(../images/pg_3_bkg.jpg);
	padding:-3px;
	text-align:left;*/
}

div.DU {
	border:3;
	border-color:#CC0033;
	height:365px;
	width:800px;
	background-color: #CCCCCC;
}

main #gallery {
	position:relative;
	top:0;
	z-index:2;
	}

 #flashcontent {
	position:relative;
	top:0;
	z-index:2;
	}
	
.hdrtable {
	float:none;
	height: 130px;
	/*background-image:url(../images/But_hbk.gif);*/
}
.footertbl{
	background: #ffffff;
	padding:2px;
	font-size:90%;
	clear:both;
}

li#floatrt  {
/*position:relative;
top:0;  
padding:6px;
vertical-align:middle;*/
text-align:right;
float:right;


}

.topbar {
	background: #e9ddbe;
}

.hdrbar2 {
	width: 806px;

	height: 30px;
	background: #ffffff;
}
.tablepg2 {
	text-align:left;
	background-image:url(../images/pg_2_bkg.jpg);
	
}

.tableloc {
	text-align:left;
	padding:10px;
	
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: none;
}

ul.dropdown li {
  float: left;
 line-height: 1.3em;
 vertical-align: middle;
}

ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover  ul {
 visibility: visible;
}



h1 {
	margin-bottom: .5em;
	border-bottom: solid 1px #d9d9d9;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight: normal;
	font-size: 90%;
	text-indent: 5px;
	letter-spacing: -1px;
}

cite {
	float: right;
}

ul.classic {
	list-style: disc;
	margin-bottom: 1em;
	padding-left: 2em;
}

div.section {
	clear: both;
	padding-top: 50px;
}

.table1 {
	float: right;
	margin-bottom: 2em;
	border: solid 1px #eee;
}

.table1 caption {
	color: #fff;
	text-align: center;
	padding-bottom: 5px;
}

.table1 th, .table1 td {
	padding: 7px;
}

.table1 th, .table1 thead td {
	background-color: lightyellow;
	color: #000;
}

.table1 tbody td {
	background-color: #fff;
	color: #000;
}

.table1 tbody th {
	text-align: right;
}
/*
* html ul.dropdown ul {
	background-image: url(images/zdropdown_pane.png);
}*/




.footerText {
	font: x-small Arial, Helvetica, Verdana,  sans-serif;
	color: gray;
	text-align: center;
}

.bodytextSmall {
	font: small Arial, Helvetica, Verdana,  sans-serif;
	color: gray;
}
.bodytextSmallCtr {
	font: small Arial, Helvetica, Verdana,  sans-serif;
	color: gray;
	text-align: center;
}
.bodytextSmallBold {
	font: bold small Arial, Helvetica, Verdana,  sans-serif;
	color: gray;
}
.bodytextMed {
	font: medium Arial, Helvetica, Verdana,  sans-serif;
	color: black;
	
}
.storeListtextMed {
	font: 8pt/150% Arial, Helvetica, Verdana,  sans-serif;
	color: black;
	
}



.bodytextMedBoldWhite {
	font: bold medium Arial, Helvetica, Verdana,  sans-serif;
	color: white;
}
.bodytextLgBold {
	font: bold large Arial, Helvetica, Verdana,  sans-serif;
	color: black;
}
.bodytextMedBold {
	font: bold small Arial, Helvetica, Verdana,  sans-serif;
	color: black;
	text-align: left;
	left: 5px;
	top: 5px;
}



ul.dropdown {
 font: 10px Arial, Helvetica, Verdana,  sans-serif;
 font-weight:bold;
 
 font-size-adjust: .6;
 
}

	ul.dropdown li {
	 padding: 7px 12px;
	 background-color: #ffffff;
	 color: #888888;
	}

	ul.dropdown li:hover {
	 background-color: #ffffff;
	/*background: transparent url(../../images/textHover.png) no-repeat center top;*/
}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #999999; text-decoration: none; }
	ul.dropdown a:hover { color: #d43c23; text-decoration: none; background-color:#ffffff; }
	ul.dropdown a:active { color: #999999; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 margin-left: -6px;
	 width: 110px;
	 padding-bottom: 9px;
	 background: url(../images/zdropdown_pane.png) no-repeat 0 100%;
	 color: #000;
	 font-size: 9px;
	 font-weight: bold;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #888888;
		}

		
		ul.dropdown ul li:hover {
		 background-color: transparent;
		 color: #990000;
		}

		ul.dropdown ul li.empty {
		 padding: 12px 12px 7px !important;
		 font-weight: bold;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #888888; }
		ul.dropdown ul a:hover { color: #d43c23; text-decoration: none; }
		ul.dropdown ul a:active { color: #888888; }

			ul.dropdown ul ul {
			 display: none;
			}

			ul.dropdown ul ul li {}

/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 13px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */




/* Components override */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 /*background-image: url(images/nav-arrow-right.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-vertical *.dir {
 /*background-image: url(images/nav-arrow-right.png);*/
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 15px;
 /*background-image: url(images/nav-arrow-left.png);*/
 background-position: 0 50%;
}



	ul.dropdown li a { /* Moved from 'custom' section */
	 display: block;
	 padding: 6px 6px;
	}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 0px 7px 12px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}

	/* Especially for IE6 or lower */

	ul.dropdown ul a {
	 padding: 4px 5px 4px 12px;
	 /*width: 139px;*/
	}

	ul.dropdown ul a:hover {
	 padding: 3px 5px 3px 11px;
	 border: solid 1px #ddd;
	 background-color: #eee;
	 font-weight: bold;
	}

	ul.dropdown ul a.dir {
	 /*width: 129px;*/
	}
