/* -------------------------------------------------------------------------------- */
/* 							'Contact Me' form		 								*/
/* -------------------------------------------------------------------------------- */

#contactMe {
	background-color: #ECF1D3;
	background-image: url(/i/personal/contact_me_form/bottom_shadow.gif);
}

#contactMeInner {
	background-image: url(/i/personal/contact_me_form/top_shadow.gif);
}

#contactMe h2 {
	color: #97A502;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 									Styles related to error validation										 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Highlight the 'Name' field */
#contactMeNameOuter.error,
#contactMePhoneOuter.error,
#contactMePhoneConfirmOuter.error,
#contactMeEmailOuter.error {
	background-image: url(/i/personal/contact_me_form/error_highlight_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#contactMeNameOuter.error #contactMeName,
#contactMePhoneOuter.error #contactMePhone,
#contactMePhoneConfirmOuter.error #contactMePhoneConfirm,
#contactMeEmailOuter.error #contactMeEmail {
	background-image: url(/i/personal/contact_me_form/error_highlight_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sideNavbar h2 {
	color: #97A501;
}

#primaryNavbar {
	padding-bottom: 8px;
}

#navbar {
	background-image: url(/i/personal/navbar/sub-pages_navbar_bg.gif);
	background-repeat: no-repeat;
	padding-left: 190px;
}.informationTable h2 {
	padding-top: 20px;
}
