@import "base.css";

#pro h2{
  clear:both;/*only for IE6*/
  margin:10px 20px;
  color:#3871A9;
}

#pro h2 em{
  font-size:.8em;
  padding-left:10px;
}

#pro li{
  overflow:hidden;
  margin:6px 20px 6px 40px;
}

#pro p.intro{
  margin:15px 20px;
  padding:8px 10px;
  font-size:1.2em;
  background:#DDE9F4;
}

#pro ul em{
  float:left;
  font-weight:bold;
  padding-right:5px;
}

#pro ul a{font-style:italic}

#pro ul strong{
  padding:0 5px;
  background-color:#DDE9F4;
  font-weight:normal;
}

#pro ul span{
  float:left;
  width:80%;
}

#mailUs{
  margin:50px 20px 20px;
  padding-bottom:5px;
  background:#DDE9F4;
}

#mailUs h2{
  position:relative;
  top:-13px;
  left:10px;
  width:100px;
  height:26px;
  line-height:26px;
  text-align:center;
  color:#fff;
  background-color:#3871A9;
}

#mailUs legend{display:none}

#mailUs label{
  display:inline-block;
  font-weight:bold;
  font-style:italic;
  padding-right:10px;
  width:88px;
  text-transform:capitalize;
  text-align:right;
}

#mailUs input,
#mailUs textarea{
  padding:4px;
  width:360px;
  border:1px solid #3871A9;
}

#mailUs fieldset{margin:20px 20px 20px 40px}

#request textarea{
  vertical-align:top;
  height:150px;
  color:#666;
}

#info li{margin:10px 0}

#btn{
  overflow:hidden;
  width:250px;
  margin:0 auto 10px;
  _margin-top:-30px;
}

#btn input{
  float:left;
  height:27px;
  width:55px;
  margin:0 35px;
  _margin:0 25px;
  color:#fff;
  font-weight:bold;
  background:#3871A9;
  cursor:pointer;
}

#btn>input{
  background:white;
  color:#3871A9;
}

#btn input:hover{
  background:#3871A9;
  color:#fff;
}