/**** DEFAULT CONTACT US STYLES ****/

/*general bold style*/
.bold {font-weight:bold;}

/*sets positioning of page */
#contactUsPage {text-align:left;}

/*set margin-left:auto; to center the form/table */
#contactUsTable {margin-left:0;margin-right:auto;}

/*sets padding on table cells*/
#contactUsTable td {padding:10px 10px 0 0;}

/*organization name*/
.orgTitle {font-size:1.1em;font-weight:bold;}

/*style for contact info - leave blank to inherit default site styles*/
.contactInfo {width:300px;}

/*style for optional contact photos*/
.contactPhoto {}

/*contact name*/
.contactName {font-weight:bold;}

/*contact title*/
.contactTitle {font-style:normal;}

/*contact phone number*/
.contactPhone {font-style:normal;}

/*contact fax number*/
.contactFax {font-style:normal;}

/*contact email address*/
.contactEmail {font-style:normal;}

/*contact address*/
.contactAddress {font-style:normal;}

/*form label cells*/
.labelTd {text-align:left;}

/*form input cells*/
.inputTd{text-align:left;}

/*submit button cell*/
.cuSubmit {text-align:left;}