.contactLinks a:link {text-decoration: underline; color: black;}
.contactLinks a:visited {text-decoration: underline; color: black;}
.contactLinks a:hover {text-decoration: none; color: maroon;}

.contactinfotitle-img {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 12%;
}

.contactinfotitle-bg {
  background-color:#4b556e;
  height : 26px;
  width  : 100%;
}

.contact-detail {
  padding: 0px;	
  margin: 0px;	
  width: 100%;   
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 10px;
}

.text-block {
  margin-left: 4%;
  margin-top: 4px;
  width : 90%;
}

.box-on {
  color: #ffffff;
  font-weight: bold;
  padding-left: 5%;
  padding-top: 3px;
  height: 20px;
  background-color: #959a9e;
  width: 95%;
  text-align: left;
  cursor: pointer;
}

.box-off {
  color: #000000;
  font-weight: bold;
  padding-left: 5%;
  padding-top : 3px;
  height: 20px;
  background-color: #e0e1e6;
  width: 95%;
  text-align: left;
  cursor: pointer;
}

.collapse-block {
  display: none;
  visibility: hidden;
}

.visible-block {
  display: block;
}

.expand-block {
  width: 100%;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}

.contactform-container {
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}

.contactform-left {
  float: left;
  width: 33%;
}

.contactform-right {
  float: right;
  width: 64%;
}

.contactform-block {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 38px;
}

.note {
  padding-top: 3px;
  font-size: 9px;
  font-family: : arial;
}

.contactus-leftcolumn {
  background-color:#EEEEEE;
  float:left;
  width:68%;
  margin-left: 1px;
  margin-bottom: 5px;
}

.contactus-rightcolumn {
  width: 100%;
  float: right;
  margin-right: 1px;
  margin-left: 4px;
  margin-bottom: 5px;
}

.contactus-warnnote {
  padding-top: 3px;
  color: #D62526;
  font-size: 9px;
}

/*
 * The theme provided styles for select & input text do not seem to work.
 * So using the below one temporarily.
 * -smanya May-01-07.
 */
.contactus-inputstyle {
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}

.thank-you-contact {
  padding: 10px;	
  margin: 0px;	
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 11px;
  height: 200px;
}