/* hide the following from NS4/All per Caio's Hack                        */
/* http://css-discuss.incutio.com/?page=CaioHack                          */
/* details of box model hack are described below:                         */
/* width: auto;  for browsers with no escapes at all                      */
/* \width: 98%;  for IE5/Win                                              */
/* w\idth: auto; for good browsers                                        */

/*/*/

#dummy {
/* because IE5 on a Mac is buggy */
color: #F00;
}

.contactContainer {
font-family: verdana, tahoma, arial, helvetica, sans-serif;
font-size: 11px;
/* width: 380px; */
float: left;
/* background-color: #CCC; */
margin-bottom: 12px;
}

.mugShot {
text-align: left;
/* width: 70px; */
float: left;
margin-top: 1px;
margin-left: 1px;
/* margin-bottom: 1px; */
/* margin-right: 1px; */
/* background-color: #000; */
}

.contactText {
width: 310px;
float: left;
margin-top: 1px;
margin-left: 1px;
/* margin-bottom: 1px; */
margin-right: 1px;
}

.contactName {
font-weight: bold;
width: 310px;
float: left;
margin-bottom: 1px;
background-color: #EEE;
}

.firstName {
margin-right: 4px;
float: left;
}

.middleName {
margin-right: 4px;
float: left;
}

.lastName {
float: left;
}

.contactJob {
width: 310px;
float: left;
margin-bottom: 1px;
background-color: #EEE;
}

.jobTerritory {
width: 305px;
margin-right: 4px;
float: left;
}

.jobSubjectArea {
margin-right: 4px;
float: left;
}

.jobTitle {
float: left;
}

.contactDepartment {
width: 310px;
float: left;
margin-bottom: 1px;
background-color: #EEE;
}

.departmentName {
margin-right: 4px;
float: left;
}

.departmentNumber {
float: left;
}

.contactPhone {
width: 310px;
float: left;
margin-bottom: 1px;
background-color: #EEE;
}

.phoneMain {
margin-right: 10px;
float: left;
}

.phoneAlternate {
margin-right: 10px;
float: left;
}

.phoneFax {
float: left;
}

.contactEmail {
width: 310px;
float: left;
margin-bottom: 1px;
background-color: #EEE;
}

.emailMain {
margin-right: 10px;
float: left;
}

.emailAlternate {
float: left;
}

.contactOffice {
width: 310px;
float: left;
margin-bottom: 1px;
background-color: #EEE;
}

.officeAddress {
margin-right: 10px;
float: left;
}

.officeLocation {
float: left;
}

.contactIntroduction {
font-style: italic;
width: 310px;
float: left;
margin-bottom: 1px;
background-color: #EEE;
}

.contactLinks {
width: 310px;
float: left;
margin-bottom: 1px;
background-color: #EEE;
}

/*+++++++++++++++++++++++ stop hiding from NS4/All +++++++++++++++++++++++*/