/**** Styles Specifically for the U.S. Contacts Page ****/

/* Address Information Box */
#address
{
  min-height:148px;
  background:transparent url(/contact/images/main-photo.jpg) no-repeat top right;
}

/* Phone Numbers Information Box */
#phoneNumbers
{
  margin:10px 0;
  width:727px;
  background:#e7e8e9;
}
#phoneNumbers strong { font-size:13px; }
#phoneNumbers div.col1, #phoneNumbers div.col2, #phoneNumbers div.col3
{
  float:left;
  margin:10px 10px 10px 0;
  width:229px;
}
#phoneNumbers div.col1 { margin-left:10px; }
#phoneNumbers div.col3 { margin-right:0; }