#contactWrapper {
position: relative;
height: 170px;
width: 890px;
text-align: center;
background: url(../media/images/misc/contact_info_bg.jpg) no-repeat;
margin: 5px auto 5px;
}
#phoneLeft, #phoneCenter, #phoneRight, #faxLeft, #faxCenter, #faxRight, #addressLeft, #addressCenter, #addressRight {
position: absolute;
width: 245px;
font-size: 13px;
color: #0066FF;
font-weight: bolder;
}
span.contactLabel {
color: #666;
font-size: 10px;
font-weight: normal;
}
#officerTextLeft, #officerTextCenter, #officerTextRight {
position: absolute;
width: 245px;
font-size: 14px;
color: #666;
font-weight: bolder;
}
#officerTextLeft {
top: 15px;
left: 15px;
text-align: right;
}
#officerTextCenter {
top: 11px;
left: 318px;
text-align: center;
}
#officerTextRight {
top: 15px;
right: 25px;
text-align: left;
}
#phoneLeft {
top: 56px;
left: 15px;
text-align: right;
}
#faxLeft {
top: 86px;
left: 15px;
text-align: right;
}
#addressLeft {
top: 117px;
left: 15px;
text-align: right;
}
#phoneCenter {
top: 56px;
left: 318px;
text-align: center;
}
#faxCenter {
top: 86px;
left: 318px;
text-align: center;
}
#addressCenter {
top: 117px;
left: 318px;
text-align: center;
}
#phoneRight {
top: 56px;
right: 25px;
text-align: left;
}
#faxRight {
top: 86px;
right: 25px;
text-align: left;
}
#addressRight {
top: 117px;
right: 25px;
text-align: left;
}
#emailSelectors {
margin: 0 auto 10px;
}
#emailSelectors th {
font-weight: normal;
}
#emailSelectors td {
background-color: #ccc;
border: solid 1px #fff;
padding-right: 30px;
}
#emailSelectors label {
font-weight: bolder;
}
.selection {
color: #36C;	
}
#emailInstructions {
margin: 10px auto;
font-size: 12px;
font-weight: bolder;
}

span.emailInstructions2 {
margin-top: 5px;
font-size: 10px;
font-weight: normal;
}
