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

body, #tinymce{ margin: 0; padding: 0; border: 0; line-height:1.6em; font-size:13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#4c4c4c; }
a{ color: #0d7931; text-decoration:none; }
a:hover{ color: #54c079; text-decoration:none; }

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

.tWrap hr, #tnymce hr { border: none; border-bottom: 1px dashed #b1b1b1; }

.tWrap p, #tinymce p{ font-size:13px; padding:6px 0; margin:0; }

.tWrap h1, #tinymce h1{ font-size:30px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; color: #28994e; }
.tWrap h2, #tinymce h2{ font-size:25px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; color: #28994e; }
.tWrap h3, #tinymce h3{ font-size:20px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; color: #28994e; }
.tWrap h4, #tinymce h4{ font-size:18px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; color: #28994e; }
.tWrap h5, #tinymce h5{ font-size:18px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; color: #4c4c4c; }
.tWrap h6, #tinymce h6{ font-size:16px; padding:5px 0; line-height:1.5; margin:0; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: inherit; color: #28994e; }
.tWrap .sidebar h1{ margin-bottom:0px; border-bottom:none; }

.tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"],
.tWrap .zyberButton, #tinymce .zyberButton{
	color: #ffffff;
	border: solid 1px #28994e;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #28994e;
	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: 18px/100% 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 11px 20px 10px;
	text-transform:uppercase;
}
.tWrap .extendedFormSurveyView input[type="submit"]:hover,
.tWrap .guestBook-formBlock input[type="submit"]:hover,
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover {
	border: solid 1px #4c4c4c;
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active{
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #ffffff;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #4c4c4c;
	border: solid 1px #4c4c4c;
	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: 18px/100% 'Raleway', Arial, Helvetica, sans-serif;
	padding: 11px 20px 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	border: solid 1px #28994e;
	background: #28994e;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active {
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #ffffff;
	border: solid 1px #28994e;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #28994e;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#25aae1', endColorstr='#1d8dbb');
	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: 18px/100% 'Raleway', Arial, Helvetica, sans-serif;
	padding: 15px 20px 15px;
	font-weight: bold;
	text-transform:uppercase;
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: #4c4c4c;
	border: solid 1px #4c4c4c;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	top: 1px;
}