@charset "UTF-8";
body {
	background: #000000;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 200px;
	background-color: #000000;
	background-repeat: no-repeat;
	height: 300px;
}
.oneColFixCtrHdr #footer {
	background:#000000;
	font-size: 10px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 40px;
}
.logopanel {
	background-image: url(images/nav/01logos.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 350px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}

a, a:link, a:visited {
	color: #FFC63C;
	text-decoration: none;
}

#monday {
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	width:250px;
	height:60px;
	z-index:1;
	visibility: hidden;
	padding: 8px;
	top: 30px;
	left: 0px;
	background-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#tuesday {
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	width:250px;
	height:60px;
	z-index:2;
	visibility: hidden;
	padding: 8px;
	left: 0px;
	background-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	top: -30px;
}
#wednesday {
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	width:250px;
	height:60px;;
	z-index:3;
	visibility: hidden;
	padding: 8px;
	left: 0px;
	background-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	top: -50px;
}
#thursday {
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	width:250px;
	height:60px;
	z-index:4;
	visibility: hidden;
	padding: 8px;
	left: 0px;
	background-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	top: -100px;
}
#friday {
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	width:250px;
	height:60px;
	z-index:5;
	visibility: hidden;
	padding: 8px;
	left: 0px;
	background-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	top: -160px;
}
#saturday {
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	width:270px;
	height:60px;
	z-index:6;
	visibility: hidden;
	padding: 8px;
	left: 0px;
	background-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	top: -200px;
}
#sunday {
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	width:250px;
	height:60px;
	z-index:7;
	visibility: hidden;
	padding: 8px;
	left: 0px;
	background-color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	top: -275px;
}

.tabledotted {
	border: 3px dotted #999999;
}
.tabledotted01 {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.tabledotted02 {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.tabledotted03 {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#menus {
	height: 300px;
	width: 370px;
	overflow: hidden;
}

