/* -------------------------------------------- */
/* STYLES SPECIFIC TO 'CONTRACT' PAGE           */
/* -------------------------------------------- */
/* Arranged alphabetically by tag */

/* <div> */
div#contact_online {
	float: left;
	margin-bottom: 1em;
	width: 340px;
}
div#contact_other {
	float: right;
	margin-bottom: 1em;
	width: 450px;
}
div#location_map {
	clear: both;	
}
div#map {
	border-left: 1px solid #40674A;
	border-right: 1px solid #40674A;
	border-top: 1px solid #40674A;
	height: 350px;
	width: 811px;	
}

/* <form> */
div#location_map form {
	background: #192614;
	border-bottom: 1px solid #26492F;
	border-left: 1px solid #26492F;
	border-right: 1px solid #26492F;
	padding: 5px 15px 13px 15px;
}

/* <input> */
div#location_map form input.text {
	font-size: 110%;
	margin-right: 5px;
	width: 120px;	
}
div#location_map form input.submit {
	font-size: 100%;
	position: relative;
	top: -1px;	
}

/* <h4> */
div#contact_online h4 {
	font-size: 140%;
	margin: 0;
}
div#contact_online h4 a:after {
	content: " >>";	
}

/* <p> */
div#location_map form p {
	margin: 0;
}

/* <ul> */
div#contact_online ul {
	background: #192614;
	padding: 15px 15px 5px 15px;
	margin: 0;	
}
div#contact_online ul li {
	color: #9EAEA2;
	font-size: 90%;
	list-style: none;
	margin: 0;	
}

