/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2018 | 23:46:51 */
#three-column{
	width: 100%;
 margin-right:5%;
  margin-left:5%;

}
#three-column #left{
  display:inline-block;
	width: 25%;
	float: left;
}
#three-column #right{
  display:inline-block;
	width: 25%;
	
   
}
#three-column #centre{
  display:inline-block;
	width: 25%;
  vertical-align:top;
	
   
}
#three-column p{
  display:inline-block;
	margin-bottom: 10px;
}
#three-column input[type="text"]{
   display:inline-block;
	border-bottom:3px solid #005b34;
	font-size :14px;
	width: 100%;
	padding: 5px;
}

#three-column #right input[type="text"],#three-column #centre input[type="text"], #two-column #left input[type="text"]{
	width:100%;
  vertical-align:top;
   display:inline-block;
}
#three-column textarea {
  display:inline-block;
    position: relative;
    padding: 5px;
   border-bottom:3px solid #005b34;
    width: 100%;
  height:2.1em;
}
#three-column input[type="submit"]{
  display:inline-block;
 float:right;
	background:#005b34;
	color:#fff;
	border: 1px solid #fff;
	font-size: 12px;
  	top:0;
  margin:-1.3em -20em;
  z-index:999;
}
#three-column input[type="text"]:focus, #two-column textarea:focus{
	background: #eee;
}
#three-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #222;
}
#three-column #headfont1{
   display:inline-block;
  font-size:30px ;
  font-weight:bold;
}
#three-column #headfont2{
   display:inline-block;
  font-size:26px ;
  font-variant:small-caps;
}
#Textblock{
  display:block;
}

