/* GLOBALS */
body {
margin: 0 auto;
background-color: #602512;
background-image: url(../_images/bgtile.gif);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3e321c;
}

a {
color: #762b12;
text-decoration: none;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #9e4a2e;
font-weight: normal;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=60);   
-moz-opacity: .6;   
opacity: .6;
-khtml-opacity: .6; 
}


#content {
width: 830px;
margin: 0px auto;
background-color: transparent;
background-image: url(../_images/contentbg.png);
background-repeat: repeat-y;
}

#main {
width: 800px;
margin: 0 auto;
text-align: left;
}

.padit15 {
padding: 15px;
}

.padit10 {
padding: 10px;
}

.padleft {
padding-left: 10px;
}

.boxstyle {
background-color: #c2b396;
background-image: url(../_images/boxgrad.gif);
background-repeat: repeat-x;
border: 1px solid #97886c;
}

.imgbrdrm10 {
margin-bottom: 10px;
border: 1px solid #9b8c70;
}

.imgbrdr {
margin-bottom: 4px;
border: 1px solid #9b8c70;
}

.title1 {
font-size: 13px;
font-weight: bold;
}

.title2 {
font-size: 15px;
font-weight: bold; 
}

.textright {
text-align: right;
}

.divider {
width: 100%;
height: 15px;
margin: 15px auto 0px auto;
border-top: 1px solid #97886c;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer15 {
margin: 0 0 15px 0;
}

.spacer5 {
margin: 0 0 5px 0;
}

.smalltxt td {
font-size: 10px;
}

.smalltxt {
font-size: 10px;
}

.centerit {
text-align: center;
}

.picfloat {
width: 128px;
float: left;
margin: 0 15px 15px 0;
font-size: 10px;
line-height: 12px;
}

.clearit {
clear: both;
}

#tourheader td {
font-weight: bold;
background-color: #9b8c70;
font-size: 12px;
height: 30px;
padding: 8px;
}

.tourtbl td {
font-size: 10px;
padding: 8px;
}

.lyrictbl td {
padding: 5px;
}


#footer {
width: 830px;
height: 120px;
margin: 0 auto;
background-color: transparent;
background-image: url(../_images/footerbg.png);
background-repeat: no-repeat;
font-size: 9px;
text-align: center;
line-height: 20px;
color: #9e6d5d;
}

a.foot {
color: #9e6d5d;
text-decoration: underline;
font-weight: normal;
}

a.foot:hover {
text-decoration: underline;
color: #c19a8e;
font-weight: normal;
}


/* FORM STYLE */
form {
margin: 0;
padding: 0;
}

.txtbox {
margin-bottom: 5px;
}

.required {
font-weight: bold;
text-align: right;
}


/* MENU STYLE */
.jqueryslidemenu ul{margin: 0;padding: 0;list-style-type: none;
z-index: 1;}/*Top level list items*/.jqueryslidemenu ul li{float: left;position: relative;display: inline;}/*Top level menu link items style*/.jqueryslidemenu ul li a{display: block;white-space: nowrap;}* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}/*1st sub level menu*/.jqueryslidemenu ul li ul{margin: 0;padding: 0;position: absolute;}/*Sub level menu list items (undo style from Top level List Items)*/.jqueryslidemenu ul li ul li{float: none;display: inline;}.jqueryslidemenu ul li ul li a {	width: 125px;padding: 8px;border-top: 1px solid #612715;border-left: 1px solid #612715;border-right: 1px solid #612715;background-color: #44180a;font-size: 11px;color: #9e543b;text-decoration: none;}			.jqueryslidemenu ul li ul li a:hover {	background-color: #612715;font-size: 11px;text-decoration: none;color: #e4b582;}
