@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 1.4;
	background-color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 70%;
	max-width: 1050px;
	min-width: 960px;
	margin: 0 auto; 
	background-color: #FFF;
}
.head{
	height: 110px;
	width: 100%;
	background-image: url(http://datacenterassociates.com/images/datacenterassociatesB.png);
	float: left;
}
.phone{
	height: 100px;
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	padding-top: 8px;
}


.content {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 80px;
}
ul.checkmark li {
	padding-left: 20px;
	background-image: url(../images/engineercheck.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

ul.checkmark {
    list-style-type: none;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
