/* CSS Document */

select {
	margin-bottom: 12px;
}
.help-block {
	color: #990000;
}
#addresswell {
	clear: both;
	float: right;
}
#contacts .row {
	clear: both;
	float: left;
}
.contacts-indent {
	margin-left: 14em !important;
}
.contacts-indent p {
	text-align: left;
}
#contact-nav-fix {
	padding-top: -1em;
}
#contact-well {
	height: 470px;
}
.contact-map {
	background-color: #FFFFFF;
	height: 120px;
	margin-top: 40px;
	width: 100%;
}
#contact-address {
	text-align: center;
}
#contacts #contact-row {
	width: 100%;
}
#google-map {
	margin-top: 2em;
	margin-bottom: 2em;
}


.bs-example:after {
	color: #000000;
	content: "Telephone and Facsimile";
	font-size: 12px;
	font-weight: bold;
	left: 15px;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	top: 15px;
}

.bs-example {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
	
	border-style: solid;

    padding: 45px 15px 15px;
    position: relative;
}
.bs-example2:after {
	color: #000000;
	content: "Postal and Street Address";
	font-size: 12px;
	font-weight: bold;
	left: 15px;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
	top: 15px;
}

.bs-example2 {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
	
	border-style: solid;

    padding: 45px 15px 15px;
    position: relative;
}
small {
	color:#360;
	}