/* FORM STYLES */
div.formContainer p {
	clear: both;
	}
div.formContainer p.formImage {
	text-align: center;
	}
div.formContainer label {
	float: left;
	display: block;
	width: 175px;
	text-align: right;
	margin-right: 5px;
	margin-top: 3px;
	}
div.formContainer input {
	float: left;
	display: block;
	width: 200px;
	border: 1px solid #C1C1C1;
	background: #FFFFFF;
	padding: 2px 3px;
	margin-bottom: 10px;
	}
div.formContainer textarea {
	float: left;
	display: block;
	width: 250px;
	height: 75px;
	border: 1px solid #C1C1C1;
	background: #FFFFFF;
	padding: 2px 3px;
	margin-bottom: 10px;
	}
div.formContainer span.required {
	font-size: 10px;
	color: #BE0C07;
	}

/* LIST STYLES */
ul.execTeam {
	list-style: none outside;
	}
ul.execTeam li {
	list-style: none outside;
	color: #B50500;
	margin-left: 20px;
	}
ul.execTeam li a:link, ul.execTeam li a:visited, ul.execTeam li a:active {
	color: #B50500;
	text-decoration: none;
	}
ul.execTeam li a:hover {
	color: #B50500;
	text-decoration: underline;
	}
ul.execTeam li.title {
	color: #B50500;
	font-weight: bold;
	}
ul.havitTeam {
	list-style: none outside;
	}
ul.havitTeam li {
	list-style: none outside;
	color: #5D6164;
	margin-left: 20px;
	}
ul.havitTeam li a:link, ul.havitTeam li a:visited, ul.havitTeam li a:active {
	color: #5D6164;
	text-decoration: none;
	}
ul.havitTeam li a:hover {
	color: #5D6164;
	text-decoration: underline;
	}
ul.havitTeam li.title {
	color: #5D6164;
	font-weight: bold;
	}
ul.caseStudies {
	list-style: none outside;
	}
ul.caseStudies li {
	list-style: none outside;
	color: #B50500;
	margin-bottom: 5px;
	margin-left: 20px;
	}
ul.caseStudies li a:link, ul.caseStudies li a:visited, ul.caseStudies li a:active {
	color: #B50500;
	text-decoration: none;
	}
ul.caseStudies li a:hover {
	color: #B50500;
	text-decoration: underline;
	}
ul.caseStudies li.title {
	color: #B50500;
	font-weight: bold;
	}

/* --- CASE STUDY LANDING PAGE SETUP --- */
div.caseStudy {
	margin-left: 20px;
	}
div.caseStudy a {
	display: block;
	float: left;
	margin: 0 0 0 30px;
	width: 400px;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #63676A;
	text-decoration: none;
	text-align: center;
overflow: hidden;
	}
div.caseStudy a:hover {
	color: #BE0C07;
	text-decoration: none;
	}
div.caseStudy p {
	clear: both;
	}



