body {
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
}

*html body {
	font-family: helvetica, arial, verdana, sans-serif;


}

em {
	font-weight: bold;
	font-style: italic;
	color: #c56d49;

}

strong {
	font-weight: 700;

}

.info_block {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.info_block h1, .info_block h2, .info_block h3, .info_block h4, .info_block h5 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 3px;
}

.info_block address {
	font-style: normal;
	display: inline;
}

.quote {
	padding-left: 22px;
	padding-right: 22px;
	background: url(../images/quick_quote.png) center no-repeat;	

}
.stand_out {
	font-family: Georgia, serif;
	font-size: 150%;
	color: #002547;

	margin: 0;
	padding: 0;
	padding: 2% 5% 2% 5%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;

}

h1 {
	font-size: 18px;
}

ul {
	padding-left: 10px;

}

h2 {
	font-size: 16px;

}

h3 {
	font-size: 16px;

}

h4 {
	font-size: 13px;

}

h1.page_title {
	font-weight: 700;

}

.close_box {
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px;
	background: url(../admin/images/icon/icon_delete.png) no-repeat;
	text-decoration: none;

}