* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
body {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	padding:0;
	margin:0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.wrap1 {
	width: 844px;
	margin: 0 auto;
	background-image:url(images/background-wrap.png);
	padding-left:9px;
	padding-right:9px;
	background-repeat:repeat-y;
	background-position:center;
}
.servicesdiv {
	width: 180px;
	float:left;
}
.homebox1 {
	float: left;
	width: 340px;
	overflow: auto;
	padding-top: 5px;
	line-height: 20px;
}

.padleft20 {
margin-left:20px;
}
.padleft80 {
margin-left:50px;
}
.homebox2 {
	float: left;
	width: 400px;
	padding-left: 20px;
	padding-top: 5px;
		line-height: 20px;
}


.servicesdiv2 {
	width: 200px;
	float:left;
	margin-left: 75px;
	font-size: 11px;
	text-align: center;
}
.servicesdiv3 {
	width: 200px;
	float:left;
	margin-left: 45px;
	font-size: 11px;
	text-align: center;
}
}
.header {
	width: 844px;
	height: 404px;
}
.header2 {
	width: 844px;
	height:341px;
}
.nav {
	width: 844px;
	height:187px;
}
.content {
	width: 804px;
	background-color: #f8f9f3;
	background-image:url(images/content-bg-shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 20px;
	overflow:auto;
}
.footer {
	width: 804px;
	height:25px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/bottom-footer-bg.png);
}
.footertext {
	width: 824px;
	padding-left:10px;
	padding-right:10px;
	margin-top:-5px;
	padding-bottom:35px;
	color:#dfdfdf;
	font-size:11px;
}
.cherryonefooter {
	width: 804px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.cherryonefooter a:link {
color: #333333;
text-decoration:none;	
}
.cherryonefooter a:visited {
color: #333333;
text-decoration:none;	
}
.cherryonefooter a:hover {
color: #333333;
text-decoration:none;	
}
.cherryonefooter a:active {
color: #333333;
text-decoration:none;	
}
.footertext a:link {
color: #dfdfdf;
text-decoration:none;	
}
.footertext a:visited {
color: #dfdfdf;
text-decoration:none;	
}
.footertext a:hover {
color: #F5F5F5;
text-decoration:none;	
}
.footertext a:active {
color: #dfdfdf;
text-decoration:none;	
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

