/* Removes "Powered by:" from footer */
.powered-by {
     display: none;
}

/* Contact Us Page Stuff */
#contwrap {
  text-align: left;
  display: block;
  width: 80%;
  margin: auto auto auto auto;
}

#contactleft {
  width: 220px;
  height: auto;
  text-align: left;
  float: left;
}

#cuspacer
{
  width:40px;
  min-height: 400px;
  float: left;
}

#contactright {
  width: 350px;
  height: auto;
  text-align: left;
  float: left;
}

input.wpcf7-text {
    height: 20px;
    width: 97% !important;
}

textarea.wpcf7-textarea
{
height: 130px;
width: 97% !important;
}

input.wpcf7-captchar
{
    height: 20px;
    width: 60% !important;
}

#qcscapt
{
  height: auto;
  width: 170px;
}


#contformleft
{
  height:auto;
  width: 50%;
  float: left;
}
#contformright
{
  height:auto;
  width: 50%;
  float: left;
}
