@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #000000;
}
img {
	border:0;
}
.twoColFixRtHdr #container {
	width: 831px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #sidebar1 {
	width: 154px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: right;
	position: relative;
}
.twoColFixRtHdr #mainContent {
	position: relative;
	float: left;
	width: 677px;
} 
.twoColFixRtHdr #footer {
	color: #CCCCCC;
	font-size: 9px;
	text-align: center;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#d_menu01 {
	position:absolute;
	left:0px;
	top:41px;
	z-index:1;
}
#d_menu02 {
	position:absolute;
	left:0px;
	top:135px;
	z-index:1;
}

#d_menu03 {
	position:absolute;
	left:0px;
	top:234px;
	z-index:1;
}

#d_menu04 {
	position:absolute;
	left:0px;
	top:331px;
	z-index:1;
}
#d_menu05 {
	position:absolute;
	left:0px;
	top:428px;
	z-index:1;
}
#d_client01 {
	position:absolute;
	left:210px;
	top:235px;
	z-index:1;
	width: 281px;
	height: 149px;
	background-image: url(client_imgs/client_form_bg.jpg);
}
#d_client02 {
	position:absolute;
	top:282px;
	z-index:1;
	left: 324px;
	width: 145px;
}
#d_client03 {
	position:absolute;
	top:310px;
	z-index:1;
	left: 324px;
	width: 145px;
}
#d_client04 {
	position:absolute;
	top:347px;
	z-index:1;
	left: 268px;
}
.input_field {
	background-color: #047de2;
	width: 145px;
	padding-left: 3px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 3px;
}
input.button {
	background-color: #047DE2;
	color: #FFFFFF;
	font-weight: bold;
	width: 75px;
	height: 22px;

}
