/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #ccbfaf url("../images/background.gif") repeat-x;
  font: normal 62.5% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
}

h1 {
  clear: both;
  text-align: center;
  font-size: 2.4em;
  background: url("../images/hdots.gif") bottom left repeat-x;
  padding-bottom: 10px;
}

h1 a {
  font-style: normal;
  color: #9b0d0f;
}

p {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 40px;
  list-style: disc;
}

li {
  font-size: 1.1em;
  line-height: 2em;
  padding-right: 1em;
  padding-bottom: 1em;
}

label {
  width: 150px;
  margin-left: 97px;
  display: block;
  color: #483a29;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px;
}

input {
  margin-bottom: 5px;
  margin-left: 100px;
  width: 250px;
  display: block;
  padding: 2px;
}

textarea {
  margin-bottom: 5px;
  margin-left: 100px;
  width: 250px;
  display: block;
  padding: 2px;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#wrap {
  width: 778px;
  margin: 0 auto;
  padding-top: 15px;
  text-align: left;
}

#rss {
  float: right;
  width: 400px;
  height: 117px;
  background: url("../images/rssbackground.gif") repeat-x;
}

#col1 {
  float: left;
  background: url("../images/vdots.gif") repeat-y;
  width: 567px;
}

#col2 {
  float: left;
  background: url("../images/vdotsside.gif") repeat-y;
  width: 211px;
  height: 100%;
  text-align: center;
}

#col2 a, .mailto {
  color: #483a29;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 5px;
}

#enter {
  width: 139px;
  height: 48px;
  background: url("../images/image1.gif") no-repeat;
  text-align: left;
  margin: 10px auto;
  padding: 65px 10px 15px;
}

#inquiry {
  width: 139px;
  height: 48px;
  background: url("../images/image2.gif") no-repeat;
  text-align: left;
  margin: 10px auto;
  padding: 65px 10px 15px;
}
#vail {
  width: 139px;
  height: 48px;
  background: url("../images/callout-vail.gif") no-repeat;
  text-align: left;
  margin: 10px auto;
  padding: 65px 10px 15px;
}
#contact {
  width: 139px;
  height: 48px;
  background: url("../images/contact.gif") no-repeat;
  text-align: left;
  margin: 10px auto;
  padding: 65px 10px 15px;
}

#enter a, #inquiry a, #contact a, #vail a {
  color: #ff0005;
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 15px;
}

#enter p, #inquiry p, #contact p, #vail p {
  color: #fff;
  line-height: 1.2em;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}

#footer {
  clear: both;
  background: url("../images/hdots.gif") top left repeat-x;
}

#rss a {
  color: #000;
}

#rss p {
  font-size: 1em;
  line-height: 1.3em;
  padding: 0 10px 0 30px;
}

#rss strong a {
  color: #9b0d0f;
  font-size: 1.1em;
}

#submit {
  clear: left;
  width: auto;
  margin-left: 100px;  
}

#state {
  width: 50px;
}

#zip, #start, #end {
  width: 100px;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.logo {
  float: left;
}

.content {
  margin: 10px;
  padding: 10px;
  background: #d3c7b9 url("../images/contentback.gif") repeat-x;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 5px;
}

p.address {
  color: #363636;
  font-size: 1.6em;
  text-align: center;
  margin: 0;
}

p.copyright {
  font-size: 1em;
  color: #9b0d0f;
  text-align: center;
}

p.copyright a {
  font-weight: bold;
  color: #9b0d0f;
}

.rss {
  float: left;
  padding: 0 5px 0 10px;
}

#rss a.title {
  font-weight: bold;
}

.photo {
  float: right;
  margin-left: 20px;
}

.photo p {
  text-align: center;
  font-weight: bold;
}

/*----End Classes----*/