/* STYLES UNIQUE TO A CERTAIN PAGE. PLEASE MAKE BEGINNING AND END COMMENTS TO SEPARATE EACH PAGE. */

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:580px;
	margin-top:12px;
	margin-bottom:24px;
}

table#contact-us td  {
	padding:5px;
}

td.name  {
	width:160px;
	font-weight:bold;
}

td.field  {
	width:400px;
}
/*End contact us page styles*/

#map {
	width:150px;
	height:150px;
	padding:0;
	margin:0;
}