/*
/// GATEWAY BLOCK
*/

#gwpreview-container
{
	margin:10px 0px 10px 0px;
	font-size:11px;
}
#gwpreview-container a
{
	color:#666699;
}
#gwpreview-container img.left
{
	position:relative;
	float:left;
	display:inline;
	margin:0px 5px 0px 0px;
}
div.gwpreview
{
	position:relative;
	border:2px #67C4CD solid;
	padding:5px;
	background-color:#B3F2F8;
}
div.gwpreview h4
{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:2px !important;
	padding-left:5px;
	padding-bottom:3px;
	line-height:normal;
	color:#00547A;
	border-bottom:1px #00547A solid;
}
div.gwleft
{
	position:relative;
}
div.gwbizfeature
{
	font-size:11px;
	font-weight:normal;
}
div.gwbizfeature a.visit
{
	display:block;
	margin-top:5px;
	padding:3px;
	background-color:#F1FEFF;
	border-top:1px #67C4CD solid;
	text-transform:uppercase;
	font-size:10px;
	clear:both;
	margin-top:5px;
}
div.gwright
{
	position:relative;
}
div.gwtext
{
	position:relative;
	border:1px #67C4CD solid;
	background-color:#F1FEFF;
	padding:5px;
	margin-bottom:5px;
	_height:1%;
}
div.gwtext h5, div.gwtext h5 a, div.gwtext h5 a:hover
{
	margin:0px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
div.gwtext form
{
	margin:0px;
}
div.gwtext input.gwsearch, div.gwtext input.off, div.gwtext input.on
{
	border:1px #00547A solid;
	background-color:white;
	height:18px;
	width:250px;
	margin-right:5px;
	position:relative;
	float:left;
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size:11px;
}
div.gwtext input.on
{
	background-color:white;
	border:1px red solid;
}
div.gwtext input.gwsearch-submit
{
	background-color:#00547A;
	height:18px;
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:white;
}
div.gwprodserv
{
	position:relative;
	font-size:10px;
}
div.gwtext div.gwprodserv-photo
{
	position:relative;
	float:left;
	display:inline;
	width:40px;
	overflow:hidden;
	margin-right:5px;
}
div.gwtext span.gwbizname
{
	text-transform:uppercase;
}
div.gwpreview-sub
{
	position:relative;
	float:right;
	display:inline;
	margin-bottom:5px;
	border:5px #67C4CD solid;
	border-bottom:4px #67C4CD solid;
	background-color:#67C4CD;
	width:175px;
}
div.gwpreview-sub div.title
{
	text-align:center;
	background-color:black;
}
div.gwpreview-sub div.gwtext div.gwprodserv-photo
{
	width:40px;
}
div.gwpreview-sub div.gwtext
{
	border:0px;
	margin-bottom:1px;
}
div.gwsidebar
{
	position:relative;
	float:right;
	display:inline;
	width:150px;
	margin-left:10px;
}
#newhome div.title
{
	background-color:black;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}