@charset "utf-8";
body {
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
	background: #E7BF21;
	background-image:url(/images/test-bg.png);
	background-repeat:repeat;
	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: #000000;
}

.oneColFixCtr #container {
	width: 960px;
	background: #301b08;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.oneColFixCtr #mainHours {
	background: #EED462;
	text-align: right;
	padding: 5px;
	padding-top: 0px;
	color: #301b08;
}
.oneColFixCtr #mainMenu{
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: block;
	width: 900px;
	
    top: 350px;
    left: 100px
}
img{ padding: 0pxx;
    margin 0px;
    border-style: none;
}
a.mainMenu{ 
  display:      block; 
 
  width: 100px;                
  padding: 0;
  text-align: center; 
  border: solid #301b0f 1px;
} 
a.none
{
    text-decoration:none;
}
a.selected{ 
  display:      block; 
 
  width: 100px;                
  padding: 0;
  text-align: center; 
  border: solid #301b0f 1px;
  color: #E7BF21;
} 
a.mainMenu:hover    { border: solid #E7BF21 1px;}



.underline
{
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color:#E7BF21;
	padding: 4px;
	}


.oneColFixCtr #mainNavigation {
	background: #f4e290;
}
.oneColFixCtr #mainContent{
	background: #f4eac3;
}

td #topLeft{
 	background-repeat:no-repeat;
	background-image:url(/images/topLeft.png);
	height:53px;
	width:60px;
}
td #topRight{
 	background-repeat:no-repeat;
	background-image:url(/images/topRight.png);
	height:53px;
	width:60px;
}
td #topMiddle{
 	background-repeat:repeat-x;
	background-image:url(/images/topMiddle.png);
	height:53px;
	text-align: center;
	vertical-align: top;
	color: #f4eac3;
}

td #bottomLeft{
 	background-repeat:no-repeat;
	background-image:url(/images/bottomLeft.png);
	height:53px;
	width:60px;
}
td #bottomRight{
 	background-repeat:no-repeat;
	background-image:url(/images/bottomRight.png);
	height:53px;
	width:60px;
}
td #bottomMiddle{
 	background-repeat:repeat-x;
	background-image:url(/images/bottomMiddle.png);
	height:53px;
	text-align:center; 
	
    vertical-align: bottom;
    padding-bottom: 10px;
	
}
td #bottomMiddle a
{
    color: #EED462;
	font-size: 13px;
}

td #middleLeft{
 	background-repeat:repeat-y;
	background-image:url(/images/middleLeft.png);
	height:57px;
	width:60px;
}
td #middleRight{
 	background-repeat:repeat-y;
	background-image:url(/images/middleRight.png);
	height:57px;
	width:60px;
}
td #middleMiddle{
 	background-repeat:repeat;
	background-image:url(/images/middleMiddle.png);
	height:57px;
}

th{
	font-style: italic;
	text-align: left;
	padding-top: 10px;
}
td{
	text-align: left;
}
td #menuItemDesc{
	padding-bottom: 5px;
}
li
{
    list-style: none;
    list-style-image: none;
}
h1,h2,h3,h4{
	color:#442114;
    font-family: "Times New Roman", Times, serif;
	letter-spacing:5px;
	text-transform:uppercase;
	text-align:center;
	margin:0 10px 10px 0;
	padding:0;
}
h1{
	font-size:17pt;
	padding: 20px;
}
h1.trim{
    padding: 0px;
    padding-top: 20px;
}
h2{
    letter-spacing: 0px;
    font-style: italic;
	font-size: 14pt;
	font-weight: bold;
	text-transform: none;
}
h3{
    font-size:10pt;
    font-weight: normal;
}
p{
	font-family: "Times New Roman", Times, serif;
	font-size:  12pt;
	text-align: center;
}
p.middle{
	color:#694d43;
	line-height:18px;
	letter-spacing: 0em;
	margin:0 35px 10px 35px;
	text-align: center;
	font-style: normal;
}
p.justify
{
    text-align: justify;
}
a{
	font: 13pt Georgia, serif, Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

#mapsearch
{
    width:  100%;
    height: 500px;
}

/*-----------------------------------------------------------------------*/
#loc_window{
    border: solid 1px #ccc;
    width: 314px;
    height: 180px;
    background-color: #f2f2f2;
}
#loc_hdr{
    background-image: url(/images/VS_Text.png);
    width: 303px;
    height: 53px;
}
#tohere{ color:#0066ff; font-family: font-family: "Times New Roman", Times, serif; font-size: 12pt; text-decoration: underline; }
