/*meyer reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background: transparent;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* end meyer reset */



html, body {

	font-family:"Futura", "Century Gothic", "AppleGothic", sans-serif;
	height:100%;
	height:auto;
	background-image: url(images/pattern3.gif);
	background-repeat: repeat-x;
	background-position-y: none;
	text-align:center;

}


p {
	font-size: 1em;
	color: rgb(160,60,68);
	width:100%;
	margin-bottom:15px;
}

a:link {
	color:  rgb(160,60,68);
	text-decoration: none;
	}
a:visited {
	color: rgb(133,51,58);
	text-decoration: underline;
	}
a:hover {
	color: rgb(133,51,58);
	text-decoration: underline;
	}
a:active {
	color: #0000FF}

hr {
	text-align:center;
	width:70%;
	border:1px dotted rgb(160,60,68);
}

h1 {
	font-size:2em;
	margin-bottom:20px;
	padding-bottom: 20px;
}

img {
	padding-bottom: 10px;
	border:none;
}


.left{
	padding-left:20px;
}

.small {
	font-size:12px;
	line-height: 12px;
	padding-bottom:10px;}

ul{
	list-style: none;
	padding:0px;
}

ul .privacy{
}

#contain
{
margin: 0 auto;
top:20px;
width: 1000px;
color: #333;
height:100%;
min-height: 100%;
text-align:left;

}
#top
{
padding: .5em;
width:950px;
margin-bottom:20px;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float:left;
width:160px;
height:800px;
display:inline;
margin:0;
clear:right;
}

#hours{
	float:left;
	display:inline;
	}

#content
{
    width: 650px;
    margin: 0 auto;
    position: relative;
    float:left;
    }
    
#content p{
	padding-left: 30px;
}
#content img{
	padding-left: 30px;
}

#menu
{
position:relative;
top:130px;
height:450px;
left:50px;


}
.footer
{
clear: both;
padding-left: 30px;
padding-top:2px;
padding-bottom:2px;
text-align: center;
font-size: 10px;
}

#leftnav p { margin: 0 0 0 0; }
#content h2 { margin: 0 0 0 0; }
.borderbottom{
	border-bottom:5px solid rgb(157,59,67);
}
.floatleft{
float:left;
clear:both;
}

.hidden{
	visibility: hidden;
	height:100px;
	width:200px;
	border:none;
	display:block;
}
.panel {
	text-align:center;
}
/*menu */
#slider {
    width: 450px;
    margin: 0 auto;
    position: relative;
    float:left;
}
#menunav{
	float:left;
}
#menu2{

}

.paneltitle {
	font-size:18px;
	text-align: left;
	margin-top:10px;
	padding-bottom: 10px;
	font-weight: 500;
}

.title {
	font-size:13px;
	margin:0;
	padding-bottom:2px;
	font-size: 1em;
	color: rgb(160,60,68);
	text-align: left;
}
.description {
	font-size:11px;
	color:#000;
	text-align: left;
    max-width: 500px;
}

.scroll {
	float:left;
    width: 620px;
    overflow-y: visible;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding-left:20px;
    padding-right:20px
    height: 210px;
    width: 600px;
}

#shade {
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    margin-right: 10px;
    padding-bottom:4px;
}

ul.navigation a {
    padding: 2px;
	color: rgb(160,60,68);
    text-decoration: none;
}

ul.navigation a:hover {
	background:rgb(226, 223, 187);
}

ul.navigation a.selected {
			background: rgb(160,60,68);
			color: rgb(226, 223, 187);}
			
ul.navigation a.current {
			background: rgb(160,60,68);
			color: rgb(226, 223, 187);
		}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
/*menu end*/
/*footernav*/
ul.nav {
	list-style:none;
	margin:0;
	padding:0;
}

li.nav {
	display:inline;
	font-size:1.1em;
	padding-right:20px;
}
