
.contact_body{
    background-color: white;
      /*margin: 0 20px 0 20px;*/
      display: grid;
      width: 906px;
  margin: 0 auto;
  /*grid-template-rows: repeat(7, 1fr);  /* 7 rows, each 1 fraction of available space */
  /*grid-template-columns: repeat(2, 1fr); /* 2 columns, each 1 fraction of available space */
  /*grid-auto-rows: min-content;*/
  /*grid-auto-rows: minmax(20px, auto);*/
  }
  .contact_content{
     /*grid-template-rows: repeat(7, 1fr);  /* 7 rows, each 1 fraction of available space */
  /*grid-template-columns: repeat(2, 1fr); /* 2 columns, each 1 fraction of available space */
  /*grid-auto-rows: min-content;*/
  /*grid-auto-rows: minmax(20px, auto);*/
  }

  .contact_banner{
	height:245px;
	width:906px;
	margin:0 0 0 0;
  grid-row: 1;
  grid-column: 1 / 3;
}
  .contact_title{
      /*height:49px;
      width:700px;*/
      width: 100%;
      float: left;
      margin:0 0 0 30px;
      color: #305798;
      grid-row: 2;
      grid-column: 1 span 2;
      
  }
  .contact_subtitle{
	  /*height:49px;
	  width:700px;*/
    width: 100%;
	  float: left;
	  margin:0 0 0 30px;
    color: #60bbf0;
    grid-row: 3;
    grid-column: 1 span 2;
}
  .contact_text{
      /*height:200px;
      width:580px;*/
      color:#535353;
      margin:0 0 23px 30px;
      float:left;
      /*line-height:17px;*/
      grid-row: 4;
      grid-column: 1;
      /*overflow: wrap;*/
      /*width: fit-content;*/
      vertical-align: middle;
  }
  .contact_info{
	/*background:url(images/contact_info.jpg) no-repeat;*/
  background-color: #f7ef20;
	height:auto;
	width:209px;
	float:left;
	padding:0 0 0 15px;
  margin:0 0 0 30px;
	color:#4b71ab;
	font-size:13px;
	line-height:18px;
  grid-row: 5 / 8;
  grid-column: 1;
}

#contact_form{
	float:right;
	height:343px;
	width:520px;
	margin:0 0 0 0;
  grid-row: 4 / 7;
  grid-column: 2;
}

#contact_form_right{
	height:343px;
	width:515px;
	margin:0 0 0 0;
}



.contact_text_title{
	font-size:13px;
	font-weight:bold;
	color:#00558f;
	vertical-align: top;
	text-align: right;
}

#contact_form_space{
	height:8px;
	width:100px;
	float:left;
}


#contact_form_space2{
	height:40px;
	width:135px;
	float:left;
}
#contact_form_field{
	min-height:20px;
	height: auto;
	width:395px;
	float:left;
	
}

.contact_form_field_text{
	font-size:14px;
	width:250px;
}

.contact_form_field_text2{
	font-size:14px;
	width:250px;
	height:150px;
}

.contact_form_btn{
	display:block;
	height:21px;
	width:170px;
	background-color:#466ba7;
	color:#FFF;
	font-weight:bold;
	border: 0px;
	border-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contact_form_btn:hover{
	color: #FF0;
	border: 2px solid #35517f;
}

#contact_form_btn_area{
	float:left;
	height:38px;
	width:200px;
	margin:15px 0 0 0;

}
