.typography h1 {
	margin: 0 0 10px 0;
	font-size: 35px;
	line-height: 33px;
	font-weight: 800;
	color: #454545;
	font-family: 'Domine', serif !important;
}

.typography h1.home {
	font-size: 38px;
	line-height: 35px;
	color: #010202;
}

.typography h1.home span {
	margin: 0 0 0 12px;
	padding: 0;
	font-size: 28px;
	line-height: 28px;
	font-weight: 300;
	color: #828282;
	font-family: 'Domine', serif !important;
}

.typography h1.listing {
	margin: 0 0 25px 0;
	padding: 15px 0 12px 15px;
	font-weight: 600 !important;
	font-size: 25px;
	line-height: 25px;
	text-transform: capitalize;
	color: #feca33;
	background-color: #053f87;
}

.typography h2 {
	margin: 0 0 6px 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	color: #343434;
	font-family: 'Domine', serif !important;
}

.typography h3 {
	margin: 0 0 6px 0;
	font-size: 28px;
	line-height: 28px;
	font-weight: 800;
	font-family: 'Domine', serif !important;
}

.typography h4 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 800;
	color: #343434;
	font-family: 'Domine', serif !important;
}

.typography h5 {
	font-size: 23px !important;
	line-height: 23px;
	font-weight: 300;
	font-family: 'Domine', serif !important;
}

.typography h5.listing {
	margin: 0 0 12px 12px;
	font-size: 20px;
	line-height: 20px;
	color: #a7a7a7;
}

.typography h6 {
	margin: 0 0 4px 0;
	font-size: 19px;
	line-height: 19px;
	font-weight: 800;
	font-family: 'Domine', serif !important;
}

@media screen and (max-width: 900px) {
	.typography h1.home {
		font-size: 30px;
		line-height: 25px;
	}
}


/* LIST STYLES
  -------------------------------------------- */

.typography ul.thislist {
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 25px;
	text-indent: 0;
}

.typography ul.thislist li {
	margin: 0 0 8px 0;
	list-style: none;
	display: block;
	padding-left: 25px;
	background: url('../images/bullet.jpg') no-repeat center left;
}


.typography ul.thislistordered {
	list-style: decimal outside;
	margin: 5px 0;
	padding: 0 0 0 25px;
	text-indent: 0;
}

.typography ul.thislistordered li {
	margin: 0 0 15px 0;
}

.typography ul.how-it-works-nav li {
	float: left;
	position: relative;
	display: inline;
}

.typography ul.how-it-works-nav li a:link,
.typography ul.how-it-works-nav li a:visited,
.typography ul.how-it-works-nav li a:active {
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	color: #cccbcb;
	padding: 0 20px;
	border-left: 1px #cccbcb solid;
}

.typography ul.how-it-works-nav li a:hover {
	color: #fff;
}

.typography ul.how-it-works-nav li:first-child a {
	border-left: none !important;
}




/* IMAGE STYLES */

.typography img.pic {
	width: 500px;
	height: 258px;
	float: right;
	position: relative;
	margin: 0 0 20px 20px;
	border: 2px #616264 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.typography img.pic_about {
	float: right;
	position: relative;
	margin: 0 0 20px 100px;
	border: 2px #616264 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.typography img.pic_vert {
	float: right;
	position: relative;
	margin: 0 0 20px 20px;
	border: 2px #616264 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.typography img.pic_left {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	border: 2px #616264 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.typography img.loc-map {
	float: right;
	position: relative;
	width: 133px;
	max-width: 133px;
	height: 107px;
	top: 11px;
	left: 0;
}

.typography img.facebook {
	float: left;
	position: relative;
	margin: 5px 10px 0 0;
}

.typography img.email {
	float: left;
	position: relative;
	margin: 5px 10px 0 0;
}

.typography img.assoc {
	float: left;
	position: relative;
	margin: 0 10px;
}






/* MISC & POSITIONING STYLES */

.typography p.clear {
	clear: both;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.typography p.clear-lt {
	clear: left;
	height: 0;
	margin:  !important;
}


.typography p.no-pad {
	padding: 0 !important;
}

.typography em {
	font-style: italic;
}

.typography .border-it {
	border: 1px #ccc solid;
}

.typography .round-it {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.typography .right {
	position: relative;
	float: right;
}

.typography .left {
	position: relative;
	float: left;
}


.typography p.rightpad {
	position: relative;
	float: right;
	padding: 0 0 10px 20px;
}

.typography .left {
	position: relative;
	float: left;
}

.typography p.leftpad {
	position: relative;
	float: left;
	padding: 0 20px 10px 0;
}

.typography img.leftpad {
	position: relative;
	float: left;
	padding: 0 20px 10px 0;
}

.typography .featured-item p.divide {
	border: none;
	height: 2px;
	background: url('../images/featured-item-ruler.jpg') repeat-x center top;
	margin: 8px 0 !important;
	padding-bottom: 0 !important;
}