@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
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: #000;
	overflow-x: hidden;
}

hr{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #033;
}

#clients_list {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	float: left;
	padding-bottom: 20px;
	width: 860px;
	padding-right: 10px;
	background: #eeeeee url(../images/box3_bgr.jpg) repeat-x;
	display:inline;
}
#clients_list table{
	float: right;
}
#clients_list table img{
	border: 1px solid #999999;
}
#clients_list a{
	font: 14px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#clients_list a:hover{
	color: #333333;
}
#clients {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #033;
	float: left;
	width: 840px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
#clients p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#clients li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	line-height: 1.5em;
	margin-left: 10px;
}
#clients img {
	float: right;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #666;
	margin-left: 20px;
}
h1 span {
	position: absolute;
	left: -999em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #173f33;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.navigation {
	background-color: #333;
	height:30px;
	border-top: 1px solid #6ec833;
	padding-top:10px;
	padding-left:60px;
}

#flash {
	height: 223px;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(../images/tophead_bgr.jpg);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 60px;
	height: 126px;

}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/topcell_bgr.jpg);
	background-repeat: repeat-x;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 950px;
}
#box2 {
	float: left;
	width: 560px;
	margin-left: 30px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #EEE;
	display: inline
}
#box3 {
	float: right;
	width: 270px;
	margin-top: 30px;
	background-image: url(../images/box3_bgr.jpg);
	background-repeat: repeat-x;
	margin-right: 30px;
	height: 460px;
	padding: 10px;
	display: inline
}

#box1 {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	width: 550px;
	margin-bottom: 20px;
	text-align:justify;
	background: #eeeeee url(../images/box3_bgr.jpg) repeat-x;
	display: inline
	}
#box1 p {
	margin-left: 20px;
	color: #333333;
	margin-top: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	
}
#box1 ul {
	margin-left: 40px;
}
#box1 li {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img2 {
	border: 1px solid #666666;
	padding: 2px;
	background: #FFFFFF;
}


#footer {
	clear: both;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
	background-image: url(../images/footer_bgr.jpg);
	background-repeat: no-repeat;
	border-bottom: 3px solid #6ec833;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #f3eec5;
	font-size: 12px;
	line-height: 1em;
	padding: 5px;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
#box2 .bmenu1 {
	float: left;
	padding-left: 25px;
}
#box2 .bmenu2 {
	float: left;
	margin-left: 40px;
	padding-left: 25px;
}
#box2 li {
	list-style-image: url(../images/arrow.png);
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	width: 220px;
	padding-top: 5px;
}
#box2 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;

}
#box2 li a:hover {
	color: #666;
	text-decoration: none;
}
#rightcolumn {
	float: right;
	width: 270px;
	margin-top: 30px;
	margin-right: 30px;
	height: 570px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display:inline;
	background: #eeeeee url(../images/box3_bgr.jpg) repeat-x;
}
#rightcolumn ul {
	margin-left: 40px;
}
#rightcolumn li {
	list-style-image: url(../images/arrow.png);
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #030;
	width: 220px;
	padding-top: 5px;
}
#rightcolumn li a {
	color: #000000;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#rightcolumn li a:hover {
	color: #666;
	text-decoration: none;
}
#dev {
	width: 480px;
	float: left;
	text-align: justify;
}
#dev p{
	margin-top: 15px;
	margin-bottom: 15px;
}
#contact{
	float: left;
	width: 860px;
}
#contform {
	float: left;
	width: 310px;
	margin-top: 10px;
	color: #173f33;
	font: 14px Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
#map {
	width: 500px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #999999;
}
#box4{
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-left: 20px;
}
#addr {
	width: 300px;
	margin-top: 20px;
	float: left;
	line-height: 1.3em;
	padding-left: 10px;
}
#testimonials {
	width: 580px;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	display: inline
}
#testimonials a{
	color: #000;
	text-decoration: none;
	letter-spacing: 0.7px;
}
#testimonials a:hover{}
.rgt{
	float: right;
	font-size: 11px;
}
.lgt{
	margin-left: 30px;
	font-style: italic;
}
.testim{
	margin-top: 30px;
}
#smallrd {
	width: 500px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 30px;
	float: left;
	margin-bottom: 10px;

}
#smallrd a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	
	}
#smallrd a:hover{}
#google {
	width: 150px;
	float: right;
	margin-right: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
}
#req {
	float: left;
	margin-top: 10px;
	width: 300px;
	margin-left: 10px;
}
#req p{
}
#box3 #newsbox {
	overflow-x: hidden;
}
