/* CSS Document - Contact Us Styles */

.flasharea {
  float:left;
  width:689px;
  height:457px;
  background-image:url('../../images/contactusbg.jpg');
  background-repeat:no-repeat;
}

.contactusform {
  float:left;
  margin:120px 0 0 270px;
  width:350px; 
}

.contactusform p {
  text-align:right;
  margin:0 10px 60px 0;
}

.contactusform label {
  display:block;
  float:left;
  text-align:right;
  width:100px;
  height:20px;
  margin-top:7px;
  color:#a4a4a5;
}

.contactusform input, .contactusform textarea, .contactusform select {
  float:left;
  margin:2px 5px;
  width:230px;
  height:25px;
  background-color:#fff;
  border:1px solid #d4d2d2;
  color:#a4a4a5;
}

.contactusform textarea {
  height:50px;
}

.contactusform .submitbutton {
  float:right;
  width:80px;
  color:#a4a4a5;
}

.bottom {
  float:left;
  width:927px;
  height:175px;
}

.bottom p {
  width:620px;
  margin-left:30px;  
}

.bottom img {
  margin-left:30px;
}
.bottom H1 { margin-left:30px;}
.bottom H2 { margin-left:30px;}

.bottom .location {
  float:left;
  width:270px;
  margin-right:50px;
  border-right:2px solid #dfdfdf;
}

.location p {
  width:160px;
}

.location img {
  float:left;
  margin:5px 0 0 0;
}

