img.left {
	float:left;
	padding:10px 20px 20px 0;
}

img.right {
	float:right;
	padding:10px 0 20px 20px;	
}

.typography {
	font-size:0.85em;
	line-height:1.5em;
	color:#333;	
}

.typography h1 {
	color:#024d6a;
	font-size:2em;
	line-height:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0 15px 0;
} 

#homepage-intro.typography h1 {
	color:#024d6a;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0 15px 0;
	text-shadow:1px 1px #fff;
}

.typography h2 {
	font-size:1.2em;
	line-height:1.4em;
	color:#666;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}

.typography h3 {
	font-size:1.3em;
	line-height:1.2em;
	color:#335176;;
	margin:10px 0 10px;
}

.typography h4 {
	font-size:1.3em;
	line-height:1.2em;
	color:#024d6a;

}

.typography a, .typography a:visited {
	color:#4085a1;
}

.typography a:hover {
	color:#054862;
}

.typography p {
	margin:15px 0 15px 0;
}

.typography ul {
	list-style-image:url(../images/leftcontent-li-bullet.jpg);
	margin:15px 0 15px 15px;
	color:#666666;
}

.typography ul li {
	margin-bottom:10px;
}

.typography blockquote {
	line-height:1.3em;
	font-style:italic;
	font-size:1.3em;
	margin-left:0;
	padding-left:30px;
	color:#666;
}

.typography hr {
	border-top:1px solid #a6a5a5;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

.typography table {
	margin:10px 0 10px 0;
}

/* .typography a[href *="http://maps.google"] { 
   padding:10px 25px 10px 0;
   background: url(../images/map.jpg) no-repeat right;
} */

#right-content.typography h3 {
	padding:10px;
	background-color:#dcd9d9;
	color:#666;
	margin:0;
	text-shadow:1px 1px #efefef;
	font-style:italic;
	font-size:1.1em;
	line-height:1.3em;
}

#right-content.typography blockquote {
	font-size:0.9em;
	padding:0 10px 10px 25px;
	line-height:1.5em;
	margin-top:10px;
	font-style:normal;
	background-image:url(http://hhcyl.com/themes/hendryhydraulics/images/speech-marks.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#right-content.typography .block-content img {
	margin:0 -20px 0 0;
}

#right-content.typography p {
	margin:0;
	padding:0;
}

