@charset "utf-8";

h1#subMain{
	padding-left:90px;
	}

div#main div#mainContents{
	float:none;
	width:720px;
	margin:0px auto;
	}
	
div#maps{
	float:left;
	width:420px;
	}

div#pics{
	float:right;
	width:260px;
	margin-top:30px;
	}
	
div#pics img{
	display:block;
	margin:0px 0px 20px 0px;
	}
	
div#maps p#map{
	padding-bottom:40px;
	border-width:0px 0px 1px;
	border-color:#999999;
	border-style:dotted;
	}
	
p#map img{
	display:block;
	width:368px;
	height:269px;
	}
	
div#maps h2{
	margin-bottom:5px;
	border-width:0px;
	font-size:152%;
	}

p#zip{
	float:left;
	}

p#gotoContact{
	float:right;
	margin-top:1.7em;
	}
	
p#gotoContact a{
	padding-left:10px;
	background-image:url(../srcCommon/img/triBlack.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	}
	
div#maps ul{
	clear:both;
	margin:0px 0px 20px;
	padding-top:20px;
	border-width:1px 0px 0px;
	border-color:#999999;
	border-style:dotted;
	}
	
div#maps ul li{
	margin-left:20px;
	padding-left:20px;
	list-style-type:none;
	background-image:url(../srcCommon/img/circle.jpg);
	background-repeat:no-repeat;
	background-position:0% 50%;
	}