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

* {
	padding:0px;
	margin:0px;
}
* img { behavior: url(includes/jscripts/iepngfix.htc); }
img { behavior: url(includes/jscripts/iepngfix.htc); } 
p {margin-bottom:10px;}
.clr {clear:both;} 

h1 {
	color:#660000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
h2 {
	color:#CC3300;
	font-size:14px;
	font-weight:bold;
	display: inline; 
	margin-bottom:5px;
}
h3 {
	color:#660000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#666666;}
a:active {color:#666666;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}
.oneColFixCtr #container {
	position:relative;
	width:920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background:url(../images/placementtemplate.gif) top left no-repeat;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:100%;
}
#container #mclogo {
	position:absolute;
	top:20px;
	left:767px;
	width:57px;
	height:57px;
}
#container #welcome {
	position:absolute;
	top:119px;
	width:264px;
	height:342px;
	left: 14px;
}
#container #tagline {
	position:absolute;
	top:506px;
	left:341px;
	width:191px;
	height:41px;
}
#container #addressline {
	position:absolute;
	top:581px;
	left:415px;
	width:436px;
	height:15px;
}
#container #thumb1 {
	position:absolute;
	top:121px;
	left:330px;
	width:130px;
	height:62px;
}
#container #thumb2 {
	position:absolute;
	top:121px;
	left:474px;
	width:130px;
	height:62px;
}
#container #thumb3 {
	position:absolute;
	top:121px;
	left:618px;
	width:130px;
	height:62px;
}
#container #thumb4 {
	position:absolute;
	top:121px;
	left:762px;
	width:130px;
	height:62px;
}
#container #thumb5 {
	position:absolute;
	top:191px;
	left:330px;
	width:130px;
	height:62px;
}
#container #thumb6 {
	position:absolute;
	top:191px;
	left:474px;
	width:130px;
	height:62px;
}
#container #thumb7 {
	position:absolute;
	top:191px;
	left:618px;
	width:130px;
	height:62px;
}
#container #thumb8 {
	position:absolute;
	top:191px;
	left:762px;
	width:130px;
	height:62px;
}
#container #thumb9 {
	position:absolute;
	top:261px;
	left:330px;
	width:130px;
	height:62px;
}
#container #thumb10 {
	position:absolute;
	top:261px;
	left:474px;
	width:130px;
	height:62px;
}
#container #thumb11 {
	position:absolute;
	top:261px;
	left:618px;
	width:130px;
	height:62px;
}
#container #thumb12 {
	position:absolute;
	top:261px;
	left:762px;
	width:130px;
	height:62px;
}
#container #thumb13 {
	position:absolute;
	top:331px;
	left:330px;
	width:130px;
	height:62px;
}
#container #thumb14 {
	position:absolute;
	top:331px;
	left:474px;
	width:130px;
	height:62px;
}
#container #thumb15 {
	position:absolute;
	top:331px;
	left:618px;
	width:130px;
	height:62px;
}
#container #thumb16 {
	position:absolute;
	top:331px;
	left:762px;
	width:130px;
	height:62px;
}
#container #makecontact {
	position:absolute;
	top:436px;
	left:331px;
	width:129px;
	height:23px;
}
#contactform {
	text-align:center;
	width:280px;
	overflow:hidden;
	z-index:2;
}
#cm {
	width: 600px;
	height:360px;
	background:#33FF99;
}
#choochoo {
	width: 600px;
	height:460px;
}
#10Ten {
	width: 600px;
	height:360px;
}
#FourBridges {
	width: 600px;
	height:220px;
}
#embellish {
	width: 600px;
	height:410px;
}
#hireheroes {
	width: 600px;
	height:500px;
}
#datafm {
	width: 600px;
	height:350px;
}
/* Form Management */
fieldset {  
	position: relative;  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 -1em 0;  
	padding: 0 0 1em 0;  
	border-style: none;  
	border: 1px solid #BFBAB0;  
	background-color: #c5c5c5;
}
fieldset.alt {  
	background-color: #E6E3DD;
}
fieldset.alt label {  
	position: relative;  
	float: left;  
	width: 28em;  
	margin-right: 1em;
}
legend {  
	padding: 0;  
	color: #660000;  
	font-weight: bold;
}
legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;  
	margin-top: 0.5em;  
	font-size: 135%;
}
fieldset ol {  
	padding: 3.5em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	padding-bottom: 1em;
}
fieldset.submit {  
	border-style: none;
}
#mcsubmit {
	width:90px;
	height:23px;
	margin-left:140px;
}
label {  
	position: relative;  
	float: left;  
	width: 8em;  
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}
label em {  
	position: absolute;  
	left: 9em;  
	top: 0;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	padding-top: 1.5em;  
	padding-left: 12em;  
	background-color: #FFFFFF;
}

