@charset "utf-8";
/* commonset.css */


* {
	margin:0;
	padding:0;
}



hr.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	visibility:hidden;
}
/** clear fix */
.clear-fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear-fix {
	display:inline-block;	
}
/** hack for IE \*/
* html body .clear-fix {
	height:1%;
}
.clear-fix {
	display:block;
}
/* hack end */


img {
	border:none;
}

.eachposts  img {
	border:1px solid #585858;
/*	margin-top:-12px;*/
}
.image-resize img {
	border:none;
	max-width: 150px;
	max-height: 50px;
}



a {
	text-decoration:none;
	color:#585858;
}

/*a:link {
	color:#585858;
}*/
/*a:visited {
	color:#fff;
}*/
a:active {
	color:#9cc;
}
li a:hover, a:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#9cc none repeat scroll 0 0;
	color:#FFFFFF;
}
.googlemaps a:hover {
	background:#fff;
}


ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

h2 {
	font-weight:normal;
	color:#585858;
	margin:5px 0 5px;
	padding:0;
}


li#footerImg {
	border:none;
}

#form ul {
	padding-bottom:10px;
}






