/* Contact Page CSS */

body { /* Overwrite background image */
background: #172a40 url(../../images/backgrounds/contactMain.jpg) repeat-x; text-align: center; 
}

h1 { 
width: 264px; 
height: 56px; 
background: url("../../images/pages/contact/say-hello.gif"); 
text-indent: -9999px;
}

#contact-content {
float: left; 
width: 510px; text-align: justify;
font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #515151; line-height: 19px; 
margin-top: 18px;
}

/* Contact Headings */
#send-us-mail {
width: 511px; 
height: 24px; 
background: url("../../images/pages/contact/send-us-mail.gif"); 
text-indent: -9999px;
}


/* Right Content */

#right {
float: right; width: 340px; margin-top: 18px; 
}

#right p {
padding-top: 32px; line-height: 18px; 
font-family: verdana,helvetica,arial,sans-serif; font-size: 11px; color: #444444;
}

#right img {
margin-top: 40px;
}

#visit-us {
float: left; width: 160px; 
}

#visit-us h2 {
width: 79px; 
height: 19px; 
background: url("../../images/pages/contact/visit-us.gif"); 
text-indent: -9999px;
}

#call-us {
float: right; width: 160px; 
}

#call-us h2 {
width: 72px; 
height: 19px; 
background: url("../../images/pages/contact/call-us.gif"); 
text-indent: -9999px;
}

/* Contact form */

#contact-page-form {
width: 474px; float: left; text-align: left; 
background-color: #444444;
font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; color: #d2d2d2; 
line-height: 18px;
padding: 18px; margin-top: 32px;
}

#contact-page-form span {
color: #e9e9e9; font-size: 11px;
}

#contact-page-form input {
float: left;
width: 213px; height: 35px; 
background-color: #e0e0e0; border: none;
margin-top: 8px;
padding-left: 5px;
font-family: verdana,helvetica,arial,sans-serif; font-size: 12px; 
}

#contact-page-form textarea:focus, #contact-page-form input:focus {
border: 2px solid #3eb4f0;
} 

#contact-page-form label name {
margin: 0px;
}

#contact-page-form label {
float: left;
}

#contact-page-form .right {
float: right;
}

#contact-page-form .submit {
float: left; width: 112px; height: 44px; clear: both; margin-top: 3px; padding: 0px;
}

#contact-page-form .submit:focus {
border: none;
}

#contact-page-form .row2 {
margin-top: 8px;
}

#contact-page-form textarea {
width: 470px; border: none; background-color: #e0e0e0; height: 174px; margin-top: 8px;
font-family: verdana,helvetica,arial,sans-serif; font-size: 12px;
}

#errorMsg {
width: 340px;
float: right;
padding-left: 5px;
}

label.error { 
color: #fb464a; width: 340px;
}

.thankYou {
float: left; margin-top: 5px;
}
