/*=========================================================
======================TYPOGRAPHY===========================
=========================================================*/

body, #tinymce{ margin: 0; padding: 0; border: 0; line-height:1.8em; font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#4d4d4d; }
#tinymce{ color:#000; }
a{ color: #e81717; text-decoration:none; }
a:hover{ color: #999999; text-decoration:none; }

.tWrap li, #tinymce li{ font-size:14px; 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, #tinymce hr { border: none; border-bottom: 1px solid #c7c7c7; }

.tWrap p, #tinymce p{ font-size:13px; padding:7px 0; margin:0; }
.tWrap h1, #tinymce h1{ font-size:35px; padding:5px 0; line-height:1.5; margin:0; color:#000000; font-weight: normal; font-family: 'Eurostile LT', Verdana, Helvetica, sans-serif; }
.tWrap h2, #tinymce h2{ font-size:30px; padding:5px 0; line-height:1.5; margin:0; color:#000000; font-weight: normal; font-family: 'Eurostile LT', Verdana, Helvetica, sans-serif; }
.tWrap h3, #tinymce h3{ font-size:25px; padding:5px 0; line-height:1.5; margin:0; color:#000000; font-weight: normal; font-family: 'Eurostile LT', Verdana, Helvetica, sans-serif; }
.tWrap h4, #tinymce h4{ font-size:20px; padding:5px 0; line-height:1.5; margin:0; color:#000000; font-weight: normal; font-family: 'Eurostile LT', Verdana, Helvetica, sans-serif; }
.tWrap h5, #tinymce h5{ font-size:20px; padding:5px 0; line-height:1.5; margin:0; color:#000000; font-weight: normal; font-family: 'Eurostile LT', Verdana, Helvetica, sans-serif; }
.tWrap h6, #tinymce h6{ font-size:16px; padding:5px 0; line-height:1.5; margin:0; color:#e81717; font-weight: bold; font-family: 'Eurostile LT', Verdana, Helvetica, sans-serif; }
.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: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #272727;
	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: 15px/100% Arial, Helvetica, sans-serif;
	padding: 0.5em 2em 0.55em;
	border-radius: 0 15px 0 15px;
	-webkit-border-radius: 0 15px 0 15px;
	-moz-border-radius: 0 15px 0 15px;
	text-transform:uppercase;
}
.tWrap .extendedFormSurveyView input[type="submit"]:hover,
.tWrap .guestBook-formBlock input[type="submit"]:hover,
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover {
	background: #e81717;
	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: #e81717;
	border: none;
	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: 15px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	border-radius: 0 15px 0 15px;
	-webkit-border-radius: 0 15px 0 15px;
	-moz-border-radius: 0 15px 0 15px;
	text-transform: uppercase;
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	color: #ffffff;
	background: #272727;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active {
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #ffffff;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #272727;
	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% Arial, Helvetica, sans-serif;
	padding: 1em 3.5em 1em;
	border-radius: 0 15px 0 15px;
	-webkit-border-radius: 0 15px 0 15px;
	-moz-border-radius: 0 15px 0 15px;
	text-transform:uppercase;
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: #e81717;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	top: 1px;
}