/*=========================================================
======================TYPOGRAPHY===========================
=========================================================*/

body, #tinymce{margin: 0; padding: 0; border: 0; line-height:2em; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#313131; word-wrap: break-word; }
a{ color: #00384f; text-decoration:none; }
a:hover{ color: #85c026; text-decoration:none; }

.tWrap li, #tinymce li{ font-size:0.875em; list-style-position:inside; padding:0 0 0 0.313em; }
.tWrap ul, #tinymce ul, .tWrap ol, #tinymce ol{ padding-left:0; margin:0.313em 0; }
.tWrap ul li, #tinymce ul li{ list-style-type:disc; }
.tWrap ol li, #tinymce ol li{ list-style-type:decimal; }

.tWrap p, #tinymce p{ padding:0.438em 0; margin:0; }
.tWrap p strong, #tinymce p strong {color: #85c026;}
.tWrap h1, #tinymce h1{ font-size:2.500em; line-height:1.5; margin:0; font-weight:inherit; background:url(images/underline.png) repeat-x bottom left; color:#85c026; font-family:"Times New Roman",Georgia,Serif; padding-bottom:4px; }
.tWrap h2, #tinymce h2{ font-size:1.5em; padding:0.313em 0; line-height:1.2; margin:0; font-weight:inherit; color:#00384f; font-family:"Times New Roman",Georgia,Serif; }
.tWrap h3, #tinymce h3{ font-size:22px; padding:0.313em 0; line-height:1.5; margin:0; font-weight:inherit; font-family:"Times New Roman",Georgia,Serif;color:#00384F;}
.tWrap h3 strong, #tinymce h3 strong{color:#85c026;}
.tWrap h4, #tinymce h4{ font-size:25px; line-height:1.5; margin:0; font-weight:inherit; background:url(images/underlinew.png) repeat-x bottom left; font-family:"Times New Roman",Georgia,Serif;color:#85c026; }
.tWrap h5, #tinymce h5{ font-size:0.875em; padding:0.313em 0; line-height:1.5; margin:0; font-weight:inherit; font-family:"Times New Roman",Georgia,Serif;}
.tWrap h6, #tinymce h6{ font-size:0.75em; padding:0.313em 0; line-height:1.5; margin:0; font-weight:inherit; font-family:"Times New Roman",Georgia,Serif;}

.tWrap hr, #tinymce hr{
    padding: 0;
    border: none;
    border-top: medium double #bfbfbf;
    color: #bfbfbf;
    text-align: center;
 }

.tWrap .zyberButton, #tinymce .zyberButton{
	color: #ffffff;
	border: solid 1px #85c026;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #85c026;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1em/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover {
	background: #00384F;
	text-decoration: none;
	color:#0d3d31;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active {
	color:#00384F;
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #fff;
	border: solid 1px #00384F;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #00384F;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1em/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	background: #85c026;
	text-decoration: none;
	color: #fff;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active{
	color: #fff;
	background: #85c026;
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #ffffff;
	border: solid 1px #85c026;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #85c026;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1.286em/100% Arial, Helvetica, sans-serif;
	padding: 1em 3.5em 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: #00384F;
	text-decoration: none;
	color:#0d3d31;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active {
	
	position: relative;
	top: 1px;
}