/* BEGIN: General Formatting */
/* div#body { font-size: 130%; } */

div#body h3 {
	margin: 0 0 26px 0;
	font-size: 142%;
	line-height: 1em;
	text-transform: none;
	color: #00a69c;
	font-family: Arial, Helvetica, sans-serif;
}

a { color: white; }
a:hover { color: #ec297b; }
/* END: General Formatting */

/* BEGIN: Headquarters */
div#headquarters {
	width: 800px;
	padding-bottom: 5px;
	margin: 26px 0 16px 0;
	border-bottom: 1px #404040 solid;
}

p.image { float: right; }
/* END: Headquarters */


/* BEGIN: General Sales */
div#general_sales {
	width: 800px;
	padding-bottom: 5px;
	margin: 26px 0 16px 0;
	border-bottom: 1px #404040 solid;
}
/* END: General Sales */

/* BEGIN: Commercial Representaion */
div#commercial_representation {
	width: 800px;
	padding-bottom: 45px;
	margin: 26px 0 16px 0;
	border-bottom: 1px #404040 solid;
}

	/* BEGIN: Commercial List */
	ul#commercial {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	ul#commercial li { float: left; }
	
	ul#commercial li#commercial_eastcoast { width: 311px; }
	ul#commercial li#commercial_eastcoast h4 {
		overflow: hidden;
		width: 81px;
		height: 8px;
		margin-top: 0;
		margin-bottom: 0;
		text-indent: -999em;
		background: transparent url(../images/contact/eastcoast.gif) no-repeat left top;
	}
	
	ul#commercial li#commercial_midwest { width: 292px; }
	ul#commercial li#commercial_midwest h4 {
		overflow: hidden;
		width: 62px;
		height: 8px;
		margin-top: 0;
		margin-bottom: 0;
		text-indent: -999em;
		background: transparent url(../images/contact/midwest.gif) no-repeat left top;
	}
	
	ul#commercial li#commercial_westcoast h4 {
		overflow: hidden;
		width: 86px;
		height: 8px;
		margin-top: 0;
		margin-bottom: 0;
		text-indent: -999em;
		background: transparent url(../images/contact/westcoast.gif) no-repeat left top;
	}
	
	ul#commercial li p { margin-top: 8px; }
	/* END: Commercial List */

/* END: Commercial Representation */