@charset "UTF-8";
#wrapper  #CA  #CB  #ContactLeft  {
	color: #505c73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 60px;
}
#wrapper  #CA  #CB  #ContactRight  {
	color: #044196;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	width: auto;
	height: auto;
}
#wrapper #CA #CB #ContactRight #ContactRight2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #044196;
}
#wrapper #CA #CB #ContactGoogle {
	height: auto;
	width: auto;
}
#wrapper #CA #CB #ContactLeft #ContactLeft1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	padding-bottom: 10px;
}
#wrapper #CA #CB #ContactLeft #ContactLeft2 {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	padding-top: 10px;
}
#wrapper #CA #CB #ContactLeft #ContactLeft4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}



/* ---------- CONTACT FORM STYLING ---------- */

.submit {
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #8F8A84;
	font-size: 14px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: #F3FBFF;
	border:solid #F5E9DD 1px;
	display: block;
	width: 200px;
}
.submit:hover {
	@include box-shadow(0 0 5px rgba(203, 226, 225, 1));
	box-shadow: 0 0 5px rgba(203, 226, 225, 1);
	background-color: #F3FBFF;

}
.input {
  @include transition(all 0.30s ease-in-out);
	font-family: "Times New Roman", Times, serif;
	outline: none;
	color: #8F8A84;
	font-size: 14px;
	border:solid #CBE2FF 1px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:3px;
	background-color: #F3FBFF;
	display: block;
	padding: 3px;
}
	
.input:focus {
  @include box-shadow(0 0 5px rgba(203, 226, 225, 1));
	box-shadow: 0 0 5px rgba(203, 226, 225, 1);
	padding: 3px;
	margin-top:3px;
	border: 1px solid rgba(203, 226, 225, 1);
	background-color: #F3FBFF;
}

/*input[type=text], textarea {
  @include transition(all 0.30s ease-in-out);
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border:solid #F5E9DD 1px;
}
 
input[type=text]:focus, textarea:focus {
  @include box-shadow(0 0 5px rgba(245, 233, 221, 1));
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(245, 233, 221, 1);
}*/
.star {
	color: #FF0000;
	font-size: 14px;
}
