
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background:url(background.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtr #container {
position: relative;
	background:url(template.png);
	background-repeat:no-repeat;
	width: 1242px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
height: 800px;
top: 10px;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {

}
#pageText {
	position: relative;
	float: left;
	top: 180px;
	width: 600px;
	left: 150px;
	font-size: 0.9em;
}
#pageText h1 {
	font-size: 1.3em;
	color: #043d84;
}
#pageText h2 {
	font-size: 1.1em;
	color: #043d84;
}	
ul.blue { 
position:relative;
list-style-position: outside;
color: #043d84; 
text-indent: -2px; 
list-style-type: disc; 
text-align: left;
left:-5%;
margin-top: 0px;

}
ul.blue li{
font-family: Arial, Helvetica, Sans-serif;
font-size: 1em;
text-align:left;
padding-bottom: 4px;
}
ul.blue li:first-line{color:#000;}
#specialCol1 {
	position: relative;
	float: left;
	width: 250px;
}
#specialCol2 {
	position: relative;
	float: left;
	width: 250px;
}
.product {
	position: relative;
	float: left;
	width: 250px;
	padding-right: 30px;
}
#products {
	width: 600px;
}
#requestCall {
	position: relative;
	left: 855px;
	width: 246px;
	top: -190px;
}
.callContent {
	background:url(middleCallBack.png);
	background-repeat: repeat-y;
	padding: 8px;
	height: 240px;
}
.field {
	width: 200px;
	padding-bottom: 5px;
}
.callLabel {
	position: relative;
	float: left;
	width: 100px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.callField {
	position: relative;
	float: left;
	width: 100px;
}
.callContent input {
	border: 1px #043d84 solid;
	width: 120px;
}
.callContent textarea,select {
	border: 1px #043d84 solid;
	width: 220px;
}
#manOverlay {
	position: absolute;
	float: left;
	top: 276px;
	left: 804px;
	background:url(manOverlay.png);
	height: 173px;
	width: 56px;
	z-index: 1000;
}
#submit {
	position: relative;
	left: 50px;
}
#copyright {
	position: relative;
	left: 330px;
	top: 10px;
	font-size: 0.8em;
}
