/* .contact {} */

/* Highlight Sub Page */
	.contact-form a#contact-form {color: #175875 !important;}
	.addresses a#addresses {color: #175875 !important;}
	.staff a#staff {color: #175875 !important;}
	.employment a#employment {color: #175875 !important;}
	.tech-support a#tech-support {color: #175875 !important;}
	

/* Contact Form */

#contact-form-message {
	position: relative;
	top: -20px;
	font-weight: bold;
	margin-bottom: 1em;
	}

form#pbsrgContactForm, form#techSupportForm {
	margin: 0;
	padding: 0 0 3em 50px;
	}

	#contact-form #contact-info, #contact-form .question-column1 {/*Column1*/
		width: 320px;
		float: left;
		}
	#contact-form #inquiry-info, #contact-form .question-column2 {/*Column2*/
		width: 442px;
		float: left;
		}

	#contact-form label {
		display: block;
		text-transform: uppercase;
		}	
	#contact-form input, #contact-form select {
		width: 265px;
		}
		#contact-form input.checkbox {
			width: auto !important;
			background: none !important;
			}
		
	#subject {
		width: 442px !important;
		}
	#message {
		font-size: 12px !important;
		width: 442px;
		}
	
	#recaptch-border {
		border: 1px solid #ccc;
		width: 442px;
		}
	#recaptcha_table {
		border: 0 !important;
		}
		#type-two {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			position: relative;
			top: -8px;
			padding-left: 8px;
			color: #888;
			}

	#submit-reset {
		padding: 1em 0 0 2em;
		clear: both;
		text-align: right;
		margin: 0 !important;
		}
	
	#submit, #reset {
		width: 150px !important;
		}
	
	#vendordropdown, #specificvendor {
		margin: 5px 0;
		display: none;
		}
		.vendor-type-label {
			font-weight: bold;
			margin-left: 65px;
			}
		#vendorType, #otherVendorType, #otherPositionType, #otherPositionType2, #otherHeardThrough {
			margin-left: 66px;
			margin-bottom: 5px;
			width: 199px !important;
			}
		#AlphaTypes, #otherPositionTypediv, #otherPositionTypediv2, #otherHeardThroughdiv {
			display: none;
			}
		.form-item {
			margin-bottom: 7px;
			}