/**
CSS for Jtan.com
CSS by jang@one2crowd.com
This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:0px;
	border-top:1px #7abfcf dashed;
	border-bottom:none;
	border-left:none;
	border-right:none;
	clear:both;
	margin:5px 0 25px -25px;
	height:1px;
}
.typography span.weblink, .typography .weblink {
	margin:20px 0 0 0;
	padding:0;
	display:inline-block;
	color:#7dc4d6;
}
.typography .weblink a {
	color:#7dc4d6;
	text-decoration:underline !important;
}
.typography .weblink a:hover {
	color:#7dc4d6;
	text-decoration: none;
}
.typography p, .typography ul li, .typography ol li, .typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography span.big, .typography p.big {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	line-height:16px;
	margin-bottom:35px;
	display:block;
}
.typography p {
	margin-bottom:20px;
	color:#726257;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}
/** CMS LIST STYLES **/
.typography ul, .typography ol {
	margin-left:0px;
	margin-bottom:20px;
}
.typography ul li,  .typography ol li {
	margin:4px 10px 4px 0px;
	line-height:1.4em;
	color:#726257;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;
	padding-left:0px;
}
.typography ul li a,  .typography ol li a {
	text-decoration:none;
	color:#726257;
}
.typography ul li a:hover, .typography ol li a:hover {
	text-decoration: underline;
	color:#726257;
}
.typography ul li {
	list-style-type:disc;
	list-style-position:inside;
}
.typography ol li {
	list-style-type:decimal;
}
/* HEADER STYLES */
.typography h2.services, .typography h2.services a .typography h3.services, .typography h4.services {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px !important;
}
.typography h1.title-profile {
	font-family:Helvetica, Arial,Verdana,sans-serif;
	font-size:40px;
	margin-bottom:35px;
	font-weight: normal;
	display:block;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography .wrapservices h3 a, .typography h2.services a {
	margin-bottom:7px;
	color:#7abfcf;
}
.typography .wrapservices h3 a, .typography h2.services a {text-decoration:none;}

.typography h1, .typography h4 {
	font-weight:bold;
}
.typography h2, .typography h3 {
	font-weight: bold;
}
.typography h1 {
	font-size:13px;
}
.typography h2 {
	font-size:13px;
}
.typography h3 {
	font-size:13px;
}
.typography h4 {
	font-size:13px;
}
.typography .number {
	font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size:35px;
	width:35px;
	padding:5px 15px 15px 0;
	float:left;
	display:inline-block;
	color:#7dc4d6;
	height:35px;
	margin:0 3px 0 0;
}
.typography .title-splash {
	color:#726257;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	line-height:17px;
}
.typography .text-splash {
	color:#726257;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:15px;
	margin:0;
}
.typography p .text-splash, .typography p.text-splash {
	padding:0 35px 0 65px;
	width:600px;
	display:block;
	margin:0;
}
/* LINK STYLES */
.typography a {
	color:#0083C8;
	font-size:1em;
	text-decoration: underline;
}
.typography a:hover {
	text-decoration:underline;
}
.typography table {
	font-size:1.1em;
}
.typography table tr td {
	padding:3px 5px;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}
.typography img.homethumb {
	float:left;
	margin:0 12px 10px 0;
	border: none;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
