﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

p{
font:12px verdana;
}

h1, h2, th, td{
font-family: verdana;
}

.navyatab{
margin: 0px;
padding: 0px;
}

.navyatab li{
list-style-type:none;
background: rgb(255,204,153); /*color of menu by default*/
font: bold 16px Verdana;
color: green;
text-indent: 5px;
text-align: left;
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.navyatab li a{
background: rgb(255,104,53); /*color of menu by default*/
display: block;
color: black;
width: auto;
text-indent: 5px;
text-decoration: none;
text-align: left;
border-bottom: 1px solid rgb(255,104,53); /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.navyatab li a:hover{
background-color: rgb(255,204,153); /*color of menu onMouseover*/
color: green;
border-bottom: 1px solid rgb(255,204,103); /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

#navbar{
width:150px;
position: absolute;
top: 225px;
left: 8px;
*left:10px;
overflow: none;
opacity:0.6; 
filter:alpha(opacity=60);
background-color:rgb(255,104,53); 
}

#tidbits{
position: absolute;
top: 205px;
right: 25px;
height: 30px;
opacity:0.6; 
filter:alpha(opacity=60);
}

#logo{
background-color: rgb(255,124,83);
height: 620px;
}

#hrs,#map,#contact{
cursor: hand;
cursor:pointer;
padding-right: 5px;
}

#index{
position: relative; 
left:150px; 
*left:-20px;
*top:15px;
width:850px;
*width:750px;
}

#show{
background: url(../images/white.jpg) repeat left top;
border:1px rgb(255,204,103) solid;
border-top: 1px rgb(255,204,103) solid;
height:400px;
overflow:auto;
width:565px;
text-align: left;
text-indent:2px;
*margin:5px 200px 0 0;
}

#backgroundPopup{
display:none;
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popUp{  
display:none;  
position:relative;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:2;  
padding:12px;  
font-family: verdana;
font-size:13px;  
}  

#popUp h1{  
text-align:center;  
color:#6FA5FD;  
font-family: verdana;
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}  
#popUpClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;  
cursor: default;
}  

#showImg{
position: absolute;
top: 180px;
left: 225px;
display:none;  
z-index:2;  
}
#slideshow {
	CLEAR: both; WIDTH: auto; TEXT-ALIGN: center
}
.pics {
	PADDING: 0px; MARGIN: 0px; OVERFLOW: hidden; WIDTH: auto; HEIGHT: 150px; TEXT-ALIGN: center; background: no-repeat;
}
.pics IMG {
	LEFT: 0px; MARGIN: auto; WIDTH: auto;
}