@charset "utf-8";
/* CSS Document */

.menu-navigation {
	height: 50px;
	background-color: #a9dc93;
}
.heading1	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.6em;
	color: #000;
	font-weight: bold;
	text-align: left;
}.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 20px;
	text-align: justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.footer	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #A54686;
	height: 5px;
}
.header-bg {
	background-image: url(images/header-image.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.clientsaybox {width:205px; height:215px; float:left; background:#dfbed1; border:solid 2px #b095a5; margin-left:10px; padding:10px;  }

.clientsaybox_heading {width:205px; height:23px; float:left; border-bottom:solid 1px #47481a; font-weight:bold; color:#000; font-size:14px; padding-top:10px; }
.clientsaybox_txt {width:205px;  float:left; padding-top:20px; text-align:left; line-height:20px;   }

.contentleftbox {width:580px; float:left; padding-bottom:10px;  }

