/* Customer CSS */
#slot-quick-access a {
font-size:16px;
}

#topLeft {
margin:14px 0 0;
}

#page-expecting #pageImage {
background:url(../images/header_expecting.jpg) no-repeat scroll 0 0 transparent;
}

#page-patients #pageImage {
background:url(../images/header_patients.jpg) no-repeat scroll 0 0 transparent;
}

#page-contact #pageImage {
background:url(../images/header_contact.jpg) no-repeat scroll 0 0 transparent;
}

#page-thank-you #pageImage {
background:url(../images/pageImage.jpg) no-repeat scroll 0 0 transparent;
}

#comp-sbContactUsForm {
display:none;
}

#slot-contactText {
width:558px;
}

#contactForm {
clear:both;
float:left;
position:relative;
width:560px;
margin-top:5px;
}

textarea {
height:80px;
width:130px;
}

#contactText {
color:#000;
position:absolute;
right:0;
text-align:left;
top:0;
width:240px;
font-size:11px;
}

.sbSubmitWrap {
bottom:14px;
position:absolute;
right:181px;
}

#footer-info {
top:88px;
}

#nameEmailPhone {
margin-top:-10px;
}

#contactTitle {
    display: none;
}

#contactForm {
    display: none;
}