/***************************************************************** Layout Contact *****************************************************************/

div#contactUs {
	margin: 0 0 40px 0;
	background: url(../img/header/contact.top.jpg) top left no-repeat;
}
	div#contactUs #h1 {
		margin: 0 0 30px 0;
		background: url(../img/header/contact.gif) no-repeat;
	}
	div#contactUs h2 {
		text-indent: -9999px;
	}

	/****************************************************************** Right Column ******************************************************************/
div#contactUs .colB {
	float: right;
	width: 300px;
}
	div#contactUs .colB h2 {
		padding: 0 0 10px 0;
		border-bottom: 1px solid #d9d9d9;
	}
	h2#address {
		background: url(../img/header/address.gif) top left no-repeat;
	}
	h2#phone {
		background: url(../img/header/phone.gif) top left no-repeat;
	}
	h2#fax {
		background: url(../img/header/fax.gif) top left no-repeat;
	}
	div#contactUs ul {
		padding: 15px 0 30px 0;
	}
		div#contactUs ul li {
			padding: 0 0 6px 0;
			font-size: 1.4em;
		}

/****************************************************************** Left Column *******************************************************************/
div#contactUs .colA {
	float: left;
	width: 410px;
}
	div#contactUs .colA h2 {
		margin: 0 0 30px 0;
		padding: 0 0 4px 0;
		background: url(../img/header/consultationLrg.gif) top left no-repeat;
	}
	fieldset div {
		padding: 0 0 18px 0;
	width: 400px;
}
		div#contactUs label {
			width: 5.5em;
			line-height: 1.6em;
		}
		input.image {
			float: none;
			padding: 30px 0 0 70px;
			width: 84px;
			height: 24px;
			border: none;
		}

.form {
	width: 300px;
	padding-top: 20px;
}

strong {
	font-size: 1.2em;
}