.topnav {
  color:#FFF;
  text-decoration:none;
  font-weight:bold;
  font-family:verdana;
  font-size:14px;
}

h2 {
  font-family: verdana;
}

input {
  margin-top:5px;
}

#box {   
      float: left;
      width:934px;
      background-color:#FFF5CF;
      min-height: 435px;
      height: 435px;
      font-family: verdana;
}   
                             
html > body #box {   
      height: auto;   
}

.breadcrumbs {
  color:#fff6d5;
  font-family: verdana;
  text-decoration:none;
}

.orangetop {
  float:left;
  background-color:#F5821F; 
  height:20px; 
  width:100%;
}

.yellowtop { 
 float:left;
 background-color:#FAA61A; 
 height:90px;
 width:100%;
}

.redtop {
  float:left;
  background-color:#C00B00; 
  height:120px; 
  width:100%;
}

.packageImage {
    float: left;
      width: 25%;
    }

.packageText {
        text-align:left;
        float: left;
          width: 74%;
}
.formitems {
  float:left;
  width:100%;
  font-family:verdana;
  font-size:12px;
}
.collectiontitle {
  float:left;
  width:100%;
  font-family: verdana;
  font-size:16px;
  font-weight:bold;
}

.collectiondescription {
  float:left;
  width:100%;
  font-family: verdana;
  font-size:12px;
}

.collectionheader {
  float:left;
  width:100%;
  font-family: verdana;
  font-size:14px;
  text-align:center;
}

.collectionthumbs {
  float:left; 
  text-align:center;
  width:100%;
}

.thumbnailPackage {
  padding: 5px;
  margin: 4px;
  background: #FFF;
  border-width: 1px;
  border-color: #778899;
  display:inline;
}


a:hover .thumbnailPackage {
  border-width: 2px;
  border-color: #C00B00;
  margin: 3px;
}

.normallinks{
  color:#C00B00;
  text-decoration:none;
}

.question{
  float:left;
  font-weight:bold;
  font-size:12px;
  margin-left:5px;
  margin-bottom:10px;
  width: 100%;
}

.answer{
  float:left;
  font-size:12px;
  margin-left:5px;
  margin-bottom:20px;
  width:100%;
}

.listitem{
  margin-bottom:10px;
  font-size:12px;
}
