@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	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: #000;
}
.oneColElsCtr #container {
	width: 929px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #container #mainContent #LogoContainer {
	width: 929px;
	text-align: center;
}
.oneColElsCtr #container #mainContent #ClientShow {
	text-align: center;
	width: 929px;
}
.oneColElsCtr #container #mainContent #ClientShow #Services {
	text-align: center;
	width: 929px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F
} 

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F

} 
a:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333

} 
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F

} 

.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	width: 929px;
}
h1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d11414;
	letter-spacing: 1px;
}
h2 {
	font: normal 11px/10px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 0px;
}

.oneColElsCtr #container #mainContent #ClientShow #Services #ServiceList {
	text-align: center;
	width: 300px;
	vertical-align: text-top;
	float: left;
}
.oneColElsCtr #container #mainContent #ClientShow #Services #Contact {
	text-align: center;
	width: 300px;
	vertical-align: text-top;
	float: right;
}
.oneColElsCtr #container #mainContent #ClientShow #Services #Support {
	text-align: center;
	width: 300px;
	vertical-align: top;
	float: right;
}

.oneColElsCtr #container #mainContent #ClientShow #Services {
	text-align: center;
	width: 929px;
}
.oneColElsCtr #container #footer {
	font: 10px Verdana, Geneva, sans-serif;
	color: #999;
	text-align: center;
	width: 929px;
	vertical-align: text-bottom;
	float: none;
}

