@charset "UTF-8";

.accessibility {
	display: none;
}

#content ul.inlineblocks {
	margin-top: 2em;
	list-style-image: none;
	list-style-position: inside;
	margin-bottom: 0;
}

#content ul.inlineblocks li {
	width: 280px;
	min-height: 50px;
	display: -moz-inline-stack;
 	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 8px 15px;
	zoom: 1;
	*display: inline;
	_height: 100px; /* this is for IE6, so I think we can get rid of it... */
}

#content ul.inlineblocks li h3 {
	background: url(/assets/site2/images/redtri.png) no-repeat;
	background-position: 0 2px;
	color: #333;
	font-size: 1.125em;
	padding-left: 12px;
	margin-left: -12px;
}


#content ul#clientlist {
	list-style-type: square;
}

#content ul#clientlist li {
	
	
	margin: 4px;
	
	
}

#content ul#clientlist li:hover {
	
}

.featurebox {
	background-color: #f7f7f7;
	border: #ededed 1px solid;
	display: block;
	padding: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
}

.featurelink {
	background: #F7F7F7;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px;
	border:  1px solid #ededed;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
}
a.featurelink:hover {
	text-decoration: none;
}

.frame {
	background: #F7F7F7;
	font-weight: bold;
	display: inline-block;
	padding: 4px;
	border:  1px solid #ededed;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	white-space: normal;
}
.col_single_floatLeft {
	width: 300px;
	float: left;
}
	