
ul {
           	margin: 0px;
  	padding: 0px;
  	list-style: none;
	}




a {
	color:#404040;
	text-decoration:none;
	}
a:hover {
	color:#ee9523;
	text-decoration:underline;
	}


div#infoContainer {
         position:absolute;
	width:740px;
	height:180px;
         right:0px;
	}





div.officeContainers {
         position:absolute;
	width:327px;
	height:180px;
	top:20px;
         border:0px solid #f00;

	}
div#annArborContainer {
         left:0px;
	}
div#camdenContainer {
         right:0px;
         }

div.infoHeader {
         position:absolute;
	width:327px;

	}
div#annArborHeader {

	height:32px;
	top:-8px;

	background-image:url('/images/contactImages/AnnArborHeader.png');
         background-position:-4px 0px;



	}

div#camdenHeader {
	height:28px;
	top:-4px;
	background-image:url('/images/contactImages/CamdenHeader.png');
         background-position:-4px 0px;

	}




ul.infoList {
         margin-top:40px;
	}
li.listSection {
         margin-top:10px;
         font-size:10pt;
	}
li.listElement {
         font-size:10pt;
	}
span.subTitle {
         font-size:8pt;
	color:#999;
	}
