

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
font: 1em georgia;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:14px;
width:137px;
padding:7px 0;
color:#ffffff;
background:#003399;
margin-left:1px;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#003399;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:137px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* End of Stu Nicholls Stylesheet--Thank You Stu!*/


body
{
width:100%;
text-align:center;
}

.bodycontainer
{
background:#999999;
margin: 0 auto;
width:696px;
height:;
}

.menucontainer
{
position:top;
width:696px;
height:36px;
background:#;
border:2px solid white;
}

.homebar
{
background-color:#003399;
border-left: 2px solid white;
border-right: 2px solid white;
text-align:center;
font: normal normal bolder .75em georgia;
color:#ffffff;
width:696px;
}

.textcontainer
{
background:#999999;
text-align:center;
height:800px;
width:696px;
margin:0 auto;
border: white 2px solid;
}

.hours
{
background:#999999;
float:right;
width:30%;
height:100%;
font: normal normal bolder 1em Georgia;
border-left: white 2px solid;
border-bottom: white 2px solid;
background-color:;
}

.twocol2
{
float:right;
width:49%;
height:1600px;
text-align:left;
font: normal normal bolder 1em serif;
border-left: black 2px solid;
border-right: white 2px solid;
border-top: white 2px solid;
background-color:#999999;
}

.twocol1
{
width:49%;
height:1600px;
float:left;
text-align:left;
padding-left:4px;
padding-right:4px;
font: normal normal bolder 1em serif;
border-left: white 2px solid;
border-top: white 2px solid;
background-color:#999999;
}

.banner
{
position:top;
}

.text
{
display:inline;
width:65%;
float:left;
text-align:left;
padding-top:10px;
padding-left:4px;
padding-right:4px;
font: normal normal bolder 1em georgia;
background-color:#;
}
.spacer
{
width:1px;
height:1px;
}
.image1
{
float:left;
padding-left:6px;
padding-top:6px;
padding-right:6px;
padding-bottom:6px;
}

.image2
{
padding-left:6px;
padding-top:6px;
padding-right:6px;
padding-bottom:6px;
margin-bottom:34px;
}
.image3
{
float:right;
padding-left:6px;
padding-top:6px;
padding-right:6px;
padding-bottom:6px;
}


.footcontainer
{
background:#999999;
float:left;
width:696px;
font:Serif;
bottom:10px;
clear:both;
border: 2px solid white;
margin-bottom:10px;
}
ul
{
text-decoration:none;
list-style-type:none;
}

li
{
list-style-type:none;
line-height:20px;
}
a, visited, 
{
color:black;
}

