/* 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:398px;
	margin-top:12px;
	margin-bottom:24px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:130px;
	font-weight:bold;
}

td.field  {
	width:256px;
}
/*End contact us page styles*/


#map {
	width:100px;
	height:100px;
}

div#left-image{
	width:147px;
	padding-left:21px;
}

.pic_left {
	padding:0;
	margin:0 0 5px 5px;
	float:right;
}

.no_bullet {
	list-style-type:none;
}
