body {
font:normal 11px Georgia;
background:#444444 url(images/gradient.gif) repeat-x 0 0;
font-size: 13px;
}

.float-right{
float: right;
}

.float-left{
float: left;
}

h2, h3 {
border-top:1px solid #D0CDC1;
padding-top:20px;
}

h1 {
font-family: Georgia;
text-align: left;
padding-bottom: 5px;
border-bottom:1px solid #D0CDC1;
text-align: center;
font-weight: normal;
font-size: 30px;
margin-top: 0;
margin-bottom: 0;
}

h5 {
font-size: 13px;
margin: 10px;
margin-top: 15px;
}

.wrapper{
margin-left: -10px;
margin-right: -10px;

}

.header{
width: 900px;
height: 150px;
position: relative;
margin: auto;
}

.header img{
margin-left: 30px;
margin-top: 10px;
}

.header p {
margin-bottom: 0;
line-height: 22px;
font-size: 17px;
float: right;
margin-top: 60px;
margin-right: 10px;
}

.container{
margin: 0 auto;
width: 900px;
position: relative;
}

.leftSide{
width: 220px;
font-size: 15px;
float: left;
background: url(images/nav.png) no-repeat center top;
margin-left: 5px;
margin-top: -10px;
}

.nav {
display: block;
padding-top: 20px;
height: 360px;
}

.nav a:last-child {
border-bottom: none;
}

.nav a{
text-decoration: none;
display: block;
text-align: center;
color: #000000;
border-bottom: solid 1px #d0cdc1;
margin: 0 25px 0 25px;
font-weight: bold;
padding: 12px 30px;
font-size: 12px;
}

.nav a:hover {
background: url(images/paw.gif) no-repeat 0 50%;
}

.main {
background: #7c0000;
-moz-box-shadow: 0 0 30px #222222;
-webkit-box-shadow: 0 0 30px #222222;
box-shadow: 0 0 30px #222222;
width: 900px;
min-height: 350px;
padding-bottom: 20px;
padding-top: 20px;
}

.main p {
margin-bottom: 0;
margin-right: 50px;
margin-top: 5px;
}

.content{
padding: 10px 20px 20px 20px;
width: 600px;
color: #003333;
background: url(images/page.gif) repeat 0 0;
margin-left: 230px;
min-height: 320px;
}

.content p {
font-family: "Lucida Grande","Lucida Sans Unicode",helvetica,clean,sans-serif;
padding-top: 10px;
margin: 10px;
line-height: 1.5;
}

.content a {
text-decoration: none;
color: blue;
}

.content img {
background:#FFFFFF none repeat scroll 0 0;
border: 1px solid #CCCCCC;
margin:10px;
padding:5px;
}

.top{
font-size: 11px;
text-align: right;
}

#hours {
color: maroon;
float: right;
background-color: #fefcb6;
border: solid 1px #d1d0c1;
padding: 10px;
margin: 10px;
margin-right: -30px;
max-width: 180px;
}

#hours h2{
margin: 0 -26px 10px 0;
background: url(images/paperclip.png) no-repeat scroll 100% 0;
border: none;
text-align: left;
padding: 10px;
}

#hours p{
border-top: solid 1px black;
font-size: 12px;
text-align: center;
}

.bottomNav{
font-size: 12px;
text-align: center;
height: 40px;
padding-left: 210px;
}

.bottomNav ul{
list-style-type: none;
margin: 0;
margin-top: 1px;
}

.bottomNav li {
float: left;
margin-top: 11px;
border-right: solid 1px black;
text-align: center;
}

.bottomNav a {
padding-top: 5px;
padding-right: 8px;
padding-left: 7px;
padding-bottom: 5px;
color: white;
text-decoration: none;
}

.bottomNav li:last-child{
border-right: none;
}

.bottomNav a:hover{
background: url(images/barHover.png) repeat-x scroll 0 0;
}

.footer {
width: 900px;
margin: auto;
}

.footer p {
padding: 10px;
margin: 0;
text-align: center;
font-size: 14px;
color:#ccc;
}

#front_pic{
background:#FFFFFF none repeat scroll 0 0;
border: 1px solid #CCCCCC;
margin-bottom:10px;
padding:2px;
}


#slideshow {
	margin:0 auto;
	position:relative;
	background: maroon;
	padding-top: 10px;
	padding-bottom: 10px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:840px;
  height: 500px;
  overflow:auto; 
  position:relative;
  border: solid 1px white;
  background: grey;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
}

.control {
  display:block;
  width:39px;
  height:500px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/scroll-left.gif) no-repeat 0 50%;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/scroll-right.gif) no-repeat 100% 50%;
}

.slide img{
max-height: 500px;
margin: auto;
display: block;
}

#email fieldset {
	padding: 20px 30px 20px 20px;
}

#email legend {
	font-size: 1.2em;
}

#email label {
	font-weight: bold;
}

#email_box textarea {
	width: 100%;	
}

div#id {
	text-align: right;
}

div#success {
	border: 2px solid green;
	background: #b4ffbf;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	display: none;
}

div#errors {
	border: 2px solid red;
	background: #f58d8c;
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}

