@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #adacac;
	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: #4A585E;
}
.clear {
	clear: both;
	height: 1px;
}
.oneColLiqCtrHdr #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	height: 150px;
	background-image: url(agamutz-logo.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.oneColLiqCtrHdr #mainContent {
	 
}
.oneColLiqCtrHdr #mainContent  #service {
	font-size: 12px;
}
.oneColLiqCtrHdr #mainContent  #service ul{
	list-style-image: url(arrow.gif);
}
.oneColLiqCtrHdr #mainContent  #service ul li{
	margin-bottom: 2px;
	color: #666;
}
.oneColLiqCtrHdr #mainContent  #service ul li:hover{
	color: #000;
}
.oneColLiqCtrHdr #mainContent h3 , .oneColLiqCtrHdr #mainContent h4{
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.oneColLiqCtrHdr #mainContent  p {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.oneColLiqCtrHdr #mainContent #companies  {
	font-size: 12px;
	padding-top: 90px;
}
.oneColLiqCtrHdr #mainContent #companies  div{
	margin-top: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.oneColLiqCtrHdr #mainContent #companies  div:hover{
	background-color: #DDEDED;
	color: #333;
}
.oneColLiqCtrHdr #mainContent #companies h4 {
	margin: 0px;
}
.oneColLiqCtrHdr #mainContent #companies a {
	text-decoration: none;
	color: #666;
}
.oneColLiqCtrHdr #mainContent #companies #phone {
	text-align:center;
	color: #333;
	font-weight: bold;
	border:none;
	background:none;
	margin-right: 20px;
}
.oneColLiqCtrHdr #mainContent .leftdiv, .oneColLiqCtrHdr #mainContent .rightdiv {
	float: left;
	width: 530px;
	height: 500px;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #mainContent .rightdiv {
	float: left;
	width: 270px;
	background-color: #FFF;
	border: 1px solid #49585E;
	height: 498px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
	background-image: none;
}
.oneColLiqCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-transform: uppercase;
	color: #4A585E;
}
