@charset "UTF-8";
/* CSS Document */

#imageArea {
	height: 100px;
	width: 1000px;
	background-image: url(../images/imageBG_inside_purp_04.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 40px;
}
#flashMovie {
	height: 100px;
	width: 1000px;
	background-image: url(../images/imageAbout_05.jpg);
	position: relative;
	background-repeat: no-repeat;
}
#breadcrumbs {
	font-size: 10px;
	color: #FFCC66;
	height: 20px;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #FFCC66;
}
#breadcrumbs a:hover {
	color: #FFCC66;
	text-decoration: underline;
}
#pageContent img {
	float: left;
	margin-right: 20px;
	padding-top: 15px;
}
#pageContent {
	background-image: url(../images/bodyBG_purp_06.jpg);
	float: left;
	width: 535px;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 33px;
	padding-left: 40px;
	padding-right: 30px;
	line-height: 1.75em;
	padding-bottom: 35px;
}
#fixedContent {
	height: 465px;
	background-image: url(../images/bodyBG_purp_06.jpg);
	float: left;
	width: 535px;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 33px;
	padding-left: 40px;
	padding-right: 30px;
	line-height: 1.75em;
	padding-bottom: 35px;
}
#casestudyContent {
	background-image: url(../images/bodyBG_purp_06.jpg);
	float: left;
	width: 535px;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 33px;
	padding-left: 40px;
	padding-right: 30px;
	line-height: 1.5em;
	padding-bottom: 35px;
}
#casestudyContent td {
	line-height: 1.2em;
}
#pageContent ul {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
}
#repEngage {
	color: #333333;
	width: 175px;
	padding-right: 20px;
	padding-left: 10px;
	height: 406px;
	margin-top: 20px;
	float: left;
	position: relative;
	padding-top: 20px;
}

/* Form Styles */

#formContainer {
	width: 500px;
	border: 1px solid #999999;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
}
input {
	width: 175px;
	margin-right: 225px;
}
select {
	margin-right: 353px;
}
label {
	float:left;
}
label.top {
	display: block;
	float: none;
	text-align: left;
	margin: 0px;
}
textarea {
	width: 500px;
}
#submit {
	width: 100px;
	margin-right: 200px;
}
.req {
	text-align: left;
	font-style: italic;
	color: #990000;	
}
