@media screen {
body {
   margin:0px;
   font-family: "Times New Roman", Gothic, Serif;
   font-size: small;
   color: #000000;
}
#header {
   margin:0px auto;
   background: url('../images/header.jpg') no-repeat; 
   width:960px; 
   height:190px; 
}
#mainNav {
   color: #000000;
   display: block;
   margin: 0px auto;
   width: 870px;
   padding-bottom: 0px;
   padding-top:2px;
   height: 36px;
   font-weight:bold;
   font-size:18px;
   text-indent: 0px;
   padding-left: 0px;
   background: url('../images/TitleBarBG.gif') repeat-x;
}
#mainNav LI {
   list-style-type: none;
   display: block;
   max-width: 130px;
   float: left;
   position: relative;
   clear: none;
}
#mainNav A {
   color: #000000;
   text-decoration: none;
   font-size: 18px;
   margin:0px 9px;
   line-height:33px;
}
a.navHover:hover {
   background-color:#B17D0D;
   border-top:1px black solid;
   border-bottom:1px black solid;
   padding-top:2px;
   line-height:33px;
}
#mainNav b {
   font-size:24px;
   line-height:32px;
}
#bodyBG {
   background: url('../images/body.jpg') no-repeat; 
   width:960px; 
   height:530px;
   padding:0px;
   margin:0px auto;
}
#bodyRepeat {
   background: url('../images/body.jpg') repeat-y; 
   min-height:530px; 
   width:960px; 
   margin:-530px auto 0px auto; 
   color:white;
}
#bodyContent {
   padding-top:0px;
   padding-left:175px;
   font-family:arial;
   font-weight:bold;
   width:610px;
}
#bodyContent h1 {
   font-size:20px;
   margin-top:0px;
   padding:0px 10px;
   background-image:url('../images/underline.gif');
   background-repeat:no-repeat;
   height:35px;
}
#bodyContent p {
   margin:0px;
   padding:0px;
}
#bodyContent a:link,a:visited {
   color:#999999;
}
#bodyContent a:active,a:hover {
   color:#F7F7B0;
}
#bodyContent span {
   display:block;
   color:#D79B5D;
}
#bodyContent h4.tourDate {
   display:block;
   font-size:150%;
   color:#D79B5D;
   padding:0px;
   margin:0px;
   clear:both;
}
a.tourDetails:link,a.tourDetails:visited {
   font-size:120%;
   color:white !important;
   text-decoration:none;
}
a.tourDetails:active,a.tourDetails:hover {
   background-color:red;
   text-decoration:underline;
}
b.dateDay {
   float:left;
   display:block;
   width:50px;
}
b.tourLocation {
   display:block;
   max-width:300px;
   min-width:250px;
   margin-left:25px;
   float:left;
}
b.tourVenue{
   display:block;
   width:135px;
   margin-left:25px;
   float:left;
   clear:right;
}
b.clickHere{
   display:block;
   width:215px;
   margin-left:30px;
   float:left;
}
.subheader {
   font-size:135%;
   display:block;
   clear:both;
   margin:0px;
   padding:0px;
   color:#D7863D;
}
.linkContainer {
   clear:both;
   width:500px;
}
a.linksPage:link {
   display:block;
   float:left;
   clear:none;
   width:170px;
}
a.linksPage:hover {
   color:#F7F7B0 !important;
}
.linkDescription {
   margin-top:0px !important;
   width:325px;
   font-style:italic;
   float:left;
   clear:none;
   display:block;
   color:white !important;
}
.pad_bot_med {
   margin:10px auto 0px 55px;
}
div#paginate {
   border:1px solid white;
   background-color:#E6CAA2;
   padding:5px;
   font-size:110% !important;
}
a.nextback:link,a.nextback:visited {
   color:black !important;
   text-decoration:underline;
}
a.nextback:active,a.nextback:hover {
   text-decoration:none;
}
.notice {
   color:#B43B28;  
}
p.pastClients {
   font-size:125% !important;
}
a.pastClients:link,a.pastClients:visited{
   color:#D79B5D !important;
   text-decoration:none;
}
a.pastClients:active,a.pastClients:hover {
   text-decoration:underline;
}
#newslettersignup:link, #newslettersignup:visited {
   text-decoration:underline;
}
#newslettersignup:active, #newslettersignup:hover {
   text-decoration:none;
}
#newsletters {
   border:2px white solid;
   width:230px;
   float:left;
   display:block;
   padding-left:5px;
   margin-left:15px;
}
#newsletters a {
   display:block;
   font-size:15px;
}
#newsletters a:link,a:visited {
   text-decoration:none;
}
#newsletters a:hover,a:active {
   text-decoration:underline;
   color:#F7D56B;
}
.author {
   color:#D79B48;
   display:inline !important;
}
#footer {
   margin:0px auto;
   background: url('../images/footer.jpg') no-repeat; 
   width:960px; 
   height:70px; 
   color:white;
   text-align:center;
   padding-top:75px;
}
/* Added by User */

#formDisplay {
  background-color: #232323;
  display: block;
  width: 600px;
  height: 600px;
  filter: alpha(opacity=80); /* For IE */
  -moz-opacity: .8;
  opacity: .8;
  padding: 2px;
  text-align: left;
  border: solid 1px #898989;
}
#innerForm {
  width: 400px;
  height: 550px;
}
#innerForm BR {
  clear: both;
}
.formItem {
  clear: both;
  display: block;
  height: 18px;
}
.formItem LABEL {
  float: left;
  display: block;
  width: 100px;
}
.formItem INPUT {
  float: left;
  text-align: left;
  width: 275px;
  border: solid 1px #898989;
  padding: 0px;
}
.RegConfirm {
  font-weight:bold !important;
  font-size:16px;
  color:#D79B5D !important;
}
.tourPageInfo {
  color:#D79B5D;
}
.labelConfirm {
  color:white !important;
}
}