@charset "utf-8";
/* CSS Document */

form {
	Height: auto;
	Float: left;
	display: block;
	list-style-type: none;
	font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 450px;
	}
	
	/* #Forms
================================================== */

   
	fieldset {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
	
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}	
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
border: thin solid #ccc;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	width: 220px;
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
	background: #fff;
	height: 23px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
		

	label
	 {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	float: left;
	width: 150px;
	height: 25px;
	text-align: left;
	padding-right: 10px;
	vertical-align: bottom;
	
}
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	
.input_group {
	height: 25px;
	width: auto;
	padding: 2px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.input_group label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 15px;
	float: left;
	text-align: left;
	padding-top: 4px;
	width: 175px;
}
.input_group input[type="text"],
input[type="password"],
	input[type="email"],
	select {
	height: 20px;
}
.input_group 
	textarea
	 {
	height: 80px;
	float: left;
}

.contact_us_address {
	display: inline-block;
	float: left;
	height: auto;
	width: 440px;
	padding-left: 10px;
}
.address {

	color red
	float: left;
	width: 200px;
	float: left;
	padding-top: 10px;
	height: auto;
}
.contact_submit {
	float: left;
	width: 155px;
	height: 100px;
	display: inline-block;
	margin-left: 80px;
}
.g_map {
	color: #04387E;
	float: right;
	height: 450px;
	width: 460px;
	display: inline-table;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}
